|
|
|
| 1 | 2026-02-01T13:42:30.136Z | job assigned to worker 01KGCQ0WHN4QHXNTC9QXPA2ZFC [factory gimlet-EVT22200007-propolis, EVT22200007/56464] (queued for 25 s) |
| |
| 2 | 2026-02-01T13:42:39.335Z | starting task 0: "setup" |
| 3 | 2026-02-01T13:42:39.360Z | ++ uname -s |
| 4 | 2026-02-01T13:42:39.360Z | + kern=SunOS |
| 5 | 2026-02-01T13:42:39.360Z | + build_user=build |
| 6 | 2026-02-01T13:42:39.360Z | + build_uid=12345 |
| 7 | 2026-02-01T13:42:39.360Z | + work_dir=/work |
| 8 | 2026-02-01T13:42:39.360Z | + input_dir=/input |
| 9 | 2026-02-01T13:42:39.360Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-01T13:42:39.360Z | + case "$kern" in |
| 11 | 2026-02-01T13:42:39.360Z | + groupadd -g 12345 build |
| 12 | 2026-02-01T13:42:39.360Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-01T13:42:41.362Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-01T13:42:41.397Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-01T13:42:41.422Z | + home_fs=zfs |
| 16 | 2026-02-01T13:42:41.422Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-01T13:42:41.422Z | + mkdir -p /home/build |
| 18 | 2026-02-01T13:42:41.422Z | + chown build:build /home/build /work |
| 19 | 2026-02-01T13:42:43.405Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-01T13:42:43.430Z | process exited: duration 4072 ms, exit code 0 |
| |
| 21 | 2026-02-01T13:42:43.479Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-01T13:42:43.504Z | + printf ' * rust toolchain channel = "%s"\n' 1.93.0 |
| 23 | 2026-02-01T13:42:43.504Z | * rust toolchain channel = "1.93.0" |
| 24 | 2026-02-01T13:42:43.504Z | * rust toolchain profile = "default" |
| 25 | 2026-02-01T13:42:43.504Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-02-01T13:42:43.504Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-01T13:42:43.504Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-01T13:42:43.504Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-01T13:42:43.504Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.0 --profile default |
| 30 | 2026-02-01T13:42:43.616Z | info: downloading installer |
| 31 | 2026-02-01T13:42:44.326Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-01T13:42:44.327Z | warn: /opt/ooce/bin |
| 33 | 2026-02-01T13:42:44.327Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-01T13:42:44.327Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-01T13:42:44.327Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-01T13:42:44.327Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-01T13:42:44.327Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-01T13:42:44.327Z | error: cannot install while Rust is installed |
| 39 | 2026-02-01T13:42:44.327Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-01T13:42:44.377Z | info: profile set to 'default' |
| 41 | 2026-02-01T13:42:44.377Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-01T13:42:44.377Z | info: syncing channel updates for '1.93.0-x86_64-unknown-illumos' |
| 43 | 2026-02-01T13:42:44.498Z | info: latest update on 2026-01-22, rust version 1.93.0 (254b59607 2026-01-19) |
| 44 | 2026-02-01T13:42:44.499Z | info: downloading component 'cargo' |
| 45 | 2026-02-01T13:42:44.941Z | info: downloading component 'clippy' |
| 46 | 2026-02-01T13:42:45.015Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-01T13:42:45.237Z | info: downloading component 'rust-std' |
| 48 | 2026-02-01T13:42:45.611Z | info: downloading component 'rustc' |
| 49 | 2026-02-01T13:42:51.484Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-01T13:42:51.578Z | info: installing component 'cargo' |
| 51 | 2026-02-01T13:42:52.810Z | info: installing component 'clippy' |
| 52 | 2026-02-01T13:42:53.284Z | info: installing component 'rust-docs' |
| 53 | 2026-02-01T13:42:56.496Z | info: installing component 'rust-std' |
| 54 | 2026-02-01T13:42:58.650Z | info: installing component 'rustc' |
| 55 | 2026-02-01T13:43:06.794Z | info: installing component 'rustfmt' |
| 56 | 2026-02-01T13:43:07.162Z | info: default toolchain set to '1.93.0-x86_64-unknown-illumos' |
| 57 | 2026-02-01T13:43:07.162Z | |
| 58 | 2026-02-01T13:43:07.334Z | 1.93.0-x86_64-unknown-illumos installed - rustc 1.93.0 (254b59607 2026-01-19) |
| 59 | 2026-02-01T13:43:07.334Z | |
| 60 | 2026-02-01T13:43:07.334Z | |
| 61 | 2026-02-01T13:43:07.334Z | Rust is installed now. Great! |
| 62 | 2026-02-01T13:43:07.334Z | |
| 63 | 2026-02-01T13:43:07.334Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-01T13:43:07.334Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-01T13:43:07.334Z | |
| 66 | 2026-02-01T13:43:07.334Z | To configure your current shell, you need to source |
| 67 | 2026-02-01T13:43:07.334Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-01T13:43:07.334Z | |
| 69 | 2026-02-01T13:43:07.334Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-01T13:43:07.334Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-01T13:43:07.334Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-01T13:43:07.334Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-01T13:43:07.453Z | + rustup --version |
| 74 | 2026-02-01T13:43:07.477Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-01T13:43:07.477Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-01T13:43:07.583Z | info: The currently active `rustc` version is `rustc 1.93.0 (254b59607 2026-01-19)` |
| 77 | 2026-02-01T13:43:07.608Z | + cargo --version |
| 78 | 2026-02-01T13:43:07.692Z | cargo 1.93.0 (083ac5135 2025-12-15) |
| 79 | 2026-02-01T13:43:07.717Z | + rustc --version |
| 80 | 2026-02-01T13:43:07.803Z | rustc 1.93.0 (254b59607 2026-01-19) |
| 81 | 2026-02-01T13:43:07.827Z | process exited: duration 24328 ms, exit code 0 |
| |
| 82 | 2026-02-01T13:43:07.876Z | starting task 2: "authentication" |
| 83 | 2026-02-01T13:43:07.935Z | process exited: duration 58 ms, exit code 0 |
| |
| 84 | 2026-02-01T13:43:07.986Z | starting task 3: "clone repository" |
| 85 | 2026-02-01T13:43:08.012Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-01T13:43:08.012Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-01T13:43:08.036Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-01T13:43:34.214Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-01T13:43:34.214Z | + git fetch origin 980086d2f41c3651d80b86c2dcdfdeceed797690 |
| 90 | 2026-02-01T13:43:34.820Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-01T13:43:34.820Z | * branch 980086d2f41c3651d80b86c2dcdfdeceed797690 -> FETCH_HEAD |
| 92 | 2026-02-01T13:43:34.844Z | + [[ -n mergeconflict/rust-toolchain-1.93.0 ]] |
| 93 | 2026-02-01T13:43:34.844Z | ++ git branch --show-current |
| 94 | 2026-02-01T13:43:34.844Z | + current=main |
| 95 | 2026-02-01T13:43:34.844Z | + [[ main != mergeconflict/rust-toolchain-1.93.0 ]] |
| 96 | 2026-02-01T13:43:34.844Z | + git branch -f mergeconflict/rust-toolchain-1.93.0 980086d2f41c3651d80b86c2dcdfdeceed797690 |
| 97 | 2026-02-01T13:43:34.844Z | + git checkout -f mergeconflict/rust-toolchain-1.93.0 |
| 98 | 2026-02-01T13:43:35.436Z | Switched to branch 'mergeconflict/rust-toolchain-1.93.0' |
| 99 | 2026-02-01T13:43:35.460Z | + git reset --hard 980086d2f41c3651d80b86c2dcdfdeceed797690 |
| 100 | 2026-02-01T13:43:35.485Z | HEAD is now at 980086d2f [rust-toolchain] bump to 1.93.0 |
| 101 | 2026-02-01T13:43:35.485Z | process exited: duration 27482 ms, exit code 0 |
| |
| 102 | 2026-02-01T13:43:35.534Z | starting task 4: "build" |
| 103 | 2026-02-01T13:43:35.559Z | + source ./env.sh |
| 104 | 2026-02-01T13:43:35.559Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2026-02-01T13:43:35.559Z | ++ set -o xtrace |
| 106 | 2026-02-01T13:43:35.559Z | ++++ dirname ./env.sh |
| 107 | 2026-02-01T13:43:35.559Z | +++ readlink -f . |
| 108 | 2026-02-01T13:43:35.559Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2026-02-01T13:43:35.559Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-02-01T13:43:35.559Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-02-01T13:43:35.559Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 112 | 2026-02-01T13:43:35.560Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 113 | 2026-02-01T13:43:35.560Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 114 | 2026-02-01T13:43:35.560Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 115 | 2026-02-01T13:43:35.560Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 116 | 2026-02-01T13:43:35.560Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-02-01T13:43:35.560Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2026-02-01T13:43:35.560Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2026-02-01T13:43:35.560Z | + source .github/buildomat/ci-env.sh |
| 120 | 2026-02-01T13:43:35.560Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2026-02-01T13:43:35.560Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2026-02-01T13:43:35.560Z | + target_os=illumos |
| 123 | 2026-02-01T13:43:35.560Z | + NEXTEST_VERSION=0.9.118 |
| 124 | 2026-02-01T13:43:35.560Z | + cargo --version |
| 125 | 2026-02-01T13:43:35.617Z | cargo 1.93.0 (083ac5135 2025-12-15) |
| 126 | 2026-02-01T13:43:35.642Z | + rustc --version |
| 127 | 2026-02-01T13:43:35.697Z | rustc 1.93.0 (254b59607 2026-01-19) |
| 128 | 2026-02-01T13:43:35.721Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.118/illumos |
| 129 | 2026-02-01T13:43:35.721Z | + gunzip |
| 130 | 2026-02-01T13:43:35.722Z | + tar -xvf - -C /home/build/.cargo/bin |
| 131 | 2026-02-01T13:43:36.667Z | x cargo-nextest, 19287944 bytes, 37672 tape blocks |
| 132 | 2026-02-01T13:43:36.692Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
| 133 | 2026-02-01T13:43:36.692Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
| 134 | 2026-02-01T13:43:36.692Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
| 135 | 2026-02-01T13:43:36.692Z | + mkdir /var/tmp/omicron_tmp |
| 136 | 2026-02-01T13:43:36.692Z | + OUTPUT_DIR=/work |
| 137 | 2026-02-01T13:43:36.693Z | + echo 'tests will store non-ephemeral output in /work' |
| 138 | 2026-02-01T13:43:36.693Z | tests will store non-ephemeral output in /work |
| 139 | 2026-02-01T13:43:36.693Z | + mkdir -p /work |
| 140 | 2026-02-01T13:43:36.693Z | + banner prerequisites |
| 141 | 2026-02-01T13:43:36.693Z | |
| 142 | 2026-02-01T13:43:36.693Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 143 | 2026-02-01T13:43:36.693Z | # # # # # # # # # # # # # # # |
| 144 | 2026-02-01T13:43:36.693Z | # # # # ##### # # ##### # # # # # #### # |
| 145 | 2026-02-01T13:43:36.693Z | ##### ##### # ##### # # # # # # # # # |
| 146 | 2026-02-01T13:43:36.693Z | # # # # # # # # # # # # # # # |
| 147 | 2026-02-01T13:43:36.693Z | # # # ###### # # ###### ### # #### # #### # |
| 148 | 2026-02-01T13:43:36.693Z | |
| 149 | 2026-02-01T13:43:36.693Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 150 | 2026-02-01T13:43:54.982Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 151 | 2026-02-01T13:44:06.972Z | Startup: Caching catalogs ... Done |
| 152 | 2026-02-01T13:44:31.361Z | Planning: Solver setup ... Done (22.524s) |
| 153 | 2026-02-01T13:44:31.543Z | Planning: Running solver ... Done (0.181s) |
| 154 | 2026-02-01T13:44:31.684Z | Planning: Finding local manifests ... Done (0.002s) |
| 155 | 2026-02-01T13:44:31.760Z | Planning: Fetching manifests: 0/4 0% complete |
| 156 | 2026-02-01T13:44:32.184Z | Planning: Fetching manifests: 4/4 100% complete |
| 157 | 2026-02-01T13:44:32.241Z | Planning: Package planning ... Done (0.057s) |
| 158 | 2026-02-01T13:44:32.300Z | Planning: Merging actions ... Done (0.059s) |
| 159 | 2026-02-01T13:44:32.619Z | Planning: Checking for conflicting actions ... Done (0.319s) |
| 160 | 2026-02-01T13:44:32.645Z | Planning: Consolidating action changes ... Done (0.013s) |
| 161 | 2026-02-01T13:44:33.266Z | Planning: Evaluating mediators ... Done (0.633s) |
| 162 | 2026-02-01T13:44:33.292Z | Planning: Planning completed in 26.19 seconds |
| 163 | 2026-02-01T13:44:33.316Z | Packages to install: 4 |
| 164 | 2026-02-01T13:44:33.316Z | Mediators to change: 2 |
| 165 | 2026-02-01T13:44:33.317Z | Services to change: 1 |
| 166 | 2026-02-01T13:44:33.317Z | Estimated space available: 154.93 GB |
| 167 | 2026-02-01T13:44:33.317Z | Estimated space to be consumed: 1.80 GB |
| 168 | 2026-02-01T13:44:33.317Z | Create boot environment: No |
| 169 | 2026-02-01T13:44:33.317Z | Create backup boot environment: No |
| 170 | 2026-02-01T13:44:33.317Z | Rebuild boot archive: No |
| 171 | 2026-02-01T13:44:33.317Z | |
| 172 | 2026-02-01T13:44:33.317Z | Changed mediators: |
| 173 | 2026-02-01T13:44:33.317Z | mediator clang: |
| 174 | 2026-02-01T13:44:33.317Z | version: None -> 15 (system default) |
| 175 | 2026-02-01T13:44:33.317Z | |
| 176 | 2026-02-01T13:44:33.317Z | mediator llvm: |
| 177 | 2026-02-01T13:44:33.317Z | version: 14 (system default) -> 15 (system default) |
| 178 | 2026-02-01T13:44:33.317Z | |
| 179 | 2026-02-01T13:44:33.317Z | Changed packages: |
| 180 | 2026-02-01T13:44:33.317Z | helios-dev |
| 181 | 2026-02-01T13:44:33.317Z | developer/build-essential |
| 182 | 2026-02-01T13:44:33.317Z | None -> 11-2.0 |
| 183 | 2026-02-01T13:44:33.317Z | library/libxmlsec1 |
| 184 | 2026-02-01T13:44:33.317Z | None -> 1.2.35-2.0 |
| 185 | 2026-02-01T13:44:33.317Z | ooce/developer/clang-15 |
| 186 | 2026-02-01T13:44:33.317Z | None -> 15.0.7-2.0 |
| 187 | 2026-02-01T13:44:33.317Z | ooce/developer/llvm-15 |
| 188 | 2026-02-01T13:44:33.317Z | None -> 15.0.7-2.0 |
| 189 | 2026-02-01T13:44:33.317Z | |
| 190 | 2026-02-01T13:44:33.317Z | Services: |
| 191 | 2026-02-01T13:44:33.317Z | restart_fmri: |
| 192 | 2026-02-01T13:44:33.317Z | svc:/system/update-man-index:default |
| 193 | 2026-02-01T13:44:33.354Z | |
| 194 | 2026-02-01T13:44:33.354Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 195 | 2026-02-01T13:44:38.358Z | Download: 1198/3290 items 75.8/212.6MB 35% complete (15.4M/s) |
| 196 | 2026-02-01T13:44:43.358Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (12.0M/s) |
| 197 | 2026-02-01T13:44:48.358Z | Download: 3248/3290 items 175.3/212.6MB 82% complete (9.9M/s) |
| 198 | 2026-02-01T13:44:52.545Z | Download: Completed 212.60 MB in 19.19 seconds (11.1M/s) |
| 199 | 2026-02-01T13:44:52.717Z | Actions: 1/3689 actions (Installing new actions) |
| 200 | 2026-02-01T13:44:57.875Z | Actions: 3263/3689 actions (Installing new actions) |
| 201 | 2026-02-01T13:44:58.489Z | Actions: Completed 3689 actions in 5.77 seconds. |
| 202 | 2026-02-01T13:44:59.116Z | Done (0.622s) |
| 203 | 2026-02-01T13:44:59.116Z | Done (0.000s) |
| 204 | 2026-02-01T13:45:00.400Z | Done (1.283s) |
| 205 | 2026-02-01T13:45:05.341Z | Done (4.685s) |
| 206 | 2026-02-01T13:45:05.427Z | Done (0.018s) |
| 207 | 2026-02-01T13:45:05.451Z | Done (0.000s) |
| 208 | 2026-02-01T13:45:05.599Z | Done (0.000s) |
| 209 | 2026-02-01T13:45:06.608Z | Planning: Evaluating mediator changes ... Done |
| 210 | 2026-02-01T13:45:06.865Z | Planning: Checking for conflicting actions ... Done |
| 211 | 2026-02-01T13:45:06.889Z | Planning: Consolidating action changes ... Done |
| 212 | 2026-02-01T13:45:07.210Z | Planning: Evaluating mediators ... Done |
| 213 | 2026-02-01T13:45:07.235Z | Planning: Planning completed in 0.60 seconds |
| 214 | 2026-02-01T13:45:07.259Z | Mediators to change: 2 |
| 215 | 2026-02-01T13:45:07.259Z | Create boot environment: No |
| 216 | 2026-02-01T13:45:07.259Z | Create backup boot environment: No |
| 217 | 2026-02-01T13:45:07.312Z | Done |
| 218 | 2026-02-01T13:45:07.312Z | Done |
| 219 | 2026-02-01T13:45:08.294Z | Done |
| 220 | 2026-02-01T13:45:12.372Z | Done |
| 221 | 2026-02-01T13:45:12.462Z | Done |
| 222 | 2026-02-01T13:45:12.462Z | Done |
| 223 | 2026-02-01T13:45:12.525Z | Done |
| 224 | 2026-02-01T13:45:13.247Z | Planning: Evaluating mediator changes ... Done |
| 225 | 2026-02-01T13:45:13.272Z | Planning: Merging actions ... Done |
| 226 | 2026-02-01T13:45:13.472Z | Planning: Checking for conflicting actions ... Done |
| 227 | 2026-02-01T13:45:13.497Z | Planning: Consolidating action changes ... Done |
| 228 | 2026-02-01T13:45:13.782Z | Planning: Evaluating mediators ... Done |
| 229 | 2026-02-01T13:45:13.846Z | Planning: Planning completed in 0.90 seconds |
| 230 | 2026-02-01T13:45:13.885Z | Packages to change: 1 |
| 231 | 2026-02-01T13:45:13.885Z | Mediators to change: 1 |
| 232 | 2026-02-01T13:45:13.885Z | Services to change: 1 |
| 233 | 2026-02-01T13:45:13.885Z | Create boot environment: No |
| 234 | 2026-02-01T13:45:13.885Z | Create backup boot environment: Yes |
| 235 | 2026-02-01T13:45:15.811Z | Actions: 1/6 actions (Updating modified actions) |
| 236 | 2026-02-01T13:45:15.836Z | Actions: Completed 6 actions in 0.00 seconds. |
| 237 | 2026-02-01T13:45:15.836Z | Done |
| 238 | 2026-02-01T13:45:15.836Z | Done |
| 239 | 2026-02-01T13:45:16.061Z | Done |
| 240 | 2026-02-01T13:45:20.289Z | Done |
| 241 | 2026-02-01T13:45:20.381Z | Done |
| 242 | 2026-02-01T13:45:20.405Z | Done |
| 243 | 2026-02-01T13:45:20.502Z | Done |
| 244 | 2026-02-01T13:45:21.025Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 245 | 2026-02-01T13:45:21.025Z | clang system 15 system |
| 246 | 2026-02-01T13:45:21.025Z | csh system system illumos |
| 247 | 2026-02-01T13:45:21.025Z | ctags system system illumos |
| 248 | 2026-02-01T13:45:21.026Z | file system system illumos |
| 249 | 2026-02-01T13:45:21.026Z | gcc vendor 12 vendor |
| 250 | 2026-02-01T13:45:21.026Z | gcc system 10 system |
| 251 | 2026-02-01T13:45:21.026Z | gcc system 7 system |
| 252 | 2026-02-01T13:45:21.026Z | go system 1.20 system |
| 253 | 2026-02-01T13:45:21.026Z | go system 1.19 system |
| 254 | 2026-02-01T13:45:21.026Z | llvm system 15 system |
| 255 | 2026-02-01T13:45:21.026Z | llvm system 14 system |
| 256 | 2026-02-01T13:45:21.026Z | mariadb system 10.6 system |
| 257 | 2026-02-01T13:45:21.026Z | mta vendor vendor dma |
| 258 | 2026-02-01T13:45:21.026Z | openjdk system 17 system |
| 259 | 2026-02-01T13:45:21.026Z | openjdk system 11 system |
| 260 | 2026-02-01T13:45:21.026Z | openjdk system 1.8 system |
| 261 | 2026-02-01T13:45:21.026Z | openssl vendor 3 vendor |
| 262 | 2026-02-01T13:45:21.026Z | perl system 5.36 system |
| 263 | 2026-02-01T13:45:21.026Z | postgresql system 15 system |
| 264 | 2026-02-01T13:45:21.026Z | postgresql system 13 system |
| 265 | 2026-02-01T13:45:21.026Z | python vendor 3 vendor |
| 266 | 2026-02-01T13:45:21.026Z | python system 2 system |
| 267 | 2026-02-01T13:45:21.026Z | python3 system 3.11 system |
| 268 | 2026-02-01T13:45:21.026Z | ruby system 3.0 system |
| 269 | 2026-02-01T13:45:21.026Z | words vendor vendor american-english |
| 270 | 2026-02-01T13:45:21.026Z | words system system australian-english |
| 271 | 2026-02-01T13:45:21.026Z | words system system british-english |
| 272 | 2026-02-01T13:45:21.026Z | words system system canadian-english |
| 273 | 2026-02-01T13:45:21.026Z | words system system french |
| 274 | 2026-02-01T13:45:21.026Z | words system system italian |
| 275 | 2026-02-01T13:45:21.026Z | words system system ngerman |
| 276 | 2026-02-01T13:45:21.026Z | words system system ogerman |
| 277 | 2026-02-01T13:45:21.026Z | words system system spanish |
| 278 | 2026-02-01T13:45:21.394Z | PUBLISHER TYPE STATUS P LOCATION |
| 279 | 2026-02-01T13:45:21.394Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 280 | 2026-02-01T13:45:28.824Z | FMRI IFO |
| 281 | 2026-02-01T13:45:28.824Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 282 | 2026-02-01T13:45:28.824Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 283 | 2026-02-01T13:45:28.824Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 284 | 2026-02-01T13:45:28.824Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 285 | 2026-02-01T13:45:28.824Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 286 | 2026-02-01T13:45:28.824Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 287 | 2026-02-01T13:45:28.824Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 288 | 2026-02-01T13:45:28.824Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 289 | 2026-02-01T13:45:28.824Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 290 | 2026-02-01T13:45:28.824Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 291 | 2026-02-01T13:45:28.824Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 292 | 2026-02-01T13:45:28.824Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 293 | 2026-02-01T13:45:28.824Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 294 | 2026-02-01T13:45:28.824Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 295 | 2026-02-01T13:45:28.824Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 296 | 2026-02-01T13:45:28.824Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 297 | 2026-02-01T13:45:29.990Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 298 | 2026-02-01T13:45:30.623Z | Updating crates.io index |
| 299 | 2026-02-01T13:45:30.647Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 300 | 2026-02-01T13:45:31.393Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 301 | 2026-02-01T13:45:32.910Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 302 | 2026-02-01T13:45:33.428Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 303 | 2026-02-01T13:45:33.930Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 304 | 2026-02-01T13:45:34.734Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 305 | 2026-02-01T13:45:37.035Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 306 | 2026-02-01T13:45:40.916Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 307 | 2026-02-01T13:45:42.536Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 308 | 2026-02-01T13:45:43.167Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 309 | 2026-02-01T13:45:44.711Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 310 | 2026-02-01T13:45:45.763Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 311 | 2026-02-01T13:45:46.397Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 312 | 2026-02-01T13:45:47.270Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 313 | 2026-02-01T13:45:47.882Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 314 | 2026-02-01T13:45:49.176Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 315 | 2026-02-01T13:45:50.202Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 316 | 2026-02-01T13:45:50.769Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 317 | 2026-02-01T13:45:51.435Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 318 | 2026-02-01T13:45:52.225Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 319 | 2026-02-01T13:45:52.775Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 320 | 2026-02-01T13:45:53.274Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 321 | 2026-02-01T13:45:53.935Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 322 | 2026-02-01T13:45:54.742Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 323 | 2026-02-01T13:45:55.736Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 324 | 2026-02-01T13:45:56.355Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 325 | 2026-02-01T13:45:57.040Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 326 | 2026-02-01T13:45:57.695Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 327 | 2026-02-01T13:45:58.618Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 328 | 2026-02-01T13:45:59.477Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 329 | 2026-02-01T13:46:00.017Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 330 | 2026-02-01T13:46:00.709Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 331 | 2026-02-01T13:46:01.500Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 332 | 2026-02-01T13:46:02.281Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 333 | 2026-02-01T13:46:02.790Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 334 | 2026-02-01T13:46:03.477Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 335 | 2026-02-01T13:46:04.056Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 336 | 2026-02-01T13:46:04.692Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 337 | 2026-02-01T13:46:22.394Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 338 | 2026-02-01T13:46:24.128Z | Downloading crates ... |
| 339 | 2026-02-01T13:46:24.178Z | Downloaded anstream v0.6.18 |
| 340 | 2026-02-01T13:46:24.204Z | Downloaded anstyle-query v1.1.1 |
| 341 | 2026-02-01T13:46:24.204Z | Downloaded digest v0.10.7 |
| 342 | 2026-02-01T13:46:24.204Z | Downloaded equivalent v1.0.2 |
| 343 | 2026-02-01T13:46:24.204Z | Downloaded displaydoc v0.2.5 |
| 344 | 2026-02-01T13:46:24.204Z | Downloaded is_terminal_polyfill v1.70.1 |
| 345 | 2026-02-01T13:46:24.204Z | Downloaded thiserror v1.0.69 |
| 346 | 2026-02-01T13:46:24.204Z | Downloaded toml_write v0.1.2 |
| 347 | 2026-02-01T13:46:24.229Z | Downloaded heck v0.5.0 |
| 348 | 2026-02-01T13:46:24.229Z | Downloaded fs-err v3.1.1 |
| 349 | 2026-02-01T13:46:24.229Z | Downloaded zerofrom v0.1.4 |
| 350 | 2026-02-01T13:46:24.229Z | Downloaded writeable v0.5.5 |
| 351 | 2026-02-01T13:46:24.229Z | Downloaded pretty-hex v0.4.1 |
| 352 | 2026-02-01T13:46:24.229Z | Downloaded write16 v1.0.0 |
| 353 | 2026-02-01T13:46:24.229Z | Downloaded usdt v0.5.0 |
| 354 | 2026-02-01T13:46:24.230Z | Downloaded zerofrom-derive v0.1.4 |
| 355 | 2026-02-01T13:46:24.230Z | Downloaded serde_tokenstream v0.2.2 |
| 356 | 2026-02-01T13:46:24.230Z | Downloaded zerovec-derive v0.10.3 |
| 357 | 2026-02-01T13:46:24.230Z | Downloaded zmij v1.0.15 |
| 358 | 2026-02-01T13:46:24.254Z | Downloaded yoke-derive v0.7.4 |
| 359 | 2026-02-01T13:46:24.254Z | Downloaded yoke v0.7.4 |
| 360 | 2026-02-01T13:46:24.254Z | Downloaded usdt-impl v0.5.0 |
| 361 | 2026-02-01T13:46:24.254Z | Downloaded zerocopy-derive v0.7.35 |
| 362 | 2026-02-01T13:46:24.254Z | Downloaded hashbrown v0.16.1 |
| 363 | 2026-02-01T13:46:24.254Z | Downloaded typenum v1.17.0 |
| 364 | 2026-02-01T13:46:24.254Z | Downloaded url v2.5.4 |
| 365 | 2026-02-01T13:46:24.278Z | Downloaded icu_properties_data v1.5.0 |
| 366 | 2026-02-01T13:46:24.278Z | Downloaded tabled v0.15.0 |
| 367 | 2026-02-01T13:46:24.303Z | Downloaded zerocopy v0.7.35 |
| 368 | 2026-02-01T13:46:24.303Z | Downloaded zerovec v0.10.4 |
| 369 | 2026-02-01T13:46:24.327Z | Downloaded winnow v0.7.14 |
| 370 | 2026-02-01T13:46:24.327Z | Downloaded syn v2.0.114 |
| 371 | 2026-02-01T13:46:24.327Z | Downloaded syn v1.0.109 |
| 372 | 2026-02-01T13:46:24.377Z | Downloaded serde_json v1.0.149 |
| 373 | 2026-02-01T13:46:24.377Z | Downloaded rustix v0.38.37 |
| 374 | 2026-02-01T13:46:24.377Z | Downloaded unicode-width v0.2.0 |
| 375 | 2026-02-01T13:46:24.377Z | Downloaded unicode-width v0.1.14 |
| 376 | 2026-02-01T13:46:24.377Z | Downloaded clap_builder v4.5.48 |
| 377 | 2026-02-01T13:46:24.402Z | Downloaded pest v2.8.2 |
| 378 | 2026-02-01T13:46:24.402Z | Downloaded rustix v1.1.3 |
| 379 | 2026-02-01T13:46:24.426Z | Downloaded unicode-ident v1.0.19 |
| 380 | 2026-02-01T13:46:24.426Z | Downloaded toml_edit v0.22.27 |
| 381 | 2026-02-01T13:46:24.426Z | Downloaded goblin v0.8.2 |
| 382 | 2026-02-01T13:46:24.426Z | Downloaded thiserror-impl v2.0.18 |
| 383 | 2026-02-01T13:46:24.426Z | Downloaded memchr v2.7.4 |
| 384 | 2026-02-01T13:46:24.451Z | Downloaded thiserror-impl v1.0.69 |
| 385 | 2026-02-01T13:46:24.451Z | Downloaded serde_derive v1.0.228 |
| 386 | 2026-02-01T13:46:24.451Z | Downloaded papergrid v0.11.0 |
| 387 | 2026-02-01T13:46:24.451Z | Downloaded idna v1.0.3 |
| 388 | 2026-02-01T13:46:24.451Z | Downloaded serde v1.0.228 |
| 389 | 2026-02-01T13:46:24.451Z | Downloaded icu_locid v1.5.0 |
| 390 | 2026-02-01T13:46:24.451Z | Downloaded utf8parse v0.2.2 |
| 391 | 2026-02-01T13:46:24.451Z | Downloaded typeid v1.0.3 |
| 392 | 2026-02-01T13:46:24.476Z | Downloaded tinystr v0.7.6 |
| 393 | 2026-02-01T13:46:24.476Z | Downloaded scroll v0.12.0 |
| 394 | 2026-02-01T13:46:24.476Z | Downloaded proc-macro-error v1.0.4 |
| 395 | 2026-02-01T13:46:24.476Z | Downloaded pest_derive v2.8.2 |
| 396 | 2026-02-01T13:46:24.476Z | Downloaded usdt-macro v0.5.0 |
| 397 | 2026-02-01T13:46:24.476Z | Downloaded serde-untagged v0.1.7 |
| 398 | 2026-02-01T13:46:24.476Z | Downloaded num-traits v0.2.19 |
| 399 | 2026-02-01T13:46:24.476Z | Downloaded indexmap v2.13.0 |
| 400 | 2026-02-01T13:46:24.476Z | Downloaded icu_properties v1.5.1 |
| 401 | 2026-02-01T13:46:24.476Z | Downloaded libc v0.2.180 |
| 402 | 2026-02-01T13:46:24.505Z | Downloaded terminal_size v0.4.0 |
| 403 | 2026-02-01T13:46:24.529Z | Downloaded tempfile v3.24.0 |
| 404 | 2026-02-01T13:46:24.529Z | Downloaded semver v1.0.27 |
| 405 | 2026-02-01T13:46:24.529Z | Downloaded icu_locid_transform v1.5.0 |
| 406 | 2026-02-01T13:46:24.529Z | Downloaded unicode-linebreak v0.1.5 |
| 407 | 2026-02-01T13:46:24.529Z | Downloaded thread-id v4.2.2 |
| 408 | 2026-02-01T13:46:24.529Z | Downloaded swrite v0.1.0 |
| 409 | 2026-02-01T13:46:24.529Z | Downloaded serde_core v1.0.228 |
| 410 | 2026-02-01T13:46:24.529Z | Downloaded icu_normalizer v1.5.0 |
| 411 | 2026-02-01T13:46:24.529Z | Downloaded icu_collections v1.5.0 |
| 412 | 2026-02-01T13:46:24.530Z | Downloaded cargo_toml v0.21.0 |
| 413 | 2026-02-01T13:46:24.530Z | Downloaded pest_generator v2.8.2 |
| 414 | 2026-02-01T13:46:24.530Z | Downloaded thiserror v2.0.18 |
| 415 | 2026-02-01T13:46:24.554Z | Downloaded scroll_derive v0.12.0 |
| 416 | 2026-02-01T13:46:24.554Z | Downloaded litemap v0.7.3 |
| 417 | 2026-02-01T13:46:24.554Z | Downloaded itoa v1.0.11 |
| 418 | 2026-02-01T13:46:24.554Z | Downloaded getrandom v0.3.4 |
| 419 | 2026-02-01T13:46:24.554Z | Downloaded generic-array v0.14.7 |
| 420 | 2026-02-01T13:46:24.554Z | Downloaded version_check v0.9.5 |
| 421 | 2026-02-01T13:46:24.554Z | Downloaded utf8_iter v1.0.4 |
| 422 | 2026-02-01T13:46:24.554Z | Downloaded utf16_iter v1.0.5 |
| 423 | 2026-02-01T13:46:24.554Z | Downloaded usdt-attr-macro v0.5.0 |
| 424 | 2026-02-01T13:46:24.554Z | Downloaded unicode-xid v0.2.6 |
| 425 | 2026-02-01T13:46:24.555Z | Downloaded ucd-trie v0.1.7 |
| 426 | 2026-02-01T13:46:24.555Z | Downloaded toml v0.8.23 |
| 427 | 2026-02-01T13:46:24.555Z | Downloaded textwrap v0.16.2 |
| 428 | 2026-02-01T13:46:24.555Z | Downloaded synstructure v0.13.1 |
| 429 | 2026-02-01T13:46:24.581Z | Downloaded strsim v0.11.1 |
| 430 | 2026-02-01T13:46:24.581Z | Downloaded smawk v0.3.2 |
| 431 | 2026-02-01T13:46:24.581Z | Downloaded smallvec v1.15.1 |
| 432 | 2026-02-01T13:46:24.581Z | Downloaded sha2 v0.10.9 |
| 433 | 2026-02-01T13:46:24.581Z | Downloaded serde_spanned v0.6.9 |
| 434 | 2026-02-01T13:46:24.581Z | Downloaded quote v1.0.40 |
| 435 | 2026-02-01T13:46:24.581Z | Downloaded proc-macro-error-attr v1.0.4 |
| 436 | 2026-02-01T13:46:24.581Z | Downloaded plain v0.2.3 |
| 437 | 2026-02-01T13:46:24.581Z | Downloaded pest_meta v2.8.2 |
| 438 | 2026-02-01T13:46:24.581Z | Downloaded ordered-float v2.10.1 |
| 439 | 2026-02-01T13:46:24.581Z | Downloaded idna_adapter v1.2.0 |
| 440 | 2026-02-01T13:46:24.581Z | Downloaded icu_locid_transform_data v1.5.0 |
| 441 | 2026-02-01T13:46:24.582Z | Downloaded form_urlencoded v1.2.2 |
| 442 | 2026-02-01T13:46:24.582Z | Downloaded cfg-if v1.0.4 |
| 443 | 2026-02-01T13:46:24.582Z | Downloaded camino-tempfile v1.4.1 |
| 444 | 2026-02-01T13:46:24.582Z | Downloaded toml_datetime v0.6.11 |
| 445 | 2026-02-01T13:46:24.582Z | Downloaded tabled_derive v0.7.0 |
| 446 | 2026-02-01T13:46:24.582Z | Downloaded stable_deref_trait v1.2.0 |
| 447 | 2026-02-01T13:46:24.582Z | Downloaded serde-value v0.7.0 |
| 448 | 2026-02-01T13:46:24.607Z | Downloaded proc-macro2 v1.0.101 |
| 449 | 2026-02-01T13:46:24.607Z | Downloaded percent-encoding v2.3.2 |
| 450 | 2026-02-01T13:46:24.607Z | Downloaded once_cell v1.21.3 |
| 451 | 2026-02-01T13:46:24.607Z | Downloaded memmap v0.7.0 |
| 452 | 2026-02-01T13:46:24.607Z | Downloaded macaddr v1.0.1 |
| 453 | 2026-02-01T13:46:24.607Z | Downloaded log v0.4.29 |
| 454 | 2026-02-01T13:46:24.607Z | Downloaded icu_provider_macros v1.5.0 |
| 455 | 2026-02-01T13:46:24.607Z | Downloaded errno v0.3.12 |
| 456 | 2026-02-01T13:46:24.607Z | Downloaded colorchoice v1.0.2 |
| 457 | 2026-02-01T13:46:24.607Z | Downloaded icu_normalizer_data v1.5.0 |
| 458 | 2026-02-01T13:46:24.607Z | Downloaded fnv v1.0.7 |
| 459 | 2026-02-01T13:46:24.607Z | Downloaded cpufeatures v0.2.14 |
| 460 | 2026-02-01T13:46:24.607Z | Downloaded clap_lex v0.7.4 |
| 461 | 2026-02-01T13:46:24.607Z | Downloaded clap_derive v4.5.47 |
| 462 | 2026-02-01T13:46:24.607Z | Downloaded clap v4.5.48 |
| 463 | 2026-02-01T13:46:24.632Z | Downloaded camino v1.2.2 |
| 464 | 2026-02-01T13:46:24.632Z | Downloaded byteorder v1.5.0 |
| 465 | 2026-02-01T13:46:24.632Z | Downloaded icu_provider v1.5.0 |
| 466 | 2026-02-01T13:46:24.632Z | Downloaded heck v0.4.1 |
| 467 | 2026-02-01T13:46:24.632Z | Downloaded fastrand v2.1.1 |
| 468 | 2026-02-01T13:46:24.632Z | Downloaded erased-serde v0.4.6 |
| 469 | 2026-02-01T13:46:24.632Z | Downloaded dtrace-parser v0.2.0 |
| 470 | 2026-02-01T13:46:24.632Z | Downloaded dof v0.3.0 |
| 471 | 2026-02-01T13:46:24.632Z | Downloaded crypto-common v0.1.6 |
| 472 | 2026-02-01T13:46:24.632Z | Downloaded cargo_metadata v0.21.0 |
| 473 | 2026-02-01T13:46:24.632Z | Downloaded block-buffer v0.10.4 |
| 474 | 2026-02-01T13:46:24.632Z | Downloaded autocfg v1.4.0 |
| 475 | 2026-02-01T13:46:24.632Z | Downloaded anstyle-parse v0.2.5 |
| 476 | 2026-02-01T13:46:24.632Z | Downloaded cargo-platform v0.2.0 |
| 477 | 2026-02-01T13:46:24.633Z | Downloaded anyhow v1.0.99 |
| 478 | 2026-02-01T13:46:24.657Z | Downloaded anstyle v1.0.11 |
| 479 | 2026-02-01T13:46:24.657Z | Downloaded cargo-util-schemas v0.8.2 |
| 480 | 2026-02-01T13:46:24.657Z | Downloaded bytecount v0.6.8 |
| 481 | 2026-02-01T13:46:24.657Z | Downloaded bitflags v2.9.4 |
| 482 | 2026-02-01T13:46:24.736Z | Compiling proc-macro2 v1.0.101 |
| 483 | 2026-02-01T13:46:24.736Z | Compiling unicode-ident v1.0.19 |
| 484 | 2026-02-01T13:46:24.736Z | Compiling serde_core v1.0.228 |
| 485 | 2026-02-01T13:46:24.760Z | Compiling serde v1.0.228 |
| 486 | 2026-02-01T13:46:24.760Z | Compiling version_check v0.9.5 |
| 487 | 2026-02-01T13:46:24.760Z | Compiling libc v0.2.180 |
| 488 | 2026-02-01T13:46:24.760Z | Compiling memchr v2.7.4 |
| 489 | 2026-02-01T13:46:24.789Z | Compiling thiserror v2.0.18 |
| 490 | 2026-02-01T13:46:25.038Z | Compiling stable_deref_trait v1.2.0 |
| 491 | 2026-02-01T13:46:25.160Z | Compiling zmij v1.0.15 |
| 492 | 2026-02-01T13:46:25.650Z | Compiling thiserror v1.0.69 |
| 493 | 2026-02-01T13:46:25.650Z | Compiling autocfg v1.4.0 |
| 494 | 2026-02-01T13:46:25.887Z | Compiling writeable v0.5.5 |
| 495 | 2026-02-01T13:46:26.158Z | Compiling itoa v1.0.11 |
| 496 | 2026-02-01T13:46:26.290Z | Compiling ucd-trie v0.1.7 |
| 497 | 2026-02-01T13:46:26.349Z | Compiling litemap v0.7.3 |
| 498 | 2026-02-01T13:46:26.500Z | Compiling icu_locid_transform_data v1.5.0 |
| 499 | 2026-02-01T13:46:26.604Z | Compiling errno v0.3.12 |
| 500 | 2026-02-01T13:46:26.698Z | Compiling bitflags v2.9.4 |
| 501 | 2026-02-01T13:46:26.760Z | Compiling quote v1.0.40 |
| 502 | 2026-02-01T13:46:26.785Z | Compiling byteorder v1.5.0 |
| 503 | 2026-02-01T13:46:26.844Z | Compiling serde_json v1.0.149 |
| 504 | 2026-02-01T13:46:27.094Z | Compiling syn v2.0.114 |
| 505 | 2026-02-01T13:46:27.123Z | Compiling icu_properties_data v1.5.0 |
| 506 | 2026-02-01T13:46:27.273Z | Compiling num-traits v0.2.19 |
| 507 | 2026-02-01T13:46:27.328Z | Compiling rustix v0.38.37 |
| 508 | 2026-02-01T13:46:27.359Z | Compiling icu_normalizer_data v1.5.0 |
| 509 | 2026-02-01T13:46:27.391Z | Compiling hashbrown v0.16.1 |
| 510 | 2026-02-01T13:46:27.481Z | Compiling utf8_iter v1.0.4 |
| 511 | 2026-02-01T13:46:27.581Z | Compiling equivalent v1.0.2 |
| 512 | 2026-02-01T13:46:27.713Z | Compiling utf16_iter v1.0.5 |
| 513 | 2026-02-01T13:46:27.892Z | Compiling write16 v1.0.0 |
| 514 | 2026-02-01T13:46:27.926Z | Compiling typeid v1.0.3 |
| 515 | 2026-02-01T13:46:27.955Z | Compiling smallvec v1.15.1 |
| 516 | 2026-02-01T13:46:28.369Z | Compiling indexmap v2.13.0 |
| 517 | 2026-02-01T13:46:28.442Z | Compiling proc-macro-error-attr v1.0.4 |
| 518 | 2026-02-01T13:46:28.487Z | Compiling usdt-impl v0.5.0 |
| 519 | 2026-02-01T13:46:28.535Z | Compiling syn v1.0.109 |
| 520 | 2026-02-01T13:46:28.777Z | Compiling winnow v0.7.14 |
| 521 | 2026-02-01T13:46:28.802Z | Compiling toml_write v0.1.2 |
| 522 | 2026-02-01T13:46:29.144Z | Compiling thread-id v4.2.2 |
| 523 | 2026-02-01T13:46:29.517Z | Compiling proc-macro-error v1.0.4 |
| 524 | 2026-02-01T13:46:29.742Z | Compiling log v0.4.29 |
| 525 | 2026-02-01T13:46:29.871Z | Compiling getrandom v0.3.4 |
| 526 | 2026-02-01T13:46:30.087Z | Compiling rustix v1.1.3 |
| 527 | 2026-02-01T13:46:30.757Z | Compiling plain v0.2.3 |
| 528 | 2026-02-01T13:46:30.784Z | Compiling utf8parse v0.2.2 |
| 529 | 2026-02-01T13:46:30.931Z | Compiling camino v1.2.2 |
| 530 | 2026-02-01T13:46:30.963Z | Compiling percent-encoding v2.3.2 |
| 531 | 2026-02-01T13:46:31.068Z | Compiling anstyle-parse v0.2.5 |
| 532 | 2026-02-01T13:46:31.294Z | Compiling form_urlencoded v1.2.2 |
| 533 | 2026-02-01T13:46:31.383Z | Compiling ordered-float v2.10.1 |
| 534 | 2026-02-01T13:46:31.492Z | Compiling terminal_size v0.4.0 |
| 535 | 2026-02-01T13:46:31.740Z | Compiling anstyle v1.0.11 |
| 536 | 2026-02-01T13:46:31.964Z | Compiling anstyle-query v1.1.1 |
| 537 | 2026-02-01T13:46:32.005Z | Compiling pretty-hex v0.4.1 |
| 538 | 2026-02-01T13:46:32.076Z | Compiling is_terminal_polyfill v1.70.1 |
| 539 | 2026-02-01T13:46:32.139Z | Compiling colorchoice v1.0.2 |
| 540 | 2026-02-01T13:46:32.170Z | Compiling cfg-if v1.0.4 |
| 541 | 2026-02-01T13:46:32.297Z | Compiling anstream v0.6.18 |
| 542 | 2026-02-01T13:46:32.415Z | Compiling semver v1.0.27 |
| 543 | 2026-02-01T13:46:32.886Z | Compiling synstructure v0.13.1 |
| 544 | 2026-02-01T13:46:33.035Z | Compiling fs-err v3.1.1 |
| 545 | 2026-02-01T13:46:33.119Z | Compiling anyhow v1.0.99 |
| 546 | 2026-02-01T13:46:33.147Z | Compiling once_cell v1.21.3 |
| 547 | 2026-02-01T13:46:33.322Z | Compiling unicode-width v0.1.14 |
| 548 | 2026-02-01T13:46:33.526Z | Compiling heck v0.5.0 |
| 549 | 2026-02-01T13:46:33.626Z | Compiling fnv v1.0.7 |
| 550 | 2026-02-01T13:46:33.783Z | Compiling clap_lex v0.7.4 |
| 551 | 2026-02-01T13:46:33.808Z | Compiling strsim v0.11.1 |
| 552 | 2026-02-01T13:46:34.090Z | Compiling bytecount v0.6.8 |
| 553 | 2026-02-01T13:46:34.119Z | Compiling unicode-xid v0.2.6 |
| 554 | 2026-02-01T13:46:34.166Z | Compiling heck v0.4.1 |
| 555 | 2026-02-01T13:46:34.312Z | Compiling fastrand v2.1.1 |
| 556 | 2026-02-01T13:46:34.378Z | Compiling papergrid v0.11.0 |
| 557 | 2026-02-01T13:46:34.419Z | Compiling clap_builder v4.5.48 |
| 558 | 2026-02-01T13:46:34.729Z | Compiling tempfile v3.24.0 |
| 559 | 2026-02-01T13:46:34.811Z | Compiling memmap v0.7.0 |
| 560 | 2026-02-01T13:46:34.938Z | Compiling smawk v0.3.2 |
| 561 | 2026-02-01T13:46:35.110Z | Compiling unicode-linebreak v0.1.5 |
| 562 | 2026-02-01T13:46:35.188Z | Compiling unicode-width v0.2.0 |
| 563 | 2026-02-01T13:46:35.446Z | Compiling camino-tempfile v1.4.1 |
| 564 | 2026-02-01T13:46:35.726Z | Compiling textwrap v0.16.2 |
| 565 | 2026-02-01T13:46:36.165Z | Compiling tabled_derive v0.7.0 |
| 566 | 2026-02-01T13:46:36.276Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 567 | 2026-02-01T13:46:36.372Z | Compiling swrite v0.1.0 |
| 568 | 2026-02-01T13:46:36.737Z | Compiling serde_derive v1.0.228 |
| 569 | 2026-02-01T13:46:36.737Z | Compiling zerofrom-derive v0.1.4 |
| 570 | 2026-02-01T13:46:36.836Z | Compiling yoke-derive v0.7.4 |
| 571 | 2026-02-01T13:46:36.903Z | Compiling thiserror-impl v2.0.18 |
| 572 | 2026-02-01T13:46:36.974Z | Compiling zerovec-derive v0.10.3 |
| 573 | 2026-02-01T13:46:37.825Z | Compiling displaydoc v0.2.5 |
| 574 | 2026-02-01T13:46:38.888Z | Compiling icu_provider_macros v1.5.0 |
| 575 | 2026-02-01T13:46:39.080Z | Compiling thiserror-impl v1.0.69 |
| 576 | 2026-02-01T13:46:39.132Z | Compiling zerocopy-derive v0.7.35 |
| 577 | 2026-02-01T13:46:39.443Z | Compiling zerofrom v0.1.4 |
| 578 | 2026-02-01T13:46:39.535Z | Compiling pest v2.8.2 |
| 579 | 2026-02-01T13:46:39.672Z | Compiling yoke v0.7.4 |
| 580 | 2026-02-01T13:46:39.730Z | Compiling scroll_derive v0.12.0 |
| 581 | 2026-02-01T13:46:40.028Z | Compiling zerovec v0.10.4 |
| 582 | 2026-02-01T13:46:40.837Z | Compiling zerocopy v0.7.35 |
| 583 | 2026-02-01T13:46:40.914Z | Compiling scroll v0.12.0 |
| 584 | 2026-02-01T13:46:41.116Z | Compiling clap_derive v4.5.47 |
| 585 | 2026-02-01T13:46:41.355Z | Compiling goblin v0.8.2 |
| 586 | 2026-02-01T13:46:41.414Z | Compiling tabled v0.15.0 |
| 587 | 2026-02-01T13:46:41.658Z | Compiling tinystr v0.7.6 |
| 588 | 2026-02-01T13:46:41.897Z | Compiling pest_meta v2.8.2 |
| 589 | 2026-02-01T13:46:41.969Z | Compiling icu_locid v1.5.0 |
| 590 | 2026-02-01T13:46:42.013Z | Compiling icu_collections v1.5.0 |
| 591 | 2026-02-01T13:46:43.141Z | Compiling icu_provider v1.5.0 |
| 592 | 2026-02-01T13:46:43.685Z | Compiling pest_generator v2.8.2 |
| 593 | 2026-02-01T13:46:43.719Z | Compiling toml_datetime v0.6.11 |
| 594 | 2026-02-01T13:46:43.749Z | Compiling icu_locid_transform v1.5.0 |
| 595 | 2026-02-01T13:46:43.948Z | Compiling serde_spanned v0.6.9 |
| 596 | 2026-02-01T13:46:44.193Z | Compiling toml_edit v0.22.27 |
| 597 | 2026-02-01T13:46:44.218Z | Compiling dof v0.3.0 |
| 598 | 2026-02-01T13:46:44.371Z | Compiling erased-serde v0.4.6 |
| 599 | 2026-02-01T13:46:44.998Z | Compiling icu_properties v1.5.1 |
| 600 | 2026-02-01T13:46:45.072Z | Compiling serde_tokenstream v0.2.2 |
| 601 | 2026-02-01T13:46:45.342Z | Compiling serde-untagged v0.1.7 |
| 602 | 2026-02-01T13:46:45.424Z | Compiling pest_derive v2.8.2 |
| 603 | 2026-02-01T13:46:45.701Z | Compiling serde-value v0.7.0 |
| 604 | 2026-02-01T13:46:45.870Z | Compiling cargo-platform v0.2.0 |
| 605 | 2026-02-01T13:46:45.896Z | Compiling clap v4.5.48 |
| 606 | 2026-02-01T13:46:46.101Z | Compiling dtrace-parser v0.2.0 |
| 607 | 2026-02-01T13:46:46.265Z | Compiling macaddr v1.0.1 |
| 608 | 2026-02-01T13:46:47.196Z | Compiling toml v0.8.23 |
| 609 | 2026-02-01T13:46:47.738Z | Compiling usdt-attr-macro v0.5.0 |
| 610 | 2026-02-01T13:46:47.770Z | Compiling usdt-macro v0.5.0 |
| 611 | 2026-02-01T13:46:48.024Z | Compiling cargo_toml v0.21.0 |
| 612 | 2026-02-01T13:46:48.266Z | Compiling icu_normalizer v1.5.0 |
| 613 | 2026-02-01T13:46:48.817Z | Compiling usdt v0.5.0 |
| 614 | 2026-02-01T13:46:49.022Z | Compiling idna_adapter v1.2.0 |
| 615 | 2026-02-01T13:46:49.187Z | Compiling idna v1.0.3 |
| 616 | 2026-02-01T13:46:49.675Z | Compiling url v2.5.4 |
| 617 | 2026-02-01T13:46:50.531Z | Compiling cargo-util-schemas v0.8.2 |
| 618 | 2026-02-01T13:46:52.351Z | Compiling cargo_metadata v0.21.0 |
| 619 | 2026-02-01T13:46:54.301Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 620 | 2026-02-01T13:46:58.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
| 621 | 2026-02-01T13:46:58.741Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 622 | 2026-02-01T13:46:59.752Z | Downloading crates ... |
| 623 | 2026-02-01T13:46:59.922Z | Downloaded aead v0.5.2 |
| 624 | 2026-02-01T13:46:59.945Z | Downloaded base16ct v0.2.0 |
| 625 | 2026-02-01T13:46:59.945Z | Downloaded cfg_aliases v0.2.1 |
| 626 | 2026-02-01T13:46:59.972Z | Downloaded crc8 v0.1.1 |
| 627 | 2026-02-01T13:46:59.996Z | Downloaded cstr-argument v0.1.2 |
| 628 | 2026-02-01T13:47:00.026Z | Downloaded flagset v0.4.6 |
| 629 | 2026-02-01T13:47:00.026Z | Downloaded ff v0.13.0 |
| 630 | 2026-02-01T13:47:00.026Z | Downloaded dtrace-parser v0.3.0 |
| 631 | 2026-02-01T13:47:00.055Z | Downloaded futures-task v0.3.31 |
| 632 | 2026-02-01T13:47:00.084Z | Downloaded indoc v1.0.9 |
| 633 | 2026-02-01T13:47:00.118Z | Downloaded mime v0.3.17 |
| 634 | 2026-02-01T13:47:00.118Z | Downloaded olpc-cjson v0.1.4 |
| 635 | 2026-02-01T13:47:00.152Z | Downloaded opaque-debug v0.3.1 |
| 636 | 2026-02-01T13:47:00.152Z | Downloaded peg-runtime v0.8.5 |
| 637 | 2026-02-01T13:47:00.152Z | Downloaded phf_shared v0.12.1 |
| 638 | 2026-02-01T13:47:00.185Z | Downloaded peg v0.8.5 |
| 639 | 2026-02-01T13:47:00.185Z | Downloaded ref-cast-impl v1.0.25 |
| 640 | 2026-02-01T13:47:00.220Z | Downloaded rustc_version v0.4.1 |
| 641 | 2026-02-01T13:47:00.220Z | Downloaded scheduled-thread-pool v0.2.7 |
| 642 | 2026-02-01T13:47:00.220Z | Downloaded secrecy v0.8.0 |
| 643 | 2026-02-01T13:47:00.220Z | Downloaded scrypt v0.11.0 |
| 644 | 2026-02-01T13:47:00.253Z | Downloaded semver v0.1.20 |
| 645 | 2026-02-01T13:47:00.253Z | Downloaded siphasher v1.0.1 |
| 646 | 2026-02-01T13:47:00.253Z | Downloaded slog-envlogger v2.2.0 |
| 647 | 2026-02-01T13:47:00.286Z | Downloaded strum v0.27.2 |
| 648 | 2026-02-01T13:47:00.286Z | Downloaded sync-ptr v0.1.4 |
| 649 | 2026-02-01T13:47:00.286Z | Downloaded take_mut v0.2.2 |
| 650 | 2026-02-01T13:47:00.286Z | Downloaded time-core v0.1.6 |
| 651 | 2026-02-01T13:47:00.319Z | Downloaded tinyvec_macros v0.1.1 |
| 652 | 2026-02-01T13:47:00.319Z | Downloaded strum_macros v0.27.2 |
| 653 | 2026-02-01T13:47:00.319Z | Downloaded tower-service v0.3.3 |
| 654 | 2026-02-01T13:47:00.319Z | Downloaded unarray v0.1.4 |
| 655 | 2026-02-01T13:47:00.351Z | Downloaded utf-8 v0.7.6 |
| 656 | 2026-02-01T13:47:00.351Z | Downloaded void v1.0.2 |
| 657 | 2026-02-01T13:47:00.351Z | Downloaded signal-hook v0.3.18 |
| 658 | 2026-02-01T13:47:00.351Z | Downloaded xshell-macros v0.2.7 |
| 659 | 2026-02-01T13:47:00.351Z | Downloaded zone_cfg_derive v0.1.2 |
| 660 | 2026-02-01T13:47:00.351Z | Downloaded vte_generate_state_changes v0.1.2 |
| 661 | 2026-02-01T13:47:00.384Z | Downloaded vsss-rs v3.3.4 |
| 662 | 2026-02-01T13:47:00.384Z | Downloaded zone_cfg_derive v0.3.0 |
| 663 | 2026-02-01T13:47:00.384Z | Downloaded zstd-safe v7.2.3 |
| 664 | 2026-02-01T13:47:00.384Z | Downloaded zerocopy v0.6.6 |
| 665 | 2026-02-01T13:47:00.417Z | Downloaded zstd v0.13.3 |
| 666 | 2026-02-01T13:47:00.417Z | Downloaded value-bag v1.12.0 |
| 667 | 2026-02-01T13:47:00.417Z | Downloaded zopfli v0.8.1 |
| 668 | 2026-02-01T13:47:00.444Z | Downloaded zip v0.6.6 |
| 669 | 2026-02-01T13:47:00.471Z | Downloaded zerocopy-derive v0.8.27 |
| 670 | 2026-02-01T13:47:00.471Z | Downloaded zip v4.2.0 |
| 671 | 2026-02-01T13:47:00.495Z | Downloaded tough v0.20.0 |
| 672 | 2026-02-01T13:47:00.495Z | Downloaded winnow v0.6.26 |
| 673 | 2026-02-01T13:47:00.519Z | Downloaded radix_trie v0.2.1 |
| 674 | 2026-02-01T13:47:00.519Z | Downloaded tabled v0.20.0 |
| 675 | 2026-02-01T13:47:00.544Z | Downloaded zlib-rs v0.5.1 |
| 676 | 2026-02-01T13:47:00.544Z | Downloaded tabled v0.18.0 |
| 677 | 2026-02-01T13:47:00.568Z | Downloaded smoltcp v0.9.1 |
| 678 | 2026-02-01T13:47:00.592Z | Downloaded zerocopy v0.8.27 |
| 679 | 2026-02-01T13:47:00.616Z | Downloaded webpki-roots v1.0.1 |
| 680 | 2026-02-01T13:47:00.616Z | Downloaded rustls v0.22.4 |
| 681 | 2026-02-01T13:47:00.639Z | Downloaded smoltcp v0.11.0 |
| 682 | 2026-02-01T13:47:00.640Z | Downloaded regex-syntax v0.8.5 |
| 683 | 2026-02-01T13:47:00.669Z | Downloaded regress v0.10.4 |
| 684 | 2026-02-01T13:47:00.669Z | Downloaded vcpkg v0.2.15 |
| 685 | 2026-02-01T13:47:00.698Z | Downloaded rustls v0.23.19 |
| 686 | 2026-02-01T13:47:00.722Z | Downloaded rustls v0.21.12 |
| 687 | 2026-02-01T13:47:00.745Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 688 | 2026-02-01T13:47:00.746Z | Downloaded openapiv3 v2.2.0 |
| 689 | 2026-02-01T13:47:00.770Z | Downloaded typify-impl v0.4.3 |
| 690 | 2026-02-01T13:47:00.770Z | Downloaded typify-impl v0.2.0 |
| 691 | 2026-02-01T13:47:00.799Z | Downloaded ratatui v0.29.0 |
| 692 | 2026-02-01T13:47:00.823Z | Downloaded sled v0.34.7 |
| 693 | 2026-02-01T13:47:00.823Z | Downloaded jiff v0.2.15 |
| 694 | 2026-02-01T13:47:00.847Z | Downloaded regex-automata v0.4.11 |
| 695 | 2026-02-01T13:47:00.871Z | Downloaded chrono-tz v0.10.4 |
| 696 | 2026-02-01T13:47:00.895Z | Downloaded zerocopy-derive v0.6.6 |
| 697 | 2026-02-01T13:47:00.895Z | Downloaded regex-syntax v0.6.29 |
| 698 | 2026-02-01T13:47:00.895Z | Downloaded lzma-sys v0.1.20 |
| 699 | 2026-02-01T13:47:00.932Z | Downloaded object v0.36.5 |
| 700 | 2026-02-01T13:47:00.956Z | Downloaded petgraph v0.6.5 |
| 701 | 2026-02-01T13:47:00.982Z | Downloaded petgraph v0.8.2 |
| 702 | 2026-02-01T13:47:01.006Z | Downloaded libz-sys v1.1.20 |
| 703 | 2026-02-01T13:47:01.031Z | Downloaded csv v1.3.1 |
| 704 | 2026-02-01T13:47:01.056Z | Downloaded hickory-proto v0.25.2 |
| 705 | 2026-02-01T13:47:01.080Z | Downloaded hickory-proto v0.24.4 |
| 706 | 2026-02-01T13:47:01.080Z | Downloaded polar-core v0.27.3 |
| 707 | 2026-02-01T13:47:01.105Z | Downloaded nix v0.30.1 |
| 708 | 2026-02-01T13:47:01.129Z | Downloaded nix v0.29.0 |
| 709 | 2026-02-01T13:47:01.129Z | Downloaded winnow v0.5.40 |
| 710 | 2026-02-01T13:47:01.153Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 711 | 2026-02-01T13:47:01.153Z | Downloaded sha3 v0.10.8 |
| 712 | 2026-02-01T13:47:01.177Z | Downloaded tokio v1.49.0 |
| 713 | 2026-02-01T13:47:01.206Z | Downloaded quinn-proto v0.11.8 |
| 714 | 2026-02-01T13:47:01.230Z | Downloaded proptest v1.7.0 |
| 715 | 2026-02-01T13:47:01.230Z | Downloaded sqlparser v0.45.0 |
| 716 | 2026-02-01T13:47:01.254Z | Downloaded petname v2.0.2 |
| 717 | 2026-02-01T13:47:01.254Z | Downloaded openssl v0.10.73 |
| 718 | 2026-02-01T13:47:01.254Z | Downloaded object v0.30.4 |
| 719 | 2026-02-01T13:47:01.278Z | Downloaded nix v0.28.0 |
| 720 | 2026-02-01T13:47:01.278Z | Downloaded diesel v2.2.12 |
| 721 | 2026-02-01T13:47:01.302Z | Downloaded unicode-normalization v0.1.24 |
| 722 | 2026-02-01T13:47:01.302Z | Downloaded serde_with v3.16.1 |
| 723 | 2026-02-01T13:47:01.326Z | Downloaded rustls-webpki v0.102.8 |
| 724 | 2026-02-01T13:47:01.350Z | Downloaded quick-xml v0.37.2 |
| 725 | 2026-02-01T13:47:01.350Z | Downloaded nix v0.27.1 |
| 726 | 2026-02-01T13:47:01.374Z | Downloaded bstr v1.10.0 |
| 727 | 2026-02-01T13:47:01.374Z | Downloaded x509-cert v0.2.5 |
| 728 | 2026-02-01T13:47:01.398Z | Downloaded encoding_rs v0.8.34 |
| 729 | 2026-02-01T13:47:01.423Z | Downloaded unicode-segmentation v1.12.0 |
| 730 | 2026-02-01T13:47:01.423Z | Downloaded typed-path v0.9.3 |
| 731 | 2026-02-01T13:47:01.423Z | Downloaded tower-http v0.6.6 |
| 732 | 2026-02-01T13:47:01.423Z | Downloaded toml_edit v0.19.15 |
| 733 | 2026-02-01T13:47:01.447Z | Downloaded tokio-util v0.7.15 |
| 734 | 2026-02-01T13:47:01.470Z | Downloaded time v0.3.43 |
| 735 | 2026-02-01T13:47:01.470Z | Downloaded salty v0.3.0 |
| 736 | 2026-02-01T13:47:01.470Z | Downloaded moka v0.12.10 |
| 737 | 2026-02-01T13:47:01.494Z | Downloaded unicode_categories v0.1.1 |
| 738 | 2026-02-01T13:47:01.494Z | Downloaded tower v0.5.2 |
| 739 | 2026-02-01T13:47:01.494Z | Downloaded ring v0.17.14 |
| 740 | 2026-02-01T13:47:01.544Z | Downloaded tokio-postgres v0.7.13 |
| 741 | 2026-02-01T13:47:01.568Z | Downloaded rustls-webpki v0.101.7 |
| 742 | 2026-02-01T13:47:01.568Z | Downloaded rayon v1.10.0 |
| 743 | 2026-02-01T13:47:01.592Z | Downloaded yansi v1.0.1 |
| 744 | 2026-02-01T13:47:01.592Z | Downloaded tracing-core v0.1.32 |
| 745 | 2026-02-01T13:47:01.592Z | Downloaded regex v1.11.3 |
| 746 | 2026-02-01T13:47:01.592Z | Downloaded reedline v0.40.0 |
| 747 | 2026-02-01T13:47:01.617Z | Downloaded p384 v0.13.1 |
| 748 | 2026-02-01T13:47:01.617Z | Downloaded dropshot v0.16.7 |
| 749 | 2026-02-01T13:47:01.641Z | Downloaded steno v0.4.1 |
| 750 | 2026-02-01T13:47:01.641Z | Downloaded reqwest v0.12.24 |
| 751 | 2026-02-01T13:47:01.666Z | Downloaded uuid v1.19.0 |
| 752 | 2026-02-01T13:47:01.666Z | Downloaded unsafe-libyaml v0.2.11 |
| 753 | 2026-02-01T13:47:01.666Z | Downloaded typify v0.4.3 |
| 754 | 2026-02-01T13:47:01.666Z | Downloaded tracing v0.1.40 |
| 755 | 2026-02-01T13:47:01.666Z | Downloaded ssh-key v0.6.6 |
| 756 | 2026-02-01T13:47:01.690Z | Downloaded portable-atomic v1.11.0 |
| 757 | 2026-02-01T13:47:01.690Z | Downloaded unicode-properties v0.1.3 |
| 758 | 2026-02-01T13:47:01.690Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 759 | 2026-02-01T13:47:01.744Z | Downloaded yasna v0.5.2 |
| 760 | 2026-02-01T13:47:01.768Z | Downloaded unicode-bidi v0.3.17 |
| 761 | 2026-02-01T13:47:01.768Z | Downloaded tungstenite v0.23.0 |
| 762 | 2026-02-01T13:47:01.768Z | Downloaded tungstenite v0.21.0 |
| 763 | 2026-02-01T13:47:01.768Z | Downloaded toml v0.7.8 |
| 764 | 2026-02-01T13:47:01.768Z | Downloaded p521 v0.13.3 |
| 765 | 2026-02-01T13:47:01.768Z | Downloaded goblin v0.10.2 |
| 766 | 2026-02-01T13:47:01.792Z | Downloaded curve25519-dalek v4.1.3 |
| 767 | 2026-02-01T13:47:01.792Z | Downloaded zeroize v1.8.1 |
| 768 | 2026-02-01T13:47:01.792Z | Downloaded xz2 v0.1.7 |
| 769 | 2026-02-01T13:47:01.792Z | Downloaded xshell v0.2.7 |
| 770 | 2026-02-01T13:47:01.792Z | Downloaded wyz v0.5.1 |
| 771 | 2026-02-01T13:47:01.792Z | Downloaded whoami v1.5.2 |
| 772 | 2026-02-01T13:47:01.792Z | Downloaded walkdir v2.5.0 |
| 773 | 2026-02-01T13:47:01.816Z | Downloaded vte v0.11.1 |
| 774 | 2026-02-01T13:47:01.816Z | Downloaded vergen v9.0.6 |
| 775 | 2026-02-01T13:47:01.816Z | Downloaded uzers v0.12.1 |
| 776 | 2026-02-01T13:47:01.816Z | Downloaded unicase v2.8.1 |
| 777 | 2026-02-01T13:47:01.817Z | Downloaded twox-hash v2.1.0 |
| 778 | 2026-02-01T13:47:01.817Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 779 | 2026-02-01T13:47:01.817Z | Downloaded tinyvec v1.8.0 |
| 780 | 2026-02-01T13:47:01.817Z | Downloaded slog v2.8.2 |
| 781 | 2026-02-01T13:47:01.817Z | Downloaded rustyline v14.0.0 |
| 782 | 2026-02-01T13:47:01.841Z | Downloaded rpassword v7.4.0 |
| 783 | 2026-02-01T13:47:01.841Z | Downloaded lalrpop v0.19.12 |
| 784 | 2026-02-01T13:47:01.841Z | Downloaded vergen-lib v0.1.6 |
| 785 | 2026-02-01T13:47:01.841Z | Downloaded vergen-gitcl v1.0.8 |
| 786 | 2026-02-01T13:47:01.841Z | Downloaded vergen-git2 v1.0.7 |
| 787 | 2026-02-01T13:47:01.865Z | Downloaded tui-tree-widget v0.23.1 |
| 788 | 2026-02-01T13:47:01.865Z | Downloaded snafu v0.8.5 |
| 789 | 2026-02-01T13:47:01.865Z | Downloaded russh v0.45.0 |
| 790 | 2026-02-01T13:47:01.865Z | Downloaded usdt-impl v0.6.0 |
| 791 | 2026-02-01T13:47:01.865Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 792 | 2026-02-01T13:47:01.865Z | Downloaded socket2 v0.6.1 |
| 793 | 2026-02-01T13:47:01.865Z | Downloaded zone v0.3.1 |
| 794 | 2026-02-01T13:47:01.865Z | Downloaded zone v0.1.8 |
| 795 | 2026-02-01T13:47:01.889Z | Downloaded zeroize_derive v1.4.2 |
| 796 | 2026-02-01T13:47:01.889Z | Downloaded unicode-truncate v1.1.0 |
| 797 | 2026-02-01T13:47:01.889Z | Downloaded test-strategy v0.4.3 |
| 798 | 2026-02-01T13:47:01.889Z | Downloaded tar v0.4.44 |
| 799 | 2026-02-01T13:47:01.889Z | Downloaded xattr v1.3.1 |
| 800 | 2026-02-01T13:47:01.889Z | Downloaded which v4.4.2 |
| 801 | 2026-02-01T13:47:01.889Z | Downloaded want v0.3.1 |
| 802 | 2026-02-01T13:47:01.889Z | Downloaded waitgroup v0.1.2 |
| 803 | 2026-02-01T13:47:01.889Z | Downloaded wait-timeout v0.2.0 |
| 804 | 2026-02-01T13:47:01.889Z | Downloaded typify v0.2.0 |
| 805 | 2026-02-01T13:47:01.889Z | Downloaded tokio-tungstenite v0.21.0 |
| 806 | 2026-02-01T13:47:01.889Z | Downloaded tokio-stream v0.1.17 |
| 807 | 2026-02-01T13:47:01.914Z | Downloaded tokio-rustls v0.26.0 |
| 808 | 2026-02-01T13:47:01.914Z | Downloaded tokio-rustls v0.24.1 |
| 809 | 2026-02-01T13:47:01.914Z | Downloaded rand v0.9.2 |
| 810 | 2026-02-01T13:47:01.914Z | Downloaded usdt-macro v0.6.0 |
| 811 | 2026-02-01T13:47:01.914Z | Downloaded usdt-attr-macro v0.6.0 |
| 812 | 2026-02-01T13:47:01.914Z | Downloaded usdt v0.6.0 |
| 813 | 2026-02-01T13:47:01.914Z | Downloaded untrusted v0.9.0 |
| 814 | 2026-02-01T13:47:01.914Z | Downloaded unit-prefix v0.5.1 |
| 815 | 2026-02-01T13:47:01.914Z | Downloaded tracing-attributes v0.1.27 |
| 816 | 2026-02-01T13:47:01.914Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 817 | 2026-02-01T13:47:01.914Z | Downloaded socket2 v0.5.10 |
| 818 | 2026-02-01T13:47:01.938Z | Downloaded git2 v0.20.2 |
| 819 | 2026-02-01T13:47:01.938Z | Downloaded untrusted v0.7.1 |
| 820 | 2026-02-01T13:47:01.938Z | Downloaded universal-hash v0.5.1 |
| 821 | 2026-02-01T13:47:01.938Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 822 | 2026-02-01T13:47:01.938Z | Downloaded tokio-native-tls v0.3.1 |
| 823 | 2026-02-01T13:47:01.938Z | Downloaded tokio-dtrace v0.1.0 |
| 824 | 2026-02-01T13:47:01.938Z | Downloaded tls_codec_derive v0.4.1 |
| 825 | 2026-02-01T13:47:01.938Z | Downloaded tls_codec v0.4.1 |
| 826 | 2026-02-01T13:47:01.938Z | Downloaded term v1.1.0 |
| 827 | 2026-02-01T13:47:01.962Z | Downloaded term v0.7.0 |
| 828 | 2026-02-01T13:47:01.962Z | Downloaded schemars v1.0.4 |
| 829 | 2026-02-01T13:47:01.962Z | Downloaded samael v0.0.19 |
| 830 | 2026-02-01T13:47:01.986Z | Downloaded typify-macro v0.4.3 |
| 831 | 2026-02-01T13:47:01.986Z | Downloaded typify-macro v0.2.0 |
| 832 | 2026-02-01T13:47:01.986Z | Downloaded try-lock v0.2.5 |
| 833 | 2026-02-01T13:47:01.986Z | Downloaded trait-variant v0.1.2 |
| 834 | 2026-02-01T13:47:01.986Z | Downloaded tokio-tungstenite v0.23.1 |
| 835 | 2026-02-01T13:47:01.986Z | Downloaded tokio-rustls v0.25.0 |
| 836 | 2026-02-01T13:47:01.986Z | Downloaded tokio-macros v2.6.0 |
| 837 | 2026-02-01T13:47:01.986Z | Downloaded tiny-keccak v2.0.2 |
| 838 | 2026-02-01T13:47:01.986Z | Downloaded time-macros v0.2.24 |
| 839 | 2026-02-01T13:47:01.986Z | Downloaded similar v2.7.0 |
| 840 | 2026-02-01T13:47:02.010Z | Downloaded gimli v0.31.1 |
| 841 | 2026-02-01T13:47:02.010Z | Downloaded tower-layer v0.3.3 |
| 842 | 2026-02-01T13:47:02.010Z | Downloaded topological-sort v0.2.2 |
| 843 | 2026-02-01T13:47:02.010Z | Downloaded thiserror-no-std v2.0.2 |
| 844 | 2026-02-01T13:47:02.011Z | Downloaded termios v0.3.3 |
| 845 | 2026-02-01T13:47:02.011Z | Downloaded tap v1.0.1 |
| 846 | 2026-02-01T13:47:02.011Z | Downloaded subprocess v0.2.9 |
| 847 | 2026-02-01T13:47:02.035Z | Downloaded spki v0.7.3 |
| 848 | 2026-02-01T13:47:02.035Z | Downloaded spin v0.9.8 |
| 849 | 2026-02-01T13:47:02.035Z | Downloaded serde_yaml v0.9.34+deprecated |
| 850 | 2026-02-01T13:47:02.035Z | Downloaded rsa v0.9.8 |
| 851 | 2026-02-01T13:47:02.035Z | Downloaded publicsuffix v2.3.0 |
| 852 | 2026-02-01T13:47:02.035Z | Downloaded strum_macros v0.26.4 |
| 853 | 2026-02-01T13:47:02.035Z | Downloaded rayon-core v1.12.1 |
| 854 | 2026-02-01T13:47:02.059Z | Downloaded rand v0.8.5 |
| 855 | 2026-02-01T13:47:02.059Z | Downloaded qorb v0.4.1 |
| 856 | 2026-02-01T13:47:02.059Z | Downloaded thread_local v1.1.8 |
| 857 | 2026-02-01T13:47:02.059Z | Downloaded testing_table v0.3.0 |
| 858 | 2026-02-01T13:47:02.059Z | Downloaded strum_macros v0.24.3 |
| 859 | 2026-02-01T13:47:02.059Z | Downloaded strum v0.26.3 |
| 860 | 2026-02-01T13:47:02.059Z | Downloaded stringprep v0.1.5 |
| 861 | 2026-02-01T13:47:02.059Z | Downloaded string_cache v0.8.9 |
| 862 | 2026-02-01T13:47:02.059Z | Downloaded static_assertions v1.1.0 |
| 863 | 2026-02-01T13:47:02.059Z | Downloaded sqlformat v0.3.5 |
| 864 | 2026-02-01T13:47:02.059Z | Downloaded snafu-derive v0.8.5 |
| 865 | 2026-02-01T13:47:02.059Z | Downloaded slog-json v2.6.1 |
| 866 | 2026-02-01T13:47:02.083Z | Downloaded schemars v0.9.0 |
| 867 | 2026-02-01T13:47:02.083Z | Downloaded num-bigint-dig v0.8.6 |
| 868 | 2026-02-01T13:47:02.083Z | Downloaded bindgen v0.71.1 |
| 869 | 2026-02-01T13:47:02.108Z | Downloaded thread-id v5.0.0 |
| 870 | 2026-02-01T13:47:02.108Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 871 | 2026-02-01T13:47:02.108Z | Downloaded termtree v0.5.1 |
| 872 | 2026-02-01T13:47:02.108Z | Downloaded support-bundle-viewer v0.1.2 |
| 873 | 2026-02-01T13:47:02.108Z | Downloaded subtle v2.6.1 |
| 874 | 2026-02-01T13:47:02.108Z | Downloaded smf v0.2.3 |
| 875 | 2026-02-01T13:47:02.108Z | Downloaded serde_cbor v0.11.2 |
| 876 | 2026-02-01T13:47:02.108Z | Downloaded tagptr v0.2.0 |
| 877 | 2026-02-01T13:47:02.108Z | Downloaded tabwriter v1.4.0 |
| 878 | 2026-02-01T13:47:02.108Z | Downloaded tabled_derive v0.11.0 |
| 879 | 2026-02-01T13:47:02.108Z | Downloaded tabled_derive v0.10.0 |
| 880 | 2026-02-01T13:47:02.108Z | Downloaded sync_wrapper v1.0.1 |
| 881 | 2026-02-01T13:47:02.108Z | Downloaded strip-ansi-escapes v0.2.0 |
| 882 | 2026-02-01T13:47:02.132Z | Downloaded shlex v1.3.0 |
| 883 | 2026-02-01T13:47:02.132Z | Downloaded serde_with_macros v3.16.1 |
| 884 | 2026-02-01T13:47:02.132Z | Downloaded schemars v0.8.22 |
| 885 | 2026-02-01T13:47:02.132Z | Downloaded rustls-pki-types v1.10.0 |
| 886 | 2026-02-01T13:47:02.132Z | Downloaded progenitor-impl v0.11.2 |
| 887 | 2026-02-01T13:47:02.132Z | Downloaded prettyplease v0.2.36 |
| 888 | 2026-02-01T13:47:02.157Z | Downloaded itertools v0.14.0 |
| 889 | 2026-02-01T13:47:02.157Z | Downloaded chrono v0.4.43 |
| 890 | 2026-02-01T13:47:02.157Z | Downloaded supports-color v3.0.2 |
| 891 | 2026-02-01T13:47:02.157Z | Downloaded structmeta-derive v0.3.0 |
| 892 | 2026-02-01T13:47:02.157Z | Downloaded ssh-encoding v0.2.0 |
| 893 | 2026-02-01T13:47:02.181Z | Downloaded ssh-cipher v0.2.0 |
| 894 | 2026-02-01T13:47:02.181Z | Downloaded smallvec v0.6.14 |
| 895 | 2026-02-01T13:47:02.181Z | Downloaded slog-term v2.9.2 |
| 896 | 2026-02-01T13:47:02.181Z | Downloaded slog-stdlog v4.1.1 |
| 897 | 2026-02-01T13:47:02.181Z | Downloaded slog-scope v4.4.0 |
| 898 | 2026-02-01T13:47:02.181Z | Downloaded slog-dtrace v0.3.0 |
| 899 | 2026-02-01T13:47:02.181Z | Downloaded slog-async v2.8.0 |
| 900 | 2026-02-01T13:47:02.181Z | Downloaded slab v0.4.9 |
| 901 | 2026-02-01T13:47:02.181Z | Downloaded signal-hook-registry v1.4.2 |
| 902 | 2026-02-01T13:47:02.181Z | Downloaded quinn v0.11.5 |
| 903 | 2026-02-01T13:47:02.181Z | Downloaded pretty_assertions v1.4.1 |
| 904 | 2026-02-01T13:47:02.181Z | Downloaded h2 v0.4.6 |
| 905 | 2026-02-01T13:47:02.206Z | Downloaded structmeta v0.3.0 |
| 906 | 2026-02-01T13:47:02.206Z | Downloaded sqlparser_derive v0.2.2 |
| 907 | 2026-02-01T13:47:02.206Z | Downloaded serde_path_to_error v0.1.20 |
| 908 | 2026-02-01T13:47:02.206Z | Downloaded serde_derive_internals v0.29.1 |
| 909 | 2026-02-01T13:47:02.206Z | Downloaded serde-hex v0.1.0 |
| 910 | 2026-02-01T13:47:02.206Z | Downloaded seq-macro v0.3.6 |
| 911 | 2026-02-01T13:47:02.206Z | Downloaded ron v0.8.1 |
| 912 | 2026-02-01T13:47:02.206Z | Downloaded ron v0.7.1 |
| 913 | 2026-02-01T13:47:02.230Z | Downloaded progenitor-impl v0.10.0 |
| 914 | 2026-02-01T13:47:02.230Z | Downloaded itertools v0.13.0 |
| 915 | 2026-02-01T13:47:02.230Z | Downloaded iri-string v0.7.8 |
| 916 | 2026-02-01T13:47:02.230Z | Downloaded hyper v1.8.1 |
| 917 | 2026-02-01T13:47:02.254Z | Downloaded slog-bunyan v2.5.0 |
| 918 | 2026-02-01T13:47:02.254Z | Downloaded siphasher v0.3.11 |
| 919 | 2026-02-01T13:47:02.254Z | Downloaded sigpipe v0.1.3 |
| 920 | 2026-02-01T13:47:02.254Z | Downloaded signature v2.2.0 |
| 921 | 2026-02-01T13:47:02.254Z | Downloaded signal-hook-tokio v0.3.1 |
| 922 | 2026-02-01T13:47:02.254Z | Downloaded ryu v1.0.18 |
| 923 | 2026-02-01T13:47:02.254Z | Downloaded rustls-pemfile v1.0.4 |
| 924 | 2026-02-01T13:47:02.254Z | Downloaded rcgen v0.12.1 |
| 925 | 2026-02-01T13:47:02.254Z | Downloaded prefix-trie v0.7.0 |
| 926 | 2026-02-01T13:47:02.254Z | Downloaded itertools v0.12.1 |
| 927 | 2026-02-01T13:47:02.280Z | Downloaded hkdf v0.12.4 |
| 928 | 2026-02-01T13:47:02.280Z | Downloaded simd-adler32 v0.3.7 |
| 929 | 2026-02-01T13:47:02.280Z | Downloaded signal-hook-mio v0.2.4 |
| 930 | 2026-02-01T13:47:02.280Z | Downloaded shell-words v1.1.0 |
| 931 | 2026-02-01T13:47:02.280Z | Downloaded sha1 v0.10.6 |
| 932 | 2026-02-01T13:47:02.280Z | Downloaded serde_urlencoded v0.7.1 |
| 933 | 2026-02-01T13:47:02.280Z | Downloaded serde_spanned v1.0.4 |
| 934 | 2026-02-01T13:47:02.280Z | Downloaded serde_repr v0.1.19 |
| 935 | 2026-02-01T13:47:02.280Z | Downloaded serde_plain v1.0.2 |
| 936 | 2026-02-01T13:47:02.280Z | Downloaded serde_bytes v0.11.19 |
| 937 | 2026-02-01T13:47:02.280Z | Downloaded serde-big-array v0.5.1 |
| 938 | 2026-02-01T13:47:02.305Z | Downloaded sec1 v0.7.3 |
| 939 | 2026-02-01T13:47:02.305Z | Downloaded sct v0.7.1 |
| 940 | 2026-02-01T13:47:02.305Z | Downloaded scroll v0.13.0 |
| 941 | 2026-02-01T13:47:02.305Z | Downloaded schemars_derive v0.8.22 |
| 942 | 2026-02-01T13:47:02.305Z | Downloaded rustls-native-certs v0.8.1 |
| 943 | 2026-02-01T13:47:02.305Z | Downloaded russh-keys v0.45.0 |
| 944 | 2026-02-01T13:47:02.305Z | Downloaded progenitor-impl v0.8.0 |
| 945 | 2026-02-01T13:47:02.305Z | Downloaded proc-macro-error2 v2.0.1 |
| 946 | 2026-02-01T13:47:02.305Z | Downloaded papergrid v0.17.0 |
| 947 | 2026-02-01T13:47:02.329Z | Downloaded openssl-sys v0.9.109 |
| 948 | 2026-02-01T13:47:02.329Z | Downloaded libxml v0.3.3 |
| 949 | 2026-02-01T13:47:02.329Z | Downloaded bitvec v1.0.1 |
| 950 | 2026-02-01T13:47:02.353Z | Downloaded bindgen v0.69.5 |
| 951 | 2026-02-01T13:47:02.353Z | Downloaded secrecy v0.10.3 |
| 952 | 2026-02-01T13:47:02.353Z | Downloaded salsa20 v0.10.2 |
| 953 | 2026-02-01T13:47:02.353Z | Downloaded rusty-fork v0.3.0 |
| 954 | 2026-02-01T13:47:02.353Z | Downloaded rustversion v1.0.22 |
| 955 | 2026-02-01T13:47:02.354Z | Downloaded rustls-pemfile v2.2.0 |
| 956 | 2026-02-01T13:47:02.378Z | Downloaded rfc6979 v0.4.0 |
| 957 | 2026-02-01T13:47:02.378Z | Downloaded resolv-conf v0.7.0 |
| 958 | 2026-02-01T13:47:02.378Z | Downloaded postgres-types v0.2.9 |
| 959 | 2026-02-01T13:47:02.378Z | Downloaded postcard v1.0.10 |
| 960 | 2026-02-01T13:47:02.378Z | Downloaded parking_lot v0.12.3 |
| 961 | 2026-02-01T13:47:02.378Z | Downloaded papergrid v0.14.0 |
| 962 | 2026-02-01T13:47:02.378Z | Downloaded p256 v0.13.2 |
| 963 | 2026-02-01T13:47:02.378Z | Downloaded nom v7.1.3 |
| 964 | 2026-02-01T13:47:02.402Z | Downloaded itertools v0.10.5 |
| 965 | 2026-02-01T13:47:02.402Z | Downloaded iddqd v0.3.16 |
| 966 | 2026-02-01T13:47:02.402Z | Downloaded scroll_derive v0.13.1 |
| 967 | 2026-02-01T13:47:02.402Z | Downloaded scopeguard v1.2.0 |
| 968 | 2026-02-01T13:47:02.402Z | Downloaded rustc-demangle v0.1.24 |
| 969 | 2026-02-01T13:47:02.402Z | Downloaded pin-project v1.1.6 |
| 970 | 2026-02-01T13:47:02.426Z | Downloaded owo-colors v4.2.2 |
| 971 | 2026-02-01T13:47:02.426Z | Downloaded oso v0.27.3 |
| 972 | 2026-02-01T13:47:02.426Z | Downloaded progenitor v0.11.2 |
| 973 | 2026-02-01T13:47:02.426Z | Downloaded primeorder v0.13.6 |
| 974 | 2026-02-01T13:47:02.426Z | Downloaded predicates v3.1.3 |
| 975 | 2026-02-01T13:47:02.450Z | Downloaded postgres-protocol v0.6.8 |
| 976 | 2026-02-01T13:47:02.450Z | Downloaded libm v0.2.8 |
| 977 | 2026-02-01T13:47:02.450Z | Downloaded futures-util v0.3.31 |
| 978 | 2026-02-01T13:47:02.474Z | Downloaded sapling-renderdag v0.1.0 |
| 979 | 2026-02-01T13:47:02.475Z | Downloaded same-file v1.0.6 |
| 980 | 2026-02-01T13:47:02.475Z | Downloaded rand_xorshift v0.4.0 |
| 981 | 2026-02-01T13:47:02.475Z | Downloaded rand_seeder v0.4.0 |
| 982 | 2026-02-01T13:47:02.475Z | Downloaded rand_core v0.9.3 |
| 983 | 2026-02-01T13:47:02.475Z | Downloaded rand_core v0.6.4 |
| 984 | 2026-02-01T13:47:02.475Z | Downloaded rand_chacha v0.9.0 |
| 985 | 2026-02-01T13:47:02.475Z | Downloaded r2d2 v0.8.10 |
| 986 | 2026-02-01T13:47:02.475Z | Downloaded quinn-udp v0.5.5 |
| 987 | 2026-02-01T13:47:02.475Z | Downloaded progenitor v0.10.0 |
| 988 | 2026-02-01T13:47:02.475Z | Downloaded ppv-lite86 v0.2.20 |
| 989 | 2026-02-01T13:47:02.475Z | Downloaded num-bigint v0.4.6 |
| 990 | 2026-02-01T13:47:02.501Z | Downloaded mio v1.0.2 |
| 991 | 2026-02-01T13:47:02.501Z | Downloaded hyper-util v0.1.19 |
| 992 | 2026-02-01T13:47:02.501Z | Downloaded rustc_version v0.1.7 |
| 993 | 2026-02-01T13:47:02.501Z | Downloaded rustc-hash v2.1.1 |
| 994 | 2026-02-01T13:47:02.501Z | Downloaded rustc-hash v1.1.0 |
| 995 | 2026-02-01T13:47:02.501Z | Downloaded russh-cryptovec v0.7.3 |
| 996 | 2026-02-01T13:47:02.501Z | Downloaded rtoolbox v0.0.2 |
| 997 | 2026-02-01T13:47:02.501Z | Downloaded progenitor-macro v0.11.2 |
| 998 | 2026-02-01T13:47:02.501Z | Downloaded progenitor-macro v0.8.0 |
| 999 | 2026-02-01T13:47:02.501Z | Downloaded progenitor-client v0.10.0 |
| 1000 | 2026-02-01T13:47:02.501Z | Downloaded progenitor-client v0.8.0 |
| 1001 | 2026-02-01T13:47:02.501Z | Downloaded progenitor v0.8.0 |
| 1002 | 2026-02-01T13:47:02.525Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1003 | 2026-02-01T13:47:02.525Z | Downloaded proc-macro-crate v1.3.1 |
| 1004 | 2026-02-01T13:47:02.525Z | Downloaded predicates-tree v1.0.12 |
| 1005 | 2026-02-01T13:47:02.525Z | Downloaded pkg-config v0.3.31 |
| 1006 | 2026-02-01T13:47:02.526Z | Downloaded pkcs5 v0.7.1 |
| 1007 | 2026-02-01T13:47:02.526Z | Downloaded pkcs1 v0.7.5 |
| 1008 | 2026-02-01T13:47:02.526Z | Downloaded pem-rfc7468 v0.7.0 |
| 1009 | 2026-02-01T13:47:02.526Z | Downloaded password-hash v0.4.2 |
| 1010 | 2026-02-01T13:47:02.526Z | Downloaded parking_lot v0.11.2 |
| 1011 | 2026-02-01T13:47:02.526Z | Downloaded hashbrown v0.15.4 |
| 1012 | 2026-02-01T13:47:02.526Z | Downloaded ref-cast v1.0.25 |
| 1013 | 2026-02-01T13:47:02.550Z | Downloaded rand_chacha v0.3.1 |
| 1014 | 2026-02-01T13:47:02.550Z | Downloaded radium v0.7.0 |
| 1015 | 2026-02-01T13:47:02.550Z | Downloaded quick-error v1.2.3 |
| 1016 | 2026-02-01T13:47:02.550Z | Downloaded psl-types v2.0.11 |
| 1017 | 2026-02-01T13:47:02.550Z | Downloaded progenitor-macro v0.10.0 |
| 1018 | 2026-02-01T13:47:02.550Z | Downloaded progenitor-client v0.11.2 |
| 1019 | 2026-02-01T13:47:02.550Z | Downloaded pretty-hex v0.2.1 |
| 1020 | 2026-02-01T13:47:02.550Z | Downloaded predicates-core v1.0.8 |
| 1021 | 2026-02-01T13:47:02.550Z | Downloaded precomputed-hash v0.1.1 |
| 1022 | 2026-02-01T13:47:02.550Z | Downloaded powerfmt v0.2.0 |
| 1023 | 2026-02-01T13:47:02.550Z | Downloaded polyval v0.6.2 |
| 1024 | 2026-02-01T13:47:02.550Z | Downloaded poly1305 v0.8.0 |
| 1025 | 2026-02-01T13:47:02.550Z | Downloaded pkcs8 v0.10.2 |
| 1026 | 2026-02-01T13:47:02.550Z | Downloaded pin-utils v0.1.0 |
| 1027 | 2026-02-01T13:47:02.550Z | Downloaded pin-project-lite v0.2.14 |
| 1028 | 2026-02-01T13:47:02.574Z | Downloaded pin-project-internal v1.1.6 |
| 1029 | 2026-02-01T13:47:02.574Z | Downloaded phf v0.12.1 |
| 1030 | 2026-02-01T13:47:02.574Z | Downloaded phf v0.11.2 |
| 1031 | 2026-02-01T13:47:02.574Z | Downloaded pem v3.0.5 |
| 1032 | 2026-02-01T13:47:02.574Z | Downloaded peg-macros v0.8.5 |
| 1033 | 2026-02-01T13:47:02.574Z | Downloaded password-hash v0.5.0 |
| 1034 | 2026-02-01T13:47:02.574Z | Downloaded parse-display-derive v0.10.0 |
| 1035 | 2026-02-01T13:47:02.574Z | Downloaded parking_lot_core v0.9.10 |
| 1036 | 2026-02-01T13:47:02.575Z | Downloaded parking_lot_core v0.8.6 |
| 1037 | 2026-02-01T13:47:02.575Z | Downloaded packed_struct v0.10.1 |
| 1038 | 2026-02-01T13:47:02.575Z | Downloaded oxnet v0.1.4 |
| 1039 | 2026-02-01T13:47:02.600Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1040 | 2026-02-01T13:47:02.600Z | Downloaded blake3 v1.5.4 |
| 1041 | 2026-02-01T13:47:02.600Z | Downloaded aws-lc-rs v1.12.4 |
| 1042 | 2026-02-01T13:47:02.600Z | Downloaded parse-size v1.1.0 |
| 1043 | 2026-02-01T13:47:02.600Z | Downloaded phf_shared v0.11.2 |
| 1044 | 2026-02-01T13:47:02.600Z | Downloaded paste v1.0.15 |
| 1045 | 2026-02-01T13:47:02.624Z | Downloaded parse-display v0.10.0 |
| 1046 | 2026-02-01T13:47:02.624Z | Downloaded minimal-lexical v0.2.1 |
| 1047 | 2026-02-01T13:47:02.624Z | Downloaded indicatif v0.18.0 |
| 1048 | 2026-02-01T13:47:02.624Z | Downloaded hickory-server v0.25.2 |
| 1049 | 2026-02-01T13:47:02.624Z | Downloaded hashbrown v0.13.2 |
| 1050 | 2026-02-01T13:47:02.624Z | Downloaded crossterm v0.29.0 |
| 1051 | 2026-02-01T13:47:02.649Z | Downloaded crossterm v0.28.1 |
| 1052 | 2026-02-01T13:47:02.649Z | Downloaded pbkdf2 v0.12.2 |
| 1053 | 2026-02-01T13:47:02.649Z | Downloaded pbkdf2 v0.11.0 |
| 1054 | 2026-02-01T13:47:02.649Z | Downloaded path-slash v0.1.5 |
| 1055 | 2026-02-01T13:47:02.649Z | Downloaded packed_struct_codegen v0.10.1 |
| 1056 | 2026-02-01T13:47:02.649Z | Downloaded oso-derive v0.27.3 |
| 1057 | 2026-02-01T13:47:02.649Z | Downloaded openssl-probe v0.1.5 |
| 1058 | 2026-02-01T13:47:02.649Z | Downloaded openssl-macros v0.1.1 |
| 1059 | 2026-02-01T13:47:02.649Z | Downloaded omicron-zone-package v0.12.2 |
| 1060 | 2026-02-01T13:47:02.649Z | Downloaded nanorand v0.7.0 |
| 1061 | 2026-02-01T13:47:02.649Z | Downloaded jiff-static v0.2.15 |
| 1062 | 2026-02-01T13:47:02.673Z | Downloaded indicatif v0.17.11 |
| 1063 | 2026-02-01T13:47:02.673Z | Downloaded ignore v0.4.23 |
| 1064 | 2026-02-01T13:47:02.673Z | Downloaded http v1.4.0 |
| 1065 | 2026-02-01T13:47:02.673Z | Downloaded hickory-resolver v0.25.2 |
| 1066 | 2026-02-01T13:47:02.673Z | Downloaded hickory-resolver v0.24.4 |
| 1067 | 2026-02-01T13:47:02.673Z | Downloaded hashbrown v0.12.3 |
| 1068 | 2026-02-01T13:47:02.697Z | Downloaded aes-gcm v0.10.3 |
| 1069 | 2026-02-01T13:47:02.697Z | Downloaded aes v0.8.4 |
| 1070 | 2026-02-01T13:47:02.697Z | Downloaded num_enum v0.5.11 |
| 1071 | 2026-02-01T13:47:02.698Z | Downloaded num-rational v0.4.2 |
| 1072 | 2026-02-01T13:47:02.698Z | Downloaded num-integer v0.1.46 |
| 1073 | 2026-02-01T13:47:02.698Z | Downloaded num-derive v0.3.3 |
| 1074 | 2026-02-01T13:47:02.698Z | Downloaded num-complex v0.4.6 |
| 1075 | 2026-02-01T13:47:02.698Z | Downloaded nu-ansi-term v0.50.1 |
| 1076 | 2026-02-01T13:47:02.698Z | Downloaded miniz_oxide v0.8.5 |
| 1077 | 2026-02-01T13:47:02.728Z | Downloaded memmap2 v0.9.8 |
| 1078 | 2026-02-01T13:47:02.728Z | Downloaded litrs v0.4.1 |
| 1079 | 2026-02-01T13:47:02.728Z | Downloaded ipnet v2.11.0 |
| 1080 | 2026-02-01T13:47:02.728Z | Downloaded indexmap v1.9.3 |
| 1081 | 2026-02-01T13:47:02.728Z | Downloaded iana-time-zone v0.1.63 |
| 1082 | 2026-02-01T13:47:02.728Z | Downloaded heapless v0.8.0 |
| 1083 | 2026-02-01T13:47:02.728Z | Downloaded heapless v0.7.17 |
| 1084 | 2026-02-01T13:47:02.728Z | Downloaded flume v0.11.1 |
| 1085 | 2026-02-01T13:47:02.728Z | Downloaded diesel_derives v2.2.3 |
| 1086 | 2026-02-01T13:47:02.728Z | Downloaded der v0.7.10 |
| 1087 | 2026-02-01T13:47:02.752Z | Downloaded cc v1.2.30 |
| 1088 | 2026-02-01T13:47:02.752Z | Downloaded number_prefix v0.4.0 |
| 1089 | 2026-02-01T13:47:02.752Z | Downloaded num_threads v0.1.7 |
| 1090 | 2026-02-01T13:47:02.752Z | Downloaded num_enum_derive v0.5.11 |
| 1091 | 2026-02-01T13:47:02.752Z | Downloaded num-iter v0.1.45 |
| 1092 | 2026-02-01T13:47:02.753Z | Downloaded num-derive v0.4.2 |
| 1093 | 2026-02-01T13:47:02.753Z | Downloaded num-conv v0.1.0 |
| 1094 | 2026-02-01T13:47:02.753Z | Downloaded num v0.4.3 |
| 1095 | 2026-02-01T13:47:02.753Z | Downloaded normalize-line-endings v0.3.0 |
| 1096 | 2026-02-01T13:47:02.753Z | Downloaded nonempty v0.12.0 |
| 1097 | 2026-02-01T13:47:02.753Z | Downloaded nodrop v0.1.14 |
| 1098 | 2026-02-01T13:47:02.753Z | Downloaded nibble_vec v0.1.0 |
| 1099 | 2026-02-01T13:47:02.753Z | Downloaded newtype_derive v0.1.6 |
| 1100 | 2026-02-01T13:47:02.753Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1101 | 2026-02-01T13:47:02.753Z | Downloaded newtype-uuid v1.3.2 |
| 1102 | 2026-02-01T13:47:02.777Z | Downloaded newline-converter v0.3.0 |
| 1103 | 2026-02-01T13:47:02.777Z | Downloaded new_debug_unreachable v1.0.6 |
| 1104 | 2026-02-01T13:47:02.777Z | Downloaded native-tls v0.2.12 |
| 1105 | 2026-02-01T13:47:02.777Z | Downloaded multimap v0.10.1 |
| 1106 | 2026-02-01T13:47:02.777Z | Downloaded multer v3.1.0 |
| 1107 | 2026-02-01T13:47:02.777Z | Downloaded mime_guess v2.0.5 |
| 1108 | 2026-02-01T13:47:02.777Z | Downloaded memoffset v0.9.1 |
| 1109 | 2026-02-01T13:47:02.777Z | Downloaded md5 v0.7.0 |
| 1110 | 2026-02-01T13:47:02.777Z | Downloaded lock_api v0.4.12 |
| 1111 | 2026-02-01T13:47:02.777Z | Downloaded linear-map v1.2.0 |
| 1112 | 2026-02-01T13:47:02.777Z | Downloaded libz-rs-sys v0.5.1 |
| 1113 | 2026-02-01T13:47:02.777Z | Downloaded libsw v3.5.0 |
| 1114 | 2026-02-01T13:47:02.777Z | Downloaded libloading v0.8.5 |
| 1115 | 2026-02-01T13:47:02.777Z | Downloaded libefi-sys v0.1.0 |
| 1116 | 2026-02-01T13:47:02.777Z | Downloaded kstat-rs v0.2.4 |
| 1117 | 2026-02-01T13:47:02.777Z | Downloaded jobserver v0.1.32 |
| 1118 | 2026-02-01T13:47:02.802Z | Downloaded ipnetwork v0.21.1 |
| 1119 | 2026-02-01T13:47:02.802Z | Downloaded ingot-macros v0.1.1 |
| 1120 | 2026-02-01T13:47:02.802Z | Downloaded indoc v2.0.6 |
| 1121 | 2026-02-01T13:47:02.802Z | Downloaded hyper-rustls v0.27.7 |
| 1122 | 2026-02-01T13:47:02.802Z | Downloaded humantime v2.2.0 |
| 1123 | 2026-02-01T13:47:02.802Z | Downloaded httparse v1.9.5 |
| 1124 | 2026-02-01T13:47:02.802Z | Downloaded hmac v0.12.1 |
| 1125 | 2026-02-01T13:47:02.802Z | Downloaded hickory-client v0.25.2 |
| 1126 | 2026-02-01T13:47:02.802Z | Downloaded headers v0.4.1 |
| 1127 | 2026-02-01T13:47:02.802Z | Downloaded half v2.4.1 |
| 1128 | 2026-02-01T13:47:02.826Z | Downloaded half v1.8.3 |
| 1129 | 2026-02-01T13:47:02.826Z | Downloaded ghash v0.5.1 |
| 1130 | 2026-02-01T13:47:02.826Z | Downloaded getrandom v0.2.15 |
| 1131 | 2026-02-01T13:47:02.826Z | Downloaded futures v0.3.31 |
| 1132 | 2026-02-01T13:47:02.826Z | Downloaded fs-err v2.11.0 |
| 1133 | 2026-02-01T13:47:02.826Z | Downloaded aws-lc-sys v0.26.0 |
| 1134 | 2026-02-01T13:47:03.046Z | Downloaded flate2 v1.1.2 |
| 1135 | 2026-02-01T13:47:03.070Z | Downloaded filetime v0.2.26 |
| 1136 | 2026-02-01T13:47:03.070Z | Downloaded fatfs v0.3.6 |
| 1137 | 2026-02-01T13:47:03.070Z | Downloaded expectorate v1.2.0 |
| 1138 | 2026-02-01T13:47:03.070Z | Downloaded ed25519-dalek v2.1.1 |
| 1139 | 2026-02-01T13:47:03.070Z | Downloaded ecdsa v0.16.9 |
| 1140 | 2026-02-01T13:47:03.070Z | Downloaded derive_more-impl v2.0.1 |
| 1141 | 2026-02-01T13:47:03.096Z | Downloaded derive_more v2.0.1 |
| 1142 | 2026-02-01T13:47:03.096Z | Downloaded derive_more v0.99.20 |
| 1143 | 2026-02-01T13:47:03.096Z | Downloaded derive-where v1.5.0 |
| 1144 | 2026-02-01T13:47:03.096Z | Downloaded darling_core v0.21.0 |
| 1145 | 2026-02-01T13:47:03.096Z | Downloaded darling_core v0.20.10 |
| 1146 | 2026-02-01T13:47:03.121Z | Downloaded crossbeam-channel v0.5.15 |
| 1147 | 2026-02-01T13:47:03.121Z | Downloaded bytes v1.10.1 |
| 1148 | 2026-02-01T13:47:03.121Z | Downloaded aho-corasick v1.1.3 |
| 1149 | 2026-02-01T13:47:03.121Z | Downloaded md-5 v0.10.6 |
| 1150 | 2026-02-01T13:47:03.121Z | Downloaded maybe-uninit v2.0.0 |
| 1151 | 2026-02-01T13:47:03.121Z | Downloaded match_cfg v0.1.0 |
| 1152 | 2026-02-01T13:47:03.147Z | Downloaded maplit v1.0.2 |
| 1153 | 2026-02-01T13:47:03.147Z | Downloaded managed v0.8.0 |
| 1154 | 2026-02-01T13:47:03.147Z | Downloaded lzss v0.8.2 |
| 1155 | 2026-02-01T13:47:03.147Z | Downloaded lru-cache v0.1.2 |
| 1156 | 2026-02-01T13:47:03.147Z | Downloaded lru v0.12.5 |
| 1157 | 2026-02-01T13:47:03.147Z | Downloaded lockfree-object-pool v0.1.6 |
| 1158 | 2026-02-01T13:47:03.147Z | Downloaded linked-hash-map v0.5.6 |
| 1159 | 2026-02-01T13:47:03.147Z | Downloaded libsw-core v0.3.1 |
| 1160 | 2026-02-01T13:47:03.147Z | Downloaded libscf-sys v1.1.0 |
| 1161 | 2026-02-01T13:47:03.147Z | Downloaded lazycell v1.3.0 |
| 1162 | 2026-02-01T13:47:03.147Z | Downloaded lazy_static v1.5.0 |
| 1163 | 2026-02-01T13:47:03.147Z | Downloaded lalrpop-util v0.19.12 |
| 1164 | 2026-02-01T13:47:03.147Z | Downloaded keccak v0.1.5 |
| 1165 | 2026-02-01T13:47:03.147Z | Downloaded is_ci v1.2.0 |
| 1166 | 2026-02-01T13:47:03.147Z | Downloaded is-terminal v0.4.13 |
| 1167 | 2026-02-01T13:47:03.147Z | Downloaded internet-checksum v0.2.1 |
| 1168 | 2026-02-01T13:47:03.147Z | Downloaded instant v0.1.13 |
| 1169 | 2026-02-01T13:47:03.147Z | Downloaded instability v0.3.2 |
| 1170 | 2026-02-01T13:47:03.173Z | Downloaded inout v0.1.3 |
| 1171 | 2026-02-01T13:47:03.173Z | Downloaded ingot-types v0.1.2 |
| 1172 | 2026-02-01T13:47:03.173Z | Downloaded ingot v0.1.1 |
| 1173 | 2026-02-01T13:47:03.173Z | Downloaded indent_write v2.2.0 |
| 1174 | 2026-02-01T13:47:03.173Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1175 | 2026-02-01T13:47:03.173Z | Downloaded hyper-staticfile v0.10.1 |
| 1176 | 2026-02-01T13:47:03.173Z | Downloaded http-range v0.1.5 |
| 1177 | 2026-02-01T13:47:03.173Z | Downloaded http-body-util v0.1.3 |
| 1178 | 2026-02-01T13:47:03.173Z | Downloaded http-body v1.0.1 |
| 1179 | 2026-02-01T13:47:03.173Z | Downloaded hostname v0.3.1 |
| 1180 | 2026-02-01T13:47:03.173Z | Downloaded highway v1.3.0 |
| 1181 | 2026-02-01T13:47:03.173Z | Downloaded headers-core v0.3.0 |
| 1182 | 2026-02-01T13:47:03.173Z | Downloaded hash32 v0.2.1 |
| 1183 | 2026-02-01T13:47:03.173Z | Downloaded group v0.13.0 |
| 1184 | 2026-02-01T13:47:03.173Z | Downloaded globset v0.4.15 |
| 1185 | 2026-02-01T13:47:03.173Z | Downloaded glob v0.3.2 |
| 1186 | 2026-02-01T13:47:03.173Z | Downloaded fxhash v0.2.1 |
| 1187 | 2026-02-01T13:47:03.199Z | Downloaded futures-sink v0.3.31 |
| 1188 | 2026-02-01T13:47:03.199Z | Downloaded futures-macro v0.3.31 |
| 1189 | 2026-02-01T13:47:03.199Z | Downloaded futures-executor v0.3.31 |
| 1190 | 2026-02-01T13:47:03.199Z | Downloaded futures-channel v0.3.31 |
| 1191 | 2026-02-01T13:47:03.199Z | Downloaded fixedbitset v0.5.7 |
| 1192 | 2026-02-01T13:47:03.199Z | Downloaded dropshot-api-manager v0.2.4 |
| 1193 | 2026-02-01T13:47:03.199Z | Downloaded diff v0.1.13 |
| 1194 | 2026-02-01T13:47:03.199Z | Downloaded des v0.8.1 |
| 1195 | 2026-02-01T13:47:03.199Z | Downloaded derive_builder v0.20.2 |
| 1196 | 2026-02-01T13:47:03.199Z | Downloaded deranged v0.5.3 |
| 1197 | 2026-02-01T13:47:03.199Z | Downloaded crypto-bigint v0.5.5 |
| 1198 | 2026-02-01T13:47:03.225Z | Downloaded bumpalo v3.16.0 |
| 1199 | 2026-02-01T13:47:03.225Z | Downloaded ident_case v1.0.1 |
| 1200 | 2026-02-01T13:47:03.225Z | Downloaded hyper-tls v0.6.0 |
| 1201 | 2026-02-01T13:47:03.225Z | Downloaded hubpack_derive v0.1.1 |
| 1202 | 2026-02-01T13:47:03.225Z | Downloaded hubpack v0.1.2 |
| 1203 | 2026-02-01T13:47:03.225Z | Downloaded httpdate v1.0.3 |
| 1204 | 2026-02-01T13:47:03.225Z | Downloaded hostname v0.4.2 |
| 1205 | 2026-02-01T13:47:03.225Z | Downloaded home v0.5.9 |
| 1206 | 2026-02-01T13:47:03.225Z | Downloaded hex-literal v0.4.1 |
| 1207 | 2026-02-01T13:47:03.225Z | Downloaded hex v0.4.3 |
| 1208 | 2026-02-01T13:47:03.226Z | Downloaded heck v0.3.3 |
| 1209 | 2026-02-01T13:47:03.226Z | Downloaded hash32 v0.3.1 |
| 1210 | 2026-02-01T13:47:03.226Z | Downloaded globwalk v0.9.1 |
| 1211 | 2026-02-01T13:47:03.226Z | Downloaded gethostname v0.5.0 |
| 1212 | 2026-02-01T13:47:03.226Z | Downloaded futures-core v0.3.31 |
| 1213 | 2026-02-01T13:47:03.226Z | Downloaded funty v2.0.0 |
| 1214 | 2026-02-01T13:47:03.251Z | Downloaded foreign-types-shared v0.3.1 |
| 1215 | 2026-02-01T13:47:03.251Z | Downloaded foreign-types-macros v0.2.3 |
| 1216 | 2026-02-01T13:47:03.251Z | Downloaded foreign-types v0.5.0 |
| 1217 | 2026-02-01T13:47:03.251Z | Downloaded foreign-types v0.3.2 |
| 1218 | 2026-02-01T13:47:03.251Z | Downloaded foldhash v0.2.0 |
| 1219 | 2026-02-01T13:47:03.251Z | Downloaded float-ord v0.3.2 |
| 1220 | 2026-02-01T13:47:03.251Z | Downloaded float-cmp v0.10.0 |
| 1221 | 2026-02-01T13:47:03.251Z | Downloaded fixedbitset v0.4.2 |
| 1222 | 2026-02-01T13:47:03.251Z | Downloaded fd-lock v4.0.2 |
| 1223 | 2026-02-01T13:47:03.252Z | Downloaded erased-serde v0.3.31 |
| 1224 | 2026-02-01T13:47:03.252Z | Downloaded enum-as-inner v0.6.1 |
| 1225 | 2026-02-01T13:47:03.252Z | Downloaded embedded-io v0.6.1 |
| 1226 | 2026-02-01T13:47:03.252Z | Downloaded elliptic-curve v0.13.8 |
| 1227 | 2026-02-01T13:47:03.252Z | Downloaded ed25519 v2.2.3 |
| 1228 | 2026-02-01T13:47:03.252Z | Downloaded dropshot_endpoint v0.16.7 |
| 1229 | 2026-02-01T13:47:03.277Z | Downloaded diesel-dtrace v0.4.2 |
| 1230 | 2026-02-01T13:47:03.277Z | Downloaded derive_builder_core v0.20.2 |
| 1231 | 2026-02-01T13:47:03.277Z | Downloaded derive-ex v0.1.8 |
| 1232 | 2026-02-01T13:47:03.277Z | Downloaded der_derive v0.7.3 |
| 1233 | 2026-02-01T13:47:03.277Z | Downloaded const_format v0.2.34 |
| 1234 | 2026-02-01T13:47:03.277Z | Downloaded compact_str v0.8.0 |
| 1235 | 2026-02-01T13:47:03.277Z | Downloaded chacha20poly1305 v0.10.1 |
| 1236 | 2026-02-01T13:47:03.277Z | Downloaded backtrace v0.3.74 |
| 1237 | 2026-02-01T13:47:03.277Z | Downloaded futures-io v0.3.31 |
| 1238 | 2026-02-01T13:47:03.277Z | Downloaded fs_extra v1.3.0 |
| 1239 | 2026-02-01T13:47:03.303Z | Downloaded foreign-types-shared v0.1.1 |
| 1240 | 2026-02-01T13:47:03.303Z | Downloaded foldhash v0.1.5 |
| 1241 | 2026-02-01T13:47:03.303Z | Downloaded endian-type v0.1.2 |
| 1242 | 2026-02-01T13:47:03.303Z | Downloaded ena v0.14.3 |
| 1243 | 2026-02-01T13:47:03.303Z | Downloaded defmt-macros v0.3.9 |
| 1244 | 2026-02-01T13:47:03.303Z | Downloaded defmt v0.3.8 |
| 1245 | 2026-02-01T13:47:03.303Z | Downloaded data-encoding v2.9.0 |
| 1246 | 2026-02-01T13:47:03.303Z | Downloaded ctr v0.9.2 |
| 1247 | 2026-02-01T13:47:03.303Z | Downloaded crc-any v2.5.0 |
| 1248 | 2026-02-01T13:47:03.303Z | Downloaded fallible-iterator v0.2.0 |
| 1249 | 2026-02-01T13:47:03.303Z | Downloaded env_logger v0.11.8 |
| 1250 | 2026-02-01T13:47:03.303Z | Downloaded either v1.15.0 |
| 1251 | 2026-02-01T13:47:03.304Z | Downloaded dunce v1.0.5 |
| 1252 | 2026-02-01T13:47:03.304Z | Downloaded drift v0.1.3 |
| 1253 | 2026-02-01T13:47:03.329Z | Downloaded dof v0.4.0 |
| 1254 | 2026-02-01T13:47:03.329Z | Downloaded document-features v0.2.11 |
| 1255 | 2026-02-01T13:47:03.329Z | Downloaded display-error-chain v0.2.2 |
| 1256 | 2026-02-01T13:47:03.329Z | Downloaded dirs-sys-next v0.1.2 |
| 1257 | 2026-02-01T13:47:03.329Z | Downloaded dirs-next v2.0.0 |
| 1258 | 2026-02-01T13:47:03.330Z | Downloaded difflib v0.4.0 |
| 1259 | 2026-02-01T13:47:03.330Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1260 | 2026-02-01T13:47:03.330Z | Downloaded derive_builder_macro v0.20.2 |
| 1261 | 2026-02-01T13:47:03.330Z | Downloaded defmt-parser v0.3.4 |
| 1262 | 2026-02-01T13:47:03.330Z | Downloaded debug-ignore v1.0.5 |
| 1263 | 2026-02-01T13:47:03.330Z | Downloaded darling_macro v0.21.0 |
| 1264 | 2026-02-01T13:47:03.330Z | Downloaded darling_macro v0.20.10 |
| 1265 | 2026-02-01T13:47:03.330Z | Downloaded darling v0.21.0 |
| 1266 | 2026-02-01T13:47:03.330Z | Downloaded daft-derive v0.1.4 |
| 1267 | 2026-02-01T13:47:03.330Z | Downloaded crossbeam-utils v0.8.21 |
| 1268 | 2026-02-01T13:47:03.355Z | Downloaded crossbeam-epoch v0.9.18 |
| 1269 | 2026-02-01T13:47:03.355Z | Downloaded crossbeam-deque v0.8.5 |
| 1270 | 2026-02-01T13:47:03.355Z | Downloaded crc32fast v1.4.2 |
| 1271 | 2026-02-01T13:47:03.356Z | Downloaded cookie_store v0.21.1 |
| 1272 | 2026-02-01T13:47:03.356Z | Downloaded cookie v0.18.1 |
| 1273 | 2026-02-01T13:47:03.356Z | Downloaded const-oid v0.9.6 |
| 1274 | 2026-02-01T13:47:03.356Z | Downloaded console v0.16.0 |
| 1275 | 2026-02-01T13:47:03.356Z | Downloaded console v0.15.10 |
| 1276 | 2026-02-01T13:47:03.356Z | Downloaded colored v3.0.0 |
| 1277 | 2026-02-01T13:47:03.356Z | Downloaded colored v2.2.0 |
| 1278 | 2026-02-01T13:47:03.381Z | Downloaded clang-sys v1.8.1 |
| 1279 | 2026-02-01T13:47:03.381Z | Downloaded ciborium v0.2.2 |
| 1280 | 2026-02-01T13:47:03.381Z | Downloaded cargo_metadata v0.19.2 |
| 1281 | 2026-02-01T13:47:03.381Z | Downloaded cancel-safe-futures v0.1.5 |
| 1282 | 2026-02-01T13:47:03.381Z | Downloaded bzip2 v0.4.4 |
| 1283 | 2026-02-01T13:47:03.381Z | Downloaded buf-list v1.0.3 |
| 1284 | 2026-02-01T13:47:03.381Z | Downloaded blowfish v0.9.1 |
| 1285 | 2026-02-01T13:47:03.381Z | Downloaded blake2 v0.10.6 |
| 1286 | 2026-02-01T13:47:03.381Z | Downloaded base64 v0.22.1 |
| 1287 | 2026-02-01T13:47:03.381Z | Downloaded base64 v0.21.7 |
| 1288 | 2026-02-01T13:47:03.407Z | Downloaded env_filter v0.1.2 |
| 1289 | 2026-02-01T13:47:03.407Z | Downloaded embedded-io v0.4.0 |
| 1290 | 2026-02-01T13:47:03.407Z | Downloaded dyn-clone v1.0.20 |
| 1291 | 2026-02-01T13:47:03.407Z | Downloaded dsl_auto_type v0.1.2 |
| 1292 | 2026-02-01T13:47:03.407Z | Downloaded dropshot-api-manager-types v0.2.4 |
| 1293 | 2026-02-01T13:47:03.407Z | Downloaded darling v0.20.10 |
| 1294 | 2026-02-01T13:47:03.407Z | Downloaded daft v0.1.4 |
| 1295 | 2026-02-01T13:47:03.407Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1296 | 2026-02-01T13:47:03.407Z | Downloaded csv-core v0.1.11 |
| 1297 | 2026-02-01T13:47:03.407Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1298 | 2026-02-01T13:47:03.407Z | Downloaded critical-section v1.1.3 |
| 1299 | 2026-02-01T13:47:03.407Z | Downloaded corncobs v0.1.4 |
| 1300 | 2026-02-01T13:47:03.407Z | Downloaded convert_case v0.7.1 |
| 1301 | 2026-02-01T13:47:03.407Z | Downloaded const_format_proc_macros v0.2.34 |
| 1302 | 2026-02-01T13:47:03.407Z | Downloaded cmake v0.1.51 |
| 1303 | 2026-02-01T13:47:03.431Z | Downloaded cipher v0.4.4 |
| 1304 | 2026-02-01T13:47:03.431Z | Downloaded cexpr v0.6.0 |
| 1305 | 2026-02-01T13:47:03.431Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1306 | 2026-02-01T13:47:03.431Z | Downloaded bitfield v0.19.2 |
| 1307 | 2026-02-01T13:47:03.431Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1308 | 2026-02-01T13:47:03.431Z | Downloaded base64 v0.13.1 |
| 1309 | 2026-02-01T13:47:03.431Z | Downloaded arc-swap v1.7.1 |
| 1310 | 2026-02-01T13:47:03.431Z | Downloaded allocator-api2 v0.2.21 |
| 1311 | 2026-02-01T13:47:03.431Z | Downloaded crunchy v0.2.2 |
| 1312 | 2026-02-01T13:47:03.431Z | Downloaded crc v3.2.1 |
| 1313 | 2026-02-01T13:47:03.431Z | Downloaded convert_case v0.4.0 |
| 1314 | 2026-02-01T13:47:03.431Z | Downloaded constant_time_eq v0.3.1 |
| 1315 | 2026-02-01T13:47:03.432Z | Downloaded cobs v0.2.3 |
| 1316 | 2026-02-01T13:47:03.456Z | Downloaded ciborium-ll v0.2.2 |
| 1317 | 2026-02-01T13:47:03.456Z | Downloaded ciborium-io v0.2.2 |
| 1318 | 2026-02-01T13:47:03.456Z | Downloaded chacha20 v0.9.1 |
| 1319 | 2026-02-01T13:47:03.456Z | Downloaded cfg_aliases v0.1.1 |
| 1320 | 2026-02-01T13:47:03.456Z | Downloaded cbc v0.1.2 |
| 1321 | 2026-02-01T13:47:03.456Z | Downloaded cassowary v0.3.0 |
| 1322 | 2026-02-01T13:47:03.456Z | Downloaded cargo-platform v0.1.8 |
| 1323 | 2026-02-01T13:47:03.456Z | Downloaded bzip2 v0.5.2 |
| 1324 | 2026-02-01T13:47:03.456Z | Downloaded bitflags v1.3.2 |
| 1325 | 2026-02-01T13:47:03.456Z | Downloaded bitfield-macros v0.19.2 |
| 1326 | 2026-02-01T13:47:03.456Z | Downloaded bit-vec v0.8.0 |
| 1327 | 2026-02-01T13:47:03.456Z | Downloaded bit-set v0.5.3 |
| 1328 | 2026-02-01T13:47:03.456Z | Downloaded bb8 v0.8.5 |
| 1329 | 2026-02-01T13:47:03.456Z | Downloaded backoff v0.4.0 |
| 1330 | 2026-02-01T13:47:03.456Z | Downloaded async-bb8-diesel v0.2.1 |
| 1331 | 2026-02-01T13:47:03.456Z | Downloaded assert_matches v1.5.0 |
| 1332 | 2026-02-01T13:47:03.480Z | Downloaded crc-catalog v2.4.0 |
| 1333 | 2026-02-01T13:47:03.480Z | Downloaded castaway v0.2.3 |
| 1334 | 2026-02-01T13:47:03.480Z | Downloaded bitfield-struct v0.6.2 |
| 1335 | 2026-02-01T13:47:03.480Z | Downloaded bit-vec v0.6.3 |
| 1336 | 2026-02-01T13:47:03.480Z | Downloaded bcs v0.1.6 |
| 1337 | 2026-02-01T13:47:03.481Z | Downloaded base64ct v1.6.0 |
| 1338 | 2026-02-01T13:47:03.481Z | Downloaded atomicwrites v0.4.4 |
| 1339 | 2026-02-01T13:47:03.481Z | Downloaded async-stream v0.3.6 |
| 1340 | 2026-02-01T13:47:03.481Z | Downloaded array-init v0.0.4 |
| 1341 | 2026-02-01T13:47:03.481Z | Downloaded block-padding v0.3.3 |
| 1342 | 2026-02-01T13:47:03.481Z | Downloaded bit-set v0.8.0 |
| 1343 | 2026-02-01T13:47:03.481Z | Downloaded atty v0.2.14 |
| 1344 | 2026-02-01T13:47:03.481Z | Downloaded atomic-waker v1.1.2 |
| 1345 | 2026-02-01T13:47:03.481Z | Downloaded async-trait v0.1.89 |
| 1346 | 2026-02-01T13:47:03.481Z | Downloaded async-recursion v1.1.1 |
| 1347 | 2026-02-01T13:47:03.506Z | Downloaded arrayvec v0.7.6 |
| 1348 | 2026-02-01T13:47:03.506Z | Downloaded argon2 v0.5.3 |
| 1349 | 2026-02-01T13:47:03.506Z | Downloaded ahash v0.8.12 |
| 1350 | 2026-02-01T13:47:03.506Z | Downloaded addr2line v0.24.2 |
| 1351 | 2026-02-01T13:47:03.506Z | Downloaded async-stream-impl v0.3.6 |
| 1352 | 2026-02-01T13:47:03.506Z | Downloaded ascii-canvas v3.0.0 |
| 1353 | 2026-02-01T13:47:03.506Z | Downloaded arrayref v0.3.9 |
| 1354 | 2026-02-01T13:47:03.506Z | Downloaded adler2 v2.0.0 |
| 1355 | 2026-02-01T13:47:03.711Z | Compiling value-bag v1.12.0 |
| 1356 | 2026-02-01T13:47:03.711Z | Compiling lock_api v0.4.12 |
| 1357 | 2026-02-01T13:47:03.711Z | Compiling scopeguard v1.2.0 |
| 1358 | 2026-02-01T13:47:03.735Z | Compiling shlex v1.3.0 |
| 1359 | 2026-02-01T13:47:03.735Z | Compiling smallvec v1.15.1 |
| 1360 | 2026-02-01T13:47:03.735Z | Compiling syn v2.0.114 |
| 1361 | 2026-02-01T13:47:03.759Z | Compiling getrandom v0.2.15 |
| 1362 | 2026-02-01T13:47:03.759Z | Compiling jobserver v0.1.32 |
| 1363 | 2026-02-01T13:47:03.970Z | Compiling typenum v1.17.0 |
| 1364 | 2026-02-01T13:47:04.143Z | Compiling log v0.4.29 |
| 1365 | 2026-02-01T13:47:04.167Z | Compiling rand_core v0.6.4 |
| 1366 | 2026-02-01T13:47:04.227Z | Compiling generic-array v0.14.7 |
| 1367 | 2026-02-01T13:47:04.267Z | Compiling cc v1.2.30 |
| 1368 | 2026-02-01T13:47:04.537Z | Compiling subtle v2.6.1 |
| 1369 | 2026-02-01T13:47:04.581Z | Compiling portable-atomic v1.11.0 |
| 1370 | 2026-02-01T13:47:04.605Z | Compiling const-oid v0.9.6 |
| 1371 | 2026-02-01T13:47:04.655Z | Compiling critical-section v1.1.3 |
| 1372 | 2026-02-01T13:47:04.797Z | Compiling pkg-config v0.3.31 |
| 1373 | 2026-02-01T13:47:04.826Z | Compiling serde_json v1.0.149 |
| 1374 | 2026-02-01T13:47:04.869Z | Compiling getrandom v0.3.4 |
| 1375 | 2026-02-01T13:47:05.177Z | Compiling spin v0.9.8 |
| 1376 | 2026-02-01T13:47:06.004Z | Compiling pin-project-lite v0.2.14 |
| 1377 | 2026-02-01T13:47:06.176Z | Compiling parking_lot_core v0.9.10 |
| 1378 | 2026-02-01T13:47:06.328Z | Compiling regex-syntax v0.8.5 |
| 1379 | 2026-02-01T13:47:06.739Z | Compiling rustix v0.38.37 |
| 1380 | 2026-02-01T13:47:06.775Z | Compiling libm v0.2.8 |
| 1381 | 2026-02-01T13:47:07.243Z | Compiling once_cell v1.21.3 |
| 1382 | 2026-02-01T13:47:07.392Z | Compiling signal-hook-registry v1.4.2 |
| 1383 | 2026-02-01T13:47:07.734Z | Compiling num-traits v0.2.19 |
| 1384 | 2026-02-01T13:47:07.760Z | Compiling allocator-api2 v0.2.21 |
| 1385 | 2026-02-01T13:47:08.041Z | Compiling parking_lot v0.12.3 |
| 1386 | 2026-02-01T13:47:08.243Z | Compiling mio v1.0.2 |
| 1387 | 2026-02-01T13:47:08.272Z | Compiling futures-core v0.3.31 |
| 1388 | 2026-02-01T13:47:08.356Z | Compiling lazy_static v1.5.0 |
| 1389 | 2026-02-01T13:47:08.495Z | Compiling aho-corasick v1.1.3 |
| 1390 | 2026-02-01T13:47:08.519Z | Compiling percent-encoding v2.3.2 |
| 1391 | 2026-02-01T13:47:08.730Z | Compiling socket2 v0.6.1 |
| 1392 | 2026-02-01T13:47:09.054Z | Compiling slab v0.4.9 |
| 1393 | 2026-02-01T13:47:09.079Z | Compiling cpufeatures v0.2.14 |
| 1394 | 2026-02-01T13:47:09.124Z | Compiling futures-sink v0.3.31 |
| 1395 | 2026-02-01T13:47:09.194Z | Compiling either v1.15.0 |
| 1396 | 2026-02-01T13:47:09.287Z | Compiling glob v0.3.2 |
| 1397 | 2026-02-01T13:47:09.531Z | Compiling futures-channel v0.3.31 |
| 1398 | 2026-02-01T13:47:09.560Z | Compiling hashbrown v0.16.1 |
| 1399 | 2026-02-01T13:47:09.794Z | Compiling prettyplease v0.2.36 |
| 1400 | 2026-02-01T13:47:09.960Z | Compiling pin-utils v0.1.0 |
| 1401 | 2026-02-01T13:47:10.055Z | Compiling clang-sys v1.8.1 |
| 1402 | 2026-02-01T13:47:10.081Z | Compiling futures-task v0.3.31 |
| 1403 | 2026-02-01T13:47:10.113Z | Compiling rustversion v1.0.22 |
| 1404 | 2026-02-01T13:47:10.372Z | Compiling regex-automata v0.4.11 |
| 1405 | 2026-02-01T13:47:10.395Z | Compiling futures-io v0.3.31 |
| 1406 | 2026-02-01T13:47:10.736Z | Compiling minimal-lexical v0.2.1 |
| 1407 | 2026-02-01T13:47:10.762Z | Compiling indexmap v2.13.0 |
| 1408 | 2026-02-01T13:47:10.811Z | Compiling synstructure v0.13.1 |
| 1409 | 2026-02-01T13:47:11.217Z | Compiling nom v7.1.3 |
| 1410 | 2026-02-01T13:47:11.440Z | Compiling libloading v0.8.5 |
| 1411 | 2026-02-01T13:47:11.802Z | Compiling bindgen v0.69.5 |
| 1412 | 2026-02-01T13:47:11.975Z | Compiling base64ct v1.6.0 |
| 1413 | 2026-02-01T13:47:12.124Z | Compiling ident_case v1.0.1 |
| 1414 | 2026-02-01T13:47:12.202Z | Compiling home v0.5.9 |
| 1415 | 2026-02-01T13:47:12.425Z | Compiling itertools v0.12.1 |
| 1416 | 2026-02-01T13:47:12.582Z | Compiling pem-rfc7468 v0.7.0 |
| 1417 | 2026-02-01T13:47:12.680Z | Compiling form_urlencoded v1.2.2 |
| 1418 | 2026-02-01T13:47:12.988Z | Compiling rustc-hash v1.1.0 |
| 1419 | 2026-02-01T13:47:13.149Z | Compiling flagset v0.4.6 |
| 1420 | 2026-02-01T13:47:13.177Z | Compiling lazycell v1.3.0 |
| 1421 | 2026-02-01T13:47:13.360Z | Compiling rand_core v0.9.3 |
| 1422 | 2026-02-01T13:47:13.384Z | Compiling cmake v0.1.51 |
| 1423 | 2026-02-01T13:47:13.853Z | Compiling iana-time-zone v0.1.63 |
| 1424 | 2026-02-01T13:47:14.107Z | Compiling cexpr v0.6.0 |
| 1425 | 2026-02-01T13:47:14.178Z | Compiling foldhash v0.1.5 |
| 1426 | 2026-02-01T13:47:14.243Z | Compiling dunce v1.0.5 |
| 1427 | 2026-02-01T13:47:14.389Z | Compiling fs_extra v1.3.0 |
| 1428 | 2026-02-01T13:47:14.486Z | Compiling paste v1.0.15 |
| 1429 | 2026-02-01T13:47:14.851Z | Compiling hashbrown v0.15.4 |
| 1430 | 2026-02-01T13:47:14.905Z | Compiling rustc_version v0.4.1 |
| 1431 | 2026-02-01T13:47:15.010Z | Compiling serde_derive v1.0.228 |
| 1432 | 2026-02-01T13:47:15.034Z | Compiling zeroize_derive v1.4.2 |
| 1433 | 2026-02-01T13:47:15.058Z | Compiling zerofrom-derive v0.1.4 |
| 1434 | 2026-02-01T13:47:15.540Z | Compiling yoke-derive v0.7.4 |
| 1435 | 2026-02-01T13:47:15.577Z | Compiling zerovec-derive v0.10.3 |
| 1436 | 2026-02-01T13:47:16.065Z | Compiling displaydoc v0.2.5 |
| 1437 | 2026-02-01T13:47:16.376Z | Compiling zeroize v1.8.1 |
| 1438 | 2026-02-01T13:47:17.451Z | Compiling icu_provider_macros v1.5.0 |
| 1439 | 2026-02-01T13:47:17.620Z | Compiling zerocopy-derive v0.7.35 |
| 1440 | 2026-02-01T13:47:17.903Z | Compiling crypto-common v0.1.6 |
| 1441 | 2026-02-01T13:47:17.927Z | Compiling block-buffer v0.10.4 |
| 1442 | 2026-02-01T13:47:17.995Z | Compiling zerofrom v0.1.4 |
| 1443 | 2026-02-01T13:47:18.156Z | Compiling digest v0.10.7 |
| 1444 | 2026-02-01T13:47:18.199Z | Compiling yoke v0.7.4 |
| 1445 | 2026-02-01T13:47:18.223Z | Compiling tokio-macros v2.6.0 |
| 1446 | 2026-02-01T13:47:18.321Z | Compiling thiserror-impl v2.0.18 |
| 1447 | 2026-02-01T13:47:18.547Z | Compiling zerovec v0.10.4 |
| 1448 | 2026-02-01T13:47:18.592Z | Compiling hmac v0.12.1 |
| 1449 | 2026-02-01T13:47:18.847Z | Compiling block-padding v0.3.3 |
| 1450 | 2026-02-01T13:47:19.112Z | Compiling futures-macro v0.3.31 |
| 1451 | 2026-02-01T13:47:19.242Z | Compiling zerocopy v0.7.35 |
| 1452 | 2026-02-01T13:47:19.445Z | Compiling inout v0.1.3 |
| 1453 | 2026-02-01T13:47:19.569Z | Compiling regex v1.11.3 |
| 1454 | 2026-02-01T13:47:19.735Z | Compiling cipher v0.4.4 |
| 1455 | 2026-02-01T13:47:20.241Z | Compiling tinystr v0.7.6 |
| 1456 | 2026-02-01T13:47:20.375Z | Compiling icu_collections v1.5.0 |
| 1457 | 2026-02-01T13:47:20.495Z | Compiling ppv-lite86 v0.2.20 |
| 1458 | 2026-02-01T13:47:20.556Z | Compiling sha2 v0.10.9 |
| 1459 | 2026-02-01T13:47:20.699Z | Compiling icu_locid v1.5.0 |
| 1460 | 2026-02-01T13:47:20.775Z | Compiling futures-util v0.3.31 |
| 1461 | 2026-02-01T13:47:21.073Z | Compiling der_derive v0.7.3 |
| 1462 | 2026-02-01T13:47:21.140Z | Compiling thiserror v2.0.18 |
| 1463 | 2026-02-01T13:47:21.202Z | Compiling salsa20 v0.10.2 |
| 1464 | 2026-02-01T13:47:21.312Z | Compiling serde v1.0.228 |
| 1465 | 2026-02-01T13:47:21.336Z | Compiling pest v2.8.2 |
| 1466 | 2026-02-01T13:47:21.444Z | Compiling pbkdf2 v0.12.2 |
| 1467 | 2026-02-01T13:47:21.562Z | Compiling uuid v1.19.0 |
| 1468 | 2026-02-01T13:47:21.633Z | Compiling zerocopy v0.8.27 |
| 1469 | 2026-02-01T13:47:22.357Z | Compiling bitflags v2.9.4 |
| 1470 | 2026-02-01T13:47:22.408Z | Compiling bytes v1.10.1 |
| 1471 | 2026-02-01T13:47:22.501Z | Compiling icu_provider v1.5.0 |
| 1472 | 2026-02-01T13:47:22.882Z | Compiling chrono v0.4.43 |
| 1473 | 2026-02-01T13:47:22.957Z | Compiling der v0.7.10 |
| 1474 | 2026-02-01T13:47:23.337Z | Compiling icu_locid_transform v1.5.0 |
| 1475 | 2026-02-01T13:47:23.366Z | Compiling vcpkg v0.2.15 |
| 1476 | 2026-02-01T13:47:23.716Z | Compiling tokio v1.49.0 |
| 1477 | 2026-02-01T13:47:24.086Z | Compiling pest_meta v2.8.2 |
| 1478 | 2026-02-01T13:47:24.788Z | Compiling icu_properties v1.5.1 |
| 1479 | 2026-02-01T13:47:25.396Z | Compiling spki v0.7.3 |
| 1480 | 2026-02-01T13:47:25.598Z | Compiling openssl-sys v0.9.109 |
| 1481 | 2026-02-01T13:47:25.718Z | Compiling http v1.4.0 |
| 1482 | 2026-02-01T13:47:25.883Z | Compiling scrypt v0.11.0 |
| 1483 | 2026-02-01T13:47:25.947Z | Compiling which v4.4.2 |
| 1484 | 2026-02-01T13:47:26.438Z | Compiling rand_chacha v0.9.0 |
| 1485 | 2026-02-01T13:47:26.573Z | Compiling aes v0.8.4 |
| 1486 | 2026-02-01T13:47:26.755Z | Compiling cbc v0.1.2 |
| 1487 | 2026-02-01T13:47:27.664Z | Compiling zerocopy-derive v0.8.27 |
| 1488 | 2026-02-01T13:47:27.746Z | Compiling pkcs5 v0.7.1 |
| 1489 | 2026-02-01T13:47:27.846Z | Compiling rand v0.9.2 |
| 1490 | 2026-02-01T13:47:28.050Z | Compiling pest_generator v2.8.2 |
| 1491 | 2026-02-01T13:47:28.575Z | Compiling icu_normalizer v1.5.0 |
| 1492 | 2026-02-01T13:47:28.717Z | Compiling tracing-attributes v0.1.27 |
| 1493 | 2026-02-01T13:47:28.903Z | Compiling serde_derive_internals v0.29.1 |
| 1494 | 2026-02-01T13:47:29.357Z | Compiling ring v0.17.14 |
| 1495 | 2026-02-01T13:47:29.443Z | Compiling idna_adapter v1.2.0 |
| 1496 | 2026-02-01T13:47:29.668Z | Compiling idna v1.0.3 |
| 1497 | 2026-02-01T13:47:30.041Z | Compiling tracing-core v0.1.32 |
| 1498 | 2026-02-01T13:47:30.273Z | Compiling url v2.5.4 |
| 1499 | 2026-02-01T13:47:30.927Z | Compiling adler2 v2.0.0 |
| 1500 | 2026-02-01T13:47:31.075Z | Compiling schemars v0.8.22 |
| 1501 | 2026-02-01T13:47:31.191Z | Compiling aws-lc-rs v1.12.4 |
| 1502 | 2026-02-01T13:47:31.352Z | Compiling rustix v1.1.3 |
| 1503 | 2026-02-01T13:47:31.498Z | Compiling miniz_oxide v0.8.5 |
| 1504 | 2026-02-01T13:47:31.639Z | Compiling tracing v0.1.40 |
| 1505 | 2026-02-01T13:47:31.665Z | Compiling schemars_derive v0.8.22 |
| 1506 | 2026-02-01T13:47:32.041Z | Compiling tokio-util v0.7.15 |
| 1507 | 2026-02-01T13:47:32.483Z | Compiling pest_derive v2.8.2 |
| 1508 | 2026-02-01T13:47:32.776Z | Compiling pkcs8 v0.10.2 |
| 1509 | 2026-02-01T13:47:33.157Z | Compiling http-body v1.0.1 |
| 1510 | 2026-02-01T13:47:33.390Z | Compiling scroll_derive v0.13.1 |
| 1511 | 2026-02-01T13:47:33.417Z | Compiling darling_core v0.20.10 |
| 1512 | 2026-02-01T13:47:33.802Z | Compiling tinyvec_macros v0.1.1 |
| 1513 | 2026-02-01T13:47:33.916Z | Compiling base64 v0.22.1 |
| 1514 | 2026-02-01T13:47:34.126Z | Compiling httparse v1.9.5 |
| 1515 | 2026-02-01T13:47:34.198Z | Compiling dyn-clone v1.0.20 |
| 1516 | 2026-02-01T13:47:34.419Z | Compiling rustls-pki-types v1.10.0 |
| 1517 | 2026-02-01T13:47:34.768Z | Compiling tinyvec v1.8.0 |
| 1518 | 2026-02-01T13:47:34.926Z | Compiling scroll v0.13.0 |
| 1519 | 2026-02-01T13:47:35.468Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1520 | 2026-02-01T13:47:35.934Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1521 | 2026-02-01T13:47:36.147Z | Compiling foreign-types-shared v0.1.1 |
| 1522 | 2026-02-01T13:47:36.280Z | Compiling untrusted v0.7.1 |
| 1523 | 2026-02-01T13:47:36.493Z | Compiling tower-layer v0.3.3 |
| 1524 | 2026-02-01T13:47:36.610Z | Compiling try-lock v0.2.5 |
| 1525 | 2026-02-01T13:47:36.690Z | Compiling powerfmt v0.2.0 |
| 1526 | 2026-02-01T13:47:36.759Z | Compiling openssl v0.10.73 |
| 1527 | 2026-02-01T13:47:36.785Z | Compiling tower-service v0.3.3 |
| 1528 | 2026-02-01T13:47:36.811Z | Compiling atomic-waker v1.1.2 |
| 1529 | 2026-02-01T13:47:36.933Z | Compiling num-conv v0.1.0 |
| 1530 | 2026-02-01T13:47:37.017Z | Compiling openssl-probe v0.1.5 |
| 1531 | 2026-02-01T13:47:37.049Z | Compiling time-core v0.1.6 |
| 1532 | 2026-02-01T13:47:37.136Z | Compiling untrusted v0.9.0 |
| 1533 | 2026-02-01T13:47:37.225Z | Compiling h2 v0.4.6 |
| 1534 | 2026-02-01T13:47:37.314Z | Compiling time-macros v0.2.24 |
| 1535 | 2026-02-01T13:47:37.363Z | Compiling tempfile v3.24.0 |
| 1536 | 2026-02-01T13:47:37.514Z | Compiling deranged v0.5.3 |
| 1537 | 2026-02-01T13:47:37.882Z | Compiling want v0.3.1 |
| 1538 | 2026-02-01T13:47:38.150Z | Compiling foreign-types v0.3.2 |
| 1539 | 2026-02-01T13:47:38.517Z | Compiling darling_macro v0.20.10 |
| 1540 | 2026-02-01T13:47:39.247Z | Compiling darling v0.20.10 |
| 1541 | 2026-02-01T13:47:39.375Z | Compiling goblin v0.10.2 |
| 1542 | 2026-02-01T13:47:39.666Z | Compiling ipnet v2.11.0 |
| 1543 | 2026-02-01T13:47:40.137Z | Compiling openssl-macros v0.1.1 |
| 1544 | 2026-02-01T13:47:40.634Z | Compiling wait-timeout v0.2.0 |
| 1545 | 2026-02-01T13:47:40.812Z | Compiling quick-error v1.2.3 |
| 1546 | 2026-02-01T13:47:40.841Z | Compiling gimli v0.31.1 |
| 1547 | 2026-02-01T13:47:40.979Z | Compiling syn v1.0.109 |
| 1548 | 2026-02-01T13:47:41.120Z | Compiling crossbeam-utils v0.8.21 |
| 1549 | 2026-02-01T13:47:41.228Z | Compiling num_threads v0.1.7 |
| 1550 | 2026-02-01T13:47:41.377Z | Compiling usdt-impl v0.6.0 |
| 1551 | 2026-02-01T13:47:41.495Z | Compiling bit-vec v0.8.0 |
| 1552 | 2026-02-01T13:47:41.615Z | Compiling httpdate v1.0.3 |
| 1553 | 2026-02-01T13:47:41.715Z | Compiling native-tls v0.2.12 |
| 1554 | 2026-02-01T13:47:41.919Z | Compiling rustls v0.23.19 |
| 1555 | 2026-02-01T13:47:42.002Z | Compiling bit-set v0.8.0 |
| 1556 | 2026-02-01T13:47:42.222Z | Compiling time v0.3.43 |
| 1557 | 2026-02-01T13:47:42.246Z | Compiling rusty-fork v0.3.0 |
| 1558 | 2026-02-01T13:47:42.967Z | Compiling derive_builder_core v0.20.2 |
| 1559 | 2026-02-01T13:47:45.379Z | Compiling addr2line v0.24.2 |
| 1560 | 2026-02-01T13:47:45.379Z | Compiling hyper v1.8.1 |
| 1561 | 2026-02-01T13:47:45.379Z | Compiling dof v0.4.0 |
| 1562 | 2026-02-01T13:47:45.403Z | Compiling unicode-normalization v0.1.24 |
| 1563 | 2026-02-01T13:47:45.449Z | Compiling dtrace-parser v0.3.0 |
| 1564 | 2026-02-01T13:47:46.298Z | Compiling signature v2.2.0 |
| 1565 | 2026-02-01T13:47:46.606Z | Compiling heapless v0.7.17 |
| 1566 | 2026-02-01T13:47:46.988Z | Compiling scroll_derive v0.12.0 |
| 1567 | 2026-02-01T13:47:47.030Z | Compiling thiserror-impl v1.0.69 |
| 1568 | 2026-02-01T13:47:47.322Z | Compiling rand_xorshift v0.4.0 |
| 1569 | 2026-02-01T13:47:47.592Z | Compiling darling_core v0.21.0 |
| 1570 | 2026-02-01T13:47:48.118Z | Compiling slog v2.8.2 |
| 1571 | 2026-02-01T13:47:48.296Z | Compiling thread-id v5.0.0 |
| 1572 | 2026-02-01T13:47:48.391Z | Compiling cookie v0.18.1 |
| 1573 | 2026-02-01T13:47:48.428Z | Compiling object v0.36.5 |
| 1574 | 2026-02-01T13:47:48.687Z | Compiling crc32fast v1.4.2 |
| 1575 | 2026-02-01T13:47:48.713Z | Compiling zlib-rs v0.5.1 |
| 1576 | 2026-02-01T13:47:48.776Z | Compiling siphasher v0.3.11 |
| 1577 | 2026-02-01T13:47:49.012Z | Compiling rustc-demangle v0.1.24 |
| 1578 | 2026-02-01T13:47:49.126Z | Compiling unarray v0.1.4 |
| 1579 | 2026-02-01T13:47:49.298Z | Compiling zstd-safe v7.2.3 |
| 1580 | 2026-02-01T13:47:49.446Z | Compiling unicode-properties v0.1.3 |
| 1581 | 2026-02-01T13:47:49.617Z | Compiling unicode-bidi v0.3.17 |
| 1582 | 2026-02-01T13:47:49.787Z | Compiling signal-hook v0.3.18 |
| 1583 | 2026-02-01T13:47:49.830Z | Compiling anyhow v1.0.99 |
| 1584 | 2026-02-01T13:47:50.155Z | Compiling thiserror v1.0.69 |
| 1585 | 2026-02-01T13:47:50.252Z | Compiling proptest v1.7.0 |
| 1586 | 2026-02-01T13:47:50.325Z | Compiling stringprep v0.1.5 |
| 1587 | 2026-02-01T13:47:50.725Z | Compiling phf_shared v0.11.2 |
| 1588 | 2026-02-01T13:47:51.093Z | Compiling scroll v0.12.0 |
| 1589 | 2026-02-01T13:47:51.295Z | Compiling hyper-util v0.1.19 |
| 1590 | 2026-02-01T13:47:52.131Z | Compiling derive_builder_macro v0.20.2 |
| 1591 | 2026-02-01T13:47:53.004Z | Compiling darling_macro v0.21.0 |
| 1592 | 2026-02-01T13:47:53.712Z | Compiling backtrace v0.3.74 |
| 1593 | 2026-02-01T13:47:53.777Z | Compiling ipnetwork v0.21.1 |
| 1594 | 2026-02-01T13:47:54.204Z | Compiling serde_tokenstream v0.2.2 |
| 1595 | 2026-02-01T13:47:54.505Z | Compiling libz-rs-sys v0.5.1 |
| 1596 | 2026-02-01T13:47:54.763Z | Compiling serde_spanned v0.6.9 |
| 1597 | 2026-02-01T13:47:54.788Z | Compiling toml_datetime v0.6.11 |
| 1598 | 2026-02-01T13:47:54.827Z | Compiling erased-serde v0.3.31 |
| 1599 | 2026-02-01T13:47:55.005Z | Compiling rand_chacha v0.3.1 |
| 1600 | 2026-02-01T13:47:55.041Z | Compiling md-5 v0.10.6 |
| 1601 | 2026-02-01T13:47:55.259Z | Compiling curve25519-dalek v4.1.3 |
| 1602 | 2026-02-01T13:47:55.325Z | Compiling vergen-lib v0.1.6 |
| 1603 | 2026-02-01T13:47:55.607Z | Compiling num-integer v0.1.46 |
| 1604 | 2026-02-01T13:47:55.897Z | Compiling sync_wrapper v1.0.1 |
| 1605 | 2026-02-01T13:47:55.990Z | Compiling ff v0.13.0 |
| 1606 | 2026-02-01T13:47:56.070Z | Compiling hash32 v0.2.1 |
| 1607 | 2026-02-01T13:47:56.211Z | Compiling memoffset v0.9.1 |
| 1608 | 2026-02-01T13:47:56.245Z | Compiling ref-cast v1.0.25 |
| 1609 | 2026-02-01T13:47:56.270Z | Compiling fallible-iterator v0.2.0 |
| 1610 | 2026-02-01T13:47:56.411Z | Compiling litrs v0.4.1 |
| 1611 | 2026-02-01T13:47:56.497Z | Compiling base16ct v0.2.0 |
| 1612 | 2026-02-01T13:47:56.571Z | Compiling smoltcp v0.9.1 |
| 1613 | 2026-02-01T13:47:56.806Z | Compiling cfg_aliases v0.2.1 |
| 1614 | 2026-02-01T13:47:56.832Z | Compiling psl-types v2.0.11 |
| 1615 | 2026-02-01T13:47:56.890Z | Compiling num-bigint-dig v0.8.6 |
| 1616 | 2026-02-01T13:47:56.926Z | Compiling nix v0.29.0 |
| 1617 | 2026-02-01T13:47:57.051Z | Compiling publicsuffix v2.3.0 |
| 1618 | 2026-02-01T13:47:57.199Z | Compiling postgres-protocol v0.6.8 |
| 1619 | 2026-02-01T13:47:57.337Z | Compiling sec1 v0.7.3 |
| 1620 | 2026-02-01T13:47:57.361Z | Compiling document-features v0.2.11 |
| 1621 | 2026-02-01T13:47:57.626Z | Compiling group v0.13.0 |
| 1622 | 2026-02-01T13:47:57.865Z | Compiling num-iter v0.1.45 |
| 1623 | 2026-02-01T13:47:57.929Z | Compiling tower v0.5.2 |
| 1624 | 2026-02-01T13:47:58.330Z | Compiling newtype-uuid v1.3.2 |
| 1625 | 2026-02-01T13:47:58.487Z | Compiling rand v0.8.5 |
| 1626 | 2026-02-01T13:47:58.511Z | Compiling flate2 v1.1.2 |
| 1627 | 2026-02-01T13:47:58.946Z | Compiling oxnet v0.1.4 |
| 1628 | 2026-02-01T13:47:58.970Z | Compiling darling v0.21.0 |
| 1629 | 2026-02-01T13:47:59.103Z | Compiling derive_builder v0.20.2 |
| 1630 | 2026-02-01T13:47:59.289Z | Compiling tokio-native-tls v0.3.1 |
| 1631 | 2026-02-01T13:47:59.354Z | Compiling goblin v0.8.2 |
| 1632 | 2026-02-01T13:47:59.977Z | Compiling rustls-native-certs v0.8.1 |
| 1633 | 2026-02-01T13:48:00.197Z | Compiling webpki-roots v1.0.1 |
| 1634 | 2026-02-01T13:48:00.412Z | Compiling http-body-util v0.1.3 |
| 1635 | 2026-02-01T13:48:00.509Z | Compiling strum_macros v0.27.2 |
| 1636 | 2026-02-01T13:48:00.552Z | Compiling terminal_size v0.4.0 |
| 1637 | 2026-02-01T13:48:00.697Z | Compiling cargo-platform v0.1.8 |
| 1638 | 2026-02-01T13:48:00.788Z | Compiling hkdf v0.12.4 |
| 1639 | 2026-02-01T13:48:00.909Z | Compiling crypto-bigint v0.5.5 |
| 1640 | 2026-02-01T13:48:01.084Z | Compiling daft-derive v0.1.4 |
| 1641 | 2026-02-01T13:48:01.179Z | Compiling async-trait v0.1.89 |
| 1642 | 2026-02-01T13:48:02.383Z | Compiling hubpack_derive v0.1.1 |
| 1643 | 2026-02-01T13:48:02.549Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1644 | 2026-02-01T13:48:03.267Z | Compiling ref-cast-impl v1.0.25 |
| 1645 | 2026-02-01T13:48:03.460Z | Compiling vergen v9.0.6 |
| 1646 | 2026-02-01T13:48:03.801Z | Compiling ahash v0.8.12 |
| 1647 | 2026-02-01T13:48:03.853Z | Compiling fs-err v3.1.1 |
| 1648 | 2026-02-01T13:48:04.173Z | Compiling ryu v1.0.18 |
| 1649 | 2026-02-01T13:48:04.197Z | Compiling buf-list v1.0.3 |
| 1650 | 2026-02-01T13:48:04.307Z | Compiling winnow v0.5.40 |
| 1651 | 2026-02-01T13:48:04.499Z | Compiling managed v0.8.0 |
| 1652 | 2026-02-01T13:48:04.602Z | Compiling lockfree-object-pool v0.1.6 |
| 1653 | 2026-02-01T13:48:04.744Z | Compiling unicode-segmentation v1.12.0 |
| 1654 | 2026-02-01T13:48:04.864Z | Compiling iri-string v0.7.8 |
| 1655 | 2026-02-01T13:48:04.939Z | Compiling simd-adler32 v0.3.7 |
| 1656 | 2026-02-01T13:48:05.483Z | Compiling bitflags v1.3.2 |
| 1657 | 2026-02-01T13:48:05.542Z | Compiling bumpalo v3.16.0 |
| 1658 | 2026-02-01T13:48:05.710Z | Compiling strum v0.27.2 |
| 1659 | 2026-02-01T13:48:05.918Z | Compiling zopfli v0.8.1 |
| 1660 | 2026-02-01T13:48:05.992Z | Compiling clap_builder v4.5.48 |
| 1661 | 2026-02-01T13:48:07.230Z | Compiling toml_edit v0.19.15 |
| 1662 | 2026-02-01T13:48:07.262Z | Compiling dof v0.3.0 |
| 1663 | 2026-02-01T13:48:07.381Z | Compiling serde_urlencoded v0.7.1 |
| 1664 | 2026-02-01T13:48:07.421Z | Compiling tower-http v0.6.6 |
| 1665 | 2026-02-01T13:48:08.287Z | Compiling hubpack v0.1.2 |
| 1666 | 2026-02-01T13:48:08.319Z | Compiling elliptic-curve v0.13.8 |
| 1667 | 2026-02-01T13:48:08.695Z | Compiling daft v0.1.4 |
| 1668 | 2026-02-01T13:48:08.737Z | Compiling cargo_metadata v0.19.2 |
| 1669 | 2026-02-01T13:48:09.082Z | Compiling hyper-tls v0.6.0 |
| 1670 | 2026-02-01T13:48:09.203Z | Compiling signal-hook-mio v0.2.4 |
| 1671 | 2026-02-01T13:48:09.383Z | Compiling cookie_store v0.21.1 |
| 1672 | 2026-02-01T13:48:09.471Z | Compiling zstd v0.13.3 |
| 1673 | 2026-02-01T13:48:11.454Z | Compiling serde_with_macros v3.16.1 |
| 1674 | 2026-02-01T13:48:11.619Z | Compiling postgres-types v0.2.9 |
| 1675 | 2026-02-01T13:48:12.573Z | Compiling usdt-attr-macro v0.6.0 |
| 1676 | 2026-02-01T13:48:12.693Z | Compiling usdt-macro v0.6.0 |
| 1677 | 2026-02-01T13:48:12.717Z | Compiling phf v0.11.2 |
| 1678 | 2026-02-01T13:48:13.009Z | Compiling dtrace-parser v0.2.0 |
| 1679 | 2026-02-01T13:48:13.144Z | Compiling ed25519 v2.2.3 |
| 1680 | 2026-02-01T13:48:13.526Z | Compiling bzip2 v0.4.4 |
| 1681 | 2026-02-01T13:48:13.895Z | Compiling bzip2 v0.5.2 |
| 1682 | 2026-02-01T13:48:13.957Z | Compiling pkcs1 v0.7.5 |
| 1683 | 2026-02-01T13:48:13.980Z | Compiling enum-as-inner v0.6.1 |
| 1684 | 2026-02-01T13:48:14.285Z | Compiling clap_derive v4.5.47 |
| 1685 | 2026-02-01T13:48:14.379Z | Compiling strum_macros v0.26.4 |
| 1686 | 2026-02-01T13:48:14.663Z | Compiling serde-big-array v0.5.1 |
| 1687 | 2026-02-01T13:48:14.837Z | Compiling hex v0.4.3 |
| 1688 | 2026-02-01T13:48:14.876Z | Compiling rfc6979 v0.4.0 |
| 1689 | 2026-02-01T13:48:14.903Z | Compiling bstr v1.10.0 |
| 1690 | 2026-02-01T13:48:14.929Z | Compiling serde_repr v0.1.19 |
| 1691 | 2026-02-01T13:48:15.112Z | Compiling float-cmp v0.10.0 |
| 1692 | 2026-02-01T13:48:15.351Z | Compiling env_filter v0.1.2 |
| 1693 | 2026-02-01T13:48:15.375Z | Compiling socket2 v0.5.10 |
| 1694 | 2026-02-01T13:48:15.953Z | Compiling memmap2 v0.9.8 |
| 1695 | 2026-02-01T13:48:16.022Z | Compiling encoding_rs v0.8.34 |
| 1696 | 2026-02-01T13:48:16.308Z | Compiling whoami v1.5.2 |
| 1697 | 2026-02-01T13:48:16.357Z | Compiling fixedbitset v0.4.2 |
| 1698 | 2026-02-01T13:48:16.381Z | Compiling jiff v0.2.15 |
| 1699 | 2026-02-01T13:48:16.771Z | Compiling normalize-line-endings v0.3.0 |
| 1700 | 2026-02-01T13:48:16.827Z | Compiling new_debug_unreachable v1.0.6 |
| 1701 | 2026-02-01T13:48:16.926Z | Compiling static_assertions v1.1.0 |
| 1702 | 2026-02-01T13:48:16.950Z | Compiling predicates-core v1.0.8 |
| 1703 | 2026-02-01T13:48:17.051Z | Compiling foldhash v0.2.0 |
| 1704 | 2026-02-01T13:48:17.261Z | Compiling precomputed-hash v0.1.1 |
| 1705 | 2026-02-01T13:48:17.404Z | Compiling rustc-hash v2.1.1 |
| 1706 | 2026-02-01T13:48:17.440Z | Compiling data-encoding v2.9.0 |
| 1707 | 2026-02-01T13:48:17.612Z | Compiling difflib v0.4.0 |
| 1708 | 2026-02-01T13:48:18.031Z | Compiling fixedbitset v0.5.7 |
| 1709 | 2026-02-01T13:48:18.055Z | Compiling mime v0.3.17 |
| 1710 | 2026-02-01T13:48:18.520Z | Compiling keccak v0.1.5 |
| 1711 | 2026-02-01T13:48:18.623Z | Compiling petgraph v0.8.2 |
| 1712 | 2026-02-01T13:48:18.763Z | Compiling predicates v3.1.3 |
| 1713 | 2026-02-01T13:48:18.859Z | Compiling sha3 v0.10.8 |
| 1714 | 2026-02-01T13:48:19.068Z | Compiling strum v0.26.3 |
| 1715 | 2026-02-01T13:48:19.272Z | Compiling clap v4.5.48 |
| 1716 | 2026-02-01T13:48:19.398Z | Compiling hickory-proto v0.25.2 |
| 1717 | 2026-02-01T13:48:19.737Z | Compiling iddqd v0.3.16 |
| 1718 | 2026-02-01T13:48:20.103Z | Compiling string_cache v0.8.9 |
| 1719 | 2026-02-01T13:48:20.127Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1720 | 2026-02-01T13:48:20.525Z | Compiling toml_edit v0.22.27 |
| 1721 | 2026-02-01T13:48:21.777Z | Compiling tokio-postgres v0.7.13 |
| 1722 | 2026-02-01T13:48:22.033Z | Compiling petgraph v0.6.5 |
| 1723 | 2026-02-01T13:48:22.604Z | Compiling zip v4.2.0 |
| 1724 | 2026-02-01T13:48:24.490Z | Compiling usdt v0.6.0 |
| 1725 | 2026-02-01T13:48:24.942Z | Compiling usdt-impl v0.5.0 |
| 1726 | 2026-02-01T13:48:25.114Z | Compiling similar v2.7.0 |
| 1727 | 2026-02-01T13:48:25.625Z | Compiling env_logger v0.11.8 |
| 1728 | 2026-02-01T13:48:26.099Z | Compiling serde_with v3.16.1 |
| 1729 | 2026-02-01T13:48:26.181Z | Compiling ecdsa v0.16.9 |
| 1730 | 2026-02-01T13:48:26.221Z | Compiling rsa v0.9.8 |
| 1731 | 2026-02-01T13:48:26.322Z | Compiling zip v0.6.6 |
| 1732 | 2026-02-01T13:48:26.422Z | Compiling ed25519-dalek v2.1.1 |
| 1733 | 2026-02-01T13:48:27.436Z | Compiling toml v0.7.8 |
| 1734 | 2026-02-01T13:48:27.515Z | Compiling crossterm v0.28.1 |
| 1735 | 2026-02-01T13:48:28.675Z | Compiling heck v0.4.1 |
| 1736 | 2026-02-01T13:48:28.821Z | Compiling crossbeam-epoch v0.9.18 |
| 1737 | 2026-02-01T13:48:29.059Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1738 | 2026-02-01T13:48:29.099Z | Compiling tokio-stream v0.1.17 |
| 1739 | 2026-02-01T13:48:29.380Z | Compiling x509-cert v0.2.5 |
| 1740 | 2026-02-01T13:48:29.440Z | Compiling openapiv3 v2.2.0 |
| 1741 | 2026-02-01T13:48:29.464Z | Compiling sha1 v0.10.6 |
| 1742 | 2026-02-01T13:48:29.835Z | Compiling itertools v0.13.0 |
| 1743 | 2026-02-01T13:48:29.870Z | Compiling itertools v0.10.5 |
| 1744 | 2026-02-01T13:48:29.968Z | Compiling winnow v0.6.26 |
| 1745 | 2026-02-01T13:48:30.152Z | Compiling peg-runtime v0.8.5 |
| 1746 | 2026-02-01T13:48:30.719Z | Compiling lalrpop-util v0.19.12 |
| 1747 | 2026-02-01T13:48:31.053Z | Compiling thread_local v1.1.8 |
| 1748 | 2026-02-01T13:48:31.511Z | Compiling slog-async v2.8.0 |
| 1749 | 2026-02-01T13:48:31.986Z | Compiling crossbeam-channel v0.5.15 |
| 1750 | 2026-02-01T13:48:32.010Z | Compiling xattr v1.3.1 |
| 1751 | 2026-02-01T13:48:32.265Z | Compiling futures-executor v0.3.31 |
| 1752 | 2026-02-01T13:48:32.450Z | Compiling filetime v0.2.26 |
| 1753 | 2026-02-01T13:48:32.693Z | Compiling is-terminal v0.4.13 |
| 1754 | 2026-02-01T13:48:32.728Z | Compiling term v1.1.0 |
| 1755 | 2026-02-01T13:48:32.752Z | Compiling take_mut v0.2.2 |
| 1756 | 2026-02-01T13:48:32.776Z | Compiling tar v0.4.44 |
| 1757 | 2026-02-01T13:48:32.855Z | Compiling futures v0.3.31 |
| 1758 | 2026-02-01T13:48:33.798Z | Compiling slog-term v2.9.2 |
| 1759 | 2026-02-01T13:48:35.658Z | Compiling aws-lc-sys v0.26.0 |
| 1760 | 2026-02-01T13:49:06.457Z | Compiling rustls-webpki v0.102.8 |
| 1761 | 2026-02-01T13:49:12.124Z | Compiling tokio-rustls v0.26.0 |
| 1762 | 2026-02-01T13:49:12.461Z | Compiling hyper-rustls v0.27.7 |
| 1763 | 2026-02-01T13:49:12.817Z | Compiling reqwest v0.12.24 |
| 1764 | 2026-02-01T13:49:17.407Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1765 | 2026-02-01T13:49:17.785Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1766 | 2026-02-01T13:49:23.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
| 1767 | 2026-02-01T13:49:23.696Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1768 | 2026-02-01T13:49:23.777Z | Feb 01 13:49:23.126 INFO Starting download, target: Clickhouse |
| 1769 | 2026-02-01T13:49:23.777Z | Feb 01 13:49:23.127 INFO Starting download, target: Cockroach |
| 1770 | 2026-02-01T13:49:23.777Z | Feb 01 13:49:23.127 INFO Starting download, target: Console |
| 1771 | 2026-02-01T13:49:23.777Z | Feb 01 13:49:23.127 INFO Starting download, target: DendriteStub |
| 1772 | 2026-02-01T13:49:23.777Z | Feb 01 13:49:23.127 INFO Starting download, target: MaghemiteMgd |
| 1773 | 2026-02-01T13:49:23.777Z | Feb 01 13:49:23.127 INFO Starting download, target: TransceiverControl |
| 1774 | 2026-02-01T13:49:23.801Z | Feb 01 13:49:23.128 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1775 | 2026-02-01T13:49:23.801Z | Feb 01 13:49:23.128 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1776 | 2026-02-01T13:49:23.801Z | Feb 01 13:49:23.128 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1777 | 2026-02-01T13:49:23.801Z | Feb 01 13:49:23.128 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1778 | 2026-02-01T13:49:23.801Z | Feb 01 13:49:23.128 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1779 | 2026-02-01T13:49:23.801Z | Feb 01 13:49:23.129 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1780 | 2026-02-01T13:49:24.085Z | Feb 01 13:49:23.434 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1781 | 2026-02-01T13:49:24.783Z | Feb 01 13:49:24.131 INFO Download complete, target: Console |
| 1782 | 2026-02-01T13:49:28.119Z | Feb 01 13:49:27.469 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1783 | 2026-02-01T13:49:28.852Z | Feb 01 13:49:28.201 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1784 | 2026-02-01T13:49:29.186Z | Feb 01 13:49:28.536 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1785 | 2026-02-01T13:49:29.364Z | Feb 01 13:49:28.714 INFO Download complete, target: TransceiverControl |
| 1786 | 2026-02-01T13:49:30.917Z | Feb 01 13:49:30.267 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1787 | 2026-02-01T13:49:30.917Z | Feb 01 13:49:30.267 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1788 | 2026-02-01T13:49:33.031Z | Feb 01 13:49:32.381 INFO Download complete, target: DendriteStub |
| 1789 | 2026-02-01T13:49:34.436Z | Feb 01 13:49:33.786 INFO Download complete, target: MaghemiteMgd |
| 1790 | 2026-02-01T13:49:41.091Z | Feb 01 13:49:40.440 INFO Checking that binary works, target: Cockroach |
| 1791 | 2026-02-01T13:49:41.351Z | Feb 01 13:49:40.701 INFO Download complete, target: Cockroach |
| 1792 | 2026-02-01T13:49:43.120Z | Feb 01 13:49:42.470 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1793 | 2026-02-01T13:49:56.847Z | Feb 01 13:49:56.196 INFO Checking that binary works, target: Clickhouse |
| 1794 | 2026-02-01T13:49:57.043Z | Feb 01 13:49:56.393 INFO Download complete, target: Clickhouse |
| 1795 | 2026-02-01T13:49:57.068Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1796 | 2026-02-01T13:49:57.092Z | |
| 1797 | 2026-02-01T13:49:57.092Z | real 6:20.396247563 |
| 1798 | 2026-02-01T13:49:57.092Z | user 16:43.731797071 |
| 1799 | 2026-02-01T13:49:57.092Z | sys 2:42.269109301 |
| 1800 | 2026-02-01T13:49:57.092Z | trap 0.609691100 |
| 1801 | 2026-02-01T13:49:57.092Z | tflt 0.359384401 |
| 1802 | 2026-02-01T13:49:57.092Z | dflt 0.801091829 |
| 1803 | 2026-02-01T13:49:57.092Z | kflt 0.008668416 |
| 1804 | 2026-02-01T13:49:57.092Z | lock 1:00:42.568720687 |
| 1805 | 2026-02-01T13:49:57.092Z | slp 48:26.280355984 |
| 1806 | 2026-02-01T13:49:57.092Z | lat 1:25.733161240 |
| 1807 | 2026-02-01T13:49:57.092Z | stop 3:06.833885569 |
| 1808 | 2026-02-01T13:49:57.092Z | ++ bmat factory name |
| 1809 | 2026-02-01T13:49:57.092Z | ++ bmat factory private |
| 1810 | 2026-02-01T13:49:57.092Z | + jq --null-input --arg bmat_factory_name gimlet-EVT22200007-propolis --arg bmat_factory_private EVT22200007/56464 '{ |
| 1811 | 2026-02-01T13:49:57.092Z | buildomat: { |
| 1812 | 2026-02-01T13:49:57.092Z | factory: { |
| 1813 | 2026-02-01T13:49:57.092Z | name: $bmat_factory_name, |
| 1814 | 2026-02-01T13:49:57.092Z | private: $bmat_factory_private, |
| 1815 | 2026-02-01T13:49:57.092Z | }, |
| 1816 | 2026-02-01T13:49:57.092Z | }, |
| 1817 | 2026-02-01T13:49:57.092Z | }' |
| 1818 | 2026-02-01T13:49:57.132Z | + banner ls-apis |
| 1819 | 2026-02-01T13:49:57.156Z | |
| 1820 | 2026-02-01T13:49:57.156Z | # #### ## ##### # #### |
| 1821 | 2026-02-01T13:49:57.156Z | # # # # # # # # |
| 1822 | 2026-02-01T13:49:57.156Z | # #### ##### # # # # # #### |
| 1823 | 2026-02-01T13:49:57.156Z | # # ###### ##### # # |
| 1824 | 2026-02-01T13:49:57.156Z | # # # # # # # # # |
| 1825 | 2026-02-01T13:49:57.156Z | ###### #### # # # # #### |
| 1826 | 2026-02-01T13:49:57.156Z | |
| 1827 | 2026-02-01T13:49:57.156Z | + source ./tools/include/force-git-over-https.sh |
| 1828 | 2026-02-01T13:49:57.156Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1829 | 2026-02-01T13:49:57.156Z | ++ (( i = 0 )) |
| 1830 | 2026-02-01T13:49:57.156Z | ++ (( i < 5 )) |
| 1831 | 2026-02-01T13:49:57.156Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1832 | 2026-02-01T13:49:57.156Z | ++ (( i++ )) |
| 1833 | 2026-02-01T13:49:57.156Z | ++ (( i < 5 )) |
| 1834 | 2026-02-01T13:49:57.156Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1835 | 2026-02-01T13:49:57.156Z | ++ (( i++ )) |
| 1836 | 2026-02-01T13:49:57.156Z | ++ (( i < 5 )) |
| 1837 | 2026-02-01T13:49:57.156Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1838 | 2026-02-01T13:49:57.156Z | ++ (( i++ )) |
| 1839 | 2026-02-01T13:49:57.156Z | ++ (( i < 5 )) |
| 1840 | 2026-02-01T13:49:57.156Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1841 | 2026-02-01T13:49:57.156Z | ++ (( i++ )) |
| 1842 | 2026-02-01T13:49:57.156Z | ++ (( i < 5 )) |
| 1843 | 2026-02-01T13:49:57.156Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1844 | 2026-02-01T13:49:57.180Z | ++ (( i++ )) |
| 1845 | 2026-02-01T13:49:57.180Z | ++ (( i < 5 )) |
| 1846 | 2026-02-01T13:49:57.180Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1847 | 2026-02-01T13:49:57.180Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1848 | 2026-02-01T13:49:57.181Z | + ptime -m cargo xtask ls-apis apis |
| 1849 | 2026-02-01T13:49:58.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 1850 | 2026-02-01T13:49:58.369Z | Running `target/debug/xtask ls-apis apis` |
| 1851 | 2026-02-01T13:49:59.854Z | Compiling semver v0.1.20 |
| 1852 | 2026-02-01T13:49:59.897Z | Compiling erased-serde v0.4.6 |
| 1853 | 2026-02-01T13:49:59.921Z | Compiling ordered-float v2.10.1 |
| 1854 | 2026-02-01T13:49:59.921Z | Compiling structmeta-derive v0.3.0 |
| 1855 | 2026-02-01T13:49:59.954Z | Compiling toml v0.8.23 |
| 1856 | 2026-02-01T13:49:59.978Z | Compiling cargo-platform v0.2.0 |
| 1857 | 2026-02-01T13:50:00.002Z | Compiling indent_write v2.2.0 |
| 1858 | 2026-02-01T13:50:00.205Z | Compiling rustc_version v0.1.7 |
| 1859 | 2026-02-01T13:50:00.378Z | Compiling serde-value v0.7.0 |
| 1860 | 2026-02-01T13:50:00.543Z | Compiling newtype_derive v0.1.6 |
| 1861 | 2026-02-01T13:50:00.704Z | Compiling serde-untagged v0.1.7 |
| 1862 | 2026-02-01T13:50:01.070Z | Compiling cargo-util-schemas v0.8.2 |
| 1863 | 2026-02-01T13:50:01.465Z | Compiling structmeta v0.3.0 |
| 1864 | 2026-02-01T13:50:01.804Z | Compiling parse-display-derive v0.10.0 |
| 1865 | 2026-02-01T13:50:02.909Z | Compiling cargo_metadata v0.21.0 |
| 1866 | 2026-02-01T13:50:03.813Z | Compiling parse-display v0.10.0 |
| 1867 | 2026-02-01T13:50:04.545Z | Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 1868 | 2026-02-01T13:50:10.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.16s |
| 1869 | 2026-02-01T13:50:10.724Z | Running `target/debug/ls-apis apis` |
| 1870 | 2026-02-01T13:50:10.783Z | loading metadata for workspace omicron from current workspace |
| 1871 | 2026-02-01T13:50:15.505Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml |
| 1872 | 2026-02-01T13:50:15.529Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml |
| 1873 | 2026-02-01T13:50:15.529Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/3abfb8e/Cargo.toml |
| 1874 | 2026-02-01T13:50:15.529Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml |
| 1875 | 2026-02-01T13:50:15.529Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml |
| 1876 | 2026-02-01T13:50:48.198Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/9f6b8f7/Cargo.toml |
| 1877 | 2026-02-01T13:50:50.130Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
| 1878 | 2026-02-01T13:50:50.160Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
| 1879 | 2026-02-01T13:50:50.463Z | Bootstrap Agent (client: bootstrap-agent-client) |
| 1880 | 2026-02-01T13:50:50.463Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
| 1881 | 2026-02-01T13:50:50.463Z | consumed by: wicketd (omicron/wicketd) via 2 paths |
| 1882 | 2026-02-01T13:50:50.463Z | |
| 1883 | 2026-02-01T13:50:50.463Z | Clickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client) |
| 1884 | 2026-02-01T13:50:50.463Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
| 1885 | 2026-02-01T13:50:50.463Z | |
| 1886 | 2026-02-01T13:50:50.463Z | Clickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client) |
| 1887 | 2026-02-01T13:50:50.463Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
| 1888 | 2026-02-01T13:50:50.463Z | |
| 1889 | 2026-02-01T13:50:50.463Z | Clickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client) |
| 1890 | 2026-02-01T13:50:50.463Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
| 1891 | 2026-02-01T13:50:50.463Z | |
| 1892 | 2026-02-01T13:50:50.463Z | CockroachDB Cluster Admin (client: cockroach-admin-client) |
| 1893 | 2026-02-01T13:50:50.463Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
| 1894 | 2026-02-01T13:50:50.463Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
| 1895 | 2026-02-01T13:50:50.463Z | |
| 1896 | 2026-02-01T13:50:50.463Z | Crucible Agent (client: crucible-agent-client) |
| 1897 | 2026-02-01T13:50:50.487Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
| 1898 | 2026-02-01T13:50:50.488Z | |
| 1899 | 2026-02-01T13:50:50.488Z | Crucible Control (for testing only) (client: crucible-control-client) |
| 1900 | 2026-02-01T13:50:50.488Z | |
| 1901 | 2026-02-01T13:50:50.488Z | Crucible Pantry (client: crucible-pantry-client) |
| 1902 | 2026-02-01T13:50:50.488Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
| 1903 | 2026-02-01T13:50:50.488Z | |
| 1904 | 2026-02-01T13:50:50.488Z | Maghemite DDM Admin (client: ddm-admin-client) |
| 1905 | 2026-02-01T13:50:50.488Z | consumed by: installinator (omicron/installinator) via 1 path |
| 1906 | 2026-02-01T13:50:50.488Z | consumed by: mgd (maghemite/mgd) via 1 path |
| 1907 | 2026-02-01T13:50:50.488Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
| 1908 | 2026-02-01T13:50:50.488Z | consumed by: wicketd (omicron/wicketd) via 1 path |
| 1909 | 2026-02-01T13:50:50.488Z | |
| 1910 | 2026-02-01T13:50:50.488Z | DNS Server (client: dns-service-client) |
| 1911 | 2026-02-01T13:50:50.488Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
| 1912 | 2026-02-01T13:50:50.488Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
| 1913 | 2026-02-01T13:50:50.488Z | |
| 1914 | 2026-02-01T13:50:50.488Z | Dendrite DPD (client: dpd-client) |
| 1915 | 2026-02-01T13:50:50.488Z | consumed by: ddmd (maghemite/ddmd) via 2 paths |
| 1916 | 2026-02-01T13:50:50.488Z | consumed by: lldpd (lldp/lldpd) via 2 paths |
| 1917 | 2026-02-01T13:50:50.488Z | consumed by: mgd (maghemite/mgd) via 1 path |
| 1918 | 2026-02-01T13:50:50.488Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
| 1919 | 2026-02-01T13:50:50.488Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
| 1920 | 2026-02-01T13:50:50.488Z | consumed by: tfportd (dendrite/tfportd) via 2 paths |
| 1921 | 2026-02-01T13:50:50.488Z | consumed by: wicketd (omicron/wicketd) via 2 paths |
| 1922 | 2026-02-01T13:50:50.488Z | |
| 1923 | 2026-02-01T13:50:50.488Z | Downstairs Controller (debugging only) (client: dsc-client) |
| 1924 | 2026-02-01T13:50:50.488Z | |
| 1925 | 2026-02-01T13:50:50.488Z | Management Gateway Service (client: gateway-client) |
| 1926 | 2026-02-01T13:50:50.488Z | consumed by: dpd (dendrite/dpd) via 1 path |
| 1927 | 2026-02-01T13:50:50.488Z | consumed by: mgd (maghemite/mgd) via 1 path |
| 1928 | 2026-02-01T13:50:50.488Z | consumed by: omicron-nexus (omicron/nexus) via 4 paths |
| 1929 | 2026-02-01T13:50:50.488Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
| 1930 | 2026-02-01T13:50:50.488Z | consumed by: wicketd (omicron/wicketd) via 3 paths |
| 1931 | 2026-02-01T13:50:50.488Z | |
| 1932 | 2026-02-01T13:50:50.488Z | Wicketd Installinator (client: installinator-client) |
| 1933 | 2026-02-01T13:50:50.488Z | consumed by: installinator (omicron/installinator) via 1 path |
| 1934 | 2026-02-01T13:50:50.488Z | |
| 1935 | 2026-02-01T13:50:50.488Z | LLDP daemon (client: lldpd-client) |
| 1936 | 2026-02-01T13:50:50.489Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
| 1937 | 2026-02-01T13:50:50.489Z | consumed by: tfportd (dendrite/tfportd) via 1 path |
| 1938 | 2026-02-01T13:50:50.489Z | |
| 1939 | 2026-02-01T13:50:50.489Z | Maghemite MG Admin (client: mg-admin-client) |
| 1940 | 2026-02-01T13:50:50.513Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
| 1941 | 2026-02-01T13:50:50.513Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
| 1942 | 2026-02-01T13:50:50.513Z | |
| 1943 | 2026-02-01T13:50:50.513Z | Nexus Internal API (client: nexus-client) |
| 1944 | 2026-02-01T13:50:50.513Z | consumed by: crucible-pantry (crucible/pantry) via 1 path |
| 1945 | 2026-02-01T13:50:50.513Z | consumed by: dpd (dendrite/dpd) via 1 path |
| 1946 | 2026-02-01T13:50:50.513Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
| 1947 | 2026-02-01T13:50:50.513Z | consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path |
| 1948 | 2026-02-01T13:50:50.513Z | consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths |
| 1949 | 2026-02-01T13:50:50.513Z | |
| 1950 | 2026-02-01T13:50:50.513Z | Nexus Internal Lockstep API (client: nexus-lockstep-client) |
| 1951 | 2026-02-01T13:50:50.513Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
| 1952 | 2026-02-01T13:50:50.513Z | status: expected, reason: Only RSS uses this API and it is not part of upgrade |
| 1953 | 2026-02-01T13:50:50.513Z | |
| 1954 | 2026-02-01T13:50:50.513Z | NTP Admin (client: ntp-admin-client) |
| 1955 | 2026-02-01T13:50:50.513Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
| 1956 | 2026-02-01T13:50:50.513Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths |
| 1957 | 2026-02-01T13:50:50.513Z | |
| 1958 | 2026-02-01T13:50:50.513Z | External API (client: oxide-client) |
| 1959 | 2026-02-01T13:50:50.513Z | |
| 1960 | 2026-02-01T13:50:50.513Z | Oximeter (client: oximeter-client) |
| 1961 | 2026-02-01T13:50:50.513Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
| 1962 | 2026-02-01T13:50:50.513Z | |
| 1963 | 2026-02-01T13:50:50.513Z | Propolis (client: propolis-client) |
| 1964 | 2026-02-01T13:50:50.513Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
| 1965 | 2026-02-01T13:50:50.514Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths |
| 1966 | 2026-02-01T13:50:50.514Z | |
| 1967 | 2026-02-01T13:50:50.514Z | Crucible Repair (client: repair-client) |
| 1968 | 2026-02-01T13:50:50.514Z | consumed by: crucible-downstairs (crucible/downstairs) via 1 path |
| 1969 | 2026-02-01T13:50:50.514Z | |
| 1970 | 2026-02-01T13:50:50.514Z | Repo Depot API (client: repo-depot-client) |
| 1971 | 2026-02-01T13:50:50.514Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
| 1972 | 2026-02-01T13:50:50.514Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
| 1973 | 2026-02-01T13:50:50.514Z | |
| 1974 | 2026-02-01T13:50:50.514Z | Sled Agent (client: sled-agent-client) |
| 1975 | 2026-02-01T13:50:50.514Z | consumed by: omicron-nexus (omicron/nexus) via 8 paths |
| 1976 | 2026-02-01T13:50:50.514Z | |
| 1977 | 2026-02-01T13:50:50.514Z | Wicketd (client: wicketd-client) |
| 1978 | 2026-02-01T13:50:50.514Z | |
| 1979 | 2026-02-01T13:50:50.637Z | |
| 1980 | 2026-02-01T13:50:50.661Z | real 53.446987495 |
| 1981 | 2026-02-01T13:50:50.661Z | user 42.420089851 |
| 1982 | 2026-02-01T13:50:50.661Z | sys 19.238985232 |
| 1983 | 2026-02-01T13:50:50.661Z | trap 0.023702888 |
| 1984 | 2026-02-01T13:50:50.661Z | tflt 0.030293262 |
| 1985 | 2026-02-01T13:50:50.661Z | dflt 0.224141605 |
| 1986 | 2026-02-01T13:50:50.661Z | kflt 0.000010860 |
| 1987 | 2026-02-01T13:50:50.661Z | lock 1:23.536358835 |
| 1988 | 2026-02-01T13:50:50.661Z | slp 6:18.907496918 |
| 1989 | 2026-02-01T13:50:50.661Z | lat 1.522591069 |
| 1990 | 2026-02-01T13:50:50.661Z | stop 1.903416126 |
| 1991 | 2026-02-01T13:50:50.661Z | + ptime -m cargo xtask ls-apis deployment-units |
| 1992 | 2026-02-01T13:50:51.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 1993 | 2026-02-01T13:50:51.842Z | Running `target/debug/xtask ls-apis deployment-units` |
| 1994 | 2026-02-01T13:50:53.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
| 1995 | 2026-02-01T13:50:53.653Z | Running `target/debug/ls-apis deployment-units` |
| 1996 | 2026-02-01T13:50:53.722Z | loading metadata for workspace omicron from current workspace |
| 1997 | 2026-02-01T13:50:55.694Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml |
| 1998 | 2026-02-01T13:50:55.718Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml |
| 1999 | 2026-02-01T13:50:55.718Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/3abfb8e/Cargo.toml |
| 2000 | 2026-02-01T13:50:55.718Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml |
| 2001 | 2026-02-01T13:50:55.718Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml |
| 2002 | 2026-02-01T13:51:01.151Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/9f6b8f7/Cargo.toml |
| 2003 | 2026-02-01T13:51:02.411Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
| 2004 | 2026-02-01T13:51:02.444Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
| 2005 | 2026-02-01T13:51:02.754Z | Clickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node) |
| 2006 | 2026-02-01T13:51:02.754Z | omicron-clickhouse-admin (omicron/clickhouse-admin) |
| 2007 | 2026-02-01T13:51:02.754Z | exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client) |
| 2008 | 2026-02-01T13:51:02.754Z | exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client) |
| 2009 | 2026-02-01T13:51:02.754Z | exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client) |
| 2010 | 2026-02-01T13:51:02.800Z | |
| 2011 | 2026-02-01T13:51:02.800Z | |
| 2012 | 2026-02-01T13:51:02.800Z | Cockroach |
| 2013 | 2026-02-01T13:51:02.800Z | omicron-cockroach-admin (omicron/cockroach-admin) |
| 2014 | 2026-02-01T13:51:02.800Z | exposes: CockroachDB Cluster Admin (client = cockroach-admin-client) |
| 2015 | 2026-02-01T13:51:02.800Z | |
| 2016 | 2026-02-01T13:51:02.800Z | |
| 2017 | 2026-02-01T13:51:02.800Z | Crucible |
| 2018 | 2026-02-01T13:51:02.800Z | crucible-agent (crucible/agent) |
| 2019 | 2026-02-01T13:51:02.801Z | exposes: Crucible Agent (client = crucible-agent-client) |
| 2020 | 2026-02-01T13:51:02.801Z | |
| 2021 | 2026-02-01T13:51:02.801Z | crucible-downstairs (crucible/downstairs) |
| 2022 | 2026-02-01T13:51:02.801Z | exposes: Crucible Repair (client = repair-client) |
| 2023 | 2026-02-01T13:51:02.801Z | consumes: repair-client |
| 2024 | 2026-02-01T13:51:02.801Z | |
| 2025 | 2026-02-01T13:51:02.801Z | |
| 2026 | 2026-02-01T13:51:02.801Z | Crucible Pantry |
| 2027 | 2026-02-01T13:51:02.801Z | crucible-pantry (crucible/pantry) |
| 2028 | 2026-02-01T13:51:02.801Z | exposes: Crucible Pantry (client = crucible-pantry-client) |
| 2029 | 2026-02-01T13:51:02.801Z | consumes: nexus-client |
| 2030 | 2026-02-01T13:51:02.801Z | |
| 2031 | 2026-02-01T13:51:02.801Z | |
| 2032 | 2026-02-01T13:51:02.801Z | DNS Server |
| 2033 | 2026-02-01T13:51:02.801Z | dns-server (omicron/dns-server) |
| 2034 | 2026-02-01T13:51:02.801Z | exposes: DNS Server (client = dns-service-client) |
| 2035 | 2026-02-01T13:51:02.801Z | |
| 2036 | 2026-02-01T13:51:02.801Z | |
| 2037 | 2026-02-01T13:51:02.801Z | Host OS |
| 2038 | 2026-02-01T13:51:02.801Z | ddmd (maghemite/ddmd) |
| 2039 | 2026-02-01T13:51:02.801Z | exposes: Maghemite DDM Admin (client = ddm-admin-client) |
| 2040 | 2026-02-01T13:51:02.801Z | consumes: dpd-client |
| 2041 | 2026-02-01T13:51:02.801Z | |
| 2042 | 2026-02-01T13:51:02.801Z | dpd (dendrite/dpd) |
| 2043 | 2026-02-01T13:51:02.801Z | exposes: Dendrite DPD (client = dpd-client) |
| 2044 | 2026-02-01T13:51:02.801Z | consumes: gateway-client |
| 2045 | 2026-02-01T13:51:02.801Z | consumes: nexus-client |
| 2046 | 2026-02-01T13:51:02.801Z | |
| 2047 | 2026-02-01T13:51:02.801Z | lldpd (lldp/lldpd) |
| 2048 | 2026-02-01T13:51:02.801Z | exposes: LLDP daemon (client = lldpd-client) |
| 2049 | 2026-02-01T13:51:02.801Z | consumes: dpd-client |
| 2050 | 2026-02-01T13:51:02.801Z | |
| 2051 | 2026-02-01T13:51:02.801Z | mgd (maghemite/mgd) |
| 2052 | 2026-02-01T13:51:02.801Z | exposes: Maghemite MG Admin (client = mg-admin-client) |
| 2053 | 2026-02-01T13:51:02.801Z | consumes: ddm-admin-client |
| 2054 | 2026-02-01T13:51:02.801Z | consumes: dpd-client |
| 2055 | 2026-02-01T13:51:02.801Z | consumes: gateway-client |
| 2056 | 2026-02-01T13:51:02.801Z | |
| 2057 | 2026-02-01T13:51:02.801Z | omicron-gateway (omicron/gateway) |
| 2058 | 2026-02-01T13:51:02.802Z | exposes: Management Gateway Service (client = gateway-client) |
| 2059 | 2026-02-01T13:51:02.802Z | |
| 2060 | 2026-02-01T13:51:02.802Z | omicron-sled-agent (omicron/sled-agent) |
| 2061 | 2026-02-01T13:51:02.802Z | exposes: Bootstrap Agent (client = bootstrap-agent-client) |
| 2062 | 2026-02-01T13:51:02.802Z | exposes: Repo Depot API (client = repo-depot-client) |
| 2063 | 2026-02-01T13:51:02.802Z | exposes: Sled Agent (client = sled-agent-client) |
| 2064 | 2026-02-01T13:51:02.802Z | consumes: bootstrap-agent-client |
| 2065 | 2026-02-01T13:51:02.802Z | consumes: cockroach-admin-client |
| 2066 | 2026-02-01T13:51:02.802Z | consumes: ddm-admin-client |
| 2067 | 2026-02-01T13:51:02.802Z | consumes: dns-service-client |
| 2068 | 2026-02-01T13:51:02.802Z | consumes: dpd-client |
| 2069 | 2026-02-01T13:51:02.802Z | consumes: gateway-client |
| 2070 | 2026-02-01T13:51:02.802Z | consumes: mg-admin-client |
| 2071 | 2026-02-01T13:51:02.802Z | consumes: nexus-client |
| 2072 | 2026-02-01T13:51:02.802Z | consumes: nexus-lockstep-client |
| 2073 | 2026-02-01T13:51:02.802Z | consumes: ntp-admin-client |
| 2074 | 2026-02-01T13:51:02.802Z | consumes: propolis-client |
| 2075 | 2026-02-01T13:51:02.802Z | consumes: repo-depot-client |
| 2076 | 2026-02-01T13:51:02.802Z | |
| 2077 | 2026-02-01T13:51:02.802Z | propolis-server (propolis/bin/propolis-server) |
| 2078 | 2026-02-01T13:51:02.802Z | exposes: Crucible Control (for testing only) (client = crucible-control-client) |
| 2079 | 2026-02-01T13:51:02.802Z | exposes: Propolis (client = propolis-client) |
| 2080 | 2026-02-01T13:51:02.802Z | consumes: nexus-client |
| 2081 | 2026-02-01T13:51:02.802Z | |
| 2082 | 2026-02-01T13:51:02.802Z | tfportd (dendrite/tfportd) |
| 2083 | 2026-02-01T13:51:02.802Z | consumes: dpd-client |
| 2084 | 2026-02-01T13:51:02.802Z | consumes: lldpd-client |
| 2085 | 2026-02-01T13:51:02.802Z | |
| 2086 | 2026-02-01T13:51:02.802Z | wicketd (omicron/wicketd) |
| 2087 | 2026-02-01T13:51:02.802Z | exposes: Wicketd Installinator (client = installinator-client) |
| 2088 | 2026-02-01T13:51:02.802Z | exposes: Wicketd (client = wicketd-client) |
| 2089 | 2026-02-01T13:51:02.802Z | consumes: bootstrap-agent-client |
| 2090 | 2026-02-01T13:51:02.802Z | consumes: ddm-admin-client |
| 2091 | 2026-02-01T13:51:02.802Z | consumes: dpd-client |
| 2092 | 2026-02-01T13:51:02.802Z | consumes: gateway-client |
| 2093 | 2026-02-01T13:51:02.802Z | |
| 2094 | 2026-02-01T13:51:02.802Z | |
| 2095 | 2026-02-01T13:51:02.802Z | Installinator |
| 2096 | 2026-02-01T13:51:02.802Z | installinator (omicron/installinator) |
| 2097 | 2026-02-01T13:51:02.802Z | consumes: ddm-admin-client |
| 2098 | 2026-02-01T13:51:02.803Z | consumes: installinator-client |
| 2099 | 2026-02-01T13:51:02.803Z | |
| 2100 | 2026-02-01T13:51:02.803Z | |
| 2101 | 2026-02-01T13:51:02.803Z | NTP |
| 2102 | 2026-02-01T13:51:02.803Z | omicron-ntp-admin (omicron/ntp-admin) |
| 2103 | 2026-02-01T13:51:02.803Z | exposes: NTP Admin (client = ntp-admin-client) |
| 2104 | 2026-02-01T13:51:02.803Z | |
| 2105 | 2026-02-01T13:51:02.803Z | |
| 2106 | 2026-02-01T13:51:02.803Z | Nexus |
| 2107 | 2026-02-01T13:51:02.803Z | omicron-nexus (omicron/nexus) |
| 2108 | 2026-02-01T13:51:02.803Z | exposes: Nexus Internal API (client = nexus-client) |
| 2109 | 2026-02-01T13:51:02.803Z | exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client) |
| 2110 | 2026-02-01T13:51:02.827Z | exposes: External API (client = oxide-client) |
| 2111 | 2026-02-01T13:51:02.827Z | consumes: clickhouse-admin-keeper-client |
| 2112 | 2026-02-01T13:51:02.827Z | consumes: clickhouse-admin-server-client |
| 2113 | 2026-02-01T13:51:02.827Z | consumes: clickhouse-admin-single-client |
| 2114 | 2026-02-01T13:51:02.827Z | consumes: cockroach-admin-client |
| 2115 | 2026-02-01T13:51:02.827Z | consumes: crucible-agent-client |
| 2116 | 2026-02-01T13:51:02.827Z | consumes: crucible-pantry-client |
| 2117 | 2026-02-01T13:51:02.827Z | consumes: dns-service-client |
| 2118 | 2026-02-01T13:51:02.827Z | consumes: dpd-client |
| 2119 | 2026-02-01T13:51:02.828Z | consumes: gateway-client |
| 2120 | 2026-02-01T13:51:02.828Z | consumes: lldpd-client |
| 2121 | 2026-02-01T13:51:02.828Z | consumes: mg-admin-client |
| 2122 | 2026-02-01T13:51:02.828Z | consumes: ntp-admin-client |
| 2123 | 2026-02-01T13:51:02.828Z | consumes: oximeter-client |
| 2124 | 2026-02-01T13:51:02.828Z | consumes: propolis-client |
| 2125 | 2026-02-01T13:51:02.828Z | consumes: repo-depot-client |
| 2126 | 2026-02-01T13:51:02.828Z | consumes: sled-agent-client |
| 2127 | 2026-02-01T13:51:02.828Z | |
| 2128 | 2026-02-01T13:51:02.828Z | |
| 2129 | 2026-02-01T13:51:02.828Z | Oximeter |
| 2130 | 2026-02-01T13:51:02.828Z | oximeter-collector (omicron/oximeter/collector) |
| 2131 | 2026-02-01T13:51:02.828Z | exposes: Oximeter (client = oximeter-client) |
| 2132 | 2026-02-01T13:51:02.828Z | consumes: nexus-client |
| 2133 | 2026-02-01T13:51:02.828Z | |
| 2134 | 2026-02-01T13:51:02.828Z | |
| 2135 | 2026-02-01T13:51:02.904Z | |
| 2136 | 2026-02-01T13:51:02.904Z | real 12.230670144 |
| 2137 | 2026-02-01T13:51:02.904Z | user 9.363933178 |
| 2138 | 2026-02-01T13:51:02.904Z | sys 4.578508706 |
| 2139 | 2026-02-01T13:51:02.904Z | trap 0.004107906 |
| 2140 | 2026-02-01T13:51:02.904Z | tflt 0.000231623 |
| 2141 | 2026-02-01T13:51:02.904Z | dflt 0.000155466 |
| 2142 | 2026-02-01T13:51:02.904Z | kflt 0.000001873 |
| 2143 | 2026-02-01T13:51:02.904Z | lock 0.477826481 |
| 2144 | 2026-02-01T13:51:02.904Z | slp 48.619411715 |
| 2145 | 2026-02-01T13:51:02.904Z | lat 0.092325660 |
| 2146 | 2026-02-01T13:51:02.904Z | stop 0.012635946 |
| 2147 | 2026-02-01T13:51:02.928Z | + ptime -m cargo xtask ls-apis servers |
| 2148 | 2026-02-01T13:51:03.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s |
| 2149 | 2026-02-01T13:51:03.974Z | Running `target/debug/xtask ls-apis servers` |
| 2150 | 2026-02-01T13:51:05.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 2151 | 2026-02-01T13:51:05.547Z | Running `target/debug/ls-apis servers` |
| 2152 | 2026-02-01T13:51:05.615Z | loading metadata for workspace omicron from current workspace |
| 2153 | 2026-02-01T13:51:07.780Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml |
| 2154 | 2026-02-01T13:51:07.804Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml |
| 2155 | 2026-02-01T13:51:07.804Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/3abfb8e/Cargo.toml |
| 2156 | 2026-02-01T13:51:07.804Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml |
| 2157 | 2026-02-01T13:51:07.804Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml |
| 2158 | 2026-02-01T13:51:12.958Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/9f6b8f7/Cargo.toml |
| 2159 | 2026-02-01T13:51:14.166Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
| 2160 | 2026-02-01T13:51:14.196Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
| 2161 | 2026-02-01T13:51:14.498Z | omicron-clickhouse-admin (omicron/clickhouse-admin) |
| 2162 | 2026-02-01T13:51:14.498Z | exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client) |
| 2163 | 2026-02-01T13:51:14.498Z | exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client) |
| 2164 | 2026-02-01T13:51:14.498Z | exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client) |
| 2165 | 2026-02-01T13:51:14.544Z | |
| 2166 | 2026-02-01T13:51:14.544Z | omicron-cockroach-admin (omicron/cockroach-admin) |
| 2167 | 2026-02-01T13:51:14.544Z | exposes: CockroachDB Cluster Admin (client = cockroach-admin-client) |
| 2168 | 2026-02-01T13:51:14.544Z | |
| 2169 | 2026-02-01T13:51:14.544Z | crucible-agent (crucible/agent) |
| 2170 | 2026-02-01T13:51:14.544Z | exposes: Crucible Agent (client = crucible-agent-client) |
| 2171 | 2026-02-01T13:51:14.544Z | |
| 2172 | 2026-02-01T13:51:14.544Z | crucible-downstairs (crucible/downstairs) |
| 2173 | 2026-02-01T13:51:14.544Z | exposes: Crucible Repair (client = repair-client) |
| 2174 | 2026-02-01T13:51:14.544Z | consumes: repair-client |
| 2175 | 2026-02-01T13:51:14.544Z | |
| 2176 | 2026-02-01T13:51:14.545Z | crucible-pantry (crucible/pantry) |
| 2177 | 2026-02-01T13:51:14.545Z | exposes: Crucible Pantry (client = crucible-pantry-client) |
| 2178 | 2026-02-01T13:51:14.545Z | consumes: nexus-client |
| 2179 | 2026-02-01T13:51:14.545Z | |
| 2180 | 2026-02-01T13:51:14.545Z | dns-server (omicron/dns-server) |
| 2181 | 2026-02-01T13:51:14.545Z | exposes: DNS Server (client = dns-service-client) |
| 2182 | 2026-02-01T13:51:14.545Z | |
| 2183 | 2026-02-01T13:51:14.545Z | omicron-sled-agent (omicron/sled-agent) |
| 2184 | 2026-02-01T13:51:14.545Z | exposes: Bootstrap Agent (client = bootstrap-agent-client) |
| 2185 | 2026-02-01T13:51:14.545Z | exposes: Repo Depot API (client = repo-depot-client) |
| 2186 | 2026-02-01T13:51:14.545Z | exposes: Sled Agent (client = sled-agent-client) |
| 2187 | 2026-02-01T13:51:14.545Z | consumes: bootstrap-agent-client |
| 2188 | 2026-02-01T13:51:14.545Z | consumes: cockroach-admin-client |
| 2189 | 2026-02-01T13:51:14.545Z | consumes: ddm-admin-client |
| 2190 | 2026-02-01T13:51:14.545Z | consumes: dns-service-client |
| 2191 | 2026-02-01T13:51:14.545Z | consumes: dpd-client |
| 2192 | 2026-02-01T13:51:14.545Z | consumes: gateway-client |
| 2193 | 2026-02-01T13:51:14.545Z | consumes: mg-admin-client |
| 2194 | 2026-02-01T13:51:14.545Z | consumes: nexus-client |
| 2195 | 2026-02-01T13:51:14.545Z | consumes: nexus-lockstep-client |
| 2196 | 2026-02-01T13:51:14.545Z | consumes: ntp-admin-client |
| 2197 | 2026-02-01T13:51:14.545Z | consumes: propolis-client |
| 2198 | 2026-02-01T13:51:14.545Z | consumes: repo-depot-client |
| 2199 | 2026-02-01T13:51:14.545Z | |
| 2200 | 2026-02-01T13:51:14.545Z | propolis-server (propolis/bin/propolis-server) |
| 2201 | 2026-02-01T13:51:14.545Z | exposes: Crucible Control (for testing only) (client = crucible-control-client) |
| 2202 | 2026-02-01T13:51:14.545Z | exposes: Propolis (client = propolis-client) |
| 2203 | 2026-02-01T13:51:14.545Z | consumes: nexus-client |
| 2204 | 2026-02-01T13:51:14.545Z | |
| 2205 | 2026-02-01T13:51:14.545Z | ddmd (maghemite/ddmd) |
| 2206 | 2026-02-01T13:51:14.545Z | exposes: Maghemite DDM Admin (client = ddm-admin-client) |
| 2207 | 2026-02-01T13:51:14.545Z | consumes: dpd-client |
| 2208 | 2026-02-01T13:51:14.545Z | |
| 2209 | 2026-02-01T13:51:14.545Z | dpd (dendrite/dpd) |
| 2210 | 2026-02-01T13:51:14.545Z | exposes: Dendrite DPD (client = dpd-client) |
| 2211 | 2026-02-01T13:51:14.545Z | consumes: gateway-client |
| 2212 | 2026-02-01T13:51:14.545Z | consumes: nexus-client |
| 2213 | 2026-02-01T13:51:14.545Z | |
| 2214 | 2026-02-01T13:51:14.546Z | lldpd (lldp/lldpd) |
| 2215 | 2026-02-01T13:51:14.546Z | exposes: LLDP daemon (client = lldpd-client) |
| 2216 | 2026-02-01T13:51:14.546Z | consumes: dpd-client |
| 2217 | 2026-02-01T13:51:14.546Z | |
| 2218 | 2026-02-01T13:51:14.546Z | mgd (maghemite/mgd) |
| 2219 | 2026-02-01T13:51:14.546Z | exposes: Maghemite MG Admin (client = mg-admin-client) |
| 2220 | 2026-02-01T13:51:14.546Z | consumes: ddm-admin-client |
| 2221 | 2026-02-01T13:51:14.546Z | consumes: dpd-client |
| 2222 | 2026-02-01T13:51:14.546Z | consumes: gateway-client |
| 2223 | 2026-02-01T13:51:14.546Z | |
| 2224 | 2026-02-01T13:51:14.546Z | omicron-gateway (omicron/gateway) |
| 2225 | 2026-02-01T13:51:14.546Z | exposes: Management Gateway Service (client = gateway-client) |
| 2226 | 2026-02-01T13:51:14.546Z | |
| 2227 | 2026-02-01T13:51:14.546Z | tfportd (dendrite/tfportd) |
| 2228 | 2026-02-01T13:51:14.546Z | consumes: dpd-client |
| 2229 | 2026-02-01T13:51:14.546Z | consumes: lldpd-client |
| 2230 | 2026-02-01T13:51:14.546Z | |
| 2231 | 2026-02-01T13:51:14.546Z | wicketd (omicron/wicketd) |
| 2232 | 2026-02-01T13:51:14.546Z | exposes: Wicketd Installinator (client = installinator-client) |
| 2233 | 2026-02-01T13:51:14.546Z | exposes: Wicketd (client = wicketd-client) |
| 2234 | 2026-02-01T13:51:14.546Z | consumes: bootstrap-agent-client |
| 2235 | 2026-02-01T13:51:14.546Z | consumes: ddm-admin-client |
| 2236 | 2026-02-01T13:51:14.546Z | consumes: dpd-client |
| 2237 | 2026-02-01T13:51:14.546Z | consumes: gateway-client |
| 2238 | 2026-02-01T13:51:14.546Z | |
| 2239 | 2026-02-01T13:51:14.546Z | installinator (omicron/installinator) |
| 2240 | 2026-02-01T13:51:14.546Z | consumes: ddm-admin-client |
| 2241 | 2026-02-01T13:51:14.546Z | consumes: installinator-client |
| 2242 | 2026-02-01T13:51:14.546Z | |
| 2243 | 2026-02-01T13:51:14.546Z | omicron-ntp-admin (omicron/ntp-admin) |
| 2244 | 2026-02-01T13:51:14.546Z | exposes: NTP Admin (client = ntp-admin-client) |
| 2245 | 2026-02-01T13:51:14.546Z | |
| 2246 | 2026-02-01T13:51:14.546Z | omicron-nexus (omicron/nexus) |
| 2247 | 2026-02-01T13:51:14.546Z | exposes: Nexus Internal API (client = nexus-client) |
| 2248 | 2026-02-01T13:51:14.546Z | exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client) |
| 2249 | 2026-02-01T13:51:14.546Z | exposes: External API (client = oxide-client) |
| 2250 | 2026-02-01T13:51:14.571Z | consumes: clickhouse-admin-keeper-client |
| 2251 | 2026-02-01T13:51:14.571Z | consumes: clickhouse-admin-server-client |
| 2252 | 2026-02-01T13:51:14.571Z | consumes: clickhouse-admin-single-client |
| 2253 | 2026-02-01T13:51:14.571Z | consumes: cockroach-admin-client |
| 2254 | 2026-02-01T13:51:14.571Z | consumes: crucible-agent-client |
| 2255 | 2026-02-01T13:51:14.571Z | consumes: crucible-pantry-client |
| 2256 | 2026-02-01T13:51:14.571Z | consumes: dns-service-client |
| 2257 | 2026-02-01T13:51:14.571Z | consumes: dpd-client |
| 2258 | 2026-02-01T13:51:14.571Z | consumes: gateway-client |
| 2259 | 2026-02-01T13:51:14.571Z | consumes: lldpd-client |
| 2260 | 2026-02-01T13:51:14.571Z | consumes: mg-admin-client |
| 2261 | 2026-02-01T13:51:14.571Z | consumes: ntp-admin-client |
| 2262 | 2026-02-01T13:51:14.571Z | consumes: oximeter-client |
| 2263 | 2026-02-01T13:51:14.571Z | consumes: propolis-client |
| 2264 | 2026-02-01T13:51:14.571Z | consumes: repo-depot-client |
| 2265 | 2026-02-01T13:51:14.571Z | consumes: sled-agent-client |
| 2266 | 2026-02-01T13:51:14.571Z | |
| 2267 | 2026-02-01T13:51:14.571Z | oximeter-collector (omicron/oximeter/collector) |
| 2268 | 2026-02-01T13:51:14.571Z | exposes: Oximeter (client = oximeter-client) |
| 2269 | 2026-02-01T13:51:14.571Z | consumes: nexus-client |
| 2270 | 2026-02-01T13:51:14.571Z | |
| 2271 | 2026-02-01T13:51:14.648Z | |
| 2272 | 2026-02-01T13:51:14.648Z | real 11.707289001 |
| 2273 | 2026-02-01T13:51:14.648Z | user 9.297249715 |
| 2274 | 2026-02-01T13:51:14.648Z | sys 4.178857901 |
| 2275 | 2026-02-01T13:51:14.648Z | trap 0.002729873 |
| 2276 | 2026-02-01T13:51:14.648Z | tflt 0.000227364 |
| 2277 | 2026-02-01T13:51:14.648Z | dflt 0.000314106 |
| 2278 | 2026-02-01T13:51:14.648Z | kflt 0.000000000 |
| 2279 | 2026-02-01T13:51:14.649Z | lock 0.480716027 |
| 2280 | 2026-02-01T13:51:14.649Z | slp 46.551601546 |
| 2281 | 2026-02-01T13:51:14.649Z | lat 0.048924812 |
| 2282 | 2026-02-01T13:51:14.649Z | stop 0.013935904 |
| 2283 | 2026-02-01T13:51:14.673Z | + ptime -m cargo xtask ls-apis check |
| 2284 | 2026-02-01T13:51:15.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
| 2285 | 2026-02-01T13:51:15.736Z | Running `target/debug/xtask ls-apis check` |
| 2286 | 2026-02-01T13:51:17.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 2287 | 2026-02-01T13:51:17.315Z | Running `target/debug/ls-apis check` |
| 2288 | 2026-02-01T13:51:17.384Z | loading metadata for workspace omicron from current workspace |
| 2289 | 2026-02-01T13:51:19.412Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml |
| 2290 | 2026-02-01T13:51:19.436Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml |
| 2291 | 2026-02-01T13:51:19.436Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/3abfb8e/Cargo.toml |
| 2292 | 2026-02-01T13:51:19.436Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml |
| 2293 | 2026-02-01T13:51:19.436Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml |
| 2294 | 2026-02-01T13:51:24.483Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/9f6b8f7/Cargo.toml |
| 2295 | 2026-02-01T13:51:25.645Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
| 2296 | 2026-02-01T13:51:25.676Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
| 2297 | 2026-02-01T13:51:26.173Z | |
| 2298 | 2026-02-01T13:51:26.173Z | |
| 2299 | 2026-02-01T13:51:26.173Z | Server-managed APIs: |
| 2300 | 2026-02-01T13:51:26.173Z | |
| 2301 | 2026-02-01T13:51:26.173Z | Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin) |
| 2302 | 2026-02-01T13:51:26.173Z | Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin) |
| 2303 | 2026-02-01T13:51:26.173Z | Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin) |
| 2304 | 2026-02-01T13:51:26.173Z | CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin) |
| 2305 | 2026-02-01T13:51:26.173Z | Crucible Agent (crucible-agent-client, exposed by crucible-agent) |
| 2306 | 2026-02-01T13:51:26.173Z | Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server) |
| 2307 | 2026-02-01T13:51:26.173Z | Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry) |
| 2308 | 2026-02-01T13:51:26.173Z | Maghemite DDM Admin (ddm-admin-client, exposed by ddmd) |
| 2309 | 2026-02-01T13:51:26.173Z | DNS Server (dns-service-client, exposed by dns-server) |
| 2310 | 2026-02-01T13:51:26.173Z | Dendrite DPD (dpd-client, exposed by dpd) |
| 2311 | 2026-02-01T13:51:26.173Z | Management Gateway Service (gateway-client, exposed by omicron-gateway) |
| 2312 | 2026-02-01T13:51:26.173Z | LLDP daemon (lldpd-client, exposed by lldpd) |
| 2313 | 2026-02-01T13:51:26.173Z | Maghemite MG Admin (mg-admin-client, exposed by mgd) |
| 2314 | 2026-02-01T13:51:26.173Z | NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin) |
| 2315 | 2026-02-01T13:51:26.173Z | External API (oxide-client, exposed by omicron-nexus) |
| 2316 | 2026-02-01T13:51:26.173Z | Oximeter (oximeter-client, exposed by oximeter-collector) |
| 2317 | 2026-02-01T13:51:26.173Z | Propolis (propolis-client, exposed by propolis-server) |
| 2318 | 2026-02-01T13:51:26.173Z | Sled Agent (sled-agent-client, exposed by omicron-sled-agent) |
| 2319 | 2026-02-01T13:51:26.173Z | Wicketd (wicketd-client, exposed by wicketd) |
| 2320 | 2026-02-01T13:51:26.173Z | |
| 2321 | 2026-02-01T13:51:26.173Z | |
| 2322 | 2026-02-01T13:51:26.173Z | Client-managed API: |
| 2323 | 2026-02-01T13:51:26.173Z | |
| 2324 | 2026-02-01T13:51:26.173Z | Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent) |
| 2325 | 2026-02-01T13:51:26.174Z | reason: depends on itself (i.e., instances call each other) |
| 2326 | 2026-02-01T13:51:26.174Z | Wicketd Installinator (installinator-client, exposed by wicketd) |
| 2327 | 2026-02-01T13:51:26.174Z | reason: client is provided implicitly by the operator |
| 2328 | 2026-02-01T13:51:26.174Z | Nexus Internal API (nexus-client, exposed by omicron-nexus) |
| 2329 | 2026-02-01T13:51:26.174Z | reason: Circular dependencies between Nexus and other services |
| 2330 | 2026-02-01T13:51:26.174Z | Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus) |
| 2331 | 2026-02-01T13:51:26.174Z | reason: Circular dependencies between Nexus and other services |
| 2332 | 2026-02-01T13:51:26.174Z | Crucible Repair (repair-client, exposed by crucible-downstairs) |
| 2333 | 2026-02-01T13:51:26.174Z | reason: depends on itself (i.e., instances call each other) |
| 2334 | 2026-02-01T13:51:26.174Z | Repo Depot API (repo-depot-client, exposed by omicron-sled-agent) |
| 2335 | 2026-02-01T13:51:26.174Z | reason: depends on itself (i.e., instances call each other) |
| 2336 | 2026-02-01T13:51:26.174Z | |
| 2337 | 2026-02-01T13:51:26.174Z | |
| 2338 | 2026-02-01T13:51:26.174Z | APIs with unknown version management: none |
| 2339 | 2026-02-01T13:51:26.174Z | |
| 2340 | 2026-02-01T13:51:26.174Z | |
| 2341 | 2026-02-01T13:51:26.174Z | APIs that failed consumer checks: none |
| 2342 | 2026-02-01T13:51:26.279Z | |
| 2343 | 2026-02-01T13:51:26.279Z | real 11.599040676 |
| 2344 | 2026-02-01T13:51:26.279Z | user 9.308888164 |
| 2345 | 2026-02-01T13:51:26.279Z | sys 4.043947253 |
| 2346 | 2026-02-01T13:51:26.279Z | trap 0.002287095 |
| 2347 | 2026-02-01T13:51:26.279Z | tflt 0.000145341 |
| 2348 | 2026-02-01T13:51:26.280Z | dflt 0.000069011 |
| 2349 | 2026-02-01T13:51:26.280Z | kflt 0.000034568 |
| 2350 | 2026-02-01T13:51:26.280Z | lock 0.479636636 |
| 2351 | 2026-02-01T13:51:26.280Z | slp 45.588924875 |
| 2352 | 2026-02-01T13:51:26.280Z | lat 0.040135641 |
| 2353 | 2026-02-01T13:51:26.304Z | stop 0.013678157 |
| 2354 | 2026-02-01T13:51:26.304Z | + ptime -m cargo xtask ls-apis adoc |
| 2355 | 2026-02-01T13:51:27.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s |
| 2356 | 2026-02-01T13:51:27.316Z | Running `target/debug/xtask ls-apis adoc` |
| 2357 | 2026-02-01T13:51:28.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 2358 | 2026-02-01T13:51:28.838Z | Running `target/debug/ls-apis adoc` |
| 2359 | 2026-02-01T13:51:28.905Z | loading metadata for workspace omicron from current workspace |
| 2360 | 2026-02-01T13:51:30.885Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/Cargo.toml |
| 2361 | 2026-02-01T13:51:30.909Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/606c0be/Cargo.toml |
| 2362 | 2026-02-01T13:51:30.909Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/3abfb8e/Cargo.toml |
| 2363 | 2026-02-01T13:51:30.909Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/Cargo.toml |
| 2364 | 2026-02-01T13:51:30.909Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/Cargo.toml |
| 2365 | 2026-02-01T13:51:35.765Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/9f6b8f7/Cargo.toml |
| 2366 | 2026-02-01T13:51:36.926Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
| 2367 | 2026-02-01T13:51:36.956Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
| 2368 | 2026-02-01T13:51:37.410Z | |
| 2369 | 2026-02-01T13:51:37.410Z | real 11.095031619 |
| 2370 | 2026-02-01T13:51:37.410Z | user 8.906930325 |
| 2371 | 2026-02-01T13:51:37.410Z | sys 3.930186496 |
| 2372 | 2026-02-01T13:51:37.410Z | trap 0.001759674 |
| 2373 | 2026-02-01T13:51:37.410Z | tflt 0.000670583 |
| 2374 | 2026-02-01T13:51:37.410Z | dflt 0.000547018 |
| 2375 | 2026-02-01T13:51:37.410Z | kflt 0.000000000 |
| 2376 | 2026-02-01T13:51:37.410Z | lock 0.496854167 |
| 2377 | 2026-02-01T13:51:37.410Z | slp 43.418260023 |
| 2378 | 2026-02-01T13:51:37.410Z | lat 0.036862872 |
| 2379 | 2026-02-01T13:51:37.410Z | stop 0.013750491 |
| 2380 | 2026-02-01T13:51:37.435Z | + banner build |
| 2381 | 2026-02-01T13:51:37.435Z | |
| 2382 | 2026-02-01T13:51:37.435Z | ##### # # # # ##### |
| 2383 | 2026-02-01T13:51:37.435Z | # # # # # # # # |
| 2384 | 2026-02-01T13:51:37.435Z | ##### # # # # # # |
| 2385 | 2026-02-01T13:51:37.435Z | # # # # # # # # |
| 2386 | 2026-02-01T13:51:37.435Z | # # # # # # # # |
| 2387 | 2026-02-01T13:51:37.435Z | ##### #### # ###### ##### |
| 2388 | 2026-02-01T13:51:37.435Z | |
| 2389 | 2026-02-01T13:51:37.435Z | + export 'RUSTFLAGS=--cfg tokio_unstable -D warnings' |
| 2390 | 2026-02-01T13:51:37.435Z | + RUSTFLAGS='--cfg tokio_unstable -D warnings' |
| 2391 | 2026-02-01T13:51:37.435Z | + export 'RUSTDOCFLAGS=--document-private-items -D warnings' |
| 2392 | 2026-02-01T13:51:37.435Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2393 | 2026-02-01T13:51:37.435Z | + [[ illumos == \i\l\l\u\m\o\s ]] |
| 2394 | 2026-02-01T13:51:37.435Z | + RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64' |
| 2395 | 2026-02-01T13:51:37.435Z | + export TMPDIR=/var/tmp/omicron_tmp |
| 2396 | 2026-02-01T13:51:37.435Z | + TMPDIR=/var/tmp/omicron_tmp |
| 2397 | 2026-02-01T13:51:37.435Z | + export RUST_BACKTRACE=1 |
| 2398 | 2026-02-01T13:51:37.435Z | + RUST_BACKTRACE=1 |
| 2399 | 2026-02-01T13:51:37.435Z | + export CARGO_INCREMENTAL=0 |
| 2400 | 2026-02-01T13:51:37.435Z | + CARGO_INCREMENTAL=0 |
| 2401 | 2026-02-01T13:51:37.435Z | + export RUSTC_BOOTSTRAP=1 |
| 2402 | 2026-02-01T13:51:37.435Z | + RUSTC_BOOTSTRAP=1 |
| 2403 | 2026-02-01T13:51:37.435Z | + ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose |
| 2404 | 2026-02-01T13:51:41.644Z | Compiling proc-macro2 v1.0.101 |
| 2405 | 2026-02-01T13:51:41.644Z | Compiling unicode-ident v1.0.19 |
| 2406 | 2026-02-01T13:51:41.644Z | Compiling libc v0.2.180 |
| 2407 | 2026-02-01T13:51:41.668Z | Compiling serde_core v1.0.228 |
| 2408 | 2026-02-01T13:51:41.668Z | Compiling cfg-if v1.0.4 |
| 2409 | 2026-02-01T13:51:41.668Z | Compiling serde v1.0.228 |
| 2410 | 2026-02-01T13:51:41.668Z | Compiling autocfg v1.4.0 |
| 2411 | 2026-02-01T13:51:41.668Z | Compiling memchr v2.7.4 |
| 2412 | 2026-02-01T13:51:41.728Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.101/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=82bad6cc5463dc22 -C extra-filename=-83dd1737766058ad --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-83dd1737766058ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2413 | 2026-02-01T13:51:41.752Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1205154a3611590e -C extra-filename=-129013fb65614915 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2414 | 2026-02-01T13:51:41.752Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=c284181ef7987ad8 -C extra-filename=-81784ef97874d853 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-81784ef97874d853 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2415 | 2026-02-01T13:51:41.752Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad52f5db26cec896 -C extra-filename=-0c7b232cf25fa937 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2416 | 2026-02-01T13:51:41.752Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=a91f180e21495a28 -C extra-filename=-7d1dcc3205a7bbb1 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-7d1dcc3205a7bbb1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2417 | 2026-02-01T13:51:41.752Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=834213ed547a4e5b -C extra-filename=-be6240672659493b --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_core-be6240672659493b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2418 | 2026-02-01T13:51:41.824Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=c66523bae5f03c3f -C extra-filename=-16e96d4bbcff5e5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2419 | 2026-02-01T13:51:41.848Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=9817fd5479f5e26d -C extra-filename=-97454747b9c1699a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2420 | 2026-02-01T13:51:42.099Z | Compiling value-bag v1.12.0 |
| 2421 | 2026-02-01T13:51:42.123Z | Compiling smallvec v1.15.1 |
| 2422 | 2026-02-01T13:51:42.123Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="inline-i128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "error", "inline-i128", "inline-str", "owned", "seq", "serde", "serde1", "std", "sval", "sval2", "test", "value-bag-serde1", "value-bag-sval2"))' -C metadata=618958dfe40980fb -C extra-filename=-559014be98cb27ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2423 | 2026-02-01T13:51:42.149Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=51d163b93c21da7d -C extra-filename=-c22453ae28d1f477 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2424 | 2026-02-01T13:51:42.340Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-83dd1737766058ad/build-script-build` |
| 2425 | 2026-02-01T13:51:42.401Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-be6240672659493b/build-script-build` |
| 2426 | 2026-02-01T13:51:42.514Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=e1f5ddc8ff44989d -C extra-filename=-267a03eb07a47b1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'` |
| 2427 | 2026-02-01T13:51:42.565Z | Compiling version_check v0.9.5 |
| 2428 | 2026-02-01T13:51:42.590Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1010167378f6a78 -C extra-filename=-fb4bf0ac6ce0dd10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2429 | 2026-02-01T13:51:42.646Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-7d1dcc3205a7bbb1/build-script-build` |
| 2430 | 2026-02-01T13:51:42.704Z | Compiling log v0.4.29 |
| 2431 | 2026-02-01T13:51:42.704Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-81784ef97874d853/build-script-build` |
| 2432 | 2026-02-01T13:51:42.755Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "serde_core", "std", "sval", "sval_ref", "value-bag"))' -C metadata=114e2c37abc981ca -C extra-filename=-e0b9d2d151bb7f4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern value_bag=/work/oxidecomputer/omicron/target/debug/deps/libvalue_bag-559014be98cb27ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2433 | 2026-02-01T13:51:42.811Z | Compiling itoa v1.0.11 |
| 2434 | 2026-02-01T13:51:42.836Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=4416f757c9c7a0fb -C extra-filename=-d31603d760bc9179 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2435 | 2026-02-01T13:51:42.866Z | Compiling lock_api v0.4.12 |
| 2436 | 2026-02-01T13:51:42.916Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=52dd6693c19a4baa -C extra-filename=-7e56d506992b1620 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-7e56d506992b1620 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c7b232cf25fa937.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2437 | 2026-02-01T13:51:42.940Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=5d046ab58568f702 -C extra-filename=-34a11b1c581ecb64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-129013fb65614915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` |
| 2438 | 2026-02-01T13:51:42.940Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.180/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=11095783da1e80c6 -C extra-filename=-a97fe149e75fa6a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
| 2439 | 2026-02-01T13:51:43.096Z | Compiling scopeguard v1.2.0 |
| 2440 | 2026-02-01T13:51:43.122Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=0a445c802c6fc011 -C extra-filename=-aa2100111487e26e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2441 | 2026-02-01T13:51:43.212Z | Compiling libm v0.2.8 |
| 2442 | 2026-02-01T13:51:43.236Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=3ec343315b2ec13e -C extra-filename=-0a091e5a5d6ca10b --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-0a091e5a5d6ca10b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2443 | 2026-02-01T13:51:43.294Z | Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-7e56d506992b1620/build-script-build` |
| 2444 | 2026-02-01T13:51:43.346Z | Compiling num-traits v0.2.19 |
| 2445 | 2026-02-01T13:51:43.370Z | Compiling zmij v1.0.15 |
| 2446 | 2026-02-01T13:51:43.370Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=f3eb525f22bdf9b2 -C extra-filename=-1fb8d6c8f2a123b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-1fb8d6c8f2a123b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c7b232cf25fa937.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2447 | 2026-02-01T13:51:43.394Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=501672ff08199d5d -C extra-filename=-b0bc28adf65dcdc3 --out-dir /work/oxidecomputer/omicron/target/debug/build/zmij-b0bc28adf65dcdc3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2448 | 2026-02-01T13:51:43.457Z | Compiling serde_json v1.0.149 |
| 2449 | 2026-02-01T13:51:43.482Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=5973dc66fdb38e3a -C extra-filename=-109a23e289f6246b --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-109a23e289f6246b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2450 | 2026-02-01T13:51:43.509Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=efd075bbc2633939 -C extra-filename=-037ce8c9f540231f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-aa2100111487e26e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound` |
| 2451 | 2026-02-01T13:51:43.625Z | Running `/work/oxidecomputer/omicron/target/debug/build/libm-0a091e5a5d6ca10b/build-script-build` |
| 2452 | 2026-02-01T13:51:43.692Z | Compiling quote v1.0.40 |
| 2453 | 2026-02-01T13:51:43.716Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=01c1e74df8679568 -C extra-filename=-e939b0f8b0731c67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2454 | 2026-02-01T13:51:43.768Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-1fb8d6c8f2a123b5/build-script-build` |
| 2455 | 2026-02-01T13:51:43.893Z | Compiling getrandom v0.2.15 |
| 2456 | 2026-02-01T13:51:43.917Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=b46aa33f9ee5f678 -C extra-filename=-6ad1041184c0d777 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2457 | 2026-02-01T13:51:43.986Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=348795013d8610c8 -C extra-filename=-7b80be61805c76c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2458 | 2026-02-01T13:51:44.040Z | Running `/work/oxidecomputer/omicron/target/debug/build/zmij-b0bc28adf65dcdc3/build-script-build` |
| 2459 | 2026-02-01T13:51:44.064Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-109a23e289f6246b/build-script-build` |
| 2460 | 2026-02-01T13:51:44.148Z | Compiling syn v2.0.114 |
| 2461 | 2026-02-01T13:51:44.173Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=aa5af2b61011d044 -C extra-filename=-207aeaa572cef69b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-129013fb65614915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2462 | 2026-02-01T13:51:44.203Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=c635903d04792c58 -C extra-filename=-a83b4de3ba2cfe34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(zmij_no_select_unpredictable)'` |
| 2463 | 2026-02-01T13:51:44.254Z | Compiling stable_deref_trait v1.2.0 |
| 2464 | 2026-02-01T13:51:44.302Z | Compiling portable-atomic v1.11.0 |
| 2465 | 2026-02-01T13:51:44.351Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7368c3f1010ef921 -C extra-filename=-b3f689b660714cd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2466 | 2026-02-01T13:51:44.351Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=76067641c1d59453 -C extra-filename=-a80cbb20b2103c3e --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-a80cbb20b2103c3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2467 | 2026-02-01T13:51:44.375Z | Compiling getrandom v0.3.4 |
| 2468 | 2026-02-01T13:51:44.421Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=64e272aa102924e3 -C extra-filename=-206d8e492d25b916 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-206d8e492d25b916 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2469 | 2026-02-01T13:51:44.445Z | Compiling critical-section v1.1.3 |
| 2470 | 2026-02-01T13:51:44.445Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name critical_section --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("restore-state-bool", "restore-state-none", "restore-state-u16", "restore-state-u32", "restore-state-u64", "restore-state-u8", "restore-state-usize", "std"))' -C metadata=0b060bcc2a7c7f2e -C extra-filename=-e773092fc50d84a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2471 | 2026-02-01T13:51:44.489Z | Compiling writeable v0.5.5 |
| 2472 | 2026-02-01T13:51:44.534Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=48b5b1c3dd8c0e6a -C extra-filename=-2bb558878a70bffe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2473 | 2026-02-01T13:51:44.679Z | Compiling litemap v0.7.3 |
| 2474 | 2026-02-01T13:51:44.703Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=84a239d4d328ce55 -C extra-filename=-1d87b448b29e1faa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2475 | 2026-02-01T13:51:44.764Z | Compiling percent-encoding v2.3.2 |
| 2476 | 2026-02-01T13:51:44.787Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=075cc3c2c341c7ef -C extra-filename=-e99b8ea4dad43ed8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2477 | 2026-02-01T13:51:45.056Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=26af072f75f3cf35 -C extra-filename=-497fd369a3647263 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-7b80be61805c76c3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'` |
| 2478 | 2026-02-01T13:51:45.120Z | Compiling allocator-api2 v0.2.21 |
| 2479 | 2026-02-01T13:51:45.144Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=bef3bedc91db5b02 -C extra-filename=-eb42f4a0ef5a0bf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2480 | 2026-02-01T13:51:45.178Z | Compiling icu_locid_transform_data v1.5.0 |
| 2481 | 2026-02-01T13:51:45.202Z | Compiling icu_properties_data v1.5.0 |
| 2482 | 2026-02-01T13:51:45.202Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8b439952b18033d -C extra-filename=-898d93f7ee85b04d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2483 | 2026-02-01T13:51:45.202Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64cbda722eb3fd5e -C extra-filename=-9914f6bce25b684e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2484 | 2026-02-01T13:51:45.340Z | Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-a80cbb20b2103c3e/build-script-build` |
| 2485 | 2026-02-01T13:51:45.388Z | Compiling errno v0.3.12 |
| 2486 | 2026-02-01T13:51:45.412Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0a3257b00e4159ee -C extra-filename=-1b3daa803a00165b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2487 | 2026-02-01T13:51:45.462Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=36b9fad934a91e45 -C extra-filename=-485743278ae27156 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(target_feature,values("zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_offset_of,portable_atomic_no_strict_provenance,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_20,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha","zacas"))'` |
| 2488 | 2026-02-01T13:51:45.549Z | Compiling pin-project-lite v0.2.14 |
| 2489 | 2026-02-01T13:51:45.573Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d3d25922e02f8ab -C extra-filename=-a71ebd9853ffeb76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2490 | 2026-02-01T13:51:45.687Z | Compiling icu_normalizer_data v1.5.0 |
| 2491 | 2026-02-01T13:51:45.711Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c85f624fbbae702 -C extra-filename=-538601065d19a050 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2492 | 2026-02-01T13:51:45.742Z | Compiling utf16_iter v1.0.5 |
| 2493 | 2026-02-01T13:51:45.766Z | Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-206d8e492d25b916/build-script-build` |
| 2494 | 2026-02-01T13:51:45.766Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d7a8923effd2b31 -C extra-filename=-b74eac8b28d62f3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2495 | 2026-02-01T13:51:45.849Z | Compiling utf8_iter v1.0.4 |
| 2496 | 2026-02-01T13:51:45.873Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e634ccfad71ef0db -C extra-filename=-b5698286d0ac7ade --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2497 | 2026-02-01T13:51:45.902Z | Compiling write16 v1.0.0 |
| 2498 | 2026-02-01T13:51:45.926Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=d2bd2d4b1ab56f82 -C extra-filename=-154d7995fdd9f2bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2499 | 2026-02-01T13:51:45.926Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=1285e39f0aa7f0d2 -C extra-filename=-c53e9182ed44cd56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2500 | 2026-02-01T13:51:46.064Z | Compiling form_urlencoded v1.2.2 |
| 2501 | 2026-02-01T13:51:46.089Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9e210bf70af5c7ea -C extra-filename=-913916f217e25b2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e99b8ea4dad43ed8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2502 | 2026-02-01T13:51:46.135Z | Compiling rand_core v0.6.4 |
| 2503 | 2026-02-01T13:51:46.160Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=7fd57743e3db315a -C extra-filename=-ac84e309c3184e65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-6ad1041184c0d777.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2504 | 2026-02-01T13:51:46.184Z | Compiling byteorder v1.5.0 |
| 2505 | 2026-02-01T13:51:46.184Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=4e7deb4c87fc569b -C extra-filename=-3d6b5634db92b1e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2506 | 2026-02-01T13:51:46.322Z | Compiling shlex v1.3.0 |
| 2507 | 2026-02-01T13:51:46.346Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ddf76f6f397a8991 -C extra-filename=-4f6e6d48810249a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2508 | 2026-02-01T13:51:46.403Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=041e6b8e573677a9 -C extra-filename=-30d068c6bd03053d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-d31603d760bc9179.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-97454747b9c1699a.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-267a03eb07a47b1e.rmeta --extern zmij=/work/oxidecomputer/omicron/target/debug/deps/libzmij-a83b4de3ba2cfe34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` |
| 2509 | 2026-02-01T13:51:46.606Z | Compiling once_cell v1.21.3 |
| 2510 | 2026-02-01T13:51:46.630Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="critical-section"' --cfg 'feature="default"' --cfg 'feature="portable-atomic"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=a8023bb5d087d83f -C extra-filename=-fd1d6d64bde63d04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern critical_section=/work/oxidecomputer/omicron/target/debug/deps/libcritical_section-e773092fc50d84a8.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-485743278ae27156.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2511 | 2026-02-01T13:51:46.665Z | Compiling semver v1.0.27 |
| 2512 | 2026-02-01T13:51:46.690Z | Compiling parking_lot_core v0.9.10 |
| 2513 | 2026-02-01T13:51:46.690Z | Compiling equivalent v1.0.2 |
| 2514 | 2026-02-01T13:51:46.716Z | Compiling regex-syntax v0.8.5 |
| 2515 | 2026-02-01T13:51:46.741Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=63421b2e3e3303ab -C extra-filename=-283681139803fcc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-267a03eb07a47b1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2516 | 2026-02-01T13:51:46.741Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=d3666eedf0e44de3 -C extra-filename=-ef464e567a12abe2 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ef464e567a12abe2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2517 | 2026-02-01T13:51:46.741Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b3650071eb76fa1 -C extra-filename=-480a5b4d9c81f5b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2518 | 2026-02-01T13:51:46.771Z | Compiling jobserver v0.1.32 |
| 2519 | 2026-02-01T13:51:46.795Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=d051a63c24192eab -C extra-filename=-a0e0fade270198b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2520 | 2026-02-01T13:51:46.872Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a4666187e5190eb -C extra-filename=-6b5b8acc3ba8d5ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2521 | 2026-02-01T13:51:46.965Z | Compiling subtle v2.6.1 |
| 2522 | 2026-02-01T13:51:46.989Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=7e36102eaf12a306 -C extra-filename=-0012f68beb8a2851 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2523 | 2026-02-01T13:51:47.031Z | Compiling heck v0.5.0 |
| 2524 | 2026-02-01T13:51:47.173Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81bb1d38ccea291e -C extra-filename=-f6b0916e9f59d363 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2525 | 2026-02-01T13:51:47.276Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-ef464e567a12abe2/build-script-build` |
| 2526 | 2026-02-01T13:51:47.344Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=4210e697dadff0be -C extra-filename=-d7f2d211eefaf007 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-c22453ae28d1f477.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2527 | 2026-02-01T13:51:47.397Z | Compiling cc v1.2.30 |
| 2528 | 2026-02-01T13:51:47.423Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=a97deb596e3e378c -C extra-filename=-e724e4e34397b21c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-6b5b8acc3ba8d5ca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-4f6e6d48810249a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2529 | 2026-02-01T13:51:47.450Z | Compiling signal-hook-registry v1.4.2 |
| 2530 | 2026-02-01T13:51:47.474Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=411ea4578f10ffa8 -C extra-filename=-4944ac17bd90548a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2531 | 2026-02-01T13:51:47.570Z | Compiling rustix v0.38.37 |
| 2532 | 2026-02-01T13:51:47.594Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=c82cfabe1b25e385 -C extra-filename=-e3a790f646b0e13f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-e3a790f646b0e13f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2533 | 2026-02-01T13:51:47.685Z | Compiling aho-corasick v1.1.3 |
| 2534 | 2026-02-01T13:51:47.709Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=6b12185ecc650c27 -C extra-filename=-5e5f9d6f30511b8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-97454747b9c1699a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2535 | 2026-02-01T13:51:47.914Z | Compiling parking_lot v0.12.3 |
| 2536 | 2026-02-01T13:51:47.938Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=28212bc55c94619a -C extra-filename=-87e7f2ec16b6a993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-037ce8c9f540231f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-d7f2d211eefaf007.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2537 | 2026-02-01T13:51:48.115Z | Compiling typenum v1.17.0 |
| 2538 | 2026-02-01T13:51:48.139Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=f4eb145f4c682f2f -C extra-filename=-b42c2677ed1e023d --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-b42c2677ed1e023d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2539 | 2026-02-01T13:51:48.263Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-e3a790f646b0e13f/build-script-build` |
| 2540 | 2026-02-01T13:51:48.583Z | Compiling generic-array v0.14.7 |
| 2541 | 2026-02-01T13:51:48.607Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=15922c4f16822807 -C extra-filename=-55d8cc286f6e9fad --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-55d8cc286f6e9fad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fb4bf0ac6ce0dd10.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2542 | 2026-02-01T13:51:48.678Z | Compiling fnv v1.0.7 |
| 2543 | 2026-02-01T13:51:48.702Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4ff7916934725bd3 -C extra-filename=-e2ec9cffada7aa4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2544 | 2026-02-01T13:51:48.860Z | Compiling mio v1.0.2 |
| 2545 | 2026-02-01T13:51:48.899Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=ded42b24f6730e09 -C extra-filename=-49b7fca10123bcdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2546 | 2026-02-01T13:51:48.923Z | Compiling futures-core v0.3.31 |
| 2547 | 2026-02-01T13:51:48.962Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=7c1d0c661dac4253 -C extra-filename=-1bf27c8ffa5bbcf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2548 | 2026-02-01T13:51:48.990Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-b42c2677ed1e023d/build-script-main` |
| 2549 | 2026-02-01T13:51:49.024Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-55d8cc286f6e9fad/build-script-build` |
| 2550 | 2026-02-01T13:51:49.135Z | Compiling thiserror v2.0.18 |
| 2551 | 2026-02-01T13:51:49.159Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7fdd907de430a17a -C extra-filename=-8906bb0ca33c935b --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-8906bb0ca33c935b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2552 | 2026-02-01T13:51:49.229Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=f78e193e9bcb5fb0 -C extra-filename=-8ea15fa148c48efb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2553 | 2026-02-01T13:51:49.253Z | Compiling iana-time-zone v0.1.63 |
| 2554 | 2026-02-01T13:51:49.253Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=f94bf6a62406d8b9 -C extra-filename=-b3725504373493e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2555 | 2026-02-01T13:51:49.639Z | Compiling hashbrown v0.16.1 |
| 2556 | 2026-02-01T13:51:49.663Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=7f8d8f25abdaf449 -C extra-filename=-197da80290dbc34e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-eb42f4a0ef5a0bf7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2557 | 2026-02-01T13:51:49.808Z | Compiling regex-automata v0.4.11 |
| 2558 | 2026-02-01T13:51:49.832Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=9cffb3b4c09960d1 -C extra-filename=-4a86b5b227f953a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-5e5f9d6f30511b8e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-97454747b9c1699a.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a0e0fade270198b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2559 | 2026-02-01T13:51:49.910Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-8906bb0ca33c935b/build-script-build` |
| 2560 | 2026-02-01T13:51:50.239Z | Compiling socket2 v0.6.1 |
| 2561 | 2026-02-01T13:51:50.263Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=7fa9496c0e007eff -C extra-filename=-330aac95ebc7e8fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2562 | 2026-02-01T13:51:50.371Z | Compiling synstructure v0.13.1 |
| 2563 | 2026-02-01T13:51:50.395Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=196b019843b5fa38 -C extra-filename=-1a07d827807b933f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2564 | 2026-02-01T13:51:50.678Z | Compiling either v1.15.0 |
| 2565 | 2026-02-01T13:51:50.702Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=0b17ae3bd469f334 -C extra-filename=-f4cba25822313ea3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2566 | 2026-02-01T13:51:50.764Z | Compiling indexmap v2.13.0 |
| 2567 | 2026-02-01T13:51:50.793Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=ff331aa8f9f311e6 -C extra-filename=-2f46337baac0adb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-480a5b4d9c81f5b2.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-197da80290dbc34e.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-267a03eb07a47b1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2568 | 2026-02-01T13:51:51.082Z | Compiling uuid v1.19.0 |
| 2569 | 2026-02-01T13:51:51.106Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=082b67c2f9c202f2 -C extra-filename=-623344931b754473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-154d7995fdd9f2bf.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-267a03eb07a47b1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2570 | 2026-02-01T13:51:51.131Z | Compiling spin v0.9.8 |
| 2571 | 2026-02-01T13:51:51.131Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=79bad4e995b71e36 -C extra-filename=-626aaaa9d29ac688 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-037ce8c9f540231f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2572 | 2026-02-01T13:51:51.258Z | Compiling thiserror v1.0.69 |
| 2573 | 2026-02-01T13:51:51.283Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9642aa085929753 -C extra-filename=-af2b6cec644b1d4d --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-af2b6cec644b1d4d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2574 | 2026-02-01T13:51:51.539Z | Compiling serde_derive_internals v0.29.1 |
| 2575 | 2026-02-01T13:51:51.539Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b27b6e2efdb337e -C extra-filename=-c57f702ecd60099a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2576 | 2026-02-01T13:51:51.619Z | Compiling schemars v0.8.22 |
| 2577 | 2026-02-01T13:51:51.644Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=6f7606ed6b324cb6 -C extra-filename=-0ff7e0f4744bf82e --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-0ff7e0f4744bf82e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2578 | 2026-02-01T13:51:51.671Z | Compiling dyn-clone v1.0.20 |
| 2579 | 2026-02-01T13:51:51.695Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=29270c2cca471e51 -C extra-filename=-e059266739f8684d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2580 | 2026-02-01T13:51:51.823Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-af2b6cec644b1d4d/build-script-build` |
| 2581 | 2026-02-01T13:51:51.941Z | Compiling futures-io v0.3.31 |
| 2582 | 2026-02-01T13:51:51.965Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=071d32831aff6b6e -C extra-filename=-232c8be27242af8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2583 | 2026-02-01T13:51:52.051Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-0ff7e0f4744bf82e/build-script-build` |
| 2584 | 2026-02-01T13:51:52.144Z | Compiling const-oid v0.9.6 |
| 2585 | 2026-02-01T13:51:52.168Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=aa4dc3e7a1a483ce -C extra-filename=-ec51931818474554 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2586 | 2026-02-01T13:51:52.213Z | Compiling lazy_static v1.5.0 |
| 2587 | 2026-02-01T13:51:52.237Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=df6409a440494c4d -C extra-filename=-13ab450b5cd4e741 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-626aaaa9d29ac688.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2588 | 2026-02-01T13:51:52.274Z | Compiling slab v0.4.9 |
| 2589 | 2026-02-01T13:51:52.323Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=7791a747b27e572c -C extra-filename=-9ac93f663abf2cd2 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-9ac93f663abf2cd2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c7b232cf25fa937.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2590 | 2026-02-01T13:51:52.347Z | Compiling rustversion v1.0.22 |
| 2591 | 2026-02-01T13:51:52.347Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e0b9297c04e2958 -C extra-filename=-00b4c45e3a4feb20 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-00b4c45e3a4feb20 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2592 | 2026-02-01T13:51:52.408Z | Compiling pkg-config v0.3.31 |
| 2593 | 2026-02-01T13:51:52.452Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c83d81dee7f160f -C extra-filename=-d3432966e640dd54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2594 | 2026-02-01T13:51:52.476Z | Compiling syn v1.0.109 |
| 2595 | 2026-02-01T13:51:52.476Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=6a37870092fd7982 -C extra-filename=-6bce584d2fa50d5f --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-6bce584d2fa50d5f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2596 | 2026-02-01T13:51:52.698Z | Running `/work/oxidecomputer/omicron/target/debug/build/slab-9ac93f663abf2cd2/build-script-build` |
| 2597 | 2026-02-01T13:51:52.881Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=6896d26220b606b1 -C extra-filename=-82621915d9e8b57a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2598 | 2026-02-01T13:51:53.030Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-00b4c45e3a4feb20/build-script-build` |
| 2599 | 2026-02-01T13:51:53.145Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-6bce584d2fa50d5f/build-script-build` |
| 2600 | 2026-02-01T13:51:53.169Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c2688dbab431342 -C extra-filename=-7fa2b6f2c43cf8ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'` |
| 2601 | 2026-02-01T13:51:53.207Z | Compiling strsim v0.11.1 |
| 2602 | 2026-02-01T13:51:53.231Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=275f178c7ebc648b -C extra-filename=-34778d0b3e358d77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2603 | 2026-02-01T13:51:53.231Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=e1600c0519855343 -C extra-filename=-0c72974f6df362fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-129013fb65614915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests` |
| 2604 | 2026-02-01T13:51:53.551Z | Compiling futures-sink v0.3.31 |
| 2605 | 2026-02-01T13:51:53.575Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=416c825d19533e8f -C extra-filename=-2f748ffac159055b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2606 | 2026-02-01T13:51:53.599Z | Compiling pin-utils v0.1.0 |
| 2607 | 2026-02-01T13:51:53.599Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fb00f36a54dd386 -C extra-filename=-14510a298b0c358b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2608 | 2026-02-01T13:51:53.758Z | Compiling cpufeatures v0.2.14 |
| 2609 | 2026-02-01T13:51:53.781Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81b305e288c93ff4 -C extra-filename=-14734f3678771662 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2610 | 2026-02-01T13:51:53.805Z | Compiling futures-channel v0.3.31 |
| 2611 | 2026-02-01T13:51:53.829Z | Compiling futures-task v0.3.31 |
| 2612 | 2026-02-01T13:51:53.829Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=07c16a1099185d29 -C extra-filename=-c017406b27eb1031 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-2f748ffac159055b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2613 | 2026-02-01T13:51:53.829Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=c5fd82d2673e166a -C extra-filename=-a770262199a9f200 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2614 | 2026-02-01T13:51:53.907Z | Compiling foldhash v0.1.5 |
| 2615 | 2026-02-01T13:51:53.931Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=da6575188f138827 -C extra-filename=-f7e685a3f2cb8b8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2616 | 2026-02-01T13:51:53.968Z | Compiling adler2 v2.0.0 |
| 2617 | 2026-02-01T13:51:53.968Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=e021ea778d5aba32 -C extra-filename=-c7705aa6887e4953 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2618 | 2026-02-01T13:51:54.214Z | Compiling hashbrown v0.15.4 |
| 2619 | 2026-02-01T13:51:54.239Z | Compiling miniz_oxide v0.8.5 |
| 2620 | 2026-02-01T13:51:54.239Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=f6d65612e760a68f -C extra-filename=-f267b6a801a95128 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-eb42f4a0ef5a0bf7.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-480a5b4d9c81f5b2.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-f7e685a3f2cb8b8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2621 | 2026-02-01T13:51:54.239Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=952f78d07205884d -C extra-filename=-305349a391091bc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler2=/work/oxidecomputer/omicron/target/debug/deps/libadler2-c7705aa6887e4953.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2622 | 2026-02-01T13:51:54.319Z | Compiling tracing-core v0.1.32 |
| 2623 | 2026-02-01T13:51:54.372Z | Compiling serde_derive v1.0.228 |
| 2624 | 2026-02-01T13:51:54.372Z | Compiling zeroize_derive v1.4.2 |
| 2625 | 2026-02-01T13:51:54.372Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=493e8bb47ab06ccf -C extra-filename=-1d1bff55713f6a92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-fd1d6d64bde63d04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2626 | 2026-02-01T13:51:54.423Z | Compiling zerofrom-derive v0.1.4 |
| 2627 | 2026-02-01T13:51:54.471Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=b691b058930b4c0f -C extra-filename=-1a38873bc09cba6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2628 | 2026-02-01T13:51:54.471Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=828ceafd1cdca182 -C extra-filename=-f22bcd3fb0bb31af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2629 | 2026-02-01T13:51:54.495Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e9c5798ebdd5aff -C extra-filename=-83f3c7a282e32b3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-1a07d827807b933f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2630 | 2026-02-01T13:51:55.358Z | Compiling yoke-derive v0.7.4 |
| 2631 | 2026-02-01T13:51:55.382Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4238d160877f5b1 -C extra-filename=-17c23d1e6e00aaf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-1a07d827807b933f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2632 | 2026-02-01T13:51:55.410Z | Compiling zerovec-derive v0.10.3 |
| 2633 | 2026-02-01T13:51:55.433Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90870af8d64ebb83 -C extra-filename=-7233b3e88b60560d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2634 | 2026-02-01T13:51:55.465Z | Compiling displaydoc v0.2.5 |
| 2635 | 2026-02-01T13:51:55.489Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a378568b361bcef5 -C extra-filename=-dd41d9372d65b3da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2636 | 2026-02-01T13:51:55.780Z | Compiling zeroize v1.8.1 |
| 2637 | 2026-02-01T13:51:55.804Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=8591da75bf6a4115 -C extra-filename=-71e30f2d4b848a1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-f22bcd3fb0bb31af.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2638 | 2026-02-01T13:51:56.145Z | Compiling icu_provider_macros v1.5.0 |
| 2639 | 2026-02-01T13:51:56.169Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cdd17269bb0dad8d -C extra-filename=-94a3616178d632a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2640 | 2026-02-01T13:51:56.916Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=fc3a195d7eb2e7a3 -C extra-filename=-7a4ed7398383c982 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-8ea15fa148c48efb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence` |
| 2641 | 2026-02-01T13:51:57.207Z | Compiling thiserror-impl v2.0.18 |
| 2642 | 2026-02-01T13:51:57.232Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ccfc933ac0a46f1 -C extra-filename=-b5445c047dd8d107 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2643 | 2026-02-01T13:51:57.505Z | Compiling zerofrom v0.1.4 |
| 2644 | 2026-02-01T13:51:57.536Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=a5280ab1c32c94d8 -C extra-filename=-ae343d3e940cfb47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom_derive-83f3c7a282e32b3b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2645 | 2026-02-01T13:51:57.566Z | Compiling tokio-macros v2.6.0 |
| 2646 | 2026-02-01T13:51:57.566Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=624f4dc5737a128f -C extra-filename=-aa68df47074c2c1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2647 | 2026-02-01T13:51:57.767Z | Compiling regex v1.11.3 |
| 2648 | 2026-02-01T13:51:57.791Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=46ab38039de7ecd6 -C extra-filename=-d0a7d5463e1bc3fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-5e5f9d6f30511b8e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-97454747b9c1699a.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4a86b5b227f953a0.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a0e0fade270198b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2649 | 2026-02-01T13:51:57.851Z | Compiling yoke v0.7.4 |
| 2650 | 2026-02-01T13:51:57.875Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=a992dbb873f387a8 -C extra-filename=-bf2ca87f266fea5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b3f689b660714cd0.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-17c23d1e6e00aaf9.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-ae343d3e940cfb47.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2651 | 2026-02-01T13:51:58.144Z | Compiling crypto-common v0.1.6 |
| 2652 | 2026-02-01T13:51:58.168Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=ece5609e0072ddfd -C extra-filename=-cb900f07b9be1a72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-7a4ed7398383c982.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ac84e309c3184e65.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-8ea15fa148c48efb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2653 | 2026-02-01T13:51:58.223Z | Compiling zerovec v0.10.4 |
| 2654 | 2026-02-01T13:51:58.247Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=48bd03bce3d05d33 -C extra-filename=-90fe10e585e55071 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-bf2ca87f266fea5d.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-ae343d3e940cfb47.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-7233b3e88b60560d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2655 | 2026-02-01T13:51:58.410Z | Compiling thiserror-impl v1.0.69 |
| 2656 | 2026-02-01T13:51:58.434Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=841cc593abeecf32 -C extra-filename=-97fe1dab5b2ace7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2657 | 2026-02-01T13:51:58.491Z | Compiling zerocopy-derive v0.7.35 |
| 2658 | 2026-02-01T13:51:58.515Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6a371936b54c981 -C extra-filename=-6d8a9417c8cdba2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2659 | 2026-02-01T13:51:58.640Z | Compiling schemars_derive v0.8.22 |
| 2660 | 2026-02-01T13:51:58.664Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=197fe57df4f4f206 -C extra-filename=-1d77a24e77866cba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-c57f702ecd60099a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2661 | 2026-02-01T13:51:58.996Z | Compiling block-buffer v0.10.4 |
| 2662 | 2026-02-01T13:51:59.019Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99b398be4df7eeae -C extra-filename=-1d722ec0aa4af09c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-7a4ed7398383c982.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2663 | 2026-02-01T13:51:59.284Z | Compiling digest v0.10.7 |
| 2664 | 2026-02-01T13:51:59.308Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=69643983c4a0e059 -C extra-filename=-6e81e85899bef692 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-1d722ec0aa4af09c.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ec51931818474554.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cb900f07b9be1a72.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-0012f68beb8a2851.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2665 | 2026-02-01T13:51:59.780Z | Compiling tinystr v0.7.6 |
| 2666 | 2026-02-01T13:51:59.804Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=40ef3f0620d50a3e -C extra-filename=-11f2fbc76f11ddcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-dd41d9372d65b3da.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-90fe10e585e55071.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2667 | 2026-02-01T13:51:59.906Z | Compiling icu_collections v1.5.0 |
| 2668 | 2026-02-01T13:51:59.930Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=6821226c1b3a0953 -C extra-filename=-b818e1c282a77936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-dd41d9372d65b3da.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-bf2ca87f266fea5d.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-ae343d3e940cfb47.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-90fe10e585e55071.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2669 | 2026-02-01T13:52:00.035Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=38baf34b24cd4cb2 -C extra-filename=-06fd490a836d2ab0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-b5445c047dd8d107.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'` |
| 2670 | 2026-02-01T13:52:00.211Z | Compiling icu_locid v1.5.0 |
| 2671 | 2026-02-01T13:52:00.247Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=084729e6f436e0ff -C extra-filename=-78f96ebc233399e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-dd41d9372d65b3da.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-1d87b448b29e1faa.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-11f2fbc76f11ddcb.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-2bb558878a70bffe.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-90fe10e585e55071.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2672 | 2026-02-01T13:52:00.271Z | Compiling futures-macro v0.3.31 |
| 2673 | 2026-02-01T13:52:00.271Z | Compiling zerocopy v0.7.35 |
| 2674 | 2026-02-01T13:52:00.271Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8310a36f046fc4f -C extra-filename=-b71f26bab19eca58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2675 | 2026-02-01T13:52:00.307Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=9784f43a12017999 -C extra-filename=-aa8bb587228d40dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-3d6b5634db92b1e2.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-6d8a9417c8cdba2d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2676 | 2026-02-01T13:52:00.506Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=12ee23abe4a060cc -C extra-filename=-c681e895e9f4e8b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-267a03eb07a47b1e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1a38873bc09cba6b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'` |
| 2677 | 2026-02-01T13:52:00.989Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1df70e8c622b038 -C extra-filename=-a8053d5ab8f0256f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-97fe1dab5b2ace7a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` |
| 2678 | 2026-02-01T13:52:01.034Z | Compiling tracing-attributes v0.1.27 |
| 2679 | 2026-02-01T13:52:01.058Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=b799c6ec4f84dd05 -C extra-filename=-b020e852bb2bf16d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2680 | 2026-02-01T13:52:01.194Z | Compiling gimli v0.31.1 |
| 2681 | 2026-02-01T13:52:01.224Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.31.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=af8e70f4844e5a6d -C extra-filename=-40c920542f38eb98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2682 | 2026-02-01T13:52:01.261Z | Compiling icu_provider v1.5.0 |
| 2683 | 2026-02-01T13:52:01.286Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=4959d921f4ced71f -C extra-filename=-f820b09feafc952e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-dd41d9372d65b3da.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-78f96ebc233399e9.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-94a3616178d632a8.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b3f689b660714cd0.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-11f2fbc76f11ddcb.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-2bb558878a70bffe.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-bf2ca87f266fea5d.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-ae343d3e940cfb47.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-90fe10e585e55071.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2684 | 2026-02-01T13:52:01.558Z | Compiling bitflags v2.9.4 |
| 2685 | 2026-02-01T13:52:01.582Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "std"))' -C metadata=4c25d6bd0354fc3f -C extra-filename=-81bcaefbbaaffc80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2686 | 2026-02-01T13:52:01.628Z | Compiling bytes v1.10.1 |
| 2687 | 2026-02-01T13:52:01.653Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=4713d9b21be4ef59 -C extra-filename=-ff5e2b6bd2c40d0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2688 | 2026-02-01T13:52:01.906Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=ae9b05a414423ef1 -C extra-filename=-4eb08acaffe2559c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-1b3daa803a00165b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish` |
| 2689 | 2026-02-01T13:52:01.955Z | Compiling icu_locid_transform v1.5.0 |
| 2690 | 2026-02-01T13:52:01.979Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=4ba61332e3536e49 -C extra-filename=-1bd5f8bdc84d35d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-dd41d9372d65b3da.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-78f96ebc233399e9.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-898d93f7ee85b04d.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-f820b09feafc952e.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-11f2fbc76f11ddcb.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-90fe10e585e55071.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2691 | 2026-02-01T13:52:02.010Z | Compiling chrono v0.4.43 |
| 2692 | 2026-02-01T13:52:02.182Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "defmt", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=b9e96d8e22a79276 -C extra-filename=-0e815f650dbe7dab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-b3725504373493e5.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-497fd369a3647263.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2693 | 2026-02-01T13:52:02.206Z | Compiling futures-util v0.3.31 |
| 2694 | 2026-02-01T13:52:02.206Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=78b7850e9758a945 -C extra-filename=-9bb25a8253bdb0c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-c017406b27eb1031.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-232c8be27242af8d.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-b71f26bab19eca58.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-2f748ffac159055b.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a770262199a9f200.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-97454747b9c1699a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a71ebd9853ffeb76.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-14510a298b0c358b.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-82621915d9e8b57a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2695 | 2026-02-01T13:52:03.046Z | Compiling tokio v1.49.0 |
| 2696 | 2026-02-01T13:52:03.071Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=9adeb9b24ec8d5a7 -C extra-filename=-f7b79b3233c187bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-49b7fca10123bcdd.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-87e7f2ec16b6a993.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a71ebd9853ffeb76.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4944ac17bd90548a.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-330aac95ebc7e8fa.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-aa68df47074c2c1d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2697 | 2026-02-01T13:52:03.095Z | Compiling ppv-lite86 v0.2.20 |
| 2698 | 2026-02-01T13:52:03.095Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=59f96bfe693b354c -C extra-filename=-54cd10c255b1bde1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-aa8bb587228d40dd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2699 | 2026-02-01T13:52:03.785Z | Compiling icu_properties v1.5.1 |
| 2700 | 2026-02-01T13:52:03.825Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=28888504cf2641c1 -C extra-filename=-34ffbeb619b2b6df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-dd41d9372d65b3da.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-b818e1c282a77936.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-1bd5f8bdc84d35d4.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-9914f6bce25b684e.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-f820b09feafc952e.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-11f2fbc76f11ddcb.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-90fe10e585e55071.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2701 | 2026-02-01T13:52:03.897Z | Compiling tracing v0.1.40 |
| 2702 | 2026-02-01T13:52:03.921Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=832e30dbc440625e -C extra-filename=-af105829bf4eb610 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a71ebd9853ffeb76.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-b020e852bb2bf16d.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-1d1bff55713f6a92.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2703 | 2026-02-01T13:52:04.065Z | Compiling glob v0.3.2 |
| 2704 | 2026-02-01T13:52:04.090Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=356ce4fcef8be77b -C extra-filename=-a7ff8014f61695ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2705 | 2026-02-01T13:52:04.402Z | Compiling object v0.36.5 |
| 2706 | 2026-02-01T13:52:04.426Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.36.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=9ae439905bf4e10d -C extra-filename=-80a3b56f02d430bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-97454747b9c1699a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2707 | 2026-02-01T13:52:04.879Z | Compiling addr2line v0.24.2 |
| 2708 | 2026-02-01T13:52:04.905Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std"))' -C metadata=2dc1799ec0011982 -C extra-filename=-4769a544b3356bc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-40c920542f38eb98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2709 | 2026-02-01T13:52:05.060Z | Compiling rustc-demangle v0.1.24 |
| 2710 | 2026-02-01T13:52:05.084Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-demangle-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=41943a1fd0fe989e -C extra-filename=-e32f04ea6c563348 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2711 | 2026-02-01T13:52:05.173Z | Compiling http v1.4.0 |
| 2712 | 2026-02-01T13:52:05.197Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=46bea550a951afaa -C extra-filename=-294dcf195affea97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-d31603d760bc9179.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2713 | 2026-02-01T13:52:05.615Z | Compiling crossbeam-utils v0.8.21 |
| 2714 | 2026-02-01T13:52:05.639Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=5ee9257fce966ec6 -C extra-filename=-c5cb60ebb7641d5e --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c5cb60ebb7641d5e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2715 | 2026-02-01T13:52:05.879Z | Compiling clang-sys v1.8.1 |
| 2716 | 2026-02-01T13:52:05.903Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clang-sys-1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_10_0"' --cfg 'feature="clang_11_0"' --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=6ca466abfdc4f3c0 -C extra-filename=-1114a59db317eb5b --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-1114a59db317eb5b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a7ff8014f61695ee.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2717 | 2026-02-01T13:52:05.974Z | Compiling paste v1.0.15 |
| 2718 | 2026-02-01T13:52:05.998Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a912e5c05bf59323 -C extra-filename=-ff1df2b2fca8a0d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-ff1df2b2fca8a0d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2719 | 2026-02-01T13:52:06.273Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c5cb60ebb7641d5e/build-script-build` |
| 2720 | 2026-02-01T13:52:06.339Z | Compiling minimal-lexical v0.2.1 |
| 2721 | 2026-02-01T13:52:06.363Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=0d0f93cd707cdb9a -C extra-filename=-0a40b079dab6075d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2722 | 2026-02-01T13:52:06.596Z | Compiling prettyplease v0.2.36 |
| 2723 | 2026-02-01T13:52:06.620Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.36/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=84bcbdd08f6c28bd -C extra-filename=-8054d1b49990ede7 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-8054d1b49990ede7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2724 | 2026-02-01T13:52:06.674Z | Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-1114a59db317eb5b/build-script-build` |
| 2725 | 2026-02-01T13:52:06.740Z | Running `/work/oxidecomputer/omicron/target/debug/build/paste-ff1df2b2fca8a0d1/build-script-build` |
| 2726 | 2026-02-01T13:52:06.859Z | Compiling nom v7.1.3 |
| 2727 | 2026-02-01T13:52:06.892Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=0d29bf4f8d9c94ca -C extra-filename=-02bf656fa5ef3767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-97454747b9c1699a.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-0a40b079dab6075d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2728 | 2026-02-01T13:52:06.925Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=6ec2101179b826c7 -C extra-filename=-8a909d941427e7db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` |
| 2729 | 2026-02-01T13:52:07.051Z | Compiling serde_tokenstream v0.2.2 |
| 2730 | 2026-02-01T13:52:07.075Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7aa76ee5e8a171d6 -C extra-filename=-a28f4995cd6c1ead --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2731 | 2026-02-01T13:52:07.139Z | Compiling icu_normalizer v1.5.0 |
| 2732 | 2026-02-01T13:52:07.163Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=fb72917223df9b76 -C extra-filename=-e2c29a58b94b34f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-dd41d9372d65b3da.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-b818e1c282a77936.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-538601065d19a050.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-34ffbeb619b2b6df.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-f820b09feafc952e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-c22453ae28d1f477.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-b74eac8b28d62f3d.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-b5698286d0ac7ade.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-c53e9182ed44cd56.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-90fe10e585e55071.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2733 | 2026-02-01T13:52:07.275Z | Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-8054d1b49990ede7/build-script-build` |
| 2734 | 2026-02-01T13:52:07.340Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47fb5a737485c1d2 -C extra-filename=-2573444fa8c2fe8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'` |
| 2735 | 2026-02-01T13:52:07.652Z | Compiling anyhow v1.0.99 |
| 2736 | 2026-02-01T13:52:07.676Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=defa3c079a6645cc -C extra-filename=-b58795baf26fae94 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-b58795baf26fae94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2737 | 2026-02-01T13:52:07.905Z | Compiling libloading v0.8.5 |
| 2738 | 2026-02-01T13:52:07.929Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4673c8c84857cd05 -C extra-filename=-31452c92cd5e5312 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2739 | 2026-02-01T13:52:08.015Z | Compiling idna_adapter v1.2.0 |
| 2740 | 2026-02-01T13:52:08.039Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=623938b6c9313abe -C extra-filename=-05b320a3ee4a6259 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer-e2c29a58b94b34f4.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-34ffbeb619b2b6df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2741 | 2026-02-01T13:52:08.259Z | Compiling idna v1.0.3 |
| 2742 | 2026-02-01T13:52:08.291Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=08b8020432f4aeef -C extra-filename=-303105b319dc4167 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna_adapter=/work/oxidecomputer/omicron/target/debug/deps/libidna_adapter-05b320a3ee4a6259.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-c22453ae28d1f477.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-b5698286d0ac7ade.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2743 | 2026-02-01T13:52:08.318Z | Compiling powerfmt v0.2.0 |
| 2744 | 2026-02-01T13:52:08.318Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-b58795baf26fae94/build-script-build` |
| 2745 | 2026-02-01T13:52:08.342Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=75c75591578c4f01 -C extra-filename=-e8a9addcb397151d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2746 | 2026-02-01T13:52:08.421Z | Compiling time-core v0.1.6 |
| 2747 | 2026-02-01T13:52:08.449Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9966d7c61840373 -C extra-filename=-c9654496ab135269 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2748 | 2026-02-01T13:52:08.638Z | Compiling num-conv v0.1.0 |
| 2749 | 2026-02-01T13:52:08.662Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4634691eee2369d -C extra-filename=-c7adcafce3aa27a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2750 | 2026-02-01T13:52:08.714Z | Compiling deranged v0.5.3 |
| 2751 | 2026-02-01T13:52:08.738Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand08", "rand09", "serde"))' -C metadata=1ff44de78bfad527 -C extra-filename=-235b88fc1e852c87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-e8a9addcb397151d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2752 | 2026-02-01T13:52:08.766Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clang-sys-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_10_0"' --cfg 'feature="clang_11_0"' --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=7f1120267fe04234 -C extra-filename=-defefeb87b6e1120 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a7ff8014f61695ee.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-31452c92cd5e5312.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2753 | 2026-02-01T13:52:08.913Z | Compiling url v2.5.4 |
| 2754 | 2026-02-01T13:52:08.937Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=b614fa62466d2fee -C extra-filename=-adcbea535396cfbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-913916f217e25b2f.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-303105b319dc4167.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e99b8ea4dad43ed8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2755 | 2026-02-01T13:52:08.970Z | Compiling time-macros v0.2.24 |
| 2756 | 2026-02-01T13:52:08.970Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=9644e46c974bb60c -C extra-filename=-7d992f9b09cf6c5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-c7adcafce3aa27a8.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-c9654496ab135269.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2757 | 2026-02-01T13:52:09.544Z | Compiling cexpr v0.6.0 |
| 2758 | 2026-02-01T13:52:09.569Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bcd3ad1bceab1615 -C extra-filename=-ca2d7e68a5ced710 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-02bf656fa5ef3767.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2759 | 2026-02-01T13:52:09.758Z | Compiling backtrace v0.3.74 |
| 2760 | 2026-02-01T13:52:09.782Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=2d4b7828a3838b82 -C extra-filename=-baca4dd61d013551 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-4769a544b3356bc8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-305349a391091bc4.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-80a3b56f02d430bf.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-e32f04ea6c563348.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2761 | 2026-02-01T13:52:10.267Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=6847ce6875839a99 -C extra-filename=-c13859098ea2f7ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-e059266739f8684d.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-1d77a24e77866cba.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-283681139803fcc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-adcbea535396cfbc.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic` |
| 2762 | 2026-02-01T13:52:10.432Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=4e30cc17ad89d7e6 -C extra-filename=-b6f54e398b93323b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'` |
| 2763 | 2026-02-01T13:52:10.814Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=86dbe5e269da3cce -C extra-filename=-4d6965e1c512c88e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-baca4dd61d013551.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'` |
| 2764 | 2026-02-01T13:52:10.961Z | Compiling base64 v0.22.1 |
| 2765 | 2026-02-01T13:52:10.985Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9b3f005f97520a7f -C extra-filename=-d435ea9549e107c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2766 | 2026-02-01T13:52:11.301Z | Compiling num_threads v0.1.7 |
| 2767 | 2026-02-01T13:52:11.325Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d3c5f4b2e807176 -C extra-filename=-4e7ce2d2ee0120ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2768 | 2026-02-01T13:52:11.490Z | Compiling home v0.5.9 |
| 2769 | 2026-02-01T13:52:11.514Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bab94e76e9145cf3 -C extra-filename=-6e67cdb9ddd4ae7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2770 | 2026-02-01T13:52:11.546Z | Compiling time v0.3.43 |
| 2771 | 2026-02-01T13:52:11.570Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=eb8edb3c9ac3f8a1 -C extra-filename=-e3618adaa086f16e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern deranged=/work/oxidecomputer/omicron/target/debug/deps/libderanged-235b88fc1e852c87.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-c7adcafce3aa27a8.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-4e7ce2d2ee0120ca.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-e8a9addcb397151d.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-c9654496ab135269.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-7d992f9b09cf6c5e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2772 | 2026-02-01T13:52:11.607Z | Compiling block-padding v0.3.3 |
| 2773 | 2026-02-01T13:52:11.631Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-padding-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=4f748f25332f63c7 -C extra-filename=-8422dfed4323c960 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-7a4ed7398383c982.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2774 | 2026-02-01T13:52:11.757Z | Compiling ring v0.17.14 |
| 2775 | 2026-02-01T13:52:11.781Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=4ca07fc3e986e697 -C extra-filename=-df7b6783c5325f2e --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-df7b6783c5325f2e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e724e4e34397b21c.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2776 | 2026-02-01T13:52:11.911Z | Compiling vcpkg v0.2.15 |
| 2777 | 2026-02-01T13:52:11.935Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbddbada2086622e -C extra-filename=-2a5427b95a0b9c13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2778 | 2026-02-01T13:52:12.190Z | Compiling utf8parse v0.2.2 |
| 2779 | 2026-02-01T13:52:12.214Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=315bec4cc52c1429 -C extra-filename=-91cd17b395172eb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2780 | 2026-02-01T13:52:12.403Z | Compiling base64ct v1.6.0 |
| 2781 | 2026-02-01T13:52:12.443Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=1bc748f87545caec -C extra-filename=-4449a79e16ffb95e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2782 | 2026-02-01T13:52:12.860Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-df7b6783c5325f2e/build-script-build` |
| 2783 | 2026-02-01T13:52:12.909Z | Compiling inout v0.1.3 |
| 2784 | 2026-02-01T13:52:12.958Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=aabf2e045e8ca916 -C extra-filename=-a4e1916bc8c3a4c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-8422dfed4323c960.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-7a4ed7398383c982.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2785 | 2026-02-01T13:52:12.982Z | Compiling ipnet v2.11.0 |
| 2786 | 2026-02-01T13:52:12.982Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=f03c9e92797129af -C extra-filename=-72e9ec773ccc1595 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2787 | 2026-02-01T13:52:13.098Z | Compiling zerocopy v0.8.27 |
| 2788 | 2026-02-01T13:52:13.140Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=deee3c32ef3c86ce -C extra-filename=-ec915e806d07abf3 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-ec915e806d07abf3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2789 | 2026-02-01T13:52:13.255Z | Compiling cipher v0.4.4 |
| 2790 | 2026-02-01T13:52:13.279Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=c46bf01728b95848 -C extra-filename=-2a9c1cf1c1fc924f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cb900f07b9be1a72.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-a4e1916bc8c3a4c6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2791 | 2026-02-01T13:52:13.443Z | Compiling zerocopy-derive v0.8.27 |
| 2792 | 2026-02-01T13:52:13.467Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0e108947d173c7e -C extra-filename=-b9ae38e06943030e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2793 | 2026-02-01T13:52:13.763Z | Compiling itertools v0.12.1 |
| 2794 | 2026-02-01T13:52:13.787Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=dd2f4c28fc4a2e30 -C extra-filename=-129e09696abc5b6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f4cba25822313ea3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2795 | 2026-02-01T13:52:13.864Z | Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-ec915e806d07abf3/build-script-build` |
| 2796 | 2026-02-01T13:52:13.970Z | Compiling bindgen v0.69.5 |
| 2797 | 2026-02-01T13:52:13.994Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.69.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=127f86c0015b4408 -C extra-filename=-a5b56a1b4e10b4ff --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-a5b56a1b4e10b4ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2798 | 2026-02-01T13:52:14.022Z | Compiling which v4.4.2 |
| 2799 | 2026-02-01T13:52:14.046Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/which-4.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=73c6c514418ee277 -C extra-filename=-6ec36b6df3ba6d52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f4cba25822313ea3.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-6e67cdb9ddd4ae7f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4eb08acaffe2559c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2800 | 2026-02-01T13:52:14.577Z | Compiling tokio-util v0.7.15 |
| 2801 | 2026-02-01T13:52:14.601Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=55a0b21212142e19 -C extra-filename=-1f7113120f3dbd04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-2f748ffac159055b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9bb25a8253bdb0c6.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f267b6a801a95128.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a71ebd9853ffeb76.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-82621915d9e8b57a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2802 | 2026-02-01T13:52:14.769Z | Compiling httparse v1.9.5 |
| 2803 | 2026-02-01T13:52:14.793Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.9.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b4c7d03a5cb192cf -C extra-filename=-5f063beb815e64aa --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-5f063beb815e64aa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2804 | 2026-02-01T13:52:14.875Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-a5b56a1b4e10b4ff/build-script-build` |
| 2805 | 2026-02-01T13:52:14.943Z | Compiling rustc-hash v1.1.0 |
| 2806 | 2026-02-01T13:52:14.967Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1ba5704daa85652b -C extra-filename=-f0035ad70ca08335 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2807 | 2026-02-01T13:52:15.150Z | Compiling lazycell v1.3.0 |
| 2808 | 2026-02-01T13:52:15.174Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=2150b03f7893be57 -C extra-filename=-df6e64e1ed5e4bd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2809 | 2026-02-01T13:52:15.299Z | Compiling anstyle v1.0.11 |
| 2810 | 2026-02-01T13:52:15.324Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f95d91c6aa8315b5 -C extra-filename=-0c111089be9f7798 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2811 | 2026-02-01T13:52:15.388Z | Compiling atomic-waker v1.1.2 |
| 2812 | 2026-02-01T13:52:15.411Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=8b27370bf0a95ca4 -C extra-filename=-21654b0f73533e77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2813 | 2026-02-01T13:52:15.485Z | Compiling ident_case v1.0.1 |
| 2814 | 2026-02-01T13:52:15.513Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e64a6250f0ee9190 -C extra-filename=-298dd267aaa095bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2815 | 2026-02-01T13:52:15.626Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-5f063beb815e64aa/build-script-build` |
| 2816 | 2026-02-01T13:52:15.727Z | Compiling sha2 v0.10.9 |
| 2817 | 2026-02-01T13:52:15.727Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "force-soft-compact", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=3be3ef337d39b1b4 -C extra-filename=-ef67885dfad558a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-14734f3678771662.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6e81e85899bef692.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2818 | 2026-02-01T13:52:15.778Z | Compiling cmake v0.1.51 |
| 2819 | 2026-02-01T13:52:15.802Z | Compiling fs_extra v1.3.0 |
| 2820 | 2026-02-01T13:52:15.802Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac126a00883cd153 -C extra-filename=-cc6c08331c78dec8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e724e4e34397b21c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2821 | 2026-02-01T13:52:15.802Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c2737a37f28f0dc -C extra-filename=-4509d5b9868482d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2822 | 2026-02-01T13:52:16.179Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=f908f73ad246dbf8 -C extra-filename=-479fd7dfad4044d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-b9ae38e06943030e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_target_has_atomics_1_60_0 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'` |
| 2823 | 2026-02-01T13:52:16.322Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.69.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=b3fd81d457f1a6d9 -C extra-filename=-611e38d25e96db6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-ca2d7e68a5ced710.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-defefeb87b6e1120.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-129e09696abc5b6c.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-13ab450b5cd4e741.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-df6e64e1ed5e4bd7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b6f54e398b93323b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d0a7d5463e1bc3fc.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-f0035ad70ca08335.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-4f6e6d48810249a3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-6ec36b6df3ba6d52.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2824 | 2026-02-01T13:52:16.372Z | Compiling untrusted v0.9.0 |
| 2825 | 2026-02-01T13:52:16.396Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0934e150d706c3e -C extra-filename=-b84d3ade75a35961 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2826 | 2026-02-01T13:52:16.562Z | Compiling dunce v1.0.5 |
| 2827 | 2026-02-01T13:52:16.586Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3010351230e1c603 -C extra-filename=-9b295e1d005e2e19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2828 | 2026-02-01T13:52:16.629Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3d5dffe2db1f306a -C extra-filename=-dbbda6831f5fa2fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd` |
| 2829 | 2026-02-01T13:52:16.679Z | Compiling pem-rfc7468 v0.7.0 |
| 2830 | 2026-02-01T13:52:16.703Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=1706d4fcc3d8972f -C extra-filename=-a9c1919ad38df1a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4449a79e16ffb95e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2831 | 2026-02-01T13:52:16.753Z | Compiling anstyle-parse v0.2.5 |
| 2832 | 2026-02-01T13:52:16.777Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=2ae3c32bb948084f -C extra-filename=-a08c0af1176ee183 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-91cd17b395172eb4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2833 | 2026-02-01T13:52:17.178Z | Compiling hmac v0.12.1 |
| 2834 | 2026-02-01T13:52:17.203Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=d3bb8ecced69b150 -C extra-filename=-b82001922f0a9e51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6e81e85899bef692.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2835 | 2026-02-01T13:52:17.303Z | Compiling fastrand v2.1.1 |
| 2836 | 2026-02-01T13:52:17.327Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=b28197d6ae077fd1 -C extra-filename=-b44706532586ab50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2837 | 2026-02-01T13:52:17.355Z | Compiling anstyle-query v1.1.1 |
| 2838 | 2026-02-01T13:52:17.379Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1dcbbca6d115f7ec -C extra-filename=-9403f67f1f001cbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2839 | 2026-02-01T13:52:17.410Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "less-safe-getrandom-espidf", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=b685d7f0482eb1e2 -C extra-filename=-8709e54cb1a43f9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-6ad1041184c0d777.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-b84d3ade75a35961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test` |
| 2840 | 2026-02-01T13:52:17.491Z | Compiling colorchoice v1.0.2 |
| 2841 | 2026-02-01T13:52:17.515Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5df3cea149f17a8a -C extra-filename=-d149540607e12cd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2842 | 2026-02-01T13:52:17.540Z | Compiling is_terminal_polyfill v1.70.1 |
| 2843 | 2026-02-01T13:52:17.564Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=c80923c194bf576f -C extra-filename=-1cb528a6e1431a7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2844 | 2026-02-01T13:52:17.596Z | Compiling rand_chacha v0.3.1 |
| 2845 | 2026-02-01T13:52:17.620Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=280cb41b18884c7b -C extra-filename=-a0277b79d8dbf888 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-54cd10c255b1bde1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ac84e309c3184e65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2846 | 2026-02-01T13:52:17.722Z | Compiling ryu v1.0.18 |
| 2847 | 2026-02-01T13:52:17.746Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=a383ac906f7d6182 -C extra-filename=-e0a40e188c7bd2a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2848 | 2026-02-01T13:52:17.772Z | Compiling anstream v0.6.18 |
| 2849 | 2026-02-01T13:52:17.772Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=9266edd795b2d34b -C extra-filename=-6309ae5c027beb62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-0c111089be9f7798.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-a08c0af1176ee183.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-9403f67f1f001cbd.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-d149540607e12cd2.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-1cb528a6e1431a7b.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-91cd17b395172eb4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2850 | 2026-02-01T13:52:17.826Z | Compiling terminal_size v0.4.0 |
| 2851 | 2026-02-01T13:52:17.850Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88614fb310bb0445 -C extra-filename=-94981dbf2f59f856 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4eb08acaffe2559c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2852 | 2026-02-01T13:52:18.085Z | Compiling rand v0.8.5 |
| 2853 | 2026-02-01T13:52:18.109Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=7b25d190b7afe637 -C extra-filename=-8a1dbdb5626eec5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a0277b79d8dbf888.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ac84e309c3184e65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2854 | 2026-02-01T13:52:18.147Z | Compiling der_derive v0.7.3 |
| 2855 | 2026-02-01T13:52:18.147Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der_derive-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb2e70ef69a1ae42 -C extra-filename=-c7dd217e5ebbf705 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2856 | 2026-02-01T13:52:18.376Z | Compiling flagset v0.4.6 |
| 2857 | 2026-02-01T13:52:18.400Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flagset-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=7bac453d1c2f1238 -C extra-filename=-fcd0039e0aab776d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2858 | 2026-02-01T13:52:18.440Z | Compiling rustls-pki-types v1.10.0 |
| 2859 | 2026-02-01T13:52:18.440Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=6b83258bb00a264a -C extra-filename=-fc87f2ca37b92aac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2860 | 2026-02-01T13:52:18.633Z | Compiling aws-lc-rs v1.12.4 |
| 2861 | 2026-02-01T13:52:18.657Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.12.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=5c9dd501bd4b8bac -C extra-filename=-4865af2f137f5be1 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-4865af2f137f5be1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2862 | 2026-02-01T13:52:19.112Z | Compiling http-body v1.0.1 |
| 2863 | 2026-02-01T13:52:19.136Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=870c3741cb57be9d -C extra-filename=-56574e37c89c64a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-294dcf195affea97.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2864 | 2026-02-01T13:52:19.160Z | Compiling clap_lex v0.7.4 |
| 2865 | 2026-02-01T13:52:19.184Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3f3c5acd1a29652 -C extra-filename=-8445fdc6f689dad1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2866 | 2026-02-01T13:52:19.302Z | Compiling unicode-segmentation v1.12.0 |
| 2867 | 2026-02-01T13:52:19.327Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=b5a7315bd8686965 -C extra-filename=-a19e0197feed81ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2868 | 2026-02-01T13:52:19.403Z | Compiling clap_derive v4.5.47 |
| 2869 | 2026-02-01T13:52:19.427Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=2b42d4deed8d5d3c -C extra-filename=-5f57d70208366127 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-f6b0916e9f59d363.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2870 | 2026-02-01T13:52:19.451Z | Compiling httpdate v1.0.3 |
| 2871 | 2026-02-01T13:52:19.451Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62e9aef6d1edefd5 -C extra-filename=-93b065caffe6d1a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2872 | 2026-02-01T13:52:19.641Z | Compiling clap_builder v4.5.48 |
| 2873 | 2026-02-01T13:52:19.665Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.48/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=7d9c018f4337f1fd -C extra-filename=-906808041a639e0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-6309ae5c027beb62.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-0c111089be9f7798.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-8445fdc6f689dad1.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-34778d0b3e358d77.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-94981dbf2f59f856.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2874 | 2026-02-01T13:52:19.753Z | Compiling untrusted v0.7.1 |
| 2875 | 2026-02-01T13:52:19.777Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a172d30e60172ec -C extra-filename=-18339074f37dc6c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2876 | 2026-02-01T13:52:19.874Z | Compiling try-lock v0.2.5 |
| 2877 | 2026-02-01T13:52:19.897Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c694c32ec82ee9e9 -C extra-filename=-96884702f61df1a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2878 | 2026-02-01T13:52:20.003Z | Compiling h2 v0.4.6 |
| 2879 | 2026-02-01T13:52:20.027Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=afa2a58e70048805 -C extra-filename=-e177950c13f5eec4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-21654b0f73533e77.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-e2ec9cffada7aa4b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-2f748ffac159055b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-294dcf195affea97.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2f46337baac0adb9.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-82621915d9e8b57a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-1f7113120f3dbd04.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-af105829bf4eb610.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2880 | 2026-02-01T13:52:20.084Z | Compiling want v0.3.1 |
| 2881 | 2026-02-01T13:52:20.108Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86e95ac3fc7aa336 -C extra-filename=-f4dc00d73f20d9d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-96884702f61df1a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2882 | 2026-02-01T13:52:20.135Z | Compiling toml_datetime v0.6.11 |
| 2883 | 2026-02-01T13:52:20.159Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=40efdbaf1d1a58ee -C extra-filename=-c3ff0b2424c80153 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2884 | 2026-02-01T13:52:20.192Z | Compiling der v0.7.10 |
| 2885 | 2026-02-01T13:52:20.215Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=0faacc758c406b78 -C extra-filename=-ac443c6da0ebe878 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ec51931818474554.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-c7dd217e5ebbf705.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-fcd0039e0aab776d.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a9c1919ad38df1a1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2886 | 2026-02-01T13:52:20.394Z | Compiling serde_spanned v0.6.9 |
| 2887 | 2026-02-01T13:52:20.418Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=d58d2972f6e2223c -C extra-filename=-09aa206e1e21c674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2888 | 2026-02-01T13:52:20.644Z | Compiling slog v2.8.2 |
| 2889 | 2026-02-01T13:52:20.684Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=038391b6147544ce -C extra-filename=-123d13a9987338e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-123d13a9987338e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-7fa2b6f2c43cf8ff.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2890 | 2026-02-01T13:52:20.708Z | Compiling tower-layer v0.3.3 |
| 2891 | 2026-02-01T13:52:20.732Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6a6c6744dd063a7 -C extra-filename=-f027b04810891ede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2892 | 2026-02-01T13:52:20.991Z | Compiling tower-service v0.3.3 |
| 2893 | 2026-02-01T13:52:20.991Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eae4e52d27f4288f -C extra-filename=-e1450ddf1a62c02b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2894 | 2026-02-01T13:52:21.042Z | Compiling openssl-sys v0.9.109 |
| 2895 | 2026-02-01T13:52:21.042Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-123d13a9987338e1/build-script-build` |
| 2896 | 2026-02-01T13:52:21.067Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.109/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=04e33252a93d0f72 -C extra-filename=-8538efcd74b7e20f --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-8538efcd74b7e20f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e724e4e34397b21c.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d3432966e640dd54.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-2a5427b95a0b9c13.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2897 | 2026-02-01T13:52:21.157Z | Compiling erased-serde v0.3.31 |
| 2898 | 2026-02-01T13:52:21.197Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=9646cf3cc4f1ee4c -C extra-filename=-8aee6ee389458324 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2899 | 2026-02-01T13:52:21.221Z | Compiling async-trait v0.1.89 |
| 2900 | 2026-02-01T13:52:21.221Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91a24e8ea2cb7ffc -C extra-filename=-35679194332c3a81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2901 | 2026-02-01T13:52:22.099Z | Compiling rand_core v0.9.3 |
| 2902 | 2026-02-01T13:52:22.123Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=009b7a74d0a19c56 -C extra-filename=-c97041ed2da7f2e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-154d7995fdd9f2bf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2903 | 2026-02-01T13:52:22.311Z | Compiling camino v1.2.2 |
| 2904 | 2026-02-01T13:52:22.335Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=3bb62986f9b7b75e -C extra-filename=-38f457f00dbfd9ca --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-38f457f00dbfd9ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2905 | 2026-02-01T13:52:22.612Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=01b8515b9a4de482 -C extra-filename=-aa15ec8150f8f315 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-8aee6ee389458324.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-267a03eb07a47b1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std_error --check-cfg 'cfg(has_std_error)'` |
| 2906 | 2026-02-01T13:52:22.742Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-8538efcd74b7e20f/build-script-main` |
| 2907 | 2026-02-01T13:52:22.847Z | Compiling spki v0.7.3 |
| 2908 | 2026-02-01T13:52:22.871Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spki-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=b3d0a7dfcf6b68b9 -C extra-filename=-f71af9c000098c00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ac443c6da0ebe878.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2909 | 2026-02-01T13:52:22.922Z | Running `/work/oxidecomputer/omicron/target/debug/build/camino-38f457f00dbfd9ca/build-script-build` |
| 2910 | 2026-02-01T13:52:23.037Z | Compiling pbkdf2 v0.12.2 |
| 2911 | 2026-02-01T13:52:23.061Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=0635fbdb7a6e8bb9 -C extra-filename=-6a05245f97b6ddcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6e81e85899bef692.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b82001922f0a9e51.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2912 | 2026-02-01T13:52:23.085Z | Compiling clap v4.5.48 |
| 2913 | 2026-02-01T13:52:23.085Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.48/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=3a36a85a7a010464 -C extra-filename=-af30543e4dffeb36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-906808041a639e0b.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-5f57d70208366127.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2914 | 2026-02-01T13:52:23.228Z | Compiling aes v0.8.4 |
| 2915 | 2026-02-01T13:52:23.276Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=88f1c38cb8a81007 -C extra-filename=-d05c26f341d08bc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2a9c1cf1c1fc924f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-14734f3678771662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2916 | 2026-02-01T13:52:23.300Z | Compiling ucd-trie v0.1.7 |
| 2917 | 2026-02-01T13:52:23.300Z | Compiling mime v0.3.17 |
| 2918 | 2026-02-01T13:52:23.300Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=41add4d8d471e359 -C extra-filename=-59969bae64fd9242 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2919 | 2026-02-01T13:52:23.336Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17f6ef669efe43be -C extra-filename=-0d93f1e08f56f5a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2920 | 2026-02-01T13:52:23.399Z | Compiling salsa20 v0.10.2 |
| 2921 | 2026-02-01T13:52:23.448Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=6af4194c8eed187e -C extra-filename=-b6930e0f1659bcdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-267a03eb07a47b1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --cfg path_add_extension --cfg pathbuf_const_new --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)' --check-cfg 'cfg(path_add_extension)' --check-cfg 'cfg(pathbuf_const_new)'` |
| 2922 | 2026-02-01T13:52:23.472Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa20-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=1094f732cb20c46e -C extra-filename=-a89114d87cccf4fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2a9c1cf1c1fc924f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2923 | 2026-02-01T13:52:23.670Z | Compiling pest v2.8.2 |
| 2924 | 2026-02-01T13:52:23.694Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=85a8caf95943a72f -C extra-filename=-b6cba7ccb3f0b0d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-97454747b9c1699a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-59969bae64fd9242.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2925 | 2026-02-01T13:52:23.805Z | Compiling cbc v0.1.2 |
| 2926 | 2026-02-01T13:52:23.864Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cbc-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=3532ea99d154da80 -C extra-filename=-d6e1aa5b0ad1385a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2a9c1cf1c1fc924f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2927 | 2026-02-01T13:52:23.888Z | Compiling rustc_version v0.4.1 |
| 2928 | 2026-02-01T13:52:23.888Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0260c9926602e8b5 -C extra-filename=-9b2e9b521d88198a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-283681139803fcc8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2929 | 2026-02-01T13:52:24.082Z | Compiling rustix v1.1.3 |
| 2930 | 2026-02-01T13:52:24.106Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=990d07f1aa81d083 -C extra-filename=-b569a56fdb97a096 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-b569a56fdb97a096 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2931 | 2026-02-01T13:52:24.227Z | Compiling scrypt v0.11.0 |
| 2932 | 2026-02-01T13:52:24.251Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scrypt-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=f3f8667411575df7 -C extra-filename=-fabfedfc9c0b38ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6a05245f97b6ddcf.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-a89114d87cccf4fd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ef67885dfad558a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2933 | 2026-02-01T13:52:24.500Z | Compiling rand_chacha v0.9.0 |
| 2934 | 2026-02-01T13:52:24.523Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=035957f11ca96b75 -C extra-filename=-d57c72d99c266e3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-54cd10c255b1bde1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c97041ed2da7f2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2935 | 2026-02-01T13:52:24.748Z | Compiling http-body-util v0.1.3 |
| 2936 | 2026-02-01T13:52:24.772Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=ac6779f5154ed77b -C extra-filename=-e33f828e4d9cd0cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-294dcf195affea97.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-56574e37c89c64a9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a71ebd9853ffeb76.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2937 | 2026-02-01T13:52:24.798Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-b569a56fdb97a096/build-script-build` |
| 2938 | 2026-02-01T13:52:25.239Z | Compiling plain v0.2.3 |
| 2939 | 2026-02-01T13:52:25.263Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10058a8c15ba4b34 -C extra-filename=-770929ece4e46635 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2940 | 2026-02-01T13:52:25.297Z | Compiling rand v0.9.2 |
| 2941 | 2026-02-01T13:52:25.297Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=b2430acfdb254664 -C extra-filename=-0c4ca0cb44195497 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-d57c72d99c266e3e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c97041ed2da7f2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2942 | 2026-02-01T13:52:25.463Z | Compiling pkcs5 v0.7.1 |
| 2943 | 2026-02-01T13:52:25.487Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs5-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pbes2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=7f68fec5e910ccbd -C extra-filename=-b29708576369cdd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-d05c26f341d08bc2.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-d6e1aa5b0ad1385a.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ac443c6da0ebe878.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6a05245f97b6ddcf.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-fabfedfc9c0b38ca.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ef67885dfad558a1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-f71af9c000098c00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2944 | 2026-02-01T13:52:25.639Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=f9e514e242ea62b6 -C extra-filename=-70ef06024266b24e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-1b3daa803a00165b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish` |
| 2945 | 2026-02-01T13:52:25.837Z | Compiling pest_meta v2.8.2 |
| 2946 | 2026-02-01T13:52:25.861Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=ecab6b65e20740c2 -C extra-filename=-1d9dfb0fe4f223d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-b6cba7ccb3f0b0d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2947 | 2026-02-01T13:52:26.087Z | Compiling hyper v1.8.1 |
| 2948 | 2026-02-01T13:52:26.111Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=0a95c9e9bfbede7a -C extra-filename=-fc26e70bb637777a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-21654b0f73533e77.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-c017406b27eb1031.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-e177950c13f5eec4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-294dcf195affea97.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-56574e37c89c64a9.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-dbbda6831f5fa2fc.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-93b065caffe6d1a3.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-d31603d760bc9179.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a71ebd9853ffeb76.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-14510a298b0c358b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-c22453ae28d1f477.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-f4dc00d73f20d9d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2949 | 2026-02-01T13:52:26.199Z | Compiling openssl v0.10.73 |
| 2950 | 2026-02-01T13:52:26.223Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.73/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=dc5a6c07565b1833 -C extra-filename=-411b620f603c4bef --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-411b620f603c4bef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2951 | 2026-02-01T13:52:26.391Z | Compiling foreign-types-shared v0.1.1 |
| 2952 | 2026-02-01T13:52:26.415Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=398dd1ed03623c17 -C extra-filename=-0edd72f510eacbc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2953 | 2026-02-01T13:52:26.558Z | Compiling openssl-probe v0.1.5 |
| 2954 | 2026-02-01T13:52:26.583Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87cdf722bfcbd956 -C extra-filename=-eb1479f09bf19907 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2955 | 2026-02-01T13:52:26.651Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-411b620f603c4bef/build-script-build` |
| 2956 | 2026-02-01T13:52:26.715Z | Compiling foreign-types v0.3.2 |
| 2957 | 2026-02-01T13:52:26.739Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6df2b7f9275ecfa1 -C extra-filename=-305ca56354c3a674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-0edd72f510eacbc1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2958 | 2026-02-01T13:52:26.860Z | Compiling pkcs8 v0.10.2 |
| 2959 | 2026-02-01T13:52:26.884Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=b1652a8f2e4ce859 -C extra-filename=-7695dabeccbe10ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ac443c6da0ebe878.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-b29708576369cdd3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ac84e309c3184e65.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-f71af9c000098c00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2960 | 2026-02-01T13:52:26.911Z | Compiling serde_urlencoded v0.7.1 |
| 2961 | 2026-02-01T13:52:26.958Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=48aae38f4ea86568 -C extra-filename=-f93b83350b8d158a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'` |
| 2962 | 2026-02-01T13:52:26.982Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79d9da8c18410846 -C extra-filename=-d90995326770a8e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-913916f217e25b2f.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-d31603d760bc9179.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e0a40e188c7bd2a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2963 | 2026-02-01T13:52:27.447Z | Compiling pest_generator v2.8.2 |
| 2964 | 2026-02-01T13:52:27.471Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=325eecb1c817d147 -C extra-filename=-b23fa3b5e89e1fb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-b6cba7ccb3f0b0d8.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-1d9dfb0fe4f223d7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2965 | 2026-02-01T13:52:27.519Z | Compiling openssl-macros v0.1.1 |
| 2966 | 2026-02-01T13:52:27.542Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=abd94469f045e048 -C extra-filename=-a343cac9311c05a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2967 | 2026-02-01T13:52:27.957Z | Compiling encoding_rs v0.8.34 |
| 2968 | 2026-02-01T13:52:27.981Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=a381d9b8fa3bc847 -C extra-filename=-505eb2869ddc1c95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2969 | 2026-02-01T13:52:28.098Z | Compiling rustls v0.23.19 |
| 2970 | 2026-02-01T13:52:28.122Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=75d222f2323b1954 -C extra-filename=-d2c2e1d7685cf5c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-d2c2e1d7685cf5c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2971 | 2026-02-01T13:52:28.198Z | Compiling hyper-util v0.1.19 |
| 2972 | 2026-02-01T13:52:28.224Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=cf9f7275ed1f38da -C extra-filename=-33e184f17be18de1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d435ea9549e107c7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-c017406b27eb1031.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9bb25a8253bdb0c6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-294dcf195affea97.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-56574e37c89c64a9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fc26e70bb637777a.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-72e9ec773ccc1595.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e99b8ea4dad43ed8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a71ebd9853ffeb76.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-330aac95ebc7e8fa.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-f027b04810891ede.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-e1450ddf1a62c02b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-af105829bf4eb610.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2973 | 2026-02-01T13:52:28.299Z | Compiling pretty-hex v0.4.1 |
| 2974 | 2026-02-01T13:52:28.322Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=6612940f245a1634 -C extra-filename=-2ef2c1b6e7ca0314 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2975 | 2026-02-01T13:52:28.489Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.73/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=1faeefa26f65daa0 -C extra-filename=-315e36162da3b378 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-305ca56354c3a674.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-fd1d6d64bde63d04.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-a343cac9311c05a7.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f93b83350b8d158a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'` |
| 2976 | 2026-02-01T13:52:28.581Z | Compiling tempfile v3.24.0 |
| 2977 | 2026-02-01T13:52:28.605Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=f58e61f16a43fed4 -C extra-filename=-f7a72a1cf74a42de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-b44706532586ab50.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-154d7995fdd9f2bf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-fd1d6d64bde63d04.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-70ef06024266b24e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2978 | 2026-02-01T13:52:28.900Z | Compiling ipnetwork v0.21.1 |
| 2979 | 2026-02-01T13:52:28.924Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnetwork-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=4f186e628d7ba793 -C extra-filename=-382feb7a47043c3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2980 | 2026-02-01T13:52:29.227Z | Compiling hex v0.4.3 |
| 2981 | 2026-02-01T13:52:29.251Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=818d8fe6d7132356 -C extra-filename=-dfd4e45d5ffbfadd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2982 | 2026-02-01T13:52:29.316Z | Compiling openapiv3 v2.2.0 |
| 2983 | 2026-02-01T13:52:29.340Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=46a55d8daa2ebabd -C extra-filename=-00c76cace985d8d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2f46337baac0adb9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2984 | 2026-02-01T13:52:29.413Z | Compiling pest_derive v2.8.2 |
| 2985 | 2026-02-01T13:52:29.437Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=d08d6dbebaec9764 -C extra-filename=-2b6817bd2c2c6edb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-b6cba7ccb3f0b0d8.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-b23fa3b5e89e1fb4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2986 | 2026-02-01T13:52:29.665Z | Compiling native-tls v0.2.12 |
| 2987 | 2026-02-01T13:52:29.689Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=2bc407295465056c -C extra-filename=-69433afaa871ec0e --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-69433afaa871ec0e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2988 | 2026-02-01T13:52:29.820Z | Compiling cookie v0.18.1 |
| 2989 | 2026-02-01T13:52:29.844Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=ed3be0aa93db021c -C extra-filename=-ba6432a8faeca3fb --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-ba6432a8faeca3fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fb4bf0ac6ce0dd10.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2990 | 2026-02-01T13:52:30.097Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-69433afaa871ec0e/build-script-build` |
| 2991 | 2026-02-01T13:52:30.161Z | Compiling litrs v0.4.1 |
| 2992 | 2026-02-01T13:52:30.184Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("check_suffix", "default", "proc-macro2", "unicode-xid"))' -C metadata=9494abac6644c9d6 -C extra-filename=-bcfb0dbf3631873e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2993 | 2026-02-01T13:52:30.264Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-ba6432a8faeca3fb/build-script-build` |
| 2994 | 2026-02-01T13:52:30.330Z | Compiling sync_wrapper v1.0.1 |
| 2995 | 2026-02-01T13:52:30.354Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=7383cad46044b757 -C extra-filename=-fdeedeeef56cff71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2996 | 2026-02-01T13:52:30.380Z | Compiling psl-types v2.0.11 |
| 2997 | 2026-02-01T13:52:30.404Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d0c3e1e45286089 -C extra-filename=-7ad525ff2c33b281 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 2998 | 2026-02-01T13:52:30.557Z | Compiling tower v0.5.2 |
| 2999 | 2026-02-01T13:52:30.581Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__common"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=22c7278c177edcd1 -C extra-filename=-ead5b6a2f74baa5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9bb25a8253bdb0c6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a71ebd9853ffeb76.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-fdeedeeef56cff71.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-f027b04810891ede.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-e1450ddf1a62c02b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3000 | 2026-02-01T13:52:30.637Z | Compiling publicsuffix v2.3.0 |
| 3001 | 2026-02-01T13:52:30.661Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/publicsuffix-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=9615689798d8a2dd -C extra-filename=-7b40faf8a193f570 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-303105b319dc4167.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-7ad525ff2c33b281.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3002 | 2026-02-01T13:52:30.822Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=bfb67966ded6c9f4 -C extra-filename=-d37401098cd94756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e99b8ea4dad43ed8.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e3618adaa086f16e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3003 | 2026-02-01T13:52:30.967Z | Compiling rustls-native-certs v0.8.1 |
| 3004 | 2026-02-01T13:52:30.991Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0cb571528de727b -C extra-filename=-32521d0dd7d33250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-eb1479f09bf19907.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fc87f2ca37b92aac.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3005 | 2026-02-01T13:52:31.136Z | Compiling document-features v0.2.11 |
| 3006 | 2026-02-01T13:52:31.162Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name document_features --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.11/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "self-test"))' -C metadata=25f0609d6563b05e -C extra-filename=-7b223411380ebe46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern litrs=/work/oxidecomputer/omicron/target/debug/deps/liblitrs-bcfb0dbf3631873e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3007 | 2026-02-01T13:52:31.488Z | Compiling webpki-roots v1.0.1 |
| 3008 | 2026-02-01T13:52:31.512Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c423e785c6dc9b11 -C extra-filename=-e6c4c4ac96a539b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fc87f2ca37b92aac.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3009 | 2026-02-01T13:52:31.536Z | Compiling iri-string v0.7.8 |
| 3010 | 2026-02-01T13:52:31.607Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=804a9091ad441d0a -C extra-filename=-8cb8bcbdf07eb744 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3011 | 2026-02-01T13:52:31.718Z | Compiling winnow v0.7.14 |
| 3012 | 2026-02-01T13:52:31.762Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=dc1b5ff452054dcd -C extra-filename=-3422cd2ab36f88eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3013 | 2026-02-01T13:52:31.762Z | Compiling signature v2.2.0 |
| 3014 | 2026-02-01T13:52:31.786Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signature-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=fef4d1b68097a24c -C extra-filename=-90ea2a1d4226026e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6e81e85899bef692.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ac84e309c3184e65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3015 | 2026-02-01T13:52:31.873Z | Compiling winnow v0.5.40 |
| 3016 | 2026-02-01T13:52:31.897Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.5.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=295ccdd77c5bdbc3 -C extra-filename=-eb0c1248da31c0d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3017 | 2026-02-01T13:52:32.114Z | Compiling data-encoding v2.9.0 |
| 3018 | 2026-02-01T13:52:32.138Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused-results --warn=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::undocumented-unsafe-blocks' --warn=missing-docs --warn=missing-debug-implementations --warn=let-underscore-drop --warn=elided-lifetimes-in-paths --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9753f78f3f9e2c31 -C extra-filename=-097a77969c9ceec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3019 | 2026-02-01T13:52:32.335Z | Compiling cookie_store v0.21.1 |
| 3020 | 2026-02-01T13:52:32.359Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie_store-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=ef80abc61710f5aa -C extra-filename=-cc0ead788df81e8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d37401098cd94756.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-7b223411380ebe46.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-303105b319dc4167.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-7b40faf8a193f570.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1a38873bc09cba6b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e3618adaa086f16e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-adcbea535396cfbc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3021 | 2026-02-01T13:52:32.700Z | Compiling darling_core v0.20.10 |
| 3022 | 2026-02-01T13:52:32.758Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=8b65738e04f6f8bf -C extra-filename=-7e9b2fdf7be36910 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-e2ec9cffada7aa4b.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-298dd267aaa095bc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-34778d0b3e358d77.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3023 | 2026-02-01T13:52:33.553Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=d0b46bf273e32e0c -C extra-filename=-4eeb6ed39770eda5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-315e36162da3b378.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-eb1479f09bf19907.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-f93b83350b8d158a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
| 3024 | 2026-02-01T13:52:33.601Z | Compiling darling_core v0.21.0 |
| 3025 | 2026-02-01T13:52:33.674Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=ae8dddd810cfad21 -C extra-filename=-80ce624dff52d2d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-e2ec9cffada7aa4b.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-298dd267aaa095bc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-34778d0b3e358d77.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3026 | 2026-02-01T13:52:34.114Z | Compiling tokio-native-tls v0.3.1 |
| 3027 | 2026-02-01T13:52:34.139Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=12e03bd54ff06c2d -C extra-filename=-3336f99d4ade9639 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-4eeb6ed39770eda5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
| 3028 | 2026-02-01T13:52:34.417Z | Compiling hyper-tls v0.6.0 |
| 3029 | 2026-02-01T13:52:34.440Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=96b5a000744b3fee -C extra-filename=-075cf540cabd0ade --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-e33f828e4d9cd0cf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fc26e70bb637777a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-33e184f17be18de1.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-4eeb6ed39770eda5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-3336f99d4ade9639.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-e1450ddf1a62c02b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
| 3030 | 2026-02-01T13:52:34.717Z | Compiling tower-http v0.6.6 |
| 3031 | 2026-02-01T13:52:34.741Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=da802c303eb1c97c -C extra-filename=-6307ab8433abf91e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9bb25a8253bdb0c6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-294dcf195affea97.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-56574e37c89c64a9.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-8cb8bcbdf07eb744.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a71ebd9853ffeb76.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-ead5b6a2f74baa5e.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-f027b04810891ede.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-e1450ddf1a62c02b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3032 | 2026-02-01T13:52:34.774Z | Compiling toml_edit v0.19.15 |
| 3033 | 2026-02-01T13:52:34.798Z | Compiling sha1 v0.10.6 |
| 3034 | 2026-02-01T13:52:34.798Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=3956dedb9ece5c87 -C extra-filename=-c6328e2818af246b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2f46337baac0adb9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-09aa206e1e21c674.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c3ff0b2424c80153.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-eb0c1248da31c0d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3035 | 2026-02-01T13:52:34.832Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=4dcaf2aeab1f5c68 -C extra-filename=-b33448ffabfe6764 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-14734f3678771662.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6e81e85899bef692.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3036 | 2026-02-01T13:52:34.892Z | Compiling strum_macros v0.26.4 |
| 3037 | 2026-02-01T13:52:34.916Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bbd808bd2eec8789 -C extra-filename=-525b8aa471506a83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-f6b0916e9f59d363.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-7fa2b6f2c43cf8ff.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3038 | 2026-02-01T13:52:34.951Z | Compiling tinyvec_macros v0.1.1 |
| 3039 | 2026-02-01T13:52:34.951Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7b75bce0ee6677be -C extra-filename=-74aa0dd516d12fc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3040 | 2026-02-01T13:52:35.115Z | Compiling tinyvec v1.8.0 |
| 3041 | 2026-02-01T13:52:35.139Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "debugger_visualizer", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=0755ceb95c693ed7 -C extra-filename=-b7eae749123b0310 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-74aa0dd516d12fc8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3042 | 2026-02-01T13:52:35.283Z | Compiling oxnet v0.1.4 |
| 3043 | 2026-02-01T13:52:35.308Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "macaddr", "schemars", "serde", "std"))' -C metadata=f90f0e1d51d9416e -C extra-filename=-41093f2c867ef13e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-382feb7a47043c3e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3044 | 2026-02-01T13:52:35.531Z | Compiling scroll_derive v0.12.0 |
| 3045 | 2026-02-01T13:52:35.555Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2de8d20edba74702 -C extra-filename=-93ffce985149611a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3046 | 2026-02-01T13:52:36.021Z | Compiling num-integer v0.1.46 |
| 3047 | 2026-02-01T13:52:36.045Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=f6c9468650da4696 -C extra-filename=-761b1f26215d1c8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-497fd369a3647263.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3048 | 2026-02-01T13:52:36.328Z | Compiling quick-error v1.2.3 |
| 3049 | 2026-02-01T13:52:36.352Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=815dee060710a38d -C extra-filename=-532f9162c6acff23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3050 | 2026-02-01T13:52:36.529Z | Compiling static_assertions v1.1.0 |
| 3051 | 2026-02-01T13:52:36.553Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4731099bde39a9bf -C extra-filename=-58589735cf5cef4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3052 | 2026-02-01T13:52:36.677Z | Compiling hubpack_derive v0.1.1 |
| 3053 | 2026-02-01T13:52:36.677Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eba03ac0b1d32cd7 -C extra-filename=-175553ae409a9cbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c72974f6df362fc.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3054 | 2026-02-01T13:52:36.731Z | Compiling ahash v0.8.12 |
| 3055 | 2026-02-01T13:52:36.755Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=5666f493b5c892fc -C extra-filename=-9e235b0337b4f902 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-9e235b0337b4f902 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fb4bf0ac6ce0dd10.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3056 | 2026-02-01T13:52:36.788Z | Compiling scroll v0.12.0 |
| 3057 | 2026-02-01T13:52:36.812Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=5526b1ee14b5a809 -C extra-filename=-c75b343c750c68ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-93ffce985149611a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3058 | 2026-02-01T13:52:37.181Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-9e235b0337b4f902/build-script-build` |
| 3059 | 2026-02-01T13:52:37.290Z | Compiling goblin v0.8.2 |
| 3060 | 2026-02-01T13:52:37.333Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=ff990a01ff34de91 -C extra-filename=-493eabd2cc707a23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-770929ece4e46635.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-c75b343c750c68ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3061 | 2026-02-01T13:52:37.357Z | Compiling usdt-impl v0.5.0 |
| 3062 | 2026-02-01T13:52:37.357Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=477ce38e6a844b6b -C extra-filename=-05fada518dab5e57 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-05fada518dab5e57 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fb4bf0ac6ce0dd10.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3063 | 2026-02-01T13:52:37.451Z | Compiling darling_macro v0.20.10 |
| 3064 | 2026-02-01T13:52:37.476Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df708904ee2b233b -C extra-filename=-9c8948e74a3f44cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-7e9b2fdf7be36910.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3065 | 2026-02-01T13:52:37.628Z | Compiling hubpack v0.1.2 |
| 3066 | 2026-02-01T13:52:37.651Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03227c5e06ef3006 -C extra-filename=-e77a23b2136080a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-175553ae409a9cbb.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3067 | 2026-02-01T13:52:37.774Z | Compiling crc32fast v1.4.2 |
| 3068 | 2026-02-01T13:52:37.797Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=0a9e1e55f446bc8a -C extra-filename=-32e224c89a75e3df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3069 | 2026-02-01T13:52:38.077Z | Compiling bit-vec v0.8.0 |
| 3070 | 2026-02-01T13:52:38.118Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "borsh_std", "default", "miniserde", "nanoserde", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=c61dcc78078484a1 -C extra-filename=-bf04639dcaa8a2c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3071 | 2026-02-01T13:52:38.148Z | Compiling base16ct v0.2.0 |
| 3072 | 2026-02-01T13:52:38.148Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=db62443fe14d12b0 -C extra-filename=-cb9118d46ffe7881 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3073 | 2026-02-01T13:52:38.427Z | Compiling darling v0.20.10 |
| 3074 | 2026-02-01T13:52:38.454Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=0456676726814ad4 -C extra-filename=-70f68e186d1cb626 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-7e9b2fdf7be36910.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-9c8948e74a3f44cd.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3075 | 2026-02-01T13:52:38.500Z | Compiling bit-set v0.8.0 |
| 3076 | 2026-02-01T13:52:38.523Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=26b75062b488968e -C extra-filename=-71f6cc81910b10fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-bf04639dcaa8a2c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3077 | 2026-02-01T13:52:38.555Z | Compiling sec1 v0.7.3 |
| 3078 | 2026-02-01T13:52:38.579Z | Compiling strum v0.26.3 |
| 3079 | 2026-02-01T13:52:38.579Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=89c727012c341228 -C extra-filename=-baf8338095aa2e90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-cb9118d46ffe7881.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ac443c6da0ebe878.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-7a4ed7398383c982.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-7695dabeccbe10ce.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-0012f68beb8a2851.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3080 | 2026-02-01T13:52:38.579Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=978bba1869efccff -C extra-filename=-c3bf83203eef01ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-525b8aa471506a83.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3081 | 2026-02-01T13:52:38.662Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-05fada518dab5e57/build-script-build` |
| 3082 | 2026-02-01T13:52:38.746Z | Compiling darling_macro v0.21.0 |
| 3083 | 2026-02-01T13:52:38.769Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3905bf087d4a7bd6 -C extra-filename=-ff31319ce7bf9767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-80ce624dff52d2d7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3084 | 2026-02-01T13:52:38.830Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=0924cfdafe2fc263 -C extra-filename=-dc034d8b27d56f21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-154d7995fdd9f2bf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-fd1d6d64bde63d04.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-479fd7dfad4044d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg folded_multiply --check-cfg 'cfg(specialize)' --check-cfg 'cfg(folded_multiply)'` |
| 3085 | 2026-02-01T13:52:38.885Z | Compiling num-iter v0.1.45 |
| 3086 | 2026-02-01T13:52:38.908Z | Compiling dtrace-parser v0.2.0 |
| 3087 | 2026-02-01T13:52:38.908Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=f0483ac2d3af0835 -C extra-filename=-95b0526476a4012e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-761b1f26215d1c8f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-497fd369a3647263.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3088 | 2026-02-01T13:52:38.932Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=965274a2ebfd48fb -C extra-filename=-fd4e60294fd8dcc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-b6cba7ccb3f0b0d8.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-2b6817bd2c2c6edb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3089 | 2026-02-01T13:52:39.096Z | Compiling scroll_derive v0.13.1 |
| 3090 | 2026-02-01T13:52:39.120Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c390f62d474b43bf -C extra-filename=-4037f95ca24bd0f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3091 | 2026-02-01T13:52:39.145Z | Compiling ff v0.13.0 |
| 3092 | 2026-02-01T13:52:39.197Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=1def9dcbb650eaeb -C extra-filename=-6975515e2b5c385c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ac84e309c3184e65.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-0012f68beb8a2851.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3093 | 2026-02-01T13:52:39.269Z | Compiling wait-timeout v0.2.0 |
| 3094 | 2026-02-01T13:52:39.293Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc2793701863b972 -C extra-filename=-2c133601956e1471 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3095 | 2026-02-01T13:52:39.412Z | Compiling thread-id v4.2.2 |
| 3096 | 2026-02-01T13:52:39.436Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-4.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=07c411d6bf6a24e6 -C extra-filename=-982f2c3903e8ded4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3097 | 2026-02-01T13:52:39.585Z | Compiling num-bigint-dig v0.8.6 |
| 3098 | 2026-02-01T13:52:39.609Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=294ef5ea4682caef -C extra-filename=-a1f1d275d3cf6d42 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-a1f1d275d3cf6d42 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3099 | 2026-02-01T13:52:39.745Z | Compiling darling v0.21.0 |
| 3100 | 2026-02-01T13:52:39.769Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=5e57dba01a664531 -C extra-filename=-10c1ac2fb36c5a4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-80ce624dff52d2d7.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-ff31319ce7bf9767.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3101 | 2026-02-01T13:52:39.801Z | Compiling toml_write v0.1.2 |
| 3102 | 2026-02-01T13:52:39.910Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_write --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=907240f38524e92f -C extra-filename=-f3e31635480f15bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3103 | 2026-02-01T13:52:39.934Z | Compiling group v0.13.0 |
| 3104 | 2026-02-01T13:52:39.934Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=86624ba1c78835d6 -C extra-filename=-90c4046bfe783151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6975515e2b5c385c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ac84e309c3184e65.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-0012f68beb8a2851.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3105 | 2026-02-01T13:52:39.982Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-a1f1d275d3cf6d42/build-script-build` |
| 3106 | 2026-02-01T13:52:40.046Z | Compiling heck v0.4.1 |
| 3107 | 2026-02-01T13:52:40.070Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=ff8e6d7b20e02bce -C extra-filename=-35455fc92fb86c9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a19e0197feed81ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3108 | 2026-02-01T13:52:40.205Z | Compiling toml_edit v0.22.27 |
| 3109 | 2026-02-01T13:52:40.229Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded", "unstable-debug"))' -C metadata=ec6c152b664c572e -C extra-filename=-2cc9f54291082de4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2f46337baac0adb9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-09aa206e1e21c674.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c3ff0b2424c80153.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-f3e31635480f15bd.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-3422cd2ab36f88eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3110 | 2026-02-01T13:52:40.258Z | Compiling hkdf v0.12.4 |
| 3111 | 2026-02-01T13:52:40.300Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=84ad5740b49a9375 -C extra-filename=-5d46a08302ae852a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b82001922f0a9e51.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3112 | 2026-02-01T13:52:40.398Z | Compiling crossbeam-epoch v0.9.18 |
| 3113 | 2026-02-01T13:52:40.423Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=4eedfe931b8b4fb4 -C extra-filename=-336f2125ff85927d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-8a909d941427e7db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3114 | 2026-02-01T13:52:40.477Z | Compiling crypto-bigint v0.5.5 |
| 3115 | 2026-02-01T13:52:40.501Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=d1d9217a73001f42 -C extra-filename=-604951d37f58aeca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-7a4ed7398383c982.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ac84e309c3184e65.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-0012f68beb8a2851.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3116 | 2026-02-01T13:52:40.533Z | Compiling bstr v1.10.0 |
| 3117 | 2026-02-01T13:52:40.557Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=6c46d8e1f1ff12d0 -C extra-filename=-04f08ed3a058b3f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-97454747b9c1699a.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4a86b5b227f953a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3118 | 2026-02-01T13:52:40.585Z | Compiling itertools v0.13.0 |
| 3119 | 2026-02-01T13:52:40.609Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=05cdd6efd90efc87 -C extra-filename=-be0f9bd12ff74331 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f4cba25822313ea3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3120 | 2026-02-01T13:52:40.775Z | Compiling scroll v0.13.0 |
| 3121 | 2026-02-01T13:52:40.798Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=2755950b9095cac4 -C extra-filename=-84cf4cdb51c0ee67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-4037f95ca24bd0f1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3122 | 2026-02-01T13:52:41.058Z | Compiling zlib-rs v0.5.1 |
| 3123 | 2026-02-01T13:52:41.082Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zlib_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zlib-rs-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "c-allocator", "default", "quickcheck", "rust-allocator", "std"))' -C metadata=e273761b6a847778 -C extra-filename=-2fbf1bfc26f0cfb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3124 | 2026-02-01T13:52:41.300Z | Compiling goblin v0.10.2 |
| 3125 | 2026-02-01T13:52:41.324Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=25b7697bc00e40fa -C extra-filename=-673637cdfeff7da7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-770929ece4e46635.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-84cf4cdb51c0ee67.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3126 | 2026-02-01T13:52:41.777Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=f40b77ec0f1e4917 -C extra-filename=-8d4bb309a90c6d2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-13ab450b5cd4e741.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-7b80be61805c76c3.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-761b1f26215d1c8f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-95b0526476a4012e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-497fd369a3647263.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8a1dbdb5626eec5a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-c22453ae28d1f477.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128` |
| 3127 | 2026-02-01T13:52:43.165Z | Compiling dof v0.3.0 |
| 3128 | 2026-02-01T13:52:43.189Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=ed5f4091edcebc65 -C extra-filename=-aa3d5cf5a4228e52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-493eabd2cc707a23.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-2ef2c1b6e7ca0314.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-aa8bb587228d40dd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3129 | 2026-02-01T13:52:44.517Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=3ccc1cf37dd6b799 -C extra-filename=-0445968ca0637420 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-3d6b5634db92b1e2.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-aa3d5cf5a4228e52.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-fd4e60294fd8dcc0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-982f2c3903e8ded4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard` |
| 3130 | 2026-02-01T13:52:44.649Z | Compiling elliptic-curve v0.13.8 |
| 3131 | 2026-02-01T13:52:44.695Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=8f5346d04de790b2 -C extra-filename=-dc73510fe40080b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-cb9118d46ffe7881.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-604951d37f58aeca.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6e81e85899bef692.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6975515e2b5c385c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-7a4ed7398383c982.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-90c4046bfe783151.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5d46a08302ae852a.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a9c1919ad38df1a1.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-7695dabeccbe10ce.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ac84e309c3184e65.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-baf8338095aa2e90.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-0012f68beb8a2851.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3132 | 2026-02-01T13:52:44.847Z | Compiling rusty-fork v0.3.0 |
| 3133 | 2026-02-01T13:52:44.871Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=784c463fddecbd40 -C extra-filename=-b947e7b4fea86012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-e2ec9cffada7aa4b.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-532f9162c6acff23.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f7a72a1cf74a42de.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-2c133601956e1471.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3134 | 2026-02-01T13:52:45.489Z | Compiling pkcs1 v0.7.5 |
| 3135 | 2026-02-01T13:52:45.513Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=fca61e3e758de0a1 -C extra-filename=-88e14567ec8d0daf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ac443c6da0ebe878.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-7695dabeccbe10ce.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-f71af9c000098c00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3136 | 2026-02-01T13:52:45.538Z | Compiling rand_xorshift v0.4.0 |
| 3137 | 2026-02-01T13:52:45.562Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_xorshift-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=2b14302d53ed4f17 -C extra-filename=-3f10b090ab26b7c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c97041ed2da7f2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3138 | 2026-02-01T13:52:45.739Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 3139 | 2026-02-01T13:52:45.763Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=3608cc72780ab181 -C extra-filename=-683cf266b4116973 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-683cf266b4116973 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e724e4e34397b21c.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d3432966e640dd54.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3140 | 2026-02-01T13:52:45.883Z | Compiling unarray v0.1.4 |
| 3141 | 2026-02-01T13:52:45.907Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e7acd08c5dfbe3a -C extra-filename=-f30408bbab1512ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3142 | 2026-02-01T13:52:46.125Z | Compiling usdt-impl v0.6.0 |
| 3143 | 2026-02-01T13:52:46.149Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=fc39cda263d44142 -C extra-filename=-31bcdff13688dca5 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-31bcdff13688dca5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3144 | 2026-02-01T13:52:46.176Z | Compiling proptest v1.7.0 |
| 3145 | 2026-02-01T13:52:46.234Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "handle-panics", "hardware-rng", "lazy_static", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=60dff6160125ed63 -C extra-filename=-0aa8f2a3f4ca3983 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-71f6cc81910b10fc.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-bf04639dcaa8a2c2.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-13ab450b5cd4e741.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-497fd369a3647263.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c4ca0cb44195497.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-d57c72d99c266e3e.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-3f10b090ab26b7c5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a0e0fade270198b5.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-b947e7b4fea86012.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f7a72a1cf74a42de.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-f30408bbab1512ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3146 | 2026-02-01T13:52:46.357Z | Compiling rsa v0.9.8 |
| 3147 | 2026-02-01T13:52:46.407Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="u64_digit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=e9a047aec45f7d16 -C extra-filename=-f1b50a0f6abb8ec5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ec51931818474554.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6e81e85899bef692.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-8d4bb309a90c6d2b.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-761b1f26215d1c8f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-497fd369a3647263.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-88e14567ec8d0daf.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-7695dabeccbe10ce.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ac84e309c3184e65.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ef67885dfad558a1.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-90ea2a1d4226026e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-f71af9c000098c00.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-0012f68beb8a2851.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3148 | 2026-02-01T13:52:46.432Z | Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-683cf266b4116973/build-script-build` |
| 3149 | 2026-02-01T13:52:46.613Z | Compiling libz-rs-sys v0.5.1 |
| 3150 | 2026-02-01T13:52:46.637Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_rs_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-rs-sys-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "testing-prefix"))' -C metadata=adac6ff4753e020e -C extra-filename=-a7fe75d77e6ad1ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-2fbf1bfc26f0cfb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3151 | 2026-02-01T13:52:46.919Z | Compiling dof v0.4.0 |
| 3152 | 2026-02-01T13:52:46.943Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=54f0921e652a3a51 -C extra-filename=-92042216f3703d7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-673637cdfeff7da7.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-2ef2c1b6e7ca0314.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-479fd7dfad4044d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3153 | 2026-02-01T13:52:47.253Z | Compiling flate2 v1.1.2 |
| 3154 | 2026-02-01T13:52:47.278Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="default"' --cfg 'feature="libz-rs-sys"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --cfg 'feature="zlib-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=c69ecb27f94a3ac1 -C extra-filename=-17b4ffd0be7522e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-32e224c89a75e3df.rmeta --extern libz_rs_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_rs_sys-a7fe75d77e6ad1ce.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-305349a391091bc4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3155 | 2026-02-01T13:52:47.481Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-31bcdff13688dca5/build-script-build` |
| 3156 | 2026-02-01T13:52:47.549Z | Compiling dtrace-parser v0.3.0 |
| 3157 | 2026-02-01T13:52:47.573Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8460ec827b98c9a7 -C extra-filename=-73def4041324c80c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-b6cba7ccb3f0b0d8.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-2b6817bd2c2c6edb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3158 | 2026-02-01T13:52:48.120Z | Compiling curve25519-dalek v4.1.3 |
| 3159 | 2026-02-01T13:52:48.144Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=5a8bb09a13367a9b -C extra-filename=-edebb05915c018bc --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-edebb05915c018bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9b2e9b521d88198a.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3160 | 2026-02-01T13:52:48.775Z | Compiling x509-cert v0.2.5 |
| 3161 | 2026-02-01T13:52:48.799Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x509-cert-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=ddc30b227fe8cc96 -C extra-filename=-9879dfc3fdb885f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ec51931818474554.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ac443c6da0ebe878.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-f71af9c000098c00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3162 | 2026-02-01T13:52:48.823Z | Compiling thread-id v5.0.0 |
| 3163 | 2026-02-01T13:52:48.873Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd1c9c34c1cba9c6 -C extra-filename=-c4ac087eaa81e50f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3164 | 2026-02-01T13:52:48.988Z | Compiling bitflags v1.3.2 |
| 3165 | 2026-02-01T13:52:49.012Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=d818a647b402df77 -C extra-filename=-793aae9f129abbfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3166 | 2026-02-01T13:52:49.114Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=0d249945bd8bfb14 -C extra-filename=-bd59e6d09b9b047e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-3d6b5634db92b1e2.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-92042216f3703d7c.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-73def4041324c80c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-c4ac087eaa81e50f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'` |
| 3167 | 2026-02-01T13:52:49.162Z | Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-edebb05915c018bc/build-script-build` |
| 3168 | 2026-02-01T13:52:49.323Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=1dc96a45823d6371 -C extra-filename=-58d83cb39abd60cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -l static=bz2` |
| 3169 | 2026-02-01T13:52:49.501Z | Compiling derive_builder_core v0.20.2 |
| 3170 | 2026-02-01T13:52:49.526Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=07817a71d33ecf51 -C extra-filename=-e1dd1558fd0463cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-70f68e186d1cb626.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3171 | 2026-02-01T13:52:50.199Z | Compiling rfc6979 v0.4.0 |
| 3172 | 2026-02-01T13:52:50.223Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37c451eaba1c1172 -C extra-filename=-4520496904bb295b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b82001922f0a9e51.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-0012f68beb8a2851.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3173 | 2026-02-01T13:52:50.261Z | Compiling curve25519-dalek-derive v0.1.1 |
| 3174 | 2026-02-01T13:52:50.298Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=671bd016ef6ab570 -C extra-filename=-32ba97ef28583e57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3175 | 2026-02-01T13:52:50.434Z | Compiling memmap2 v0.9.8 |
| 3176 | 2026-02-01T13:52:50.458Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=507b347e8d56600b -C extra-filename=-e63264ea7c725e1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3177 | 2026-02-01T13:52:50.814Z | Compiling memoffset v0.9.1 |
| 3178 | 2026-02-01T13:52:50.838Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=9ac6646e5b453ffa -C extra-filename=-c29c953c37d28d03 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-c29c953c37d28d03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c7b232cf25fa937.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3179 | 2026-02-01T13:52:51.213Z | Compiling siphasher v0.3.11 |
| 3180 | 2026-02-01T13:52:51.237Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=70ec66147820ce57 -C extra-filename=-bfcf2c3dbfcb8914 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3181 | 2026-02-01T13:52:51.267Z | Compiling signal-hook v0.3.18 |
| 3182 | 2026-02-01T13:52:51.320Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=c3aedb4db960257d -C extra-filename=-d763f79507b59006 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-d763f79507b59006 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3183 | 2026-02-01T13:52:51.548Z | Compiling cfg_aliases v0.2.1 |
| 3184 | 2026-02-01T13:52:51.572Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bbab327994eed0ff -C extra-filename=-ef82f8d993f4ad21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3185 | 2026-02-01T13:52:51.626Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=f4a9ff5ba007c0d9 -C extra-filename=-df73d89bc29f1c29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-14734f3678771662.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-32ba97ef28583e57.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6e81e85899bef692.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ac84e309c3184e65.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-0012f68beb8a2851.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'` |
| 3186 | 2026-02-01T13:52:51.673Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-d763f79507b59006/build-script-build` |
| 3187 | 2026-02-01T13:52:51.730Z | Compiling phf_shared v0.11.2 |
| 3188 | 2026-02-01T13:52:51.754Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=48648f00a3769449 -C extra-filename=-81ec37284a0b9f21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-bfcf2c3dbfcb8914.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3189 | 2026-02-01T13:52:51.796Z | Compiling derive_builder_macro v0.20.2 |
| 3190 | 2026-02-01T13:52:51.820Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_macro-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=cfe88393392b983f -C extra-filename=-8d5fc70cd11933b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_core=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_core-e1dd1558fd0463cd.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3191 | 2026-02-01T13:52:52.102Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-c29c953c37d28d03/build-script-build` |
| 3192 | 2026-02-01T13:52:52.306Z | Compiling newtype-uuid v1.3.2 |
| 3193 | 2026-02-01T13:52:52.330Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="proptest1"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4", "v7"))' -C metadata=fd479068ff29f947 -C extra-filename=-08bfadb753b7e6e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-0aa8f2a3f4ca3983.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3194 | 2026-02-01T13:52:52.354Z | Compiling ecdsa v0.16.9 |
| 3195 | 2026-02-01T13:52:52.378Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=ad73718a05df3e37 -C extra-filename=-4aede8b52bac0c6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ac443c6da0ebe878.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6e81e85899bef692.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-dc73510fe40080b1.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-4520496904bb295b.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-90ea2a1d4226026e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-f71af9c000098c00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3196 | 2026-02-01T13:52:52.623Z | Compiling toml v0.7.8 |
| 3197 | 2026-02-01T13:52:52.646Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=d703d64f81d19424 -C extra-filename=-bf810f4bdd4a1479 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-09aa206e1e21c674.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c3ff0b2424c80153.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c6328e2818af246b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3198 | 2026-02-01T13:52:52.766Z | Compiling daft-derive v0.1.4 |
| 3199 | 2026-02-01T13:52:52.791Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-derive-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=616fdfedb12f9b1e -C extra-filename=-6fc0d228e61fc981 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3200 | 2026-02-01T13:52:52.916Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 3201 | 2026-02-01T13:52:52.940Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.14+zstd.1.5.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=d0e2666e01ebb9f9 -C extra-filename=-2bab78c6d08a983a --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-2bab78c6d08a983a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e724e4e34397b21c.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d3432966e640dd54.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3202 | 2026-02-01T13:52:52.964Z | Compiling env_filter v0.1.2 |
| 3203 | 2026-02-01T13:52:52.964Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=f2c88678198a7702 -C extra-filename=-2cfd3fb0152a127f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3204 | 2026-02-01T13:52:53.094Z | Compiling derive_builder v0.20.2 |
| 3205 | 2026-02-01T13:52:53.118Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=244a9fcdd160c186 -C extra-filename=-c0bde64e2bf8ca7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_macro=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_macro-8d5fc70cd11933b2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3206 | 2026-02-01T13:52:53.316Z | Compiling env_logger v0.11.8 |
| 3207 | 2026-02-01T13:52:53.342Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "kv", "regex", "unstable-kv"))' -C metadata=16836f7e1ea5e295 -C extra-filename=-41fcf63accd208b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-6309ae5c027beb62.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-0c111089be9f7798.rmeta --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-2cfd3fb0152a127f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3208 | 2026-02-01T13:52:53.541Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=41499a06883e04fd -C extra-filename=-17772e61ecfa494c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of` |
| 3209 | 2026-02-01T13:52:53.689Z | Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2bab78c6d08a983a/build-script-build` |
| 3210 | 2026-02-01T13:52:53.739Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=68f4a8e3b9150505 -C extra-filename=-7b10beb23f20b755 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4944ac17bd90548a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3211 | 2026-02-01T13:52:53.872Z | Compiling usdt-macro v0.6.0 |
| 3212 | 2026-02-01T13:52:53.896Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68a9528eb25522cd -C extra-filename=-06ad48312b2f9b98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-73def4041324c80c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a28f4995cd6c1ead.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-bd59e6d09b9b047e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3213 | 2026-02-01T13:52:53.985Z | Compiling usdt-attr-macro v0.6.0 |
| 3214 | 2026-02-01T13:52:54.009Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=344812a0152fa2cf -C extra-filename=-98f528683423b182 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-73def4041324c80c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a28f4995cd6c1ead.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-bd59e6d09b9b047e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3215 | 2026-02-01T13:52:54.217Z | Compiling daft v0.1.4 |
| 3216 | 2026-02-01T13:52:54.241Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="newtype-uuid1"' --cfg 'feature="oxnet01"' --cfg 'feature="std"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=529bfa6216becc68 -C extra-filename=-16da02b7f268f0f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft_derive=/work/oxidecomputer/omicron/target/debug/deps/libdaft_derive-6fc0d228e61fc981.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-08bfadb753b7e6e0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41093f2c867ef13e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2573444fa8c2fe8f.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3217 | 2026-02-01T13:52:54.501Z | Compiling serde_with_macros v3.16.1 |
| 3218 | 2026-02-01T13:52:54.525Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-3.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="schemars_0_8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars_0_8", "schemars_0_9", "schemars_1"))' -C metadata=72c3e3b7f121b0d8 -C extra-filename=-482d19e7bc59d78e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-10c1ac2fb36c5a4c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3219 | 2026-02-01T13:52:54.737Z | Compiling unicode-normalization v0.1.24 |
| 3220 | 2026-02-01T13:52:54.761Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f885ec72200fac19 -C extra-filename=-8b8be64f68da7dc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-b7eae749123b0310.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3221 | 2026-02-01T13:52:55.410Z | Compiling ed25519 v2.2.3 |
| 3222 | 2026-02-01T13:52:55.438Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=f565a3359190d226 -C extra-filename=-9ce9c0f51f3def44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-7695dabeccbe10ce.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-90ea2a1d4226026e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3223 | 2026-02-01T13:52:55.606Z | Compiling vergen-lib v0.1.6 |
| 3224 | 2026-02-01T13:52:55.630Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=eb4712f2e0873578 -C extra-filename=-dba302d9a8dd536a --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-dba302d9a8dd536a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-7fa2b6f2c43cf8ff.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3225 | 2026-02-01T13:52:55.660Z | Compiling enum-as-inner v0.6.1 |
| 3226 | 2026-02-01T13:52:55.684Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enum-as-inner-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=750999a3147d57b2 -C extra-filename=-b45fd57d80de9e79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-f6b0916e9f59d363.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3227 | 2026-02-01T13:52:55.988Z | Compiling keccak v0.1.5 |
| 3228 | 2026-02-01T13:52:56.012Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keccak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=9ef05273e2f66729 -C extra-filename=-0fda15d424a1583e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3229 | 2026-02-01T13:52:56.686Z | Compiling managed v0.8.0 |
| 3230 | 2026-02-01T13:52:56.710Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=b20328e5c89b8bb3 -C extra-filename=-88901cb07382564c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3231 | 2026-02-01T13:52:56.826Z | Compiling serde_with v3.16.1 |
| 3232 | 2026-02-01T13:52:56.850Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="macros"' --cfg 'feature="schemars_0_8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hashbrown_0_16", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "schemars_0_9", "schemars_1", "smallvec_1", "std", "time_0_3"))' -C metadata=c4fc994efcbb8eda -C extra-filename=-7a34172b17d5e8ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dfd4e45d5ffbfadd.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-267a03eb07a47b1e.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-482d19e7bc59d78e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3233 | 2026-02-01T13:52:57.036Z | Compiling sha3 v0.10.8 |
| 3234 | 2026-02-01T13:52:57.060Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=58790ff9c7f21e51 -C extra-filename=-cfcdf4d597c0b08b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6e81e85899bef692.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-0fda15d424a1583e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3235 | 2026-02-01T13:52:57.126Z | Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-dba302d9a8dd536a/build-script-build` |
| 3236 | 2026-02-01T13:52:57.224Z | Compiling ed25519-dalek v2.1.1 |
| 3237 | 2026-02-01T13:52:57.248Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="fast"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=6a11fb01ac9c133c -C extra-filename=-7a23ac05953c4ada --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-df73d89bc29f1c29.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-9ce9c0f51f3def44.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ac84e309c3184e65.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ef67885dfad558a1.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-90ea2a1d4226026e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-0012f68beb8a2851.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3238 | 2026-02-01T13:52:57.550Z | Compiling usdt v0.6.0 |
| 3239 | 2026-02-01T13:52:57.574Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=056bb2b8517087e9 -C extra-filename=-51db564dfd70ff16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-92042216f3703d7c.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-673637cdfeff7da7.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-e63264ea7c725e1f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-98f528683423b182.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-bd59e6d09b9b047e.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-06ad48312b2f9b98.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3240 | 2026-02-01T13:52:57.680Z | Compiling cargo-platform v0.1.8 |
| 3241 | 2026-02-01T13:52:57.704Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddca27020aaf7a32 -C extra-filename=-1c964db30591e843 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3242 | 2026-02-01T13:52:57.925Z | Compiling vergen v9.0.6 |
| 3243 | 2026-02-01T13:52:57.949Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.0.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=28021d5df339990f -C extra-filename=-174699261ae8c7ca --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-174699261ae8c7ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-7fa2b6f2c43cf8ff.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3244 | 2026-02-01T13:52:58.020Z | Compiling itertools v0.10.5 |
| 3245 | 2026-02-01T13:52:58.044Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=e205ec6f5ef1d230 -C extra-filename=-caad014a793dfe2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f4cba25822313ea3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3246 | 2026-02-01T13:52:58.184Z | Compiling precomputed-hash v0.1.1 |
| 3247 | 2026-02-01T13:52:58.208Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68c45c5108f160c0 -C extra-filename=-5286c934a2ddbc58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3248 | 2026-02-01T13:52:58.297Z | Compiling zstd-safe v7.2.3 |
| 3249 | 2026-02-01T13:52:58.321Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=ddcb4d2cb1aaa387 -C extra-filename=-ed151a077b353a92 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-ed151a077b353a92 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3250 | 2026-02-01T13:52:58.372Z | Compiling new_debug_unreachable v1.0.6 |
| 3251 | 2026-02-01T13:52:58.396Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/new_debug_unreachable-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98070fe46a4790f9 -C extra-filename=-ad1e57ee2f0ea2d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3252 | 2026-02-01T13:52:58.424Z | Compiling fixedbitset v0.4.2 |
| 3253 | 2026-02-01T13:52:58.486Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=215a62bcecea8667 -C extra-filename=-a6de0f73d69d38bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3254 | 2026-02-01T13:52:58.526Z | Compiling ref-cast v1.0.25 |
| 3255 | 2026-02-01T13:52:58.549Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=050b6768789f2618 -C extra-filename=-79b5190c4cac14ff --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-79b5190c4cac14ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3256 | 2026-02-01T13:52:58.698Z | Compiling string_cache v0.8.9 |
| 3257 | 2026-02-01T13:52:58.722Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/string_cache-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "malloc_size_of", "serde", "serde_support"))' -C metadata=c17ade2c0f0f25ea -C extra-filename=-c31495595ddcc7e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-ad1e57ee2f0ea2d4.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-87e7f2ec16b6a993.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-81ec37284a0b9f21.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-5286c934a2ddbc58.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3258 | 2026-02-01T13:52:58.834Z | Compiling petgraph v0.6.5 |
| 3259 | 2026-02-01T13:52:58.859Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=ca992db94171c313 -C extra-filename=-8c2cfda817b2d17d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-a6de0f73d69d38bc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2f46337baac0adb9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1a38873bc09cba6b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3260 | 2026-02-01T13:52:59.102Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-79b5190c4cac14ff/build-script-build` |
| 3261 | 2026-02-01T13:52:59.147Z | Running `/work/oxidecomputer/omicron/target/debug/build/vergen-174699261ae8c7ca/build-script-build` |
| 3262 | 2026-02-01T13:52:59.214Z | Compiling cargo_metadata v0.19.2 |
| 3263 | 2026-02-01T13:52:59.238Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=910c856fed3bd0b7 -C extra-filename=-785791c5bd79f66e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b6930e0f1659bcdb.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-1c964db30591e843.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-283681139803fcc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3264 | 2026-02-01T13:52:59.263Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=272af002347c016d -C extra-filename=-95c7a6ae691e1c6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-c0bde64e2bf8ca7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'` |
| 3265 | 2026-02-01T13:53:00.008Z | Compiling signal-hook-mio v0.2.4 |
| 3266 | 2026-02-01T13:53:00.032Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=3035c7e80c99b29e -C extra-filename=-e51035c1f0a9dd55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-49b7fca10123bcdd.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7b10beb23f20b755.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3267 | 2026-02-01T13:53:00.111Z | Compiling bzip2 v0.4.4 |
| 3268 | 2026-02-01T13:53:00.135Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=35cf19a6dbf078a3 -C extra-filename=-8fb6ea46d94b7d54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2_sys=/work/oxidecomputer/omicron/target/debug/deps/libbzip2_sys-58d83cb39abd60cf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib` |
| 3269 | 2026-02-01T13:53:00.225Z | Compiling ref-cast-impl v1.0.25 |
| 3270 | 2026-02-01T13:53:00.249Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-impl-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26dda07148d2b482 -C extra-filename=-c51bd1f581ab49b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3271 | 2026-02-01T13:53:00.477Z | Compiling rustc-hash v2.1.1 |
| 3272 | 2026-02-01T13:53:00.501Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "std"))' -C metadata=dbe56b8c7d3014ca -C extra-filename=-42aa1cc0fdf1ba5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3273 | 2026-02-01T13:53:00.528Z | Compiling zip v0.6.6 |
| 3274 | 2026-02-01T13:53:00.590Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "aes-crypto", "bzip2", "constant_time_eq", "default", "deflate", "deflate-miniz", "deflate-zlib", "flate2", "hmac", "pbkdf2", "sha1", "time", "unreserved", "zstd"))' -C metadata=80266a264853fee4 -C extra-filename=-839bbe541b2717ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-3d6b5634db92b1e2.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-8fb6ea46d94b7d54.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-32e224c89a75e3df.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-17b4ffd0be7522e2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib` |
| 3275 | 2026-02-01T13:53:00.722Z | Compiling heapless v0.7.17 |
| 3276 | 2026-02-01T13:53:00.746Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.7.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=abe8d275a1d122ac -C extra-filename=-d89ce6e2bf2103f9 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-d89ce6e2bf2103f9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9b2e9b521d88198a.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3277 | 2026-02-01T13:53:01.198Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=103c4ccc80106167 -C extra-filename=-d650ee001e8c7c0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-785791c5bd79f66e.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-c0bde64e2bf8ca7a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d0a7d5463e1bc3fc.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-9b2e9b521d88198a.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-95c7a6ae691e1c6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'` |
| 3278 | 2026-02-01T13:53:01.300Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c197ecdfc625c23d -C extra-filename=-94ee5ef34c93400b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ref_cast_impl=/work/oxidecomputer/omicron/target/debug/deps/libref_cast_impl-c51bd1f581ab49b3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'` |
| 3279 | 2026-02-01T13:53:01.495Z | Compiling simd-adler32 v0.3.7 |
| 3280 | 2026-02-01T13:53:01.519Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=bced9540e2ce24ce -C extra-filename=-21a68be63bba1eab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3281 | 2026-02-01T13:53:01.638Z | Compiling bumpalo v3.16.0 |
| 3282 | 2026-02-01T13:53:01.662Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=fa818704395979f2 -C extra-filename=-6bb02ee4a5d84ae8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3283 | 2026-02-01T13:53:01.837Z | Compiling lockfree-object-pool v0.1.6 |
| 3284 | 2026-02-01T13:53:01.861Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name lockfree_object_pool --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lockfree-object-pool-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ac9063043ff1f13 -C extra-filename=-3c1e25f36a9292ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3285 | 2026-02-01T13:53:01.993Z | Compiling lalrpop-util v0.19.12 |
| 3286 | 2026-02-01T13:53:02.036Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=3931d7af2ec0724f -C extra-filename=-cd6e7e1990ebbdaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3287 | 2026-02-01T13:53:02.060Z | Compiling crossterm v0.28.1 |
| 3288 | 2026-02-01T13:53:02.060Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-d89ce6e2bf2103f9/build-script-build` |
| 3289 | 2026-02-01T13:53:02.060Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=a30eda21f6d77d0a -C extra-filename=-d8b622e418879200 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-49b7fca10123bcdd.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-87e7f2ec16b6a993.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4eb08acaffe2559c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7b10beb23f20b755.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-e51035c1f0a9dd55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3290 | 2026-02-01T13:53:02.161Z | Compiling nix v0.29.0 |
| 3291 | 2026-02-01T13:53:02.185Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=6ac6ea7357561c1b -C extra-filename=-265e360ae0d78140 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-265e360ae0d78140 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-ef82f8d993f4ad21.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3292 | 2026-02-01T13:53:02.217Z | Compiling zopfli v0.8.1 |
| 3293 | 2026-02-01T13:53:02.241Z | Compiling bzip2 v0.5.2 |
| 3294 | 2026-02-01T13:53:02.241Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zopfli-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=3ce1f46e55f65a53 -C extra-filename=-09c3993b644be573 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bumpalo=/work/oxidecomputer/omicron/target/debug/deps/libbumpalo-6bb02ee4a5d84ae8.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-32e224c89a75e3df.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-3c1e25f36a9292ff.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-fd1d6d64bde63d04.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-21a68be63bba1eab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3295 | 2026-02-01T13:53:02.241Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libbz2-rs-sys", "static"))' -C metadata=b6ea917884c08f4f -C extra-filename=-2946693a7f9094f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2_sys=/work/oxidecomputer/omicron/target/debug/deps/libbzip2_sys-58d83cb39abd60cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib` |
| 3296 | 2026-02-01T13:53:02.389Z | Compiling serde-big-array v0.5.1 |
| 3297 | 2026-02-01T13:53:02.413Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d34558e8bd569a24 -C extra-filename=-11f5c1c3957e81cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3298 | 2026-02-01T13:53:02.645Z | Compiling hash32 v0.2.1 |
| 3299 | 2026-02-01T13:53:02.669Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d17b85d4d5c2b70c -C extra-filename=-d8c6283e9fc6fc1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-3d6b5634db92b1e2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3300 | 2026-02-01T13:53:02.700Z | Compiling socket2 v0.5.10 |
| 3301 | 2026-02-01T13:53:02.700Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=a44ef26141f1d8bd -C extra-filename=-6340e532002e7611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3302 | 2026-02-01T13:53:02.963Z | Compiling winnow v0.6.26 |
| 3303 | 2026-02-01T13:53:02.987Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.6.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=cc1cdc18cd1dab62 -C extra-filename=-0543cd79e09152cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-97454747b9c1699a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3304 | 2026-02-01T13:53:03.039Z | Compiling fs-err v3.1.1 |
| 3305 | 2026-02-01T13:53:03.063Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=2bda312915d4bca1 -C extra-filename=-128e3bf98a9334d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-128e3bf98a9334d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c7b232cf25fa937.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3306 | 2026-02-01T13:53:03.421Z | Compiling smoltcp v0.9.1 |
| 3307 | 2026-02-01T13:53:03.445Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=dd578dbe9bb57449 -C extra-filename=-1de243c05a5095c4 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-1de243c05a5095c4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3308 | 2026-02-01T13:53:03.506Z | Compiling buf-list v1.0.3 |
| 3309 | 2026-02-01T13:53:03.529Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=a3b75dafe49c971a -C extra-filename=-789c92a1ed57cf51 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-789c92a1ed57cf51 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3310 | 2026-02-01T13:53:03.585Z | Compiling predicates-core v1.0.8 |
| 3311 | 2026-02-01T13:53:03.609Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-core-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91a27d6e199652bf -C extra-filename=-1d05be2f7150b315 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3312 | 2026-02-01T13:53:03.931Z | Compiling jiff v0.2.15 |
| 3313 | 2026-02-01T13:53:03.954Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=6740e8aaf8575b32 -C extra-filename=-e61df0433f948987 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3314 | 2026-02-01T13:53:04.046Z | Compiling unicode-bidi v0.3.17 |
| 3315 | 2026-02-01T13:53:04.070Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=6e557541f4e2f497 -C extra-filename=-5594ccb0b16dc647 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3316 | 2026-02-01T13:53:04.136Z | Compiling unicode-properties v0.1.3 |
| 3317 | 2026-02-01T13:53:04.160Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-properties-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="emoji"' --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=a0b776a96ccf5dda -C extra-filename=-a5c94dc6117f4dc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3318 | 2026-02-01T13:53:04.527Z | Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-ed151a077b353a92/build-script-build` |
| 3319 | 2026-02-01T13:53:04.569Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zstd_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.14+zstd.1.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=7c31a86cf2be7e7e -C extra-filename=-b2b9bac57d086744 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -l static=zstd` |
| 3320 | 2026-02-01T13:53:04.630Z | Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-789c92a1ed57cf51/build-script-build` |
| 3321 | 2026-02-01T13:53:04.755Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-1de243c05a5095c4/build-script-build` |
| 3322 | 2026-02-01T13:53:04.779Z | Compiling stringprep v0.1.5 |
| 3323 | 2026-02-01T13:53:04.779Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zstd_safe --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=e294dd248e626a9b -C extra-filename=-bd47bad2e434f649 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zstd_sys=/work/oxidecomputer/omicron/target/debug/deps/libzstd_sys-b2b9bac57d086744.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out` |
| 3324 | 2026-02-01T13:53:04.779Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringprep-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c4a649dd872093d -C extra-filename=-6e7fdf323bf6eb5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-5594ccb0b16dc647.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-8b8be64f68da7dc0.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-a5c94dc6117f4dc2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3325 | 2026-02-01T13:53:04.916Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-128e3bf98a9334d0/build-script-build` |
| 3326 | 2026-02-01T13:53:05.067Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-265e360ae0d78140/build-script-build` |
| 3327 | 2026-02-01T13:53:05.136Z | Compiling zstd v0.13.3 |
| 3328 | 2026-02-01T13:53:05.160Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zstd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "thin", "thin-lto", "wasm", "zdict_builder", "zstdmt"))' -C metadata=a525dcdab046f8ac -C extra-filename=-ffd8c848826046fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zstd_safe=/work/oxidecomputer/omicron/target/debug/deps/libzstd_safe-bd47bad2e434f649.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out` |
| 3329 | 2026-02-01T13:53:05.187Z | Compiling hickory-proto v0.25.2 |
| 3330 | 2026-02-01T13:53:05.211Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.7.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=92b3f6acc623b646 -C extra-filename=-6aa9b2b4b1780dac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-d8c6283e9fc6fc1a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-626aaaa9d29ac688.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b3f689b660714cd0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics` |
| 3331 | 2026-02-01T13:53:05.235Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "futures-io", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "no-std-rand", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "socket2", "std", "testing", "text-parsing", "tls-aws-lc-rs", "tls-ring", "tokio", "wasm-bindgen", "webpki-roots"))' -C metadata=8f7881106295c59e -C extra-filename=-425dccc5b84d3d0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-35679194332c3a81.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-097a77969c9ceec3.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-b45fd57d80de9e79.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-c017406b27eb1031.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-232c8be27242af8d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9bb25a8253bdb0c6.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-303105b319dc4167.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-72e9ec773ccc1595.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-fd1d6d64bde63d04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c4ca0cb44195497.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-b7eae749123b0310.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-af105829bf4eb610.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-adcbea535396cfbc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3332 | 2026-02-01T13:53:05.668Z | Compiling similar v2.7.0 |
| 3333 | 2026-02-01T13:53:05.692Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation", "wasm32_web_time", "web-time"))' -C metadata=fa720e9919d056f4 -C extra-filename=-18b557821801923f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-04f08ed3a058b3f9.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a19e0197feed81ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3334 | 2026-02-01T13:53:05.719Z | Compiling tokio-stream v0.1.17 |
| 3335 | 2026-02-01T13:53:05.743Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=6780001318d65a76 -C extra-filename=-44c2bb939da682ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a71ebd9853ffeb76.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-1f7113120f3dbd04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3336 | 2026-02-01T13:53:05.912Z | Compiling md-5 v0.10.6 |
| 3337 | 2026-02-01T13:53:05.937Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md-5-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=2fd9c9c7edde709a -C extra-filename=-eee53537e57928c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6e81e85899bef692.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3338 | 2026-02-01T13:53:06.136Z | Compiling strum_macros v0.27.2 |
| 3339 | 2026-02-01T13:53:06.160Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1a5956162d58071 -C extra-filename=-e635d50d1bd2df89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-f6b0916e9f59d363.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3340 | 2026-02-01T13:53:06.220Z | Compiling float-cmp v0.10.0 |
| 3341 | 2026-02-01T13:53:06.244Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-cmp-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=8fef59d4c34d0263 -C extra-filename=-e207e0f7f37db327 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-497fd369a3647263.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3342 | 2026-02-01T13:53:06.486Z | Compiling difflib v0.4.0 |
| 3343 | 2026-02-01T13:53:06.510Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22e23468628700eb -C extra-filename=-5d9bbe3adea44293 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3344 | 2026-02-01T13:53:06.602Z | Compiling normalize-line-endings v0.3.0 |
| 3345 | 2026-02-01T13:53:06.626Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=815220de6802fae5 -C extra-filename=-3a141bbb220afc8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3346 | 2026-02-01T13:53:06.650Z | Compiling fallible-iterator v0.2.0 |
| 3347 | 2026-02-01T13:53:06.721Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=88e47374225bcb75 -C extra-filename=-85023095587dfc41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3348 | 2026-02-01T13:53:06.792Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=6ab81db2c24dde8a -C extra-filename=-d69479cf196c9621 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-793aae9f129abbfe.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-3d6b5634db92b1e2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-6aa9b2b4b1780dac.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-88901cb07382564c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3349 | 2026-02-01T13:53:07.361Z | Compiling postgres-protocol v0.6.8 |
| 3350 | 2026-02-01T13:53:07.385Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-protocol-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=51238c2f6ac3d2de -C extra-filename=-3a0b4a37bffafbee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d435ea9549e107c7.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-3d6b5634db92b1e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-85023095587dfc41.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b82001922f0a9e51.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-eee53537e57928c7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-97454747b9c1699a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c4ca0cb44195497.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ef67885dfad558a1.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-6e7fdf323bf6eb5b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3351 | 2026-02-01T13:53:07.475Z | Compiling predicates v3.1.3 |
| 3352 | 2026-02-01T13:53:07.524Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-3.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=6775acae17b0f04c -C extra-filename=-ee1ea9e9e401cc4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-0c111089be9f7798.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-5d9bbe3adea44293.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-e207e0f7f37db327.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-3a141bbb220afc8f.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-1d05be2f7150b315.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d0a7d5463e1bc3fc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3353 | 2026-02-01T13:53:07.715Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=cee134a757d23aae -C extra-filename=-5bc9812c09f1cecb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-17772e61ecfa494c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'` |
| 3354 | 2026-02-01T13:53:08.361Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=6d26a3fb1c5b384e -C extra-filename=-6cb80c5434c53512 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'` |
| 3355 | 2026-02-01T13:53:08.430Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=64da5cc198849021 -C extra-filename=-278ae70dca7efd8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds` |
| 3356 | 2026-02-01T13:53:08.706Z | Compiling serde_repr v0.1.19 |
| 3357 | 2026-02-01T13:53:08.730Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_repr-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eada846e183ea7af -C extra-filename=-4ea65966e30c1c69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3358 | 2026-02-01T13:53:08.902Z | Compiling peg-runtime v0.8.5 |
| 3359 | 2026-02-01T13:53:08.926Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-runtime-0.8.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=6eb7b2440bf8bafd -C extra-filename=-9b9d4b0b7e079877 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3360 | 2026-02-01T13:53:09.123Z | Compiling fixedbitset v0.5.7 |
| 3361 | 2026-02-01T13:53:09.147Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=3f76cd9c621959fc -C extra-filename=-4898360f56135f99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3362 | 2026-02-01T13:53:09.350Z | Compiling foldhash v0.2.0 |
| 3363 | 2026-02-01T13:53:09.377Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=b0ac45d5f0de18b6 -C extra-filename=-bd233c0e2a31006c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3364 | 2026-02-01T13:53:09.432Z | Compiling postgres-types v0.2.9 |
| 3365 | 2026-02-01T13:53:09.458Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-types-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "chrono-04", "cidr-02", "cidr-03", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=a772aacc85649323 -C extra-filename=-753ad8c476da046e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-85023095587dfc41.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-3a0b4a37bffafbee.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3366 | 2026-02-01T13:53:09.759Z | Compiling iddqd v0.3.16 |
| 3367 | 2026-02-01T13:53:09.783Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-0.3.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' --check-cfg 'cfg(doc_cfg)' --cfg 'feature="allocator-api2"' --cfg 'feature="daft"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="proptest"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "daft", "default", "default-hasher", "internal-schemars08-preserve-order", "proptest", "schemars08", "serde", "std"))' -C metadata=80885d89945e6719 -C extra-filename=-6b74060d98d6b0d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-eb42f4a0ef5a0bf7.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-16da02b7f268f0f8.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-480a5b4d9c81f5b2.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-bd233c0e2a31006c.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-197da80290dbc34e.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-0aa8f2a3f4ca3983.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-94ee5ef34c93400b.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-42aa1cc0fdf1ba5f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-267a03eb07a47b1e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3368 | 2026-02-01T13:53:09.811Z | Compiling petgraph v0.8.2 |
| 3369 | 2026-02-01T13:53:09.835Z | Compiling phf v0.11.2 |
| 3370 | 2026-02-01T13:53:09.835Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "dot_parser", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "std", "unstable"))' -C metadata=8a741e49d912081c -C extra-filename=-615bb13748115493 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-4898360f56135f99.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f267b6a801a95128.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2f46337baac0adb9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1a38873bc09cba6b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3371 | 2026-02-01T13:53:09.835Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=a4bb3bf88497a5c3 -C extra-filename=-4842a09e3e19d9c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-81ec37284a0b9f21.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3372 | 2026-02-01T13:53:10.162Z | Compiling zip v4.2.0 |
| 3373 | 2026-02-01T13:53:10.186Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-4.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-flate2-zlib-rs"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="jiff-02"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes-crypto", "bzip2", "chrono", "default", "deflate", "deflate-flate2", "deflate-flate2-zlib", "deflate-flate2-zlib-rs", "deflate-zopfli", "deflate64", "getrandom", "hmac", "jiff-02", "lzma", "nt-time", "pbkdf2", "sha1", "time", "unreserved", "xz", "zeroize", "zstd"))' -C metadata=38d232c8b939b57d -C extra-filename=-8fd589481cfb1097 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-2946693a7f9094f0.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-32e224c89a75e3df.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-17b4ffd0be7522e2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2f46337baac0adb9.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-e61df0433f948987.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-97454747b9c1699a.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-09c3993b644be573.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-ffd8c848826046fb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out` |
| 3374 | 2026-02-01T13:53:10.210Z | Compiling strum v0.27.2 |
| 3375 | 2026-02-01T13:53:10.210Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=cad2f4e2f52ff991 -C extra-filename=-5297a0e6b7c58da0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-e635d50d1bd2df89.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3376 | 2026-02-01T13:53:10.457Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3377 | 2026-02-01T13:53:10.481Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=7e41e7048da1b742 -C extra-filename=-15966e0d45b98d84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e77a23b2136080a7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-11f5c1c3957e81cd.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-4ea65966e30c1c69.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-d69479cf196c9621.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-58589735cf5cef4c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5297a0e6b7c58da0.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-e635d50d1bd2df89.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-479fd7dfad4044d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3378 | 2026-02-01T13:53:10.507Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3379 | 2026-02-01T13:53:10.531Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/gateway-ereport-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="debug-impls"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-impls", "serde"))' -C metadata=35eb7e03ddc7bfe3 -C extra-filename=-2dbba1a9c5a6647e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-479fd7dfad4044d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3380 | 2026-02-01T13:53:10.921Z | Compiling whoami v1.5.2 |
| 3381 | 2026-02-01T13:53:10.945Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-1.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=838da192eacd4728 -C extra-filename=-64f97016310d5eb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3382 | 2026-02-01T13:53:11.431Z | Compiling tokio-postgres v0.7.13 |
| 3383 | 2026-02-01T13:53:11.455Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-postgres-0.7.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=9dd89538e1df539d -C extra-filename=-c6b1f54acc9ffbae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-35679194332c3a81.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-3d6b5634db92b1e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-85023095587dfc41.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-c017406b27eb1031.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9bb25a8253bdb0c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-87e7f2ec16b6a993.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e99b8ea4dad43ed8.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-4842a09e3e19d9c2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a71ebd9853ffeb76.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-3a0b4a37bffafbee.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-753ad8c476da046e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c4ca0cb44195497.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6340e532002e7611.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-1f7113120f3dbd04.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-64f97016310d5eb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3384 | 2026-02-01T13:53:12.069Z | Compiling futures-executor v0.3.31 |
| 3385 | 2026-02-01T13:53:12.119Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=48bc34289fd59238 -C extra-filename=-cbc2bf67929ef085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a770262199a9f200.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9bb25a8253bdb0c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3386 | 2026-02-01T13:53:12.143Z | Compiling is-terminal v0.4.13 |
| 3387 | 2026-02-01T13:53:12.143Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be2d59efb5b28355 -C extra-filename=-30c4ffcd5eab2241 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3388 | 2026-02-01T13:53:12.319Z | Compiling regress v0.10.4 |
| 3389 | 2026-02-01T13:53:12.343Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "pattern", "prohibit-unsafe", "std", "utf16"))' -C metadata=4f0accecf0cd1394 -C extra-filename=-1e85992053aea4a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f267b6a801a95128.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-97454747b9c1699a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3390 | 2026-02-01T13:53:12.579Z | Compiling futures v0.3.31 |
| 3391 | 2026-02-01T13:53:12.603Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=b5045a7f36442785 -C extra-filename=-3692210509885948 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-c017406b27eb1031.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-cbc2bf67929ef085.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-232c8be27242af8d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-2f748ffac159055b.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a770262199a9f200.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9bb25a8253bdb0c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3392 | 2026-02-01T13:53:12.735Z | Compiling crossbeam-channel v0.5.15 |
| 3393 | 2026-02-01T13:53:12.759Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=67d500633c424492 -C extra-filename=-4a9ba214333ced79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-8a909d941427e7db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3394 | 2026-02-01T13:53:13.688Z | Compiling thread_local v1.1.8 |
| 3395 | 2026-02-01T13:53:13.712Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=cbfba96241d90201 -C extra-filename=-e0bf3162cf27754f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-fd1d6d64bde63d04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3396 | 2026-02-01T13:53:13.775Z | Compiling slog-async v2.8.0 |
| 3397 | 2026-02-01T13:53:13.800Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=d6559f3a4f527e5b -C extra-filename=-262d2ca6936537bc --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-262d2ca6936537bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3398 | 2026-02-01T13:53:13.824Z | Compiling take_mut v0.2.2 |
| 3399 | 2026-02-01T13:53:13.886Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f096bb758d3edd83 -C extra-filename=-aa9af83b69a12821 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3400 | 2026-02-01T13:53:14.059Z | Compiling term v1.1.0 |
| 3401 | 2026-02-01T13:53:14.083Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=8be1248fff24988a -C extra-filename=-aa8f1f9bff445577 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3402 | 2026-02-01T13:53:14.224Z | Compiling unsafe-libyaml v0.2.11 |
| 3403 | 2026-02-01T13:53:14.248Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a269415ac0efadd -C extra-filename=-828a745d43f3334f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3404 | 2026-02-01T13:53:14.395Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-262d2ca6936537bc/build-script-build` |
| 3405 | 2026-02-01T13:53:14.506Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=908625a714420dd9 -C extra-filename=-a47b5b3c81bc0d6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-4a9ba214333ced79.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-aa9af83b69a12821.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-e0bf3162cf27754f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128` |
| 3406 | 2026-02-01T13:53:15.096Z | Compiling slog-term v2.9.2 |
| 3407 | 2026-02-01T13:53:15.120Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=c45686a8955472dd -C extra-filename=-1551228b7b13cb31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-30c4ffcd5eab2241.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa8f1f9bff445577.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-e0bf3162cf27754f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e3618adaa086f16e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3408 | 2026-02-01T13:53:15.279Z | Compiling typify-impl v0.4.3 |
| 3409 | 2026-02-01T13:53:15.303Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72e49074a8aa7763 -C extra-filename=-4c562f05a24632f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-f6b0916e9f59d363.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1e85992053aea4a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-283681139803fcc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-129013fb65614915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3410 | 2026-02-01T13:53:15.482Z | Compiling serde_yaml v0.9.34+deprecated |
| 3411 | 2026-02-01T13:53:15.506Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=513114c40d838561 -C extra-filename=-083888189e619120 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2f46337baac0adb9.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-d31603d760bc9179.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e0a40e188c7bd2a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-828a745d43f3334f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3412 | 2026-02-01T13:53:15.779Z | Compiling match_cfg v0.1.0 |
| 3413 | 2026-02-01T13:53:15.802Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=1f0f43e87dbe1fee -C extra-filename=-b81757e23c7a1d42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3414 | 2026-02-01T13:53:15.884Z | Compiling newtype-uuid-macros v0.1.0 |
| 3415 | 2026-02-01T13:53:15.908Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52d3f27c4dc9bbc6 -C extra-filename=-bfac5120323a974e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-f6b0916e9f59d363.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a28f4995cd6c1ead.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3416 | 2026-02-01T13:53:15.945Z | Compiling debug-ignore v1.0.5 |
| 3417 | 2026-02-01T13:53:15.993Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=72c8192e3d1d0685 -C extra-filename=-79455cfd606a27b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3418 | 2026-02-01T13:53:16.017Z | Compiling hostname v0.3.1 |
| 3419 | 2026-02-01T13:53:16.017Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=7a9e372508a42d35 -C extra-filename=-23d39ef21018b76d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-b81757e23c7a1d42.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3420 | 2026-02-01T13:53:16.181Z | Compiling unicode-width v0.1.14 |
| 3421 | 2026-02-01T13:53:16.205Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=cce400bd316c61f2 -C extra-filename=-9cdf0809d3b31835 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3422 | 2026-02-01T13:53:16.274Z | Compiling structmeta-derive v0.3.0 |
| 3423 | 2026-02-01T13:53:16.298Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72515511f0056650 -C extra-filename=-b8a77b4bd4edf7eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3424 | 2026-02-01T13:53:16.324Z | Compiling slog-json v2.6.1 |
| 3425 | 2026-02-01T13:53:16.324Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=f89b8492a26c0615 -C extra-filename=-55b5bcaddd1e371c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e3618adaa086f16e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3426 | 2026-02-01T13:53:16.671Z | Compiling rustls v0.22.4 |
| 3427 | 2026-02-01T13:53:16.715Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=4e32fb6ff28e153e -C extra-filename=-1c1c4cf7ccfe16d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-1c1c4cf7ccfe16d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3428 | 2026-02-01T13:53:16.739Z | Compiling slog-bunyan v2.5.0 |
| 3429 | 2026-02-01T13:53:16.768Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=fba003839df87dcb -C extra-filename=-ed8886f90cce381c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-23d39ef21018b76d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-55b5bcaddd1e371c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e3618adaa086f16e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3430 | 2026-02-01T13:53:16.971Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 3431 | 2026-02-01T13:53:16.995Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.6+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=c28c66acd423a6a4 -C extra-filename=-8983639f45fc05c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-3422cd2ab36f88eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3432 | 2026-02-01T13:53:17.051Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-1c1c4cf7ccfe16d1/build-script-build` |
| 3433 | 2026-02-01T13:53:17.135Z | Compiling serde_path_to_error v0.1.20 |
| 3434 | 2026-02-01T13:53:17.159Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c014ef4aa5c12aa -C extra-filename=-f9440dc94ba82911 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-d31603d760bc9179.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-267a03eb07a47b1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3435 | 2026-02-01T13:53:17.485Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3436 | 2026-02-01T13:53:17.509Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=800ba873883170f9 -C extra-filename=-dad6eeb2604c6524 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-16da02b7f268f0f8.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-08bfadb753b7e6e0.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-bfac5120323a974e.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2573444fa8c2fe8f.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3437 | 2026-02-01T13:53:17.856Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3438 | 2026-02-01T13:53:17.880Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=614731cbb8125163 -C extra-filename=-8fef5d2ea1355fc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-267a03eb07a47b1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3439 | 2026-02-01T13:53:18.216Z | Compiling serde_spanned v1.0.4 |
| 3440 | 2026-02-01T13:53:18.240Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=fef77d81dff4a6ec -C extra-filename=-8b24fa79d003e31a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-267a03eb07a47b1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3441 | 2026-02-01T13:53:18.406Z | Compiling multer v3.1.0 |
| 3442 | 2026-02-01T13:53:18.430Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=e3977d2be399062f -C extra-filename=-d5ae52035172940b --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-d5ae52035172940b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fb4bf0ac6ce0dd10.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3443 | 2026-02-01T13:53:18.491Z | Compiling structmeta v0.3.0 |
| 3444 | 2026-02-01T13:53:18.515Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fbc7ead5c0770912 -C extra-filename=-b4f257370d54bf26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-b8a77b4bd4edf7eb.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3445 | 2026-02-01T13:53:18.542Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3446 | 2026-02-01T13:53:18.566Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.6+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9d0439d55a5697b1 -C extra-filename=-01a6f76dbf58b7f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3447 | 2026-02-01T13:53:18.597Z | Compiling async-stream-impl v0.3.6 |
| 3448 | 2026-02-01T13:53:18.620Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5125c59509871fd6 -C extra-filename=-cc8b4daed66aa8b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3449 | 2026-02-01T13:53:18.688Z | Compiling dropshot v0.16.7 |
| 3450 | 2026-02-01T13:53:18.712Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=467542e7d0f54609 -C extra-filename=-57c884ac07f8b24a --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-57c884ac07f8b24a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fb4bf0ac6ce0dd10.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3451 | 2026-02-01T13:53:18.787Z | Compiling rustls-pemfile v2.2.0 |
| 3452 | 2026-02-01T13:53:18.811Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=028de7cd077be45a -C extra-filename=-af6cc5d1f75cf402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fc87f2ca37b92aac.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3453 | 2026-02-01T13:53:18.850Z | Running `/work/oxidecomputer/omicron/target/debug/build/multer-d5ae52035172940b/build-script-build` |
| 3454 | 2026-02-01T13:53:18.891Z | Compiling waitgroup v0.1.2 |
| 3455 | 2026-02-01T13:53:18.951Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a46aca93814912b6 -C extra-filename=-0afa4c5288be4e33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-21654b0f73533e77.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3456 | 2026-02-01T13:53:18.975Z | Compiling toml v0.9.11+spec-1.1.0 |
| 3457 | 2026-02-01T13:53:18.975Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.11+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=9da524f0b9d7648c -C extra-filename=-3981346ca6736b37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-267a03eb07a47b1e.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8b24fa79d003e31a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-8fef5d2ea1355fc8.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-8983639f45fc05c7.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-01a6f76dbf58b7f9.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-3422cd2ab36f88eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3458 | 2026-02-01T13:53:19.014Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=c074ae583114bc89 -C extra-filename=-7182c1cac1548e87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-505eb2869ddc1c95.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9bb25a8253bdb0c6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-294dcf195affea97.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-dbbda6831f5fa2fc.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-97454747b9c1699a.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-0d93f1e08f56f5a9.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-626aaaa9d29ac688.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3459 | 2026-02-01T13:53:19.087Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-57c884ac07f8b24a/build-script-build` |
| 3460 | 2026-02-01T13:53:19.149Z | Compiling dropshot_endpoint v0.16.7 |
| 3461 | 2026-02-01T13:53:19.199Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.16.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6140b678242e1a9 -C extra-filename=-148610c3f1276fde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-f6b0916e9f59d363.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-283681139803fcc8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a28f4995cd6c1ead.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3462 | 2026-02-01T13:53:19.223Z | Compiling hostname v0.4.2 |
| 3463 | 2026-02-01T13:53:19.223Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=5c9bd968e881f7a1 -C extra-filename=-65b833aeab466a4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3464 | 2026-02-01T13:53:19.258Z | Compiling derive-ex v0.1.8 |
| 3465 | 2026-02-01T13:53:19.296Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_ex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-ex-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0af4cea33baf449 -C extra-filename=-53179adf94762032 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-b4f257370d54bf26.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3466 | 2026-02-01T13:53:19.489Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 3467 | 2026-02-01T13:53:19.513Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2024 /home/build/.cargo/git/checkouts/serde_human_bytes-9b0d965c2b287046/70d3253/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=e3de12fa3a1a9138 -C extra-filename=-573f4227d3381b85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d435ea9549e107c7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dfd4e45d5ffbfadd.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-267a03eb07a47b1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3468 | 2026-02-01T13:53:19.739Z | Compiling itertools v0.14.0 |
| 3469 | 2026-02-01T13:53:19.763Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=fd926294e7ff8708 -C extra-filename=-855b48b18fd4dfa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f4cba25822313ea3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3470 | 2026-02-01T13:53:19.832Z | Compiling async-stream v0.3.6 |
| 3471 | 2026-02-01T13:53:19.855Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f91746864ece4154 -C extra-filename=-68c82e2c97d4b8cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream_impl-cc8b4daed66aa8b9.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a71ebd9853ffeb76.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3472 | 2026-02-01T13:53:19.892Z | Compiling macaddr v1.0.1 |
| 3473 | 2026-02-01T13:53:19.916Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=19cdc1f260cbc530 -C extra-filename=-e69ab39c2638fce6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3474 | 2026-02-01T13:53:20.138Z | Compiling tabwriter v1.4.0 |
| 3475 | 2026-02-01T13:53:20.162Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=a31526fe997078a9 -C extra-filename=-98ad39ae93d4b43b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-9cdf0809d3b31835.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3476 | 2026-02-01T13:53:20.338Z | Compiling instant v0.1.13 |
| 3477 | 2026-02-01T13:53:20.362Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instant-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=b965e0c0acbcf2a6 -C extra-filename=-a3bdf59aeb149b7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3478 | 2026-02-01T13:53:20.526Z | Compiling parse-display-derive v0.10.0 |
| 3479 | 2026-02-01T13:53:20.550Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c244ec2a51e40a23 -C extra-filename=-291d729924dcb0c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d0a7d5463e1bc3fc.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a0e0fade270198b5.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-b4f257370d54bf26.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3480 | 2026-02-01T13:53:20.574Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3481 | 2026-02-01T13:53:20.574Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=f723c7e0adf48c79 -C extra-filename=-5a673baebc5441a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3482 | 2026-02-01T13:53:21.306Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3483 | 2026-02-01T13:53:21.330Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=80f9ea1046994dcb -C extra-filename=-53fb01047f193b86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-5a673baebc5441a0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3484 | 2026-02-01T13:53:21.540Z | Compiling backoff v0.4.0 |
| 3485 | 2026-02-01T13:53:21.564Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=b11196d415c1bd34 -C extra-filename=-63ad648cdb56c61b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-6ad1041184c0d777.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a3bdf59aeb149b7d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a71ebd9853ffeb76.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8a1dbdb5626eec5a.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3486 | 2026-02-01T13:53:21.676Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 3487 | 2026-02-01T13:53:21.700Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rdb_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/3abfb8e/rdb-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=b24718769e7c22c9 -C extra-filename=-dfd1b6128cfbbe54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41093f2c867ef13e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3488 | 2026-02-01T13:53:21.897Z | Compiling colored v3.0.0 |
| 3489 | 2026-02-01T13:53:21.921Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=0aaf16cb3c42d066 -C extra-filename=-4a7cbf8c982f73b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3490 | 2026-02-01T13:53:22.341Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3491 | 2026-02-01T13:53:22.365Z | Compiling camino-tempfile v1.4.1 |
| 3492 | 2026-02-01T13:53:22.365Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/61479b6/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a4054665402ebf0 -C extra-filename=-29b97be273feaed5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3493 | 2026-02-01T13:53:22.365Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=d92b077f5a64e925 -C extra-filename=-007217ae8bf36647 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b6930e0f1659bcdb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f7a72a1cf74a42de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3494 | 2026-02-01T13:53:22.602Z | Compiling toml v0.8.23 |
| 3495 | 2026-02-01T13:53:22.656Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order", "unbounded"))' -C metadata=83dc1a62ea22e6ad -C extra-filename=-5080944c3a3a89f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-09aa206e1e21c674.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c3ff0b2424c80153.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2cc9f54291082de4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3496 | 2026-02-01T13:53:22.800Z | Compiling proc-macro-error-attr v1.0.4 |
| 3497 | 2026-02-01T13:53:22.824Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3625b914aa0ec891 -C extra-filename=-187c8d4aacffb723 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-187c8d4aacffb723 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fb4bf0ac6ce0dd10.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3498 | 2026-02-01T13:53:22.850Z | Compiling test-strategy v0.4.3 |
| 3499 | 2026-02-01T13:53:22.874Z | Compiling proc-macro-error v1.0.4 |
| 3500 | 2026-02-01T13:53:22.898Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/test-strategy-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8befcd895bea956d -C extra-filename=-de9d18395dde20e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_ex=/work/oxidecomputer/omicron/target/debug/deps/libderive_ex-53179adf94762032.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-b4f257370d54bf26.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3501 | 2026-02-01T13:53:22.898Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=5075e065edc60695 -C extra-filename=-d9f15d11b44b2f9c --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-d9f15d11b44b2f9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fb4bf0ac6ce0dd10.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3502 | 2026-02-01T13:53:23.185Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-187c8d4aacffb723/build-script-build` |
| 3503 | 2026-02-01T13:53:23.290Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-d9f15d11b44b2f9c/build-script-build` |
| 3504 | 2026-02-01T13:53:23.391Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=641a1ce4cf0c7a80 -C extra-filename=-ac5e6ef06c70e465 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3505 | 2026-02-01T13:53:23.491Z | Compiling crossbeam-deque v0.8.5 |
| 3506 | 2026-02-01T13:53:23.515Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c644cacf889c1c10 -C extra-filename=-869337c2d3a5a941 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-336f2125ff85927d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-8a909d941427e7db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3507 | 2026-02-01T13:53:23.834Z | Compiling rayon-core v1.12.1 |
| 3508 | 2026-02-01T13:53:23.858Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=9cd0b22ffd4fa3d6 -C extra-filename=-adb5c7064d5654bf --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-adb5c7064d5654bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3509 | 2026-02-01T13:53:23.935Z | Compiling unicode-width v0.2.0 |
| 3510 | 2026-02-01T13:53:23.935Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=080138bbb4cdb8b0 -C extra-filename=-380e1ba8a435d85c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3511 | 2026-02-01T13:53:24.027Z | Compiling parse-display v0.10.0 |
| 3512 | 2026-02-01T13:53:24.050Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=6589e1f34e13dbb1 -C extra-filename=-d980d7eedf1ce489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-291d729924dcb0c9.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d0a7d5463e1bc3fc.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a0e0fade270198b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3513 | 2026-02-01T13:53:24.084Z | Compiling crucible-workspace-hack v0.1.0 |
| 3514 | 2026-02-01T13:53:24.108Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ae34b4d2a88ccb6 -C extra-filename=-5fb75bb0888ab707 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-5fb75bb0888ab707 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3515 | 2026-02-01T13:53:24.136Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=aea13fcb21870acd -C extra-filename=-96d8adc4ca350563 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr-ac5e6ef06c70e465.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c72974f6df362fc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback` |
| 3516 | 2026-02-01T13:53:24.217Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-adb5c7064d5654bf/build-script-build` |
| 3517 | 2026-02-01T13:53:24.281Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=87acfa4b668301e0 -C extra-filename=-f5f5f06d53e82596 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-869337c2d3a5a941.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-8a909d941427e7db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3518 | 2026-02-01T13:53:24.468Z | Compiling nix v0.30.1 |
| 3519 | 2026-02-01T13:53:24.492Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=543869ce462e3c78 -C extra-filename=-1b1d644b284dacc0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-1b1d644b284dacc0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-ef82f8d993f4ad21.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3520 | 2026-02-01T13:53:24.516Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-5fb75bb0888ab707/build-script-build` |
| 3521 | 2026-02-01T13:53:24.576Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa2e53cfc6ecc1ad -C extra-filename=-044b2dcf88bf908d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3522 | 2026-02-01T13:53:24.624Z | Compiling proc-macro-crate v1.3.1 |
| 3523 | 2026-02-01T13:53:24.648Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1ed85230bd87de7 -C extra-filename=-ce3b9ee080f42001 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-fd1d6d64bde63d04.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c6328e2818af246b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3524 | 2026-02-01T13:53:24.734Z | Compiling heapless v0.8.0 |
| 3525 | 2026-02-01T13:53:24.757Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=db699359e7d80b45 -C extra-filename=-95d42d9261f6ed16 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-95d42d9261f6ed16 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3526 | 2026-02-01T13:53:24.782Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3527 | 2026-02-01T13:53:24.782Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb1c2889f15d6e23 -C extra-filename=-47711245ed87d9f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-47711245ed87d9f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3528 | 2026-02-01T13:53:25.112Z | Compiling typify-macro v0.4.3 |
| 3529 | 2026-02-01T13:53:25.136Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e95319a846335a5a -C extra-filename=-c72d435a612aa9e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-283681139803fcc8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a28f4995cd6c1ead.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-4c562f05a24632f4.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3530 | 2026-02-01T13:53:25.199Z | Compiling rayon v1.10.0 |
| 3531 | 2026-02-01T13:53:25.223Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=bae1f1885cf760c9 -C extra-filename=-d7ceaab04c51a1a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f4cba25822313ea3.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-f5f5f06d53e82596.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3532 | 2026-02-01T13:53:25.247Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-1b1d644b284dacc0/build-script-build` |
| 3533 | 2026-02-01T13:53:25.358Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-95d42d9261f6ed16/build-script-build` |
| 3534 | 2026-02-01T13:53:25.386Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=beba07a43c5985af -C extra-filename=-4a478859e9da3049 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-17772e61ecfa494c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)' --check-cfg 'cfg(target_os, values("cygwin"))'` |
| 3535 | 2026-02-01T13:53:25.426Z | Compiling num_enum_derive v0.5.11 |
| 3536 | 2026-02-01T13:53:25.449Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=dab8f75ed308fa98 -C extra-filename=-15b297a04ed86b17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-ce3b9ee080f42001.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c72974f6df362fc.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3537 | 2026-02-01T13:53:25.621Z | Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-47711245ed87d9f0/build-script-build` |
| 3538 | 2026-02-01T13:53:25.666Z | Compiling ingot-macros v0.1.1 |
| 3539 | 2026-02-01T13:53:25.690Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67c4d60b2cab9c36 -C extra-filename=-5759b6b15a60d47a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-10c1ac2fb36c5a4c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-855b48b18fd4dfa2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d0a7d5463e1bc3fc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3540 | 2026-02-01T13:53:25.733Z | Compiling hash32 v0.3.1 |
| 3541 | 2026-02-01T13:53:25.757Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d08b0db799090db2 -C extra-filename=-cd41d0650fe015d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-3d6b5634db92b1e2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3542 | 2026-02-01T13:53:25.874Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3543 | 2026-02-01T13:53:25.898Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/artifact/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "schemars"))' -C metadata=4ea0a0930a34d90a -C extra-filename=-36a72f5428d92d97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-16da02b7f268f0f8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dfd4e45d5ffbfadd.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-0aa8f2a3f4ca3983.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-283681139803fcc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-573f4227d3381b85.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3bf83203eef01ea.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-de9d18395dde20e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3544 | 2026-02-01T13:53:26.036Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3545 | 2026-02-01T13:53:26.060Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef45b9e5907e4dba -C extra-filename=-ecff84698c17bd29 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-ecff84698c17bd29 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3546 | 2026-02-01T13:53:26.388Z | Compiling smoltcp v0.11.0 |
| 3547 | 2026-02-01T13:53:26.412Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=fec761bb83c87b05 -C extra-filename=-5c4c1e043334358d --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-5c4c1e043334358d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3548 | 2026-02-01T13:53:26.879Z | Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-ecff84698c17bd29/build-script-build` |
| 3549 | 2026-02-01T13:53:26.943Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=acabb42c3a6f63f3 -C extra-filename=-c258918bf3845d45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-cd41d0650fe015d5.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-b3f689b660714cd0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3550 | 2026-02-01T13:53:27.046Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-5c4c1e043334358d/build-script-build` |
| 3551 | 2026-02-01T13:53:27.183Z | Compiling foreign-types-macros v0.2.3 |
| 3552 | 2026-02-01T13:53:27.183Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=285c0ef2dbf4acba -C extra-filename=-cf18dcffe7cb2135 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3553 | 2026-02-01T13:53:27.596Z | Compiling num_enum v0.5.11 |
| 3554 | 2026-02-01T13:53:27.620Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=ccf696f1a91742bf -C extra-filename=-bf8d6dd87c14426e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum_derive-15b297a04ed86b17.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3555 | 2026-02-01T13:53:27.820Z | Compiling cobs v0.2.3 |
| 3556 | 2026-02-01T13:53:27.844Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=12d0ec78545bb1f9 -C extra-filename=-575d2734a855563d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3557 | 2026-02-01T13:53:27.883Z | Compiling foreign-types-shared v0.3.1 |
| 3558 | 2026-02-01T13:53:27.944Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=890a3d6b2b65eaa2 -C extra-filename=-b8a141888baaf2cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3559 | 2026-02-01T13:53:28.083Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=cc67db164c0f13f2 -C extra-filename=-b93bec1134921d76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-793aae9f129abbfe.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-3d6b5634db92b1e2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-c258918bf3845d45.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-88901cb07382564c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3560 | 2026-02-01T13:53:28.107Z | Compiling postcard v1.0.10 |
| 3561 | 2026-02-01T13:53:28.107Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postcard-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=f7a568605bfbdb35 -C extra-filename=-c2bc2b1ace9e59e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-575d2734a855563d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3562 | 2026-02-01T13:53:28.154Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6068281f2692a0a -C extra-filename=-a09e6d49a9f85469 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi` |
| 3563 | 2026-02-01T13:53:28.368Z | Compiling foreign-types v0.5.0 |
| 3564 | 2026-02-01T13:53:28.392Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8ab44f9501d203d3 -C extra-filename=-cba844cc58f4ff8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_macros-cf18dcffe7cb2135.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-b8a141888baaf2cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3565 | 2026-02-01T13:53:28.417Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f352c583693cd58 -C extra-filename=-c7a277f85ccace69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs` |
| 3566 | 2026-02-01T13:53:28.546Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3567 | 2026-02-01T13:53:28.570Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec190b1ad6870bf1 -C extra-filename=-a413a472863390e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c72974f6df362fc.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3568 | 2026-02-01T13:53:28.626Z | Compiling aws-lc-sys v0.26.0 |
| 3569 | 2026-02-01T13:53:28.650Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.26.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=7a0dcdb549d868cc -C extra-filename=-802c0b0697f2fc80 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-802c0b0697f2fc80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-611e38d25e96db6f.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e724e4e34397b21c.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-cc6c08331c78dec8.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-9b295e1d005e2e19.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-4509d5b9868482d8.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3570 | 2026-02-01T13:53:28.678Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3571 | 2026-02-01T13:53:28.727Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=442f9f1eb4054490 -C extra-filename=-27f0a372c76f041b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3572 | 2026-02-01T13:53:28.750Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3573 | 2026-02-01T13:53:28.750Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=3434ff40b6feb25d -C extra-filename=-de084a961bee87ef --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-de084a961bee87ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fb4bf0ac6ce0dd10.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3574 | 2026-02-01T13:53:28.994Z | Compiling typify v0.4.3 |
| 3575 | 2026-02-01T13:53:29.018Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=4553e5cb28031424 -C extra-filename=-ef385a858cff9c56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-4c562f05a24632f4.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-c72d435a612aa9e8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3576 | 2026-02-01T13:53:29.042Z | Compiling cstr-argument v0.1.2 |
| 3577 | 2026-02-01T13:53:29.066Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=de95a7e3f4e547a0 -C extra-filename=-ef5fc4265c40bea4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-97454747b9c1699a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3578 | 2026-02-01T13:53:29.172Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 3579 | 2026-02-01T13:53:29.196Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/f4eae3d/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86fc941d400f4738 -C extra-filename=-24d539a885c4c287 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-24d539a885c4c287 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3580 | 2026-02-01T13:53:29.222Z | Compiling progenitor-impl v0.11.2 |
| 3581 | 2026-02-01T13:53:29.246Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=174bdba43fc61b78 -C extra-filename=-373ce7c30b8f45eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-f6b0916e9f59d363.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-294dcf195affea97.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2f46337baac0adb9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-00c76cace985d8d4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d0a7d5463e1bc3fc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-ef385a858cff9c56.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-129013fb65614915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3582 | 2026-02-01T13:53:29.283Z | Compiling pretty-hex v0.2.1 |
| 3583 | 2026-02-01T13:53:29.283Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=d22a7f4ba37a5d10 -C extra-filename=-1a9fe4ea64e25254 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3584 | 2026-02-01T13:53:29.349Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3585 | 2026-02-01T13:53:29.419Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ade20ade5d1b71c -C extra-filename=-579aa3f51d515a73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-ef5fc4265c40bea4.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-cba844cc58f4ff8a.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-c7a277f85ccace69.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3586 | 2026-02-01T13:53:29.444Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3587 | 2026-02-01T13:53:29.444Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e64bb13726b8275 -C extra-filename=-9e4258f892178965 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-a413a472863390e1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3588 | 2026-02-01T13:53:29.553Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3589 | 2026-02-01T13:53:29.577Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=deafe3abb1663406 -C extra-filename=-a57d675a23fb472d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-a09e6d49a9f85469.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-bf8d6dd87c14426e.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1a9fe4ea64e25254.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3590 | 2026-02-01T13:53:29.661Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-24d539a885c4c287/build-script-build` |
| 3591 | 2026-02-01T13:53:29.707Z | Running `/work/oxidecomputer/omicron/target/debug/build/opte-de084a961bee87ef/build-script-build` |
| 3592 | 2026-02-01T13:53:29.731Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3593 | 2026-02-01T13:53:29.732Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fbacd0a85ad80b5 -C extra-filename=-99844866d996c950 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3594 | 2026-02-01T13:53:29.782Z | Compiling colored v2.2.0 |
| 3595 | 2026-02-01T13:53:29.806Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=5131dc82421bd372 -C extra-filename=-d111dfffbb578a82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-13ab450b5cd4e741.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3596 | 2026-02-01T13:53:29.849Z | Compiling sigpipe v0.1.3 |
| 3597 | 2026-02-01T13:53:29.930Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1e3575b65f5d6dc -C extra-filename=-67930fec1eb11ae9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3598 | 2026-02-01T13:53:29.984Z | Compiling convert_case v0.4.0 |
| 3599 | 2026-02-01T13:53:30.008Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=d1c83fd54cfaa38f -C extra-filename=-fd8b31629f4e40cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3600 | 2026-02-01T13:53:30.033Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3601 | 2026-02-01T13:53:30.033Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09f8568edfd144a6 -C extra-filename=-27c07bfc594d54d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-27c07bfc594d54d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e724e4e34397b21c.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3602 | 2026-02-01T13:53:30.509Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/f4eae3d/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f8903573ec97d3d -C extra-filename=-4c889c0e913110ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-d111dfffbb578a82.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-a57d675a23fb472d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-bf8d6dd87c14426e.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-579aa3f51d515a73.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-c7a277f85ccace69.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41093f2c867ef13e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8a1dbdb5626eec5a.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-9e4258f892178965.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6340e532002e7611.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-af105829bf4eb610.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-0543cd79e09152cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
| 3603 | 2026-02-01T13:53:30.558Z | Running `/work/oxidecomputer/omicron/target/debug/build/tofino-27c07bfc594d54d6/build-script-build` |
| 3604 | 2026-02-01T13:53:30.648Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3605 | 2026-02-01T13:53:30.673Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-7ded718b7f0331e2/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8e060d1fca9c612 -C extra-filename=-f948392241cf140d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-bf8d6dd87c14426e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3606 | 2026-02-01T13:53:30.712Z | Compiling zone_cfg_derive v0.3.0 |
| 3607 | 2026-02-01T13:53:30.736Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25eeffb3919830a8 -C extra-filename=-5c510d02adba5b38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-35455fc92fb86c9c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-96d8adc4ca350563.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c72974f6df362fc.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3608 | 2026-02-01T13:53:30.764Z | Compiling derive_more v0.99.20 |
| 3609 | 2026-02-01T13:53:30.764Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-0.99.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=1fec82aea4d5cc02 -C extra-filename=-6be371705b875998 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-fd8b31629f4e40cb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3610 | 2026-02-01T13:53:31.237Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3611 | 2026-02-01T13:53:31.237Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db299d72569ed7cb -C extra-filename=-6f688795289f329c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3bf83203eef01ea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3612 | 2026-02-01T13:53:31.373Z | Compiling ingot-types v0.1.2 |
| 3613 | 2026-02-01T13:53:31.397Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-types-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=f4988a3861ffa136 -C extra-filename=-8fcb72744131a684 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-5759b6b15a60d47a.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e69ab39c2638fce6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-479fd7dfad4044d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3614 | 2026-02-01T13:53:31.656Z | Compiling smf v0.2.3 |
| 3615 | 2026-02-01T13:53:31.680Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=647484630f5fe9bf -C extra-filename=-427bc3886938b229 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3616 | 2026-02-01T13:53:31.715Z | Compiling num-derive v0.4.2 |
| 3617 | 2026-02-01T13:53:31.769Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6153761168c08438 -C extra-filename=-b8b0ab8603043a99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3618 | 2026-02-01T13:53:32.030Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3619 | 2026-02-01T13:53:32.054Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=f9118546236188f0 -C extra-filename=-4589676973d9a70e --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-4589676973d9a70e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3620 | 2026-02-01T13:53:32.279Z | Compiling ingot v0.1.1 |
| 3621 | 2026-02-01T13:53:32.304Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=8cda009e9cd4f881 -C extra-filename=-c73ce786e31cfda6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-5759b6b15a60d47a.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-8fcb72744131a684.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e69ab39c2638fce6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-479fd7dfad4044d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3622 | 2026-02-01T13:53:32.469Z | Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-4589676973d9a70e/build-script-build` |
| 3623 | 2026-02-01T13:53:32.533Z | Compiling zone v0.3.1 |
| 3624 | 2026-02-01T13:53:32.557Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=b59c6cf913f58d18 -C extra-filename=-39e2c8f111f10aee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-129e09696abc5b6c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-5c510d02adba5b38.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3625 | 2026-02-01T13:53:32.814Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3626 | 2026-02-01T13:53:32.839Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8eb10ac1fd30bc39 -C extra-filename=-541c9975ebed104a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bhyve_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api_sys-6f688795289f329c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3bf83203eef01ea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3627 | 2026-02-01T13:53:33.257Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=20728a6ec4dc0979 -C extra-filename=-0fee7f3270132382 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f948392241cf140d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3c42113f51ad0045/out -l static=pci` |
| 3628 | 2026-02-01T13:53:33.612Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3629 | 2026-02-01T13:53:33.636Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e3ce1a056bb3915 -C extra-filename=-6dd8cc31794bed78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-044b2dcf88bf908d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-b8b0ab8603043a99.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-497fd369a3647263.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3630 | 2026-02-01T13:53:33.665Z | Compiling progenitor-impl v0.10.0 |
| 3631 | 2026-02-01T13:53:33.689Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f98664cfadf3aa6 -C extra-filename=-9ec5065adff62bb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-f6b0916e9f59d363.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-294dcf195affea97.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2f46337baac0adb9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-00c76cace985d8d4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d0a7d5463e1bc3fc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-ef385a858cff9c56.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-129013fb65614915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3632 | 2026-02-01T13:53:33.725Z | Compiling indent_write v2.2.0 |
| 3633 | 2026-02-01T13:53:33.772Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indent_write-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1796f49b51d2c43c -C extra-filename=-897919a6c42a408a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3634 | 2026-02-01T13:53:33.870Z | Compiling secrecy v0.10.3 |
| 3635 | 2026-02-01T13:53:33.894Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=50b66a5e96b66d7e -C extra-filename=-70346850ea1a1c2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3636 | 2026-02-01T13:53:33.992Z | Compiling half v2.4.1 |
| 3637 | 2026-02-01T13:53:34.016Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=1ddc10f82f872c1f -C extra-filename=-f4ff97aee5245cea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3638 | 2026-02-01T13:53:34.157Z | Compiling ciborium-io v0.2.2 |
| 3639 | 2026-02-01T13:53:34.181Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=94da3d8c3f44c75d -C extra-filename=-30b3def6d07bb157 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3640 | 2026-02-01T13:53:34.349Z | Compiling usdt-macro v0.5.0 |
| 3641 | 2026-02-01T13:53:34.349Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=4952ba5c29c2db14 -C extra-filename=-e7252c5d294a6129 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-fd4e60294fd8dcc0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a28f4995cd6c1ead.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0445968ca0637420.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3642 | 2026-02-01T13:53:34.376Z | Compiling usdt-attr-macro v0.5.0 |
| 3643 | 2026-02-01T13:53:34.400Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=ce2d80aa232ed9f8 -C extra-filename=-043b2321fa5f036c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-fd4e60294fd8dcc0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a28f4995cd6c1ead.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0445968ca0637420.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3644 | 2026-02-01T13:53:34.515Z | Compiling ciborium-ll v0.2.2 |
| 3645 | 2026-02-01T13:53:34.539Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=c0ff981411a8b96a -C extra-filename=-edb10dacbde01805 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-30b3def6d07bb157.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-f4ff97aee5245cea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3646 | 2026-02-01T13:53:34.857Z | Compiling progenitor-macro v0.11.2 |
| 3647 | 2026-02-01T13:53:34.881Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d7e044d427bbd51 -C extra-filename=-6d7754426f4f6829 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-00c76cace985d8d4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-373ce7c30b8f45eb.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a28f4995cd6c1ead.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-083888189e619120.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3648 | 2026-02-01T13:53:34.913Z | Compiling ciborium v0.2.2 |
| 3649 | 2026-02-01T13:53:34.983Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=08643edd43e675c3 -C extra-filename=-31c5b2a4b8f25e85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-30b3def6d07bb157.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-edb10dacbde01805.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3650 | 2026-02-01T13:53:35.699Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3651 | 2026-02-01T13:53:35.723Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=5e1740959dff04e1 -C extra-filename=-fa281eba6567a498 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-27f0a372c76f041b.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-c73ce786e31cfda6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-382feb7a47043c3e.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-c2bc2b1ace9e59e9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-b93bec1134921d76.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3652 | 2026-02-01T13:53:35.880Z | Compiling memmap v0.7.0 |
| 3653 | 2026-02-01T13:53:35.904Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=222cfab16fd338de -C extra-filename=-82e860a33b2edfaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3654 | 2026-02-01T13:53:36.040Z | Compiling universal-hash v0.5.1 |
| 3655 | 2026-02-01T13:53:36.065Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=cbf05ab152d95785 -C extra-filename=-764bd895911679eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cb900f07b9be1a72.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-0012f68beb8a2851.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3656 | 2026-02-01T13:53:36.106Z | Compiling opaque-debug v0.3.1 |
| 3657 | 2026-02-01T13:53:36.106Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opaque-debug-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=906d8359368d9f9f -C extra-filename=-865b1cbb8f9399f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3658 | 2026-02-01T13:53:36.250Z | Compiling usdt v0.5.0 |
| 3659 | 2026-02-01T13:53:36.274Z | Compiling swrite v0.1.0 |
| 3660 | 2026-02-01T13:53:36.301Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=648b11acef0613f1 -C extra-filename=-4c54d6fe69d90e61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-aa3d5cf5a4228e52.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-fd4e60294fd8dcc0.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-493eabd2cc707a23.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-82e860a33b2edfaf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-043b2321fa5f036c.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0445968ca0637420.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e7252c5d294a6129.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3661 | 2026-02-01T13:53:36.301Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=08f3d9eb9f4b4bf7 -C extra-filename=-4f7b34869adbd03a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3662 | 2026-02-01T13:53:36.356Z | Compiling aead v0.5.2 |
| 3663 | 2026-02-01T13:53:36.380Z | Compiling poly1305 v0.8.0 |
| 3664 | 2026-02-01T13:53:36.380Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=6c048ecef3343e3e -C extra-filename=-a14ee83e7e346575 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cb900f07b9be1a72.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-7a4ed7398383c982.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3665 | 2026-02-01T13:53:36.380Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=952032bc85e6908a -C extra-filename=-becb9b96e018fad7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-14734f3678771662.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-865b1cbb8f9399f8.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-764bd895911679eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3666 | 2026-02-01T13:53:36.503Z | Compiling chacha20 v0.9.1 |
| 3667 | 2026-02-01T13:53:36.527Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=f756ca793783979f -C extra-filename=-20bd7851065901e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2a9c1cf1c1fc924f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-14734f3678771662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3668 | 2026-02-01T13:53:36.749Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3669 | 2026-02-01T13:53:36.773Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=f36758957f242d4e -C extra-filename=-1a63989f199b4c8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c72974f6df362fc.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3670 | 2026-02-01T13:53:36.800Z | Compiling password-hash v0.5.0 |
| 3671 | 2026-02-01T13:53:36.800Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=276e502bea67499d -C extra-filename=-4452c9a69d405c2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4449a79e16ffb95e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ac84e309c3184e65.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-0012f68beb8a2851.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3672 | 2026-02-01T13:53:36.977Z | Compiling blake2 v0.10.6 |
| 3673 | 2026-02-01T13:53:37.001Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=6d72f507cad0b7e5 -C extra-filename=-be5c9cb7a0fecf70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6e81e85899bef692.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3674 | 2026-02-01T13:53:37.661Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=f2b31272c9fa201d -C extra-filename=-94bbeec794132400 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-e059266739f8684d.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-27f0a372c76f041b.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-c73ce786e31cfda6.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-99844866d996c950.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-fa281eba6567a498.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-c2bc2b1ace9e59e9.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-94ee5ef34c93400b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-98ad39ae93d4b43b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-479fd7dfad4044d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'` |
| 3675 | 2026-02-01T13:53:37.854Z | Compiling argon2 v0.5.3 |
| 3676 | 2026-02-01T13:53:37.878Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=331f70905215c1e6 -C extra-filename=-2de8280c6c1d6649 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4449a79e16ffb95e.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-be5c9cb7a0fecf70.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-14734f3678771662.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-4452c9a69d405c2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3677 | 2026-02-01T13:53:37.994Z | Compiling chacha20poly1305 v0.10.1 |
| 3678 | 2026-02-01T13:53:38.018Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=b322390a756df41b -C extra-filename=-078b6ee085383e2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-a14ee83e7e346575.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-20bd7851065901e6.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2a9c1cf1c1fc924f.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-becb9b96e018fad7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3679 | 2026-02-01T13:53:38.121Z | Compiling console v0.15.10 |
| 3680 | 2026-02-01T13:53:38.146Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=b5afbfd51b8fda5a -C extra-filename=-619560bb150ceac8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-fd1d6d64bde63d04.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-380e1ba8a435d85c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3681 | 2026-02-01T13:53:38.266Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3682 | 2026-02-01T13:53:38.292Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=d13efb3f038190ab -C extra-filename=-514d3be1a7eb569b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-27f0a372c76f041b.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-94bbeec794132400.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-98ad39ae93d4b43b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-479fd7dfad4044d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3683 | 2026-02-01T13:53:38.523Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3684 | 2026-02-01T13:53:38.547Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/7103cd3/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c4b37a09ef0cdb0 -C extra-filename=-93085bf49667979d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d435ea9549e107c7.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-044b2dcf88bf908d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3685 | 2026-02-01T13:53:39.275Z | Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-802c0b0697f2fc80/build-script-main` |
| 3686 | 2026-02-01T13:53:39.349Z | Compiling thiserror-no-std v2.0.2 |
| 3687 | 2026-02-01T13:53:39.385Z | Compiling progenitor-macro v0.10.0 |
| 3688 | 2026-02-01T13:53:39.385Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3689 | 2026-02-01T13:53:39.409Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=26688b61f0a0b5ba -C extra-filename=-d0d99c4b55c6022b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl_no_std-1a63989f199b4c8d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3690 | 2026-02-01T13:53:39.409Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73f1088583f8d8fc -C extra-filename=-13f3c01c4f0a8836 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-00c76cace985d8d4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-9ec5065adff62bb6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a28f4995cd6c1ead.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-083888189e619120.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3691 | 2026-02-01T13:53:39.409Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8665cea75c081c36 -C extra-filename=-336e4c100f9c56c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3692 | 2026-02-01T13:53:39.495Z | Compiling derive-where v1.5.0 |
| 3693 | 2026-02-01T13:53:39.518Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-where-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "safe", "serde", "zeroize", "zeroize-on-drop"))' -C metadata=d511f40e6da15b47 -C extra-filename=-7018ab33c56d0f91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3694 | 2026-02-01T13:53:39.552Z | Compiling vsss-rs v3.3.4 |
| 3695 | 2026-02-01T13:53:39.576Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=bf91d222b3c5ea2a -C extra-filename=-ffaa129166d934ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-df73d89bc29f1c29.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-dc73510fe40080b1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dfd4e45d5ffbfadd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8a1dbdb5626eec5a.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a0277b79d8dbf888.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ac84e309c3184e65.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-0012f68beb8a2851.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-d0d99c4b55c6022b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3696 | 2026-02-01T13:53:40.010Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3697 | 2026-02-01T13:53:40.033Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/crates/propolis-api-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6335766c87a0488b -C extra-filename=-fe7469b0d704ebbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-93085bf49667979d.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-336e4c100f9c56c6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3698 | 2026-02-01T13:53:40.096Z | Compiling atomicwrites v0.4.4 |
| 3699 | 2026-02-01T13:53:40.120Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6af9ac8a7ba4d692 -C extra-filename=-f11f4885ed52f937 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4eb08acaffe2559c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f7a72a1cf74a42de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3700 | 2026-02-01T13:53:40.481Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3701 | 2026-02-01T13:53:40.506Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/e547d07/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f7aa26ceb778871 -C extra-filename=-f054bb986a738cb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-4c889c0e913110ea.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-94bbeec794132400.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-514d3be1a7eb569b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-c2bc2b1ace9e59e9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3702 | 2026-02-01T13:53:40.704Z | Compiling newline-converter v0.3.0 |
| 3703 | 2026-02-01T13:53:40.728Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47676896607ee1c6 -C extra-filename=-d1ddb52d13b948b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a19e0197feed81ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3704 | 2026-02-01T13:53:40.907Z | Compiling expectorate v1.2.0 |
| 3705 | 2026-02-01T13:53:40.933Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=fcceb8bcb6817bc5 -C extra-filename=-ed2bbd33ba323c52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-f11f4885ed52f937.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-619560bb150ceac8.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-d1ddb52d13b948b2.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-18b557821801923f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3706 | 2026-02-01T13:53:41.184Z | Compiling bytecount v0.6.8 |
| 3707 | 2026-02-01T13:53:41.209Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytecount-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=babad170bf7286a3 -C extra-filename=-8c954a2ac1e3ad53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3708 | 2026-02-01T13:53:41.428Z | Compiling num-rational v0.4.2 |
| 3709 | 2026-02-01T13:53:41.452Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=756c60f16b2abf17 -C extra-filename=-8e3b0fcdf0c15941 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-761b1f26215d1c8f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-497fd369a3647263.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3710 | 2026-02-01T13:53:42.217Z | Compiling num-complex v0.4.6 |
| 3711 | 2026-02-01T13:53:42.240Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=e0b0a7a7876b8ba6 -C extra-filename=-d850909e5479f9ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-497fd369a3647263.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3712 | 2026-02-01T13:53:42.418Z | Compiling float-ord v0.3.2 |
| 3713 | 2026-02-01T13:53:42.444Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ed7ddd18ec92c59 -C extra-filename=-c02a041b417bcf9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3714 | 2026-02-01T13:53:42.644Z | Compiling owo-colors v4.2.2 |
| 3715 | 2026-02-01T13:53:42.668Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=fb43815b0412a321 -C extra-filename=-0bfb4068f40b3c34 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-0bfb4068f40b3c34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3716 | 2026-02-01T13:53:42.781Z | Compiling tokio-dtrace v0.1.0 |
| 3717 | 2026-02-01T13:53:42.805Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_dtrace --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-dtrace-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=28912cb55820ba3a -C extra-filename=-98eaed2ff19c1883 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4c54d6fe69d90e61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3718 | 2026-02-01T13:53:43.035Z | Compiling num v0.4.3 |
| 3719 | 2026-02-01T13:53:43.059Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=b0e62d69db13bd66 -C extra-filename=-b528563394e98a45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-d850909e5479f9ca.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-761b1f26215d1c8f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-95b0526476a4012e.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-8e3b0fcdf0c15941.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-497fd369a3647263.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3720 | 2026-02-01T13:53:43.191Z | Compiling cancel-safe-futures v0.1.5 |
| 3721 | 2026-02-01T13:53:43.191Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=c03006b56d85a699 -C extra-filename=-c344aeae74d397ec --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-c344aeae74d397ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3722 | 2026-02-01T13:53:43.239Z | Compiling oxide-tokio-rt v0.1.2 |
| 3723 | 2026-02-01T13:53:43.264Z | Compiling libsw-core v0.3.1 |
| 3724 | 2026-02-01T13:53:43.264Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_tokio_rt --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-tokio-rt-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-multi-thread"))' -C metadata=b76b228a3ee14b3f -C extra-filename=-d0dab363dfdbb402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-98eaed2ff19c1883.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3725 | 2026-02-01T13:53:43.264Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-core-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="std"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "quanta", "std", "time", "tokio"))' -C metadata=4dbf62c222d374ea -C extra-filename=-0db2c14a2e262940 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3726 | 2026-02-01T13:53:43.345Z | Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-0bfb4068f40b3c34/build-script-build` |
| 3727 | 2026-02-01T13:53:43.469Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=60dd915e692b556c -C extra-filename=-c93fbbd6e5c1389c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg const_mut_refs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(const_mut_refs)'` |
| 3728 | 2026-02-01T13:53:43.597Z | Compiling libsw v3.5.0 |
| 3729 | 2026-02-01T13:53:43.621Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=801762703c0994df -C extra-filename=-a5cbd8c36f6af043 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libsw_core=/work/oxidecomputer/omicron/target/debug/deps/liblibsw_core-0db2c14a2e262940.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3730 | 2026-02-01T13:53:43.647Z | Compiling linear-map v1.2.0 |
| 3731 | 2026-02-01T13:53:43.647Z | Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-c344aeae74d397ec/build-script-build` |
| 3732 | 2026-02-01T13:53:43.671Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=bc340cd0a3529bbb -C extra-filename=-00d59c3fddae935d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3733 | 2026-02-01T13:53:43.764Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=1efea3f4a0a8f8e4 -C extra-filename=-d5cbf054fb94d8aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-2f748ffac159055b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9bb25a8253bdb0c6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a71ebd9853ffeb76.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3734 | 2026-02-01T13:53:43.919Z | Compiling gethostname v0.5.0 |
| 3735 | 2026-02-01T13:53:43.943Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gethostname-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1c1ad908bd2220c -C extra-filename=-1a063c1b3681c7da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4eb08acaffe2559c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3736 | 2026-02-01T13:53:44.030Z | Compiling unicode-xid v0.2.6 |
| 3737 | 2026-02-01T13:53:44.054Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-xid-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=06461e18b6b91e5d -C extra-filename=-4dcc695127048827 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3738 | 2026-02-01T13:53:44.109Z | Compiling same-file v1.0.6 |
| 3739 | 2026-02-01T13:53:44.133Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6bd187d106746bff -C extra-filename=-2dd99694c576ea3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3740 | 2026-02-01T13:53:44.166Z | Compiling async-recursion v1.1.1 |
| 3741 | 2026-02-01T13:53:44.202Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb65e9ec74cf43db -C extra-filename=-70aa1b2af4beb371 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3742 | 2026-02-01T13:53:44.280Z | Compiling resolv-conf v0.7.0 |
| 3743 | 2026-02-01T13:53:44.304Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=3dd6ea3341ef599b -C extra-filename=-f1015193bbab09d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-23d39ef21018b76d.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-532f9162c6acff23.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3744 | 2026-02-01T13:53:44.348Z | Compiling convert_case v0.7.1 |
| 3745 | 2026-02-01T13:53:44.348Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=73ba038e049b37fd -C extra-filename=-40aa8620f4ede1cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a19e0197feed81ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3746 | 2026-02-01T13:53:44.436Z | Compiling walkdir v2.5.0 |
| 3747 | 2026-02-01T13:53:44.460Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8975dbf5655cefd1 -C extra-filename=-0698fbb8677acabf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-2dd99694c576ea3b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3748 | 2026-02-01T13:53:44.967Z | Compiling smawk v0.3.2 |
| 3749 | 2026-02-01T13:53:44.991Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smawk-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=3fc2fcd8518a5065 -C extra-filename=-84530351c983a949 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3750 | 2026-02-01T13:53:45.016Z | Compiling unicode-linebreak v0.1.5 |
| 3751 | 2026-02-01T13:53:45.070Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f8d6ce5ec5526de -C extra-filename=-7cb204d16af9c38f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3752 | 2026-02-01T13:53:45.103Z | Compiling slog-dtrace v0.3.0 |
| 3753 | 2026-02-01T13:53:45.103Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=afa49572191f0a60 -C extra-filename=-97b9f4d52e9067b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-97b9f4d52e9067b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fb4bf0ac6ce0dd10.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3754 | 2026-02-01T13:53:45.132Z | Compiling derive_more-impl v2.0.1 |
| 3755 | 2026-02-01T13:53:45.156Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=e55cb68f71616c98 -C extra-filename=-a00e1aa698dcdef1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-40aa8620f4ede1cb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3756 | 2026-02-01T13:53:45.247Z | Compiling globset v0.4.15 |
| 3757 | 2026-02-01T13:53:45.271Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=c42e6f1c28dc1dbd -C extra-filename=-fb2df3bc9292b1c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-5e5f9d6f30511b8e.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-04f08ed3a058b3f9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4a86b5b227f953a0.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a0e0fade270198b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3758 | 2026-02-01T13:53:45.494Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-97b9f4d52e9067b4/build-script-build` |
| 3759 | 2026-02-01T13:53:45.544Z | Compiling vte_generate_state_changes v0.1.2 |
| 3760 | 2026-02-01T13:53:45.568Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte_generate_state_changes-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1079318583c60f2 -C extra-filename=-ed771462c1ff6c96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3761 | 2026-02-01T13:53:45.605Z | Compiling termtree v0.5.1 |
| 3762 | 2026-02-01T13:53:45.629Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termtree-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ceacecb5695fa16b -C extra-filename=-bee74fee9e5a95e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3763 | 2026-02-01T13:53:45.699Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=236f9255032c12b1 -C extra-filename=-977464ebf662e5c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4c54d6fe69d90e61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3764 | 2026-02-01T13:53:45.891Z | Compiling fd-lock v4.0.2 |
| 3765 | 2026-02-01T13:53:45.915Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4a67f43a6dfae8e -C extra-filename=-8e33235a14f752c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4eb08acaffe2559c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3766 | 2026-02-01T13:53:46.141Z | Compiling linked-hash-map v0.5.6 |
| 3767 | 2026-02-01T13:53:46.165Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=cdc01a6bc5fdbff1 -C extra-filename=-dac256fc4499f41b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3768 | 2026-02-01T13:53:46.217Z | Compiling vte v0.11.1 |
| 3769 | 2026-02-01T13:53:46.241Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=5aaadefccbdea524 -C extra-filename=-f1b3cf100720d1b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-91cd17b395172eb4.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-ed771462c1ff6c96.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3770 | 2026-02-01T13:53:46.269Z | Compiling hickory-proto v0.24.4 |
| 3771 | 2026-02-01T13:53:46.302Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=917eaa65172387e0 -C extra-filename=-4acec82a0ec5757a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-35679194332c3a81.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-097a77969c9ceec3.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-b45fd57d80de9e79.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-c017406b27eb1031.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-232c8be27242af8d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9bb25a8253bdb0c6.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-303105b319dc4167.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-72e9ec773ccc1595.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-fd1d6d64bde63d04.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8a1dbdb5626eec5a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-b7eae749123b0310.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-af105829bf4eb610.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-adcbea535396cfbc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3772 | 2026-02-01T13:53:46.528Z | Compiling lru-cache v0.1.2 |
| 3773 | 2026-02-01T13:53:46.552Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=3448a9e2f913b03a -C extra-filename=-bc18d3c79c188a7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-dac256fc4499f41b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3774 | 2026-02-01T13:53:46.624Z | Compiling nibble_vec v0.1.0 |
| 3775 | 2026-02-01T13:53:46.647Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e37e53458299a771 -C extra-filename=-1fc5f1c9351f74e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-c22453ae28d1f477.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3776 | 2026-02-01T13:53:46.672Z | Compiling nu-ansi-term v0.50.1 |
| 3777 | 2026-02-01T13:53:46.696Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=6936207840feb0a9 -C extra-filename=-7c808b498bd8eabc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3778 | 2026-02-01T13:53:46.808Z | Compiling endian-type v0.1.2 |
| 3779 | 2026-02-01T13:53:46.832Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=862f98cf40b5d298 -C extra-filename=-90d727422608196f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3780 | 2026-02-01T13:53:46.869Z | Compiling derive_more v2.0.1 |
| 3781 | 2026-02-01T13:53:46.893Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="is_variant"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "std", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=0fcf631ed620943a -C extra-filename=-c2e97eb8bf7476c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more_impl=/work/oxidecomputer/omicron/target/debug/deps/libderive_more_impl-a00e1aa698dcdef1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3782 | 2026-02-01T13:53:46.920Z | Compiling display-error-chain v0.2.2 |
| 3783 | 2026-02-01T13:53:46.944Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/display-error-chain-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4164c0fa50b2dcc -C extra-filename=-469aed9bc320f87d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3784 | 2026-02-01T13:53:47.028Z | Compiling crossterm v0.29.0 |
| 3785 | 2026-02-01T13:53:47.053Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="derive-more"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "derive-more", "event-stream", "events", "filedescriptor", "libc", "osc52", "serde", "use-dev-tty", "windows"))' -C metadata=00b83303d8b9c286 -C extra-filename=-ab946ef5dd999d77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c2e97eb8bf7476c1.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-7b223411380ebe46.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-49b7fca10123bcdd.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-87e7f2ec16b6a993.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-70ef06024266b24e.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7b10beb23f20b755.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-e51035c1f0a9dd55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3786 | 2026-02-01T13:53:47.107Z | Compiling radix_trie v0.2.1 |
| 3787 | 2026-02-01T13:53:47.222Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=6926f3df4da0e075 -C extra-filename=-88d65788756d7276 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-90d727422608196f.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-1fc5f1c9351f74e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3788 | 2026-02-01T13:53:47.250Z | Compiling pin-project-internal v1.1.6 |
| 3789 | 2026-02-01T13:53:47.279Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e092781e30005d08 -C extra-filename=-9d17b57f7c0f1b93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3790 | 2026-02-01T13:53:47.354Z | Compiling textwrap v0.16.2 |
| 3791 | 2026-02-01T13:53:47.378Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="terminal_size"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=ad83707ecabfc7ba -C extra-filename=-64ef97e6deb7ef76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-84530351c983a949.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-94981dbf2f59f856.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-7cb204d16af9c38f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-380e1ba8a435d85c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3792 | 2026-02-01T13:53:47.569Z | Compiling strip-ansi-escapes v0.2.0 |
| 3793 | 2026-02-01T13:53:47.593Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=771287638f6d5c98 -C extra-filename=-86407c420c8b6732 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vte=/work/oxidecomputer/omicron/target/debug/deps/libvte-f1b3cf100720d1b4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3794 | 2026-02-01T13:53:47.766Z | Compiling pem v3.0.5 |
| 3795 | 2026-02-01T13:53:47.791Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=cdb02d896a4ac851 -C extra-filename=-3062ca0d797ec488 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d435ea9549e107c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3796 | 2026-02-01T13:53:47.935Z | Compiling reedline v0.40.0 |
| 3797 | 2026-02-01T13:53:47.959Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reedline-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=852bbba35a0ba10d -C extra-filename=-c61df23ccdf6f1c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d8b622e418879200.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-8e33235a14f752c4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-be0f9bd12ff74331.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-7c808b498bd8eabc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-86407c420c8b6732.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3bf83203eef01ea.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-525b8aa471506a83.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a19e0197feed81ee.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-380e1ba8a435d85c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3798 | 2026-02-01T13:53:48.215Z | Compiling snafu-derive v0.8.5 |
| 3799 | 2026-02-01T13:53:48.239Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-derive-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=0dd9910f3d6ee999 -C extra-filename=-eff2f96531c7a21e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-f6b0916e9f59d363.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3800 | 2026-02-01T13:53:48.412Z | Compiling csv-core v0.1.11 |
| 3801 | 2026-02-01T13:53:48.436Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=76dec18e52c9ce41 -C extra-filename=-3a239fd0fb4688de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-97454747b9c1699a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3802 | 2026-02-01T13:53:48.878Z | Compiling cfg_aliases v0.1.1 |
| 3803 | 2026-02-01T13:53:48.902Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f277a9134600597 -C extra-filename=-102edcac45a8fe4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3804 | 2026-02-01T13:53:49.034Z | Compiling humantime v2.2.0 |
| 3805 | 2026-02-01T13:53:49.058Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=048b03d78ff832e4 -C extra-filename=-b1aafd72fde4325b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3806 | 2026-02-01T13:53:49.423Z | Compiling nix v0.28.0 |
| 3807 | 2026-02-01T13:53:49.447Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=ca8939b22bab5125 -C extra-filename=-0297f4b6bb304aec --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-0297f4b6bb304aec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-102edcac45a8fe4b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3808 | 2026-02-01T13:53:49.529Z | Compiling csv v1.3.1 |
| 3809 | 2026-02-01T13:53:49.553Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7469ee55f8073d05 -C extra-filename=-7e37665d2c49eec1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern csv_core=/work/oxidecomputer/omicron/target/debug/deps/libcsv_core-3a239fd0fb4688de.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-d31603d760bc9179.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e0a40e188c7bd2a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3810 | 2026-02-01T13:53:49.683Z | Compiling pin-project v1.1.6 |
| 3811 | 2026-02-01T13:53:49.707Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b3cc66c445e15ab -C extra-filename=-616cbd69b1c23aae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_internal-9d17b57f7c0f1b93.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3812 | 2026-02-01T13:53:49.904Z | Compiling olpc-cjson v0.1.4 |
| 3813 | 2026-02-01T13:53:49.928Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/olpc-cjson-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3dc78ad6fe722a9b -C extra-filename=-22064a10095b78fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-8b8be64f68da7dc0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3814 | 2026-02-01T13:53:50.179Z | Compiling serde_plain v1.0.2 |
| 3815 | 2026-02-01T13:53:50.219Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af896cd90736680e -C extra-filename=-456d94a0df686425 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3816 | 2026-02-01T13:53:50.243Z | Compiling siphasher v1.0.1 |
| 3817 | 2026-02-01T13:53:50.243Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=72c954b322179431 -C extra-filename=-92b69bb7f652cf94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3818 | 2026-02-01T13:53:50.588Z | Compiling typed-path v0.9.3 |
| 3819 | 2026-02-01T13:53:50.612Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typed-path-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1020c2b9963ebcf3 -C extra-filename=-e62b8a76ef6300f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3820 | 2026-02-01T13:53:50.703Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-0297f4b6bb304aec/build-script-build` |
| 3821 | 2026-02-01T13:53:50.733Z | Compiling phf_shared v0.12.1 |
| 3822 | 2026-02-01T13:53:50.733Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=a3fb221fe2d2e1fe -C extra-filename=-69d1e7129bca0e3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-92b69bb7f652cf94.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3823 | 2026-02-01T13:53:50.787Z | Compiling hickory-resolver v0.24.4 |
| 3824 | 2026-02-01T13:53:50.810Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=ded65c33c99c2573 -C extra-filename=-f2ebbc459813de41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9bb25a8253bdb0c6.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-4acec82a0ec5757a.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-bc18d3c79c188a7d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-fd1d6d64bde63d04.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-87e7f2ec16b6a993.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8a1dbdb5626eec5a.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-f1015193bbab09d9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-c22453ae28d1f477.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-af105829bf4eb610.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3825 | 2026-02-01T13:53:50.936Z | Compiling papergrid v0.11.0 |
| 3826 | 2026-02-01T13:53:50.960Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=cc4eeeda7ac72282 -C extra-filename=-3ebf24a2e6b8abab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-8c954a2ac1e3ad53.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-e2ec9cffada7aa4b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-9cdf0809d3b31835.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3827 | 2026-02-01T13:53:51.115Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3828 | 2026-02-01T13:53:51.138Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-e860126d7fbbad75/e3d9a1c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c1f931561f90319 -C extra-filename=-72f6434f3e058920 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b6930e0f1659bcdb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-af30543e4dffeb36.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6be371705b875998.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3829 | 2026-02-01T13:53:52.236Z | Compiling snafu v0.8.5 |
| 3830 | 2026-02-01T13:53:52.260Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=484b18d268c1c0db -C extra-filename=-1f23c7f844519291 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-616cbd69b1c23aae.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-eff2f96531c7a21e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3831 | 2026-02-01T13:53:52.931Z | Compiling qorb v0.4.1 |
| 3832 | 2026-02-01T13:53:52.954Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="probes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=ecec381a0609af0f -C extra-filename=-804a0c456b3bbe99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-35679194332c3a81.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-79455cfd606a27b1.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7018ab33c56d0f91.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3692210509885948.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-f2ebbc459813de41.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c4ca0cb44195497.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-44c2bb939da682ca.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-af105829bf4eb610.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4c54d6fe69d90e61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3833 | 2026-02-01T13:53:53.064Z | Compiling tabled_derive v0.7.0 |
| 3834 | 2026-02-01T13:53:53.088Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0985a18317f6e492 -C extra-filename=-a3ae3f1b4593e991 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-35455fc92fb86c9c.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-96d8adc4ca350563.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c72974f6df362fc.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3835 | 2026-02-01T13:53:53.233Z | Compiling base64 v0.21.7 |
| 3836 | 2026-02-01T13:53:53.257Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e3e3d5bfdf8adb97 -C extra-filename=-024f1c8f150e481c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3837 | 2026-02-01T13:53:53.336Z | Compiling semver v0.1.20 |
| 3838 | 2026-02-01T13:53:53.360Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75a60123c0bfc458 -C extra-filename=-ebd3366e90b3b18a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3839 | 2026-02-01T13:53:53.520Z | Compiling chrono-tz v0.10.4 |
| 3840 | 2026-02-01T13:53:53.544Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=6a0f5e5e37346020 -C extra-filename=-33c8536749a06288 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-33c8536749a06288 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3841 | 2026-02-01T13:53:53.852Z | Compiling highway v1.3.0 |
| 3842 | 2026-02-01T13:53:53.902Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/highway-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=da84101b60aacd8b -C extra-filename=-c68703580b29a4f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3843 | 2026-02-01T13:53:53.926Z | Compiling rustc_version v0.1.7 |
| 3844 | 2026-02-01T13:53:53.926Z | Compiling phf v0.12.1 |
| 3845 | 2026-02-01T13:53:53.926Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=35ab0b7327863826 -C extra-filename=-e1f87b4c16731d57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-ebd3366e90b3b18a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3846 | 2026-02-01T13:53:53.926Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=09aea32de8de57d4 -C extra-filename=-906b14c8009da457 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-69d1e7129bca0e3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3847 | 2026-02-01T13:53:53.926Z | Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-33c8536749a06288/build-script-build` |
| 3848 | 2026-02-01T13:53:54.086Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=c74e37d3c4452174 -C extra-filename=-7a520220f26eac61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish` |
| 3849 | 2026-02-01T13:53:54.271Z | Compiling const_format_proc_macros v0.2.34 |
| 3850 | 2026-02-01T13:53:54.295Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format_proc_macros-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=959623827e2a7738 -C extra-filename=-2b0f06540eb5b81e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-4dcc695127048827.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3851 | 2026-02-01T13:53:54.363Z | Compiling peg-macros v0.8.5 |
| 3852 | 2026-02-01T13:53:54.387Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-macros-0.8.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=f20cc42753b0477e -C extra-filename=-988b9f6d4b052934 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-9b9d4b0b7e079877.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3853 | 2026-02-01T13:53:54.582Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3854 | 2026-02-01T13:53:54.606Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 oximeter/db/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=05e7d653a2cc1d9c -C extra-filename=-d8a80717e5228d05 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-d8a80717e5228d05 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-02bf656fa5ef3767.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3855 | 2026-02-01T13:53:55.001Z | Compiling tabled v0.15.0 |
| 3856 | 2026-02-01T13:53:55.025Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=959139e96a21d963 -C extra-filename=-51fca4fb9c470b0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-3ebf24a2e6b8abab.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-a3ae3f1b4593e991.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-9cdf0809d3b31835.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3857 | 2026-02-01T13:53:55.487Z | Compiling sqlparser_derive v0.2.2 |
| 3858 | 2026-02-01T13:53:55.534Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f8f10f7af97bb7f -C extra-filename=-0ace42e65d63f55f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3859 | 2026-02-01T13:53:55.558Z | Compiling unicode_categories v0.1.1 |
| 3860 | 2026-02-01T13:53:55.558Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode_categories-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37f494220c40647d -C extra-filename=-75b4c84bdda8c74b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3861 | 2026-02-01T13:53:55.881Z | Compiling sqlformat v0.3.5 |
| 3862 | 2026-02-01T13:53:55.905Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlformat-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04d031bec238aa47 -C extra-filename=-437c344bb25c7039 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-75b4c84bdda8c74b.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-0543cd79e09152cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3863 | 2026-02-01T13:53:55.935Z | Compiling const_format v0.2.34 |
| 3864 | 2026-02-01T13:53:55.959Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__inline_const_pat_tests", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64", "rust_1_83"))' -C metadata=1b8015b9ce204bd4 -C extra-filename=-f699576924a286a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-2b0f06540eb5b81e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3865 | 2026-02-01T13:53:56.518Z | Compiling sqlparser v0.45.0 |
| 3866 | 2026-02-01T13:53:56.565Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.45.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=b36c0827374ce659 -C extra-filename=-dbf21da8dfcb1e23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-0ace42e65d63f55f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3867 | 2026-02-01T13:53:56.589Z | Compiling rustyline v14.0.0 |
| 3868 | 2026-02-01T13:53:56.618Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("buffer-redux", "case_insensitive_history_search", "custom-bindings", "default", "derive", "fd-lock", "home", "radix_trie", "regex", "rusqlite", "rustyline-derive", "signal-hook", "skim", "termios", "with-dirs", "with-file-history", "with-fuzzy", "with-sqlite-history"))' -C metadata=ca63c463cbe5b1e2 -C extra-filename=-a0fe740682bf86af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-8e33235a14f752c4.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-6e67cdb9ddd4ae7f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-97454747b9c1699a.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-7a520220f26eac61.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-88d65788756d7276.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a19e0197feed81ee.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-9cdf0809d3b31835.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-91cd17b395172eb4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3869 | 2026-02-01T13:53:56.775Z | Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-d8a80717e5228d05/build-script-build` |
| 3870 | 2026-02-01T13:53:56.845Z | Compiling newtype_derive v0.1.6 |
| 3871 | 2026-02-01T13:53:56.869Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=bdb0c107c297a346 -C extra-filename=-7fe39dbfdd09232e --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-7fe39dbfdd09232e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-e1f87b4c16731d57.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3872 | 2026-02-01T13:53:56.895Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=d802c94989df964c -C extra-filename=-c40586ca27fd0974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-906b14c8009da457.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3873 | 2026-02-01T13:53:57.003Z | Compiling peg v0.8.5 |
| 3874 | 2026-02-01T13:53:57.027Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=ee9085f94758f23b -C extra-filename=-763bfa703e0fb9d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_macros=/work/oxidecomputer/omicron/target/debug/deps/libpeg_macros-988b9f6d4b052934.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-9b9d4b0b7e079877.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3875 | 2026-02-01T13:53:57.188Z | Compiling bcs v0.1.6 |
| 3876 | 2026-02-01T13:53:57.212Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65730e976c682026 -C extra-filename=-819e317cf1cc0869 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3877 | 2026-02-01T13:53:57.328Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-7fe39dbfdd09232e/build-script-build` |
| 3878 | 2026-02-01T13:53:57.434Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=d88147d378aa403f -C extra-filename=-7465790350c49ea0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign` |
| 3879 | 2026-02-01T13:53:57.585Z | Compiling steno v0.4.1 |
| 3880 | 2026-02-01T13:53:57.609Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/steno-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=307c1ff4509582bd -C extra-filename=-bbbf13724c6b5478 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-35679194332c3a81.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3692210509885948.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-13ab450b5cd4e741.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-7465790350c49ea0.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c2cfda817b2d17d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3881 | 2026-02-01T13:53:57.747Z | Compiling utf-8 v0.7.6 |
| 3882 | 2026-02-01T13:53:57.771Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94412d529a2d8d95 -C extra-filename=-a6852b076c745feb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3883 | 2026-02-01T13:53:57.917Z | Compiling arc-swap v1.7.1 |
| 3884 | 2026-02-01T13:53:57.941Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=646a90e395a2babe -C extra-filename=-66bf6bdbb652dfe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3885 | 2026-02-01T13:53:58.078Z | Compiling tungstenite v0.21.0 |
| 3886 | 2026-02-01T13:53:58.101Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=2bcbb222a2100a4f -C extra-filename=-60c0800395f5aecf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-3d6b5634db92b1e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-097a77969c9ceec3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-294dcf195affea97.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-dbbda6831f5fa2fc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8a1dbdb5626eec5a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b33448ffabfe6764.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-adcbea535396cfbc.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-a6852b076c745feb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3887 | 2026-02-01T13:53:58.440Z | Compiling slog-scope v4.4.0 |
| 3888 | 2026-02-01T13:53:58.464Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55a790cfb8815889 -C extra-filename=-e13ddd6aea797528 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-66bf6bdbb652dfe3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-13ab450b5cd4e741.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3889 | 2026-02-01T13:53:58.884Z | Compiling slog-stdlog v4.1.1 |
| 3890 | 2026-02-01T13:53:58.908Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=2415b997b7617116 -C extra-filename=-072d2233df5a2f31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-e13ddd6aea797528.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3891 | 2026-02-01T13:53:59.270Z | Compiling tokio-tungstenite v0.21.0 |
| 3892 | 2026-02-01T13:53:59.302Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=ec8a1d7dbb4f47b1 -C extra-filename=-695c8c30ab7d85aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9bb25a8253bdb0c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-60c0800395f5aecf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3893 | 2026-02-01T13:53:59.670Z | Compiling xattr v1.3.1 |
| 3894 | 2026-02-01T13:53:59.694Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=2729f69ebe162d73 -C extra-filename=-624d39af8c051ba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4eb08acaffe2559c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3895 | 2026-02-01T13:53:59.723Z | Compiling filetime v0.2.26 |
| 3896 | 2026-02-01T13:53:59.803Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b26ab50b3d871b8 -C extra-filename=-3fcf135cdbffb87d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3897 | 2026-02-01T13:53:59.828Z | Compiling slog-envlogger v2.2.0 |
| 3898 | 2026-02-01T13:53:59.851Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=5b80570812845d5c -C extra-filename=-1af715db36bb8968 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d0a7d5463e1bc3fc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a47b5b3c81bc0d6f.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-e13ddd6aea797528.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-072d2233df5a2f31.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1551228b7b13cb31.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3899 | 2026-02-01T13:53:59.881Z | Compiling typify-impl v0.2.0 |
| 3900 | 2026-02-01T13:53:59.905Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a6f84e670edf731 -C extra-filename=-2585c823374bb821 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-f6b0916e9f59d363.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1e85992053aea4a9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-283681139803fcc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-129013fb65614915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3901 | 2026-02-01T13:53:59.998Z | Compiling tar v0.4.44 |
| 3902 | 2026-02-01T13:54:00.021Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=1d93d26c813c8f3f -C extra-filename=-43e1ddd1f5271f81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-3fcf135cdbffb87d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-624d39af8c051ba7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3903 | 2026-02-01T13:54:00.092Z | Compiling subprocess v0.2.9 |
| 3904 | 2026-02-01T13:54:00.116Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c40818598a35b069 -C extra-filename=-a60cc3a3884287eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3905 | 2026-02-01T13:54:00.542Z | Compiling headers-core v0.3.0 |
| 3906 | 2026-02-01T13:54:00.566Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-core-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4bfec734d99e3225 -C extra-filename=-22e336dce9cd57a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-294dcf195affea97.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3907 | 2026-02-01T13:54:00.759Z | Compiling headers v0.4.1 |
| 3908 | 2026-02-01T13:54:00.783Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=1aea4566c13f34ff -C extra-filename=-e5007c2679469475 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d435ea9549e107c7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-22e336dce9cd57a2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-294dcf195affea97.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-93b065caffe6d1a3.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-0d93f1e08f56f5a9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b33448ffabfe6764.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3909 | 2026-02-01T13:54:01.523Z | Compiling lzma-sys v0.1.20 |
| 3910 | 2026-02-01T13:54:01.547Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzma-sys-0.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=6fc6c0dfabc2aebb -C extra-filename=-40e68849d4ae7a1e --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-40e68849d4ae7a1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e724e4e34397b21c.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d3432966e640dd54.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3911 | 2026-02-01T13:54:01.728Z | Compiling heck v0.3.3 |
| 3912 | 2026-02-01T13:54:01.752Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7bf8010d2b0917b -C extra-filename=-6de7d81d2feff32e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a19e0197feed81ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3913 | 2026-02-01T13:54:02.061Z | Compiling zone_cfg_derive v0.1.2 |
| 3914 | 2026-02-01T13:54:02.085Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone_cfg_derive-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b33417e4e5db9afb -C extra-filename=-2b5bc7a25693fe43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6de7d81d2feff32e.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-96d8adc4ca350563.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c72974f6df362fc.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3915 | 2026-02-01T13:54:02.306Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3916 | 2026-02-01T13:54:02.330Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f739c64b973d6db0 -C extra-filename=-50635d10c31fbb7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1a38873bc09cba6b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bf810f4bdd4a1479.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3917 | 2026-02-01T13:54:02.354Z | Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-40e68849d4ae7a1e/build-script-build` |
| 3918 | 2026-02-01T13:54:02.436Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name lzma_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzma-sys-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=b8e725f5723ab860 -C extra-filename=-f917c73039320549 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma` |
| 3919 | 2026-02-01T13:54:02.631Z | Compiling yasna v0.5.2 |
| 3920 | 2026-02-01T13:54:02.655Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=e6651c5c52f072c2 -C extra-filename=-27d2b276115438c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e3618adaa086f16e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3921 | 2026-02-01T13:54:02.718Z | Compiling base64 v0.13.1 |
| 3922 | 2026-02-01T13:54:02.742Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ce533b38ce127f6d -C extra-filename=-3e6482fa3dc8dcf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3923 | 2026-02-01T13:54:02.773Z | Compiling number_prefix v0.4.0 |
| 3924 | 2026-02-01T13:54:02.797Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a44cb5a6542d73d3 -C extra-filename=-b201f065534c8687 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3925 | 2026-02-01T13:54:03.041Z | Compiling indicatif v0.17.11 |
| 3926 | 2026-02-01T13:54:03.065Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.17.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=7296f6b794d70f1e -C extra-filename=-d57bf9fb000c3896 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-619560bb150ceac8.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-b201f065534c8687.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-485743278ae27156.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-380e1ba8a435d85c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3927 | 2026-02-01T13:54:03.215Z | Compiling ron v0.7.1 |
| 3928 | 2026-02-01T13:54:03.239Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=b2ef01784d61f84a -C extra-filename=-f3aa1a37c5193522 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-3e6482fa3dc8dcf2.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-793aae9f129abbfe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3929 | 2026-02-01T13:54:03.381Z | Compiling zone v0.1.8 |
| 3930 | 2026-02-01T13:54:03.405Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3bba833b6ab23f0b -C extra-filename=-dde1a5cabe5a1a51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-caad014a793dfe2b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-2b5bc7a25693fe43.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3931 | 2026-02-01T13:54:04.001Z | Compiling rcgen v0.12.1 |
| 3932 | 2026-02-01T13:54:04.025Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="ring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=9063406e9e2822c5 -C extra-filename=-0eee21753dbb67c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-3062ca0d797ec488.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8709e54cb1a43f9f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e3618adaa086f16e.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-27d2b276115438c0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out` |
| 3933 | 2026-02-01T13:54:04.525Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3934 | 2026-02-01T13:54:04.549Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c7e5b259d034beb -C extra-filename=-77fd5bf9bb0c9cf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-50635d10c31fbb7a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1a38873bc09cba6b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bf810f4bdd4a1479.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3935 | 2026-02-01T13:54:04.765Z | Compiling xz2 v0.1.7 |
| 3936 | 2026-02-01T13:54:04.789Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name xz2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xz2-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=e096796d07dd2cdc -C extra-filename=-c84417783d6bdc1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lzma_sys=/work/oxidecomputer/omicron/target/debug/deps/liblzma_sys-f917c73039320549.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64` |
| 3937 | 2026-02-01T13:54:04.996Z | Compiling dropshot-api-manager-types v0.2.4 |
| 3938 | 2026-02-01T13:54:05.020Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager_types --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-types-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2eb384f4ee116202 -C extra-filename=-447e81e49f74d5ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b6930e0f1659bcdb.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2573444fa8c2fe8f.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-283681139803fcc8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3939 | 2026-02-01T13:54:05.176Z | Compiling moka v0.12.10 |
| 3940 | 2026-02-01T13:54:05.209Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(rustver)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=7592ba74402ebd49 -C extra-filename=-d3c75ce763f03b86 --out-dir /work/oxidecomputer/omicron/target/debug/build/moka-d3c75ce763f03b86 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3941 | 2026-02-01T13:54:05.241Z | Compiling tagptr v0.2.0 |
| 3942 | 2026-02-01T13:54:05.264Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tagptr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tagptr-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=499d59495eeb5f06 -C extra-filename=-3e15cd3448c99efe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3943 | 2026-02-01T13:54:05.307Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3944 | 2026-02-01T13:54:05.331Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=1fc85a709c35b97d -C extra-filename=-55a82ded4bbe622f --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-55a82ded4bbe622f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3945 | 2026-02-01T13:54:05.575Z | Compiling libefi-sys v0.1.0 |
| 3946 | 2026-02-01T13:54:05.599Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=276529c4d9499317 -C extra-filename=-511523064617c19b --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-511523064617c19b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3947 | 2026-02-01T13:54:05.632Z | Compiling bitfield-struct v0.6.2 |
| 3948 | 2026-02-01T13:54:05.632Z | Running `/work/oxidecomputer/omicron/target/debug/build/moka-d3c75ce763f03b86/build-script-build` |
| 3949 | 2026-02-01T13:54:05.657Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-struct-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56872efb4f53fed9 -C extra-filename=-31135d2e0dd1270f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3950 | 2026-02-01T13:54:05.750Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name moka --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(rustver)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=6092ed0a5545bc88 -C extra-filename=-5435f5f84712353c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-4a9ba214333ced79.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-336f2125ff85927d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-8a909d941427e7db.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-87e7f2ec16b6a993.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-485743278ae27156.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-c22453ae28d1f477.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-3e15cd3448c99efe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3951 | 2026-02-01T13:54:05.832Z | Compiling radium v0.7.0 |
| 3952 | 2026-02-01T13:54:05.856Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3238d920b3242728 -C extra-filename=-d89fcea8da1d0ffa --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-d89fcea8da1d0ffa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3953 | 2026-02-01T13:54:06.025Z | Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-511523064617c19b/build-script-build` |
| 3954 | 2026-02-01T13:54:06.092Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a461f74260f2d18f -C extra-filename=-8d15a65781fa46dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi` |
| 3955 | 2026-02-01T13:54:06.137Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-55a82ded4bbe622f/build-script-build` |
| 3956 | 2026-02-01T13:54:06.221Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3957 | 2026-02-01T13:54:06.245Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/nvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb86cacac78edf7a -C extra-filename=-ead6e915390de6ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3958 | 2026-02-01T13:54:06.402Z | Compiling tap v1.0.1 |
| 3959 | 2026-02-01T13:54:06.426Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d005f48e6fca3bf -C extra-filename=-1de06323f5549757 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3960 | 2026-02-01T13:54:06.511Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-d89fcea8da1d0ffa/build-script-build` |
| 3961 | 2026-02-01T13:54:06.535Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3962 | 2026-02-01T13:54:06.535Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-3568772d985bf341/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8848fa124f74614f -C extra-filename=-bfaff5f114eba304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-8d15a65781fa46dd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3963 | 2026-02-01T13:54:06.590Z | Compiling maybe-uninit v2.0.0 |
| 3964 | 2026-02-01T13:54:06.614Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4051d70e07a1f8e -C extra-filename=-ad2119ff9d552bd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-ad2119ff9d552bd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3965 | 2026-02-01T13:54:06.668Z | Compiling wyz v0.5.1 |
| 3966 | 2026-02-01T13:54:06.692Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=2b27b016445b6bad -C extra-filename=-b49d19abe2d8397e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-1de06323f5549757.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3967 | 2026-02-01T13:54:06.913Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a14bb22aad0a1e1 -C extra-filename=-7feadf17a967a006 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr` |
| 3968 | 2026-02-01T13:54:07.055Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3969 | 2026-02-01T13:54:07.079Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4037f8c67e74d01 -C extra-filename=-80a1b10889a2a032 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_struct=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_struct-31135d2e0dd1270f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3970 | 2026-02-01T13:54:07.103Z | Compiling zerocopy-derive v0.6.6 |
| 3971 | 2026-02-01T13:54:07.103Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a12c4ad2120a887 -C extra-filename=-1d9819359ab576c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3972 | 2026-02-01T13:54:07.212Z | Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-ad2119ff9d552bd4/build-script-build` |
| 3973 | 2026-02-01T13:54:07.321Z | Compiling hickory-resolver v0.25.2 |
| 3974 | 2026-02-01T13:54:07.346Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "system-config", "tls-aws-lc-rs", "tls-ring", "tokio", "webpki-roots"))' -C metadata=d4917d91ef1b0dc7 -C extra-filename=-131fd74bf3c767ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9bb25a8253bdb0c6.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-425dccc5b84d3d0c.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-5435f5f84712353c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-fd1d6d64bde63d04.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-87e7f2ec16b6a993.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c4ca0cb44195497.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-f1015193bbab09d9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-c22453ae28d1f477.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-af105829bf4eb610.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3975 | 2026-02-01T13:54:07.412Z | Compiling crc-catalog v2.4.0 |
| 3976 | 2026-02-01T13:54:07.436Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98afb82afbdf85c6 -C extra-filename=-d87c1338482ca7e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3977 | 2026-02-01T13:54:07.460Z | Compiling packed_struct v0.10.1 |
| 3978 | 2026-02-01T13:54:07.460Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=671c05fe5753de56 -C extra-filename=-c4739654593d5d63 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-c4739654593d5d63 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3979 | 2026-02-01T13:54:07.638Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3980 | 2026-02-01T13:54:07.663Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4bb5bcaa799d9b54 -C extra-filename=-1f3a6025060da858 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libnvme_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme_sys-80a1b10889a2a032.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-ead6e915390de6ed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3981 | 2026-02-01T13:54:07.743Z | Compiling funty v2.0.0 |
| 3982 | 2026-02-01T13:54:07.767Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=984e5132af15ac95 -C extra-filename=-413e3e03273ffb6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3983 | 2026-02-01T13:54:07.970Z | Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-c4739654593d5d63/build-script-build` |
| 3984 | 2026-02-01T13:54:08.039Z | Compiling crc v3.2.1 |
| 3985 | 2026-02-01T13:54:08.063Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3fe0193e215d0fe -C extra-filename=-a230316920a22209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-d87c1338482ca7e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3986 | 2026-02-01T13:54:08.399Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4861f65901464b57 -C extra-filename=-5adb9f6202adbd7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit` |
| 3987 | 2026-02-01T13:54:08.553Z | Compiling bitvec v1.0.1 |
| 3988 | 2026-02-01T13:54:08.577Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=15e6c4e84e17ece3 -C extra-filename=-d75abc533b5c0638 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-413e3e03273ffb6c.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-7feadf17a967a006.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-1de06323f5549757.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-b49d19abe2d8397e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3989 | 2026-02-01T13:54:08.645Z | Compiling packed_struct_codegen v0.10.1 |
| 3990 | 2026-02-01T13:54:08.669Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9dbe03d37be55ab1 -C extra-filename=-e999021c7d94d03e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c72974f6df362fc.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3991 | 2026-02-01T13:54:08.910Z | Compiling zerocopy v0.6.6 |
| 3992 | 2026-02-01T13:54:08.934Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=256fc71306c7bf66 -C extra-filename=-b73e908f0cfa8ff2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-3d6b5634db92b1e2.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-1d9819359ab576c9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3993 | 2026-02-01T13:54:09.149Z | Compiling bitfield-macros v0.19.2 |
| 3994 | 2026-02-01T13:54:09.173Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-macros-0.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae1eb696558a8e8e -C extra-filename=-bc8a8f9ec67279ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3995 | 2026-02-01T13:54:09.213Z | Compiling indexmap v1.9.3 |
| 3996 | 2026-02-01T13:54:09.237Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=c3571cf8f19caa67 -C extra-filename=-c22426cfa7c5bf63 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-c22426cfa7c5bf63 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c7b232cf25fa937.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3997 | 2026-02-01T13:54:09.266Z | Compiling typify-macro v0.2.0 |
| 3998 | 2026-02-01T13:54:09.292Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5f8a9b0ee167607 -C extra-filename=-d0c3530a4432590b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-283681139803fcc8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a28f4995cd6c1ead.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-2585c823374bb821.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 3999 | 2026-02-01T13:54:09.610Z | Compiling nodrop v0.1.14 |
| 4000 | 2026-02-01T13:54:09.635Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=73dedc6e10c1e21d -C extra-filename=-e112c8c78a20fbf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4001 | 2026-02-01T13:54:09.711Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-c22426cfa7c5bf63/build-script-build` |
| 4002 | 2026-02-01T13:54:09.736Z | Compiling smallvec v0.6.14 |
| 4003 | 2026-02-01T13:54:09.760Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=013f8dcb0a986df9 -C extra-filename=-b3235eb7aba05224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-5adb9f6202adbd7e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4004 | 2026-02-01T13:54:09.816Z | Compiling array-init v0.0.4 |
| 4005 | 2026-02-01T13:54:09.840Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=755b996d83bdd85f -C extra-filename=-3ee937fc28dcf0d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-e112c8c78a20fbf6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4006 | 2026-02-01T13:54:10.174Z | Compiling hashbrown v0.12.3 |
| 4007 | 2026-02-01T13:54:10.198Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=4c6d37b8b67da0c2 -C extra-filename=-05e38e84f8856804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4008 | 2026-02-01T13:54:10.595Z | Compiling bitfield v0.19.2 |
| 4009 | 2026-02-01T13:54:10.618Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-0.19.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce7d9281379d3cf3 -C extra-filename=-02b7a91549e16cd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_macros=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_macros-bc8a8f9ec67279ff.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4010 | 2026-02-01T13:54:10.695Z | Compiling serde-hex v0.1.0 |
| 4011 | 2026-02-01T13:54:10.719Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fffe0acac12af046 -C extra-filename=-f81ad4a74ef008e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-3ee937fc28dcf0d6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b3235eb7aba05224.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4012 | 2026-02-01T13:54:10.822Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 4013 | 2026-02-01T13:54:10.846Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=cb743409c5688340 -C extra-filename=-03e7d1450e2212db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-3d6b5634db92b1e2.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-a230316920a22209.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b73e908f0cfa8ff2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4014 | 2026-02-01T13:54:11.052Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=2123e8ba8e93c4ff -C extra-filename=-39c49e5a7662e2fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-05e38e84f8856804.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std` |
| 4015 | 2026-02-01T13:54:11.095Z | Compiling ron v0.8.1 |
| 4016 | 2026-02-01T13:54:11.118Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=3baa1cb684a5b1fe -C extra-filename=-78fa6b39b768f160 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-024f1c8f150e481c.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-1a38873bc09cba6b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4017 | 2026-02-01T13:54:11.169Z | Compiling hashbrown v0.13.2 |
| 4018 | 2026-02-01T13:54:11.193Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=279d9dbb85d8f86f -C extra-filename=-3d730bf7485c7be1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-dc034d8b27d56f21.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4019 | 2026-02-01T13:54:11.222Z | Compiling crc-any v2.5.0 |
| 4020 | 2026-02-01T13:54:11.246Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-any-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=70ba4102da300c75 -C extra-filename=-1d285c168f07fa9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4021 | 2026-02-01T13:54:11.489Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=c566226b9405e5e0 -C extra-filename=-5d8044e98f16fb07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-d75abc533b5c0638.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-e999021c7d94d03e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4022 | 2026-02-01T13:54:11.697Z | Compiling xshell-macros v0.2.7 |
| 4023 | 2026-02-01T13:54:11.721Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name xshell_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-macros-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8a9e00f4d54ccf5 -C extra-filename=-b0a12e0f0eac8665 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4024 | 2026-02-01T13:54:11.829Z | Compiling path-slash v0.1.5 |
| 4025 | 2026-02-01T13:54:11.853Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb6db9e557d1c1ab -C extra-filename=-77c1286a88d41c1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4026 | 2026-02-01T13:54:12.070Z | Compiling object v0.30.4 |
| 4027 | 2026-02-01T13:54:12.094Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "hashbrown", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "wasmparser", "write", "write_core", "write_std", "xcoff"))' -C metadata=9017a86738aa59c5 -C extra-filename=-01a71e51aa3314bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-32e224c89a75e3df.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-3d730bf7485c7be1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-39c49e5a7662e2fb.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-97454747b9c1699a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4028 | 2026-02-01T13:54:12.120Z | Compiling half v1.8.3 |
| 4029 | 2026-02-01T13:54:12.144Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-1.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "num-traits", "serde", "serialize", "std", "use-intrinsics", "zerocopy"))' -C metadata=c2a0d10c8d43ade9 -C extra-filename=-0295f1c6ff986653 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4030 | 2026-02-01T13:54:12.518Z | Compiling xshell v0.2.7 |
| 4031 | 2026-02-01T13:54:12.542Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name xshell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50a519e3e5bda486 -C extra-filename=-1f608ad67e6da44f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern xshell_macros=/work/oxidecomputer/omicron/target/debug/deps/libxshell_macros-b0a12e0f0eac8665.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4032 | 2026-02-01T13:54:12.695Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 4033 | 2026-02-01T13:54:12.719Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f718ffdf995ba200 -C extra-filename=-b712315b22e9d436 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-78fa6b39b768f160.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-03e7d1450e2212db.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b73e908f0cfa8ff2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4034 | 2026-02-01T13:54:13.081Z | Compiling serde_cbor v0.11.2 |
| 4035 | 2026-02-01T13:54:13.105Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_cbor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_cbor-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "tags", "unsealed_read_write"))' -C metadata=32c3b7fbe4bba599 -C extra-filename=-22b600c93595fa77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-0295f1c6ff986653.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4036 | 2026-02-01T13:54:13.209Z | Compiling typify v0.2.0 |
| 4037 | 2026-02-01T13:54:13.209Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=263a61b67879ed21 -C extra-filename=-b1c168c8e7a22595 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-2585c823374bb821.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-d0c3530a4432590b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4038 | 2026-02-01T13:54:13.256Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 4039 | 2026-02-01T13:54:13.305Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38f759871f82d5f7 -C extra-filename=-1d4e3942330743b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4040 | 2026-02-01T13:54:13.430Z | Compiling progenitor-impl v0.8.0 |
| 4041 | 2026-02-01T13:54:13.454Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c239075b842eedba -C extra-filename=-d11f31c303c685f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-f6b0916e9f59d363.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-294dcf195affea97.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2f46337baac0adb9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-00c76cace985d8d4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d0a7d5463e1bc3fc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-b1c168c8e7a22595.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-129013fb65614915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4042 | 2026-02-01T13:54:13.513Z | Compiling num-derive v0.3.3 |
| 4043 | 2026-02-01T13:54:13.537Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("full-syntax"))' -C metadata=8a57dfd652166a44 -C extra-filename=-ca6e8ad18f3b8cc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c72974f6df362fc.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4044 | 2026-02-01T13:54:14.040Z | Compiling proc-macro-error2 v2.0.1 |
| 4045 | 2026-02-01T13:54:14.064Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --warn=unexpected_cfgs '--allow=clippy::module_name_repetitions' --check-cfg 'cfg(run_ui_tests)' --cfg 'feature="default"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "syn-error"))' -C metadata=f9e686253c8b23a6 -C extra-filename=-7546e3fd01f336c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr2-1d4e3942330743b8.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4046 | 2026-02-01T13:54:14.185Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 4047 | 2026-02-01T13:54:14.185Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/205d47d/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7095d2b46d0eff29 -C extra-filename=-2ada6c4471aae0df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-02b7a91549e16cd2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-af30543e4dffeb36.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-5d8044e98f16fb07.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4048 | 2026-02-01T13:54:14.243Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=2bbd05ccea298e48 -C extra-filename=-01177f1f7df745ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq` |
| 4049 | 2026-02-01T13:54:14.429Z | Compiling maplit v1.0.2 |
| 4050 | 2026-02-01T13:54:14.453Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=118bc7648f63dec7 -C extra-filename=-4caffb5308add8ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4051 | 2026-02-01T13:54:14.553Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 4052 | 2026-02-01T13:54:14.577Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/1eacfcf/brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34ef5b7125a603c7 -C extra-filename=-e1ed337d993016ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-283681139803fcc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-43e1ddd1f5271f81.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-36a72f5428d92d97.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4053 | 2026-02-01T13:54:14.606Z | Compiling fxhash v0.2.1 |
| 4054 | 2026-02-01T13:54:14.606Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6558471b7de79fc4 -C extra-filename=-66cb1d257f62449a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-3d6b5634db92b1e2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4055 | 2026-02-01T13:54:14.663Z | Compiling tabled_derive v0.11.0 |
| 4056 | 2026-02-01T13:54:14.687Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd7e463d2d37a331 -C extra-filename=-0f3b62bbf87602d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-f6b0916e9f59d363.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-7546e3fd01f336c2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4057 | 2026-02-01T13:54:14.888Z | Compiling papergrid v0.17.0 |
| 4058 | 2026-02-01T13:54:14.912Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fnv"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "fnv", "std"))' -C metadata=d6e4d0407b4a1e64 -C extra-filename=-bb3d62298d2aa766 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-8c954a2ac1e3ad53.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-e2ec9cffada7aa4b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-380e1ba8a435d85c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4059 | 2026-02-01T13:54:15.019Z | Compiling testing_table v0.3.0 |
| 4060 | 2026-02-01T13:54:15.043Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name testing_table --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/testing_table-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansitok", "std"))' -C metadata=cdcaea0f189a2b9c -C extra-filename=-77306488138c6878 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-380e1ba8a435d85c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4061 | 2026-02-01T13:54:15.239Z | Compiling libscf-sys v1.1.0 |
| 4062 | 2026-02-01T13:54:15.264Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name libscf_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libscf-sys-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c9c001d02627e25 -C extra-filename=-ab1428610ff35a61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-ca6e8ad18f3b8cc7.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-497fd369a3647263.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4063 | 2026-02-01T13:54:15.313Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 4064 | 2026-02-01T13:54:15.337Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=0b75f0cce9659486 -C extra-filename=-58006ce0107defbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-af30543e4dffeb36.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e77a23b2136080a7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4065 | 2026-02-01T13:54:15.507Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 4066 | 2026-02-01T13:54:15.531Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2021 /home/build/.cargo/git/checkouts/smf-rs-c9ceb1b0d612b4af/72389b5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a902c4d4467d840c -C extra-filename=-48be15a56dfaf0c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-ab1428610ff35a61.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-497fd369a3647263.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4067 | 2026-02-01T13:54:16.180Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 4068 | 2026-02-01T13:54:16.204Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=af84964a6de1e0b7 -C extra-filename=-291424ed529fb825 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-291424ed529fb825 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fb4bf0ac6ce0dd10.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4069 | 2026-02-01T13:54:16.565Z | Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-291424ed529fb825/build-script-build` |
| 4070 | 2026-02-01T13:54:16.670Z | Compiling unicase v2.8.1 |
| 4071 | 2026-02-01T13:54:16.695Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=aa8107c41a95b84d -C extra-filename=-04c7b14a85d1b314 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4072 | 2026-02-01T13:54:17.019Z | Compiling tabled v0.20.0 |
| 4073 | 2026-02-01T13:54:17.043Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="assert"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --cfg 'feature="testing_table"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "assert", "default", "derive", "macros", "std", "tabled_derive", "testing_table"))' -C metadata=11f7121d217b2142 -C extra-filename=-1ae1b2123d9159ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-bb3d62298d2aa766.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-0f3b62bbf87602d5.so --extern testing_table=/work/oxidecomputer/omicron/target/debug/deps/libtesting_table-77306488138c6878.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4074 | 2026-02-01T13:54:17.067Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 4075 | 2026-02-01T13:54:17.177Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=5aff965a5eacf404 -C extra-filename=-298fbd4f3e130ac1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-58589735cf5cef4c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-58006ce0107defbd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4076 | 2026-02-01T13:54:17.256Z | Compiling crc8 v0.1.1 |
| 4077 | 2026-02-01T13:54:17.281Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name crc8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc8-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e412b9e0e5e6547f -C extra-filename=-f84b990c41be6160 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4078 | 2026-02-01T13:54:17.470Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 4079 | 2026-02-01T13:54:17.494Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=525ea218ff5aedc0 -C extra-filename=-4ae756e9fe6d65ba --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-4ae756e9fe6d65ba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4080 | 2026-02-01T13:54:17.840Z | Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-4ae756e9fe6d65ba/build-script-build` |
| 4081 | 2026-02-01T13:54:17.902Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1f603286e1a509a -C extra-filename=-bae151215e2bff1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/` |
| 4082 | 2026-02-01T13:54:18.250Z | Compiling diff v0.1.13 |
| 4083 | 2026-02-01T13:54:18.275Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1228e9b3039ef9f -C extra-filename=-b7a83c29c7ce09a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4084 | 2026-02-01T13:54:18.340Z | Compiling parking_lot_core v0.8.6 |
| 4085 | 2026-02-01T13:54:18.363Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=90e4ce4d719b5e6f -C extra-filename=-c41fe4d65a2e6abc --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-c41fe4d65a2e6abc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4086 | 2026-02-01T13:54:18.420Z | Compiling dsl_auto_type v0.1.2 |
| 4087 | 2026-02-01T13:54:18.443Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dsl_auto_type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ff68aa708f23af3 -C extra-filename=-eb9f6aaceff21180 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-70f68e186d1cb626.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f4cba25822313ea3.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-f6b0916e9f59d363.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4088 | 2026-02-01T13:54:18.760Z | Compiling kstat-rs v0.2.4 |
| 4089 | 2026-02-01T13:54:18.784Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kstat-rs-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e2ec4b998551448f -C extra-filename=-848e9641eddd621a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4090 | 2026-02-01T13:54:18.814Z | Compiling progenitor-macro v0.8.0 |
| 4091 | 2026-02-01T13:54:18.838Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9565b17c676658d4 -C extra-filename=-de8a0d70138a776f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-00c76cace985d8d4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-d11f31c303c685f4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a28f4995cd6c1ead.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-083888189e619120.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4092 | 2026-02-01T13:54:18.865Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-c41fe4d65a2e6abc/build-script-build` |
| 4093 | 2026-02-01T13:54:18.938Z | Compiling vergen-gitcl v1.0.8 |
| 4094 | 2026-02-01T13:54:18.962Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=42db2080e2862a83 -C extra-filename=-443d846a57e643da --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-443d846a57e643da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-7fa2b6f2c43cf8ff.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4095 | 2026-02-01T13:54:19.307Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 4096 | 2026-02-01T13:54:19.331Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_table_macro_syntax-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=760e6bb3c9091156 -C extra-filename=-7240219d8830e035 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4097 | 2026-02-01T13:54:19.355Z | Compiling scheduled-thread-pool v0.2.7 |
| 4098 | 2026-02-01T13:54:19.355Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd0f3c326e610fb7 -C extra-filename=-aa476535184e1cf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-87e7f2ec16b6a993.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4099 | 2026-02-01T13:54:19.678Z | Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-443d846a57e643da/build-script-build` |
| 4100 | 2026-02-01T13:54:19.702Z | Compiling r2d2 v0.8.10 |
| 4101 | 2026-02-01T13:54:19.702Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cdc9a369ed10982f -C extra-filename=-88c81904c55b8ffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-87e7f2ec16b6a993.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-aa476535184e1cf3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4102 | 2026-02-01T13:54:19.746Z | Compiling diesel_derives v2.2.3 |
| 4103 | 2026-02-01T13:54:19.770Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=1693e4478c85f708 -C extra-filename=-207d47e3bdc7fb37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel_table_macro_syntax=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_table_macro_syntax-7240219d8830e035.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-eb9f6aaceff21180.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4104 | 2026-02-01T13:54:19.887Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=5af76e998826f0dc -C extra-filename=-e12e25ca2e2a179b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a3bdf59aeb149b7d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-c22453ae28d1f477.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4105 | 2026-02-01T13:54:20.031Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen_gitcl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=3d6497231ae7a6ab -C extra-filename=-b46e7e53a39f4a95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-c0bde64e2bf8ca7a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e3618adaa086f16e.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-d650ee001e8c7c0c.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-95c7a6ae691e1c6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'` |
| 4106 | 2026-02-01T13:54:20.122Z | Compiling prefix-trie v0.7.0 |
| 4107 | 2026-02-01T13:54:20.146Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name prefix_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prefix-trie-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnet"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cidr", "default", "ipnet", "ipnetwork", "serde"))' -C metadata=ab01eb3c0420e961 -C extra-filename=-56669a98792e4892 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-72e9ec773ccc1595.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-497fd369a3647263.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4108 | 2026-02-01T13:54:20.452Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 4109 | 2026-02-01T13:54:20.476Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/205d47d/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=b06e61bf2f54dba9 -C extra-filename=-47546245253df9e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-3d6b5634db92b1e2.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ec51931818474554.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-1d285c168f07fa9b.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ac443c6da0ebe878.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-41fcf63accd208b8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dfd4e45d5ffbfadd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-2ada6c4471aae0df.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-497fd369a3647263.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-5d8044e98f16fb07.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a9c1919ad38df1a1.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-f1b50a0f6abb8ec5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-f81ad4a74ef008e9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ef67885dfad558a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-9879dfc3fdb885f5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-479fd7dfad4044d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4110 | 2026-02-01T13:54:20.883Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/59b8432/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=7f834f172e4232e8 -C extra-filename=-d1dd43f04ef5f29d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-af30543e4dffeb36.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e77a23b2136080a7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-855b48b18fd4dfa2.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-4a478859e9da3049.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a47b5b3c81bc0d6f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1551228b7b13cb31.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-1ae1b2123d9159ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-298fbd4f3e130ac1.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-58006ce0107defbd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-51db564dfd70ff16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm` |
| 4111 | 2026-02-01T13:54:21.209Z | Compiling parking_lot v0.11.2 |
| 4112 | 2026-02-01T13:54:21.233Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=e734cb328f59b0e5 -C extra-filename=-8476104907bb8a2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a3bdf59aeb149b7d.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-037ce8c9f540231f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-e12e25ca2e2a179b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4113 | 2026-02-01T13:54:21.956Z | Compiling nanorand v0.7.0 |
| 4114 | 2026-02-01T13:54:21.980Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=1be7bcc5fe98ffa8 -C extra-filename=-d68fcabf0fe8b8bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-6ad1041184c0d777.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4115 | 2026-02-01T13:54:22.038Z | Compiling dirs-sys-next v0.1.2 |
| 4116 | 2026-02-01T13:54:22.062Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9d1b1845d2bef8a -C extra-filename=-d44f2d47ba9b31fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4117 | 2026-02-01T13:54:22.543Z | Compiling crunchy v0.2.2 |
| 4118 | 2026-02-01T13:54:22.567Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=d1784a26ee98539f -C extra-filename=-87847baafbb79994 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-87847baafbb79994 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4119 | 2026-02-01T13:54:22.641Z | Compiling flume v0.11.1 |
| 4120 | 2026-02-01T13:54:22.665Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=b636ccfd9372f2a7 -C extra-filename=-4ac92e0270af93ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-2f748ffac159055b.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-d68fcabf0fe8b8bf.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-626aaaa9d29ac688.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4121 | 2026-02-01T13:54:23.058Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 4122 | 2026-02-01T13:54:23.082Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ee1775e31d6f697 -C extra-filename=-8c2923ca119a4c75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6e81e85899bef692.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dfd4e45d5ffbfadd.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-2ada6c4471aae0df.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-47546245253df9e5.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-01a71e51aa3314bf.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-77c1286a88d41c1d.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-f1b50a0f6abb8ec5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-03e7d1450e2212db.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-b712315b22e9d436.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bf810f4bdd4a1479.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-9879dfc3fdb885f5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b73e908f0cfa8ff2.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-839bbe541b2717ce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib` |
| 4123 | 2026-02-01T13:54:23.141Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-87847baafbb79994/build-script-build` |
| 4124 | 2026-02-01T13:54:23.217Z | Compiling dirs-next v2.0.0 |
| 4125 | 2026-02-01T13:54:23.241Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa09b45ee737f941 -C extra-filename=-86c3d54cce771042 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-d44f2d47ba9b31fd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4126 | 2026-02-01T13:54:23.268Z | Compiling sled v0.34.7 |
| 4127 | 2026-02-01T13:54:23.292Z | Compiling hickory-server v0.25.2 |
| 4128 | 2026-02-01T13:54:23.292Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "color-backtrace", "compression", "default", "docs", "event_log", "failpoints", "io_uring", "lock_free_delays", "measure_allocs", "miri_optimizations", "mutex", "no_inline", "no_logs", "no_metrics", "pretty_backtrace", "rio", "testing", "zstd"))' -C metadata=3d1dbda0bd71af7c -C extra-filename=-10338a09822291a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-32e224c89a75e3df.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-336f2125ff85927d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-8a909d941427e7db.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-66cb1d257f62449a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-8476104907bb8a2b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4129 | 2026-02-01T13:54:23.318Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "blocklist", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "metrics", "quic-aws-lc-rs", "quic-ring", "recursor", "resolver", "rusqlite", "rustls-platform-verifier", "sqlite", "testing", "tls-aws-lc-rs", "tls-ring", "toml", "webpki-roots"))' -C metadata=c06b0954bb211a8e -C extra-filename=-d60c3ef4441823d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-35679194332c3a81.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-097a77969c9ceec3.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-b45fd57d80de9e79.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9bb25a8253bdb0c6.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-425dccc5b84d3d0c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-72e9ec773ccc1595.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-56669a98792e4892.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e3618adaa086f16e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-1f7113120f3dbd04.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-af105829bf4eb610.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4130 | 2026-02-01T13:54:23.464Z | Compiling hickory-client v0.25.2 |
| 4131 | 2026-02-01T13:54:23.488Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-client-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "backtrace", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "tls-aws-lc-rs", "tls-ring", "webpki-roots"))' -C metadata=a65927cd3d57f13c -C extra-filename=-797340e06b12583c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-097a77969c9ceec3.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-c017406b27eb1031.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9bb25a8253bdb0c6.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-425dccc5b84d3d0c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-fd1d6d64bde63d04.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-88d65788756d7276.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c4ca0cb44195497.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-af105829bf4eb610.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4132 | 2026-02-01T13:54:24.060Z | Compiling tiny-keccak v2.0.2 |
| 4133 | 2026-02-01T13:54:24.084Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=00c73b190e8cc333 -C extra-filename=-a122584c282f69d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-a122584c282f69d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4134 | 2026-02-01T13:54:24.438Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-a122584c282f69d4/build-script-build` |
| 4135 | 2026-02-01T13:54:24.496Z | Compiling term v0.7.0 |
| 4136 | 2026-02-01T13:54:24.520Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=731e8ebb2ec67213 -C extra-filename=-bbb16d87424900ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-86c3d54cce771042.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4137 | 2026-02-01T13:54:25.538Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=277b1ce5543593b9 -C extra-filename=-d4efab7f24947cf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4138 | 2026-02-01T13:54:25.686Z | Compiling bit-vec v0.6.3 |
| 4139 | 2026-02-01T13:54:25.752Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=b072cffc5edee499 -C extra-filename=-1002297f67c43388 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4140 | 2026-02-01T13:54:26.056Z | Compiling bit-set v0.5.3 |
| 4141 | 2026-02-01T13:54:26.081Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3ba5f819a3d2988c -C extra-filename=-52ccdea6436a58e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-1002297f67c43388.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4142 | 2026-02-01T13:54:26.174Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=552beccc0d57583c -C extra-filename=-dbd348f5cd929617 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crunchy=/work/oxidecomputer/omicron/target/debug/deps/libcrunchy-d4efab7f24947cf7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4143 | 2026-02-01T13:54:26.377Z | Compiling ascii-canvas v3.0.0 |
| 4144 | 2026-02-01T13:54:26.400Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34e056bca6bcb5a0 -C extra-filename=-ea42c65f74b2edaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-bbb16d87424900ec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4145 | 2026-02-01T13:54:26.839Z | Compiling ena v0.14.3 |
| 4146 | 2026-02-01T13:54:26.863Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ena-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=671e3e95c3c2cd06 -C extra-filename=-eda7a55bccdbe606 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4147 | 2026-02-01T13:54:26.924Z | Compiling regex-syntax v0.6.29 |
| 4148 | 2026-02-01T13:54:26.947Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=bb45bd31761e3079 -C extra-filename=-d8ea04f01492fdbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4149 | 2026-02-01T13:54:26.973Z | Compiling bindgen v0.71.1 |
| 4150 | 2026-02-01T13:54:26.997Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=985b6368cc711a06 -C extra-filename=-50f5b3161c4ac909 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-50f5b3161c4ac909 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4151 | 2026-02-01T13:54:27.299Z | Compiling primeorder v0.13.6 |
| 4152 | 2026-02-01T13:54:27.339Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=e49ba523e298b0e7 -C extra-filename=-ad6a154c0582aff2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-dc73510fe40080b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4153 | 2026-02-01T13:54:27.815Z | Compiling salty v0.3.0 |
| 4154 | 2026-02-01T13:54:27.839Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=2257560b94f89b09 -C extra-filename=-2c5975c86f341116 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-2c5975c86f341116 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4155 | 2026-02-01T13:54:27.863Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-50f5b3161c4ac909/build-script-build` |
| 4156 | 2026-02-01T13:54:27.939Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=51f37bac412218b0 -C extra-filename=-0e6ce8a079599e00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-ca2d7e68a5ced710.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-defefeb87b6e1120.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-be0f9bd12ff74331.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b6f54e398b93323b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d0a7d5463e1bc3fc.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-42aa1cc0fdf1ba5f.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-4f6e6d48810249a3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4157 | 2026-02-01T13:54:28.291Z | Running `/work/oxidecomputer/omicron/target/debug/build/salty-2c5975c86f341116/build-script-build` |
| 4158 | 2026-02-01T13:54:28.356Z | Compiling libxml v0.3.3 |
| 4159 | 2026-02-01T13:54:28.380Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1d2076e3c21e6ef -C extra-filename=-7b0a33d7df17bd54 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-7b0a33d7df17bd54 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d3432966e640dd54.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4160 | 2026-02-01T13:54:28.568Z | Compiling diesel v2.2.12 |
| 4161 | 2026-02-01T13:54:28.592Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=a841dd1ef0d553e6 -C extra-filename=-ae2fea5c21860414 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-3d6b5634db92b1e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-207d47e3bdc7fb37.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-382feb7a47043c3e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-d31603d760bc9179.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-01177f1f7df745ef.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-88c81904c55b8ffc.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
| 4162 | 2026-02-01T13:54:28.797Z | Running `/work/oxidecomputer/omicron/target/debug/build/libxml-7b0a33d7df17bd54/build-script-build` |
| 4163 | 2026-02-01T13:54:28.868Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=92b59f585e811e12 -C extra-filename=-15b28fb298a8ec26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-0012f68beb8a2851.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl` |
| 4164 | 2026-02-01T13:54:29.648Z | Compiling lalrpop v0.19.12 |
| 4165 | 2026-02-01T13:54:29.672Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=7a43e82d38fbbd09 -C extra-filename=-9b46bb88295e82a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/omicron/target/debug/deps/libascii_canvas-ea42c65f74b2edaa.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-52ccdea6436a58e0.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-b7a83c29c7ce09a2.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-eda7a55bccdbe606.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-30c4ffcd5eab2241.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-caad014a793dfe2b.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cd6e7e1990ebbdaf.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c2cfda817b2d17d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d0a7d5463e1bc3fc.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-d8ea04f01492fdbb.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-c31495595ddcc7e5.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-bbb16d87424900ec.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-dbd348f5cd929617.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-4dcc695127048827.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4166 | 2026-02-01T13:54:30.432Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 4167 | 2026-02-01T13:54:30.455Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4394f9e060acbcc5 -C extra-filename=-565ff1db8c70560d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-31c5b2a4b8f25e85.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-30b3def6d07bb157.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-af30543e4dffeb36.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dfd4e45d5ffbfadd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a34172b17d5e8ed.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3bf83203eef01ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4168 | 2026-02-01T13:54:31.133Z | Compiling strum_macros v0.24.3 |
| 4169 | 2026-02-01T13:54:31.157Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa4363a9840662e1 -C extra-filename=-edc4fe5390a7e754 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-35455fc92fb86c9c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-7fa2b6f2c43cf8ff.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c72974f6df362fc.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4170 | 2026-02-01T13:54:31.265Z | Compiling indoc v1.0.9 |
| 4171 | 2026-02-01T13:54:31.288Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95dab7d08c563434 -C extra-filename=-1fca7a59435af3fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4172 | 2026-02-01T13:54:32.110Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1eaf78a16bbc498a -C extra-filename=-b22a7b745dc02af5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2` |
| 4173 | 2026-02-01T13:54:33.923Z | Compiling p384 v0.13.1 |
| 4174 | 2026-02-01T13:54:33.947Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=d8dc58d3bf1f4304 -C extra-filename=-9e890fe87d4ee1d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-4aede8b52bac0c6e.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-dc73510fe40080b1.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-ad6a154c0582aff2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ef67885dfad558a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4175 | 2026-02-01T13:54:33.980Z | Compiling impl-trait-for-tuples v0.2.2 |
| 4176 | 2026-02-01T13:54:34.004Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3646cd98fb5c2434 -C extra-filename=-1b85dda7b55b2696 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c72974f6df362fc.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4177 | 2026-02-01T13:54:34.361Z | Compiling oso-derive v0.27.3 |
| 4178 | 2026-02-01T13:54:34.362Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oso-derive-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=705ca9710bc7ff46 -C extra-filename=-5e5224a6f2b79d9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c72974f6df362fc.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4179 | 2026-02-01T13:54:35.030Z | Compiling quick-xml v0.37.2 |
| 4180 | 2026-02-01T13:54:35.054Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=6530d6e47475b4e8 -C extra-filename=-2629ad5438040994 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-97454747b9c1699a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4181 | 2026-02-01T13:54:35.326Z | Compiling fs-err v2.11.0 |
| 4182 | 2026-02-01T13:54:35.350Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=2348d2a3c3b53202 -C extra-filename=-94a378251de427fc --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-94a378251de427fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c7b232cf25fa937.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4183 | 2026-02-01T13:54:35.719Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-94a378251de427fc/build-script-build` |
| 4184 | 2026-02-01T13:54:35.909Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2) |
| 4185 | 2026-02-01T13:54:35.933Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/7a66c1b/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc8dfb9dc4c315ce -C extra-filename=-e8e50ab57fe204b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41093f2c867ef13e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c4ca0cb44195497.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a47b5b3c81bc0d6f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-ed8886f90cce381c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1551228b7b13cb31.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-48be15a56dfaf0c7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4186 | 2026-02-01T13:54:37.668Z | Compiling predicates-tree v1.0.12 |
| 4187 | 2026-02-01T13:54:37.692Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-tree-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=efc1c2a0c5e2f179 -C extra-filename=-579443033c08daba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-1d05be2f7150b315.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-bee74fee9e5a95e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4188 | 2026-02-01T13:54:38.099Z | Compiling trait-variant v0.1.2 |
| 4189 | 2026-02-01T13:54:38.123Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name trait_variant --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trait-variant-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0aab9819137d39ec -C extra-filename=-47a5498675ac3a7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4190 | 2026-02-01T13:54:38.161Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 4191 | 2026-02-01T13:54:38.161Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/dbaad52/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=241e19c8f1f597d9 -C extra-filename=-e651b6deaad60df6 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-e651b6deaad60df6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4192 | 2026-02-01T13:54:38.519Z | Compiling assert_matches v1.5.0 |
| 4193 | 2026-02-01T13:54:38.543Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e65a309879c4917 -C extra-filename=-739e0a5ca2fa4ba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4194 | 2026-02-01T13:54:38.664Z | Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-e651b6deaad60df6/build-script-build` |
| 4195 | 2026-02-01T13:54:38.729Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=98fd9f38ff822de7 -C extra-filename=-71019d3061c73b50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'` |
| 4196 | 2026-02-01T13:54:39.141Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4197 | 2026-02-01T13:54:39.165Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e522e6fe1f65cdf -C extra-filename=-f952c43623543f97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6e81e85899bef692.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dfd4e45d5ffbfadd.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-2ada6c4471aae0df.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-47546245253df9e5.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-01a71e51aa3314bf.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-77c1286a88d41c1d.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-f1b50a0f6abb8ec5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-03e7d1450e2212db.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-b712315b22e9d436.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bf810f4bdd4a1479.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-9879dfc3fdb885f5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b73e908f0cfa8ff2.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-839bbe541b2717ce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib` |
| 4198 | 2026-02-01T13:54:39.232Z | Compiling diesel-dtrace v0.4.2 |
| 4199 | 2026-02-01T13:54:39.256Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-0.4.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c62365074b037f0 -C extra-filename=-89d82d875bdd859f --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-89d82d875bdd859f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fb4bf0ac6ce0dd10.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4200 | 2026-02-01T13:54:39.621Z | Compiling parse-size v1.1.0 |
| 4201 | 2026-02-01T13:54:39.645Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-size-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=c432385637d8a74e -C extra-filename=-17a49c9a541751fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4202 | 2026-02-01T13:54:39.686Z | Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-89d82d875bdd859f/build-script-build` |
| 4203 | 2026-02-01T13:54:39.780Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/dbaad52/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e375546b3c8adc1 -C extra-filename=-eec9c0668525c2cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/` |
| 4204 | 2026-02-01T13:54:39.822Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 4205 | 2026-02-01T13:54:39.846Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "testing", "thiserror"))' -C metadata=216f8ecfcdd82deb -C extra-filename=-8ccd6cca0b529f09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ec51931818474554.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ac443c6da0ebe878.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-154d7995fdd9f2bf.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dfd4e45d5ffbfadd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e77a23b2136080a7.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-565ff1db8c70560d.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-15b28fb298a8ec26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a34172b17d5e8ed.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cfcdf4d597c0b08b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-58589735cf5cef4c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4206 | 2026-02-01T13:54:39.924Z | Compiling mime_guess v2.0.5 |
| 4207 | 2026-02-01T13:54:39.948Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=a3e81701aef461ac -C extra-filename=-2130969902abc51c --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-2130969902abc51c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-04c7b14a85d1b314.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4208 | 2026-02-01T13:54:40.161Z | Compiling bb8 v0.8.5 |
| 4209 | 2026-02-01T13:54:40.185Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bb8-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=2c2a23173e3c7259 -C extra-filename=-0e60f16b054aba6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-35679194332c3a81.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9bb25a8253bdb0c6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-87e7f2ec16b6a993.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4210 | 2026-02-01T13:54:40.691Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e) |
| 4211 | 2026-02-01T13:54:40.715Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/8ba93f6/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unittest"))' -C metadata=ec97af468670702f -C extra-filename=-e8f9ba4a45f01031 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-e8f9ba4a45f01031 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4212 | 2026-02-01T13:54:40.779Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 4213 | 2026-02-01T13:54:40.804Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_util_barcode --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/barcode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "slog", "slog-error-chain", "std", "x509-cert"))' -C metadata=40450a41ba89439a -C extra-filename=-a60a3ae3c181dd16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4214 | 2026-02-01T13:54:40.932Z | Compiling corncobs v0.1.4 |
| 4215 | 2026-02-01T13:54:40.955Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/corncobs-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=37483efc72d1f3d8 -C extra-filename=-db25a54a8ca903e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4216 | 2026-02-01T13:54:41.111Z | Compiling http-range v0.1.5 |
| 4217 | 2026-02-01T13:54:41.135Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c3d08b318f46526 -C extra-filename=-9171723cdda28986 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4218 | 2026-02-01T13:54:41.258Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 4219 | 2026-02-01T13:54:41.290Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_mfg_msgs --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/dice-mfg-msgs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const-oid"' --cfg 'feature="std"' --cfg 'feature="x509-cert"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "std", "x509-cert"))' -C metadata=5249710227ae1faf -C extra-filename=-e94ed3be7a50073f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ec51931818474554.rmeta --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-db25a54a8ca903e4.rmeta --extern dice_util_barcode=/work/oxidecomputer/omicron/target/debug/deps/libdice_util_barcode-a60a3ae3c181dd16.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e77a23b2136080a7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-11f5c1c3957e81cd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-9879dfc3fdb885f5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-479fd7dfad4044d1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4220 | 2026-02-01T13:54:41.435Z | Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-e8f9ba4a45f01031/build-script-build` |
| 4221 | 2026-02-01T13:54:41.459Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-2130969902abc51c/build-script-build` |
| 4222 | 2026-02-01T13:54:41.496Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 4223 | 2026-02-01T13:54:41.520Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/6e0ef48/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock", "testing"))' -C metadata=caca825ae8af11f5 -C extra-filename=-972e7ebad51e90ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-8ccd6cca0b529f09.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ec51931818474554.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7a23ac05953c4ada.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-41fcf63accd208b8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dfd4e45d5ffbfadd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e77a23b2136080a7.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-eec9c0668525c2cd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-9e890fe87d4ee1d4.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-565ff1db8c70560d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cfcdf4d597c0b08b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f7a72a1cf74a42de.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-9879dfc3fdb885f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/` |
| 4224 | 2026-02-01T13:54:41.567Z | Compiling ignore v0.4.23 |
| 4225 | 2026-02-01T13:54:41.591Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ignore --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("simd-accel"))' -C metadata=b5b10438577194b5 -C extra-filename=-0a2f134daea300df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-869337c2d3a5a941.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-fb2df3bc9292b1c3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-97454747b9c1699a.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4a86b5b227f953a0.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-2dd99694c576ea3b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-0698fbb8677acabf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4226 | 2026-02-01T13:54:42.004Z | Compiling signal-hook-tokio v0.3.1 |
| 4227 | 2026-02-01T13:54:42.028Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=dbfa863c1e324e93 -C extra-filename=-573583217a999d0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-7b10beb23f20b755.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4228 | 2026-02-01T13:54:42.120Z | Compiling secrecy v0.8.0 |
| 4229 | 2026-02-01T13:54:42.193Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=c38b133fb3b925a5 -C extra-filename=-bff0af0dd5cdb57d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4230 | 2026-02-01T13:54:42.285Z | Compiling atty v0.2.14 |
| 4231 | 2026-02-01T13:54:42.309Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa60bc263729d37b -C extra-filename=-a09e62557b5dcd4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4232 | 2026-02-01T13:54:42.417Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=e0222cb3e33b5091 -C extra-filename=-af78ed54259b5917 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-0d93f1e08f56f5a9.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-04c7b14a85d1b314.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4233 | 2026-02-01T13:54:42.496Z | Compiling nonempty v0.12.0 |
| 4234 | 2026-02-01T13:54:42.520Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name nonempty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nonempty-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "default", "serialize", "std"))' -C metadata=23b57aaadf3f7854 -C extra-filename=-5a4cde01599aa3ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4235 | 2026-02-01T13:54:42.835Z | Compiling globwalk v0.9.1 |
| 4236 | 2026-02-01T13:54:42.874Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name globwalk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f86a627d03f1d24 -C extra-filename=-3e3b16343942c0f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-0a2f134daea300df.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-0698fbb8677acabf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4237 | 2026-02-01T13:54:43.179Z | Compiling hyper-staticfile v0.10.1 |
| 4238 | 2026-02-01T13:54:43.203Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c36fd3ef4702a8fe -C extra-filename=-1df9332444f112b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9bb25a8253bdb0c6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-294dcf195affea97.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-9171723cdda28986.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-93b065caffe6d1a3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fc26e70bb637777a.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-af78ed54259b5917.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e99b8ea4dad43ed8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8a1dbdb5626eec5a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-adcbea535396cfbc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4239 | 2026-02-01T13:54:43.313Z | Compiling camino-tempfile-ext v0.3.2 |
| 4240 | 2026-02-01T13:54:43.337Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile_ext --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-ext-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="assert"' --cfg 'feature="assert-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("assert", "assert-color"))' -C metadata=ac07b6d2b6ac20bb -C extra-filename=-eada98217a1ed2bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-6309ae5c027beb62.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-0c111089be9f7798.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b6930e0f1659bcdb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-007217ae8bf36647.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-3e3b16343942c0f7.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ee1ea9e9e401cc4d.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-1d05be2f7150b315.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-579443033c08daba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4241 | 2026-02-01T13:54:43.416Z | Compiling tungstenite v0.23.0 |
| 4242 | 2026-02-01T13:54:43.441Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=49e4850d2cb33dea -C extra-filename=-1aa139ab76d2ba75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-3d6b5634db92b1e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-097a77969c9ceec3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-294dcf195affea97.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-dbbda6831f5fa2fc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8a1dbdb5626eec5a.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b33448ffabfe6764.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-a6852b076c745feb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4243 | 2026-02-01T13:54:43.882Z | Compiling void v1.0.2 |
| 4244 | 2026-02-01T13:54:43.906Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name void --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/void-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0ef5762c046f3fa4 -C extra-filename=-af1ebee2b604c1db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4245 | 2026-02-01T13:54:44.108Z | Compiling lzss v0.8.2 |
| 4246 | 2026-02-01T13:54:44.133Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name lzss --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzss-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "const_panic", "default", "std"))' -C metadata=49dfc111649d8f89 -C extra-filename=-26057873321ff016 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern void=/work/oxidecomputer/omicron/target/debug/deps/libvoid-af1ebee2b604c1db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4247 | 2026-02-01T13:54:44.158Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 4248 | 2026-02-01T13:54:44.182Z | Compiling nix v0.27.1 |
| 4249 | 2026-02-01T13:54:44.182Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=114cbaf5519391f8 -C extra-filename=-a8f9fa54950b5960 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-3d6b5634db92b1e2.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-a230316920a22209.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b73e908f0cfa8ff2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4250 | 2026-02-01T13:54:44.182Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=262c93d468f3f137 -C extra-filename=-13b7183ea47522cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-17772e61ecfa494c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4251 | 2026-02-01T13:54:44.501Z | Compiling tokio-tungstenite v0.23.1 |
| 4252 | 2026-02-01T13:54:44.525Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=028b602213996ef0 -C extra-filename=-204ea3dd569cd7f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9bb25a8253bdb0c6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-1aa139ab76d2ba75.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4253 | 2026-02-01T13:54:44.549Z | Compiling serde_bytes v0.11.19 |
| 4254 | 2026-02-01T13:54:44.549Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_bytes-0.11.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=031c5d137084aa80 -C extra-filename=-fa9ac311e53bf084 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-267a03eb07a47b1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4255 | 2026-02-01T13:54:44.974Z | Compiling rand_seeder v0.4.0 |
| 4256 | 2026-02-01T13:54:44.998Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_seeder-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::unit_arg' '--allow=clippy::println_empty_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=348ed5306a200797 -C extra-filename=-6ea0d78987424885 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c97041ed2da7f2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4257 | 2026-02-01T13:54:45.022Z | Compiling is_ci v1.2.0 |
| 4258 | 2026-02-01T13:54:45.022Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d11f1cbf4799a73b -C extra-filename=-a5fd78f421730dfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4259 | 2026-02-01T13:54:45.200Z | Compiling yansi v1.0.1 |
| 4260 | 2026-02-01T13:54:45.223Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yansi-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=7a80497873d67f37 -C extra-filename=-0cfd688c0557dbf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4261 | 2026-02-01T13:54:45.283Z | Compiling typeid v1.0.3 |
| 4262 | 2026-02-01T13:54:45.309Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8fa7868ada2a7839 -C extra-filename=-1115fbcf25fcd3b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/typeid-1115fbcf25fcd3b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4263 | 2026-02-01T13:54:45.333Z | Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4264 | 2026-02-01T13:54:45.333Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-d70c5ef8a437b633/1b65d76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c7d9e919facd881 -C extra-filename=-8830dc8db962f9cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-f6b0916e9f59d363.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2f46337baac0adb9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-13ab450b5cd4e741.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-00c76cace985d8d4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d0a7d5463e1bc3fc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4265 | 2026-02-01T13:54:45.703Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 4266 | 2026-02-01T13:54:45.727Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/ea2f39c/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcf538b16af38a23 -C extra-filename=-19b0c41c605f72ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-35679194332c3a81.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-63ad648cdb56c61b.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d435ea9549e107c7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3692210509885948.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-66cb1d257f62449a.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-2dbba1a9c5a6647e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-15966e0d45b98d84.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dfd4e45d5ffbfadd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e77a23b2136080a7.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-8c2923ca119a4c75.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-bc18d3c79c188a7d.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-26057873321ff016.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-13b7183ea47522cc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-fd1d6d64bde63d04.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2573444fa8c2fe8f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-11f5c1c3957e81cd.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-fa9ac311e53bf084.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-22b600c93595fa77.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-53fb01047f193b86.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-330aac95ebc7e8fa.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-c31495595ddcc7e5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-a8f9fa54950b5960.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4c54d6fe69d90e61.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-479fd7dfad4044d1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-839bbe541b2717ce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib` |
| 4267 | 2026-02-01T13:54:45.792Z | Compiling pretty_assertions v1.4.1 |
| 4268 | 2026-02-01T13:54:45.816Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty_assertions-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=91cd3c5962bf8d55 -C extra-filename=-5bda9c3631d6a97a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-b7a83c29c7ce09a2.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-0cfd688c0557dbf4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4269 | 2026-02-01T13:54:45.883Z | Running `/work/oxidecomputer/omicron/target/debug/build/typeid-1115fbcf25fcd3b1/build-script-build` |
| 4270 | 2026-02-01T13:54:45.949Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name typeid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e06a8fbe7230c066 -C extra-filename=-3b3f24a7d7d1ff7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_const_type_id)'` |
| 4271 | 2026-02-01T13:54:46.158Z | Compiling tabled_derive v0.10.0 |
| 4272 | 2026-02-01T13:54:46.182Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b3169f4351fa1b9 -C extra-filename=-f4b247038ca9f7e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-f6b0916e9f59d363.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-7546e3fd01f336c2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4273 | 2026-02-01T13:54:46.258Z | Compiling papergrid v0.14.0 |
| 4274 | 2026-02-01T13:54:46.298Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=5cb4f61888559b6b -C extra-filename=-41b4fa4f06e2b8ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-8c954a2ac1e3ad53.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-e2ec9cffada7aa4b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-380e1ba8a435d85c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4275 | 2026-02-01T13:54:46.821Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 4276 | 2026-02-01T13:54:46.845Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=81dc2a8048189ac7 -C extra-filename=-6587a1d86f256b86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-af30543e4dffeb36.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e77a23b2136080a7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4277 | 2026-02-01T13:54:48.544Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 4278 | 2026-02-01T13:54:48.568Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=f6cce6e2de57e8d3 -C extra-filename=-6e9c335271697488 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-6e9c335271697488 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fb4bf0ac6ce0dd10.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4279 | 2026-02-01T13:54:48.830Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 4280 | 2026-02-01T13:54:48.854Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=6803a9cd9510ed41 -C extra-filename=-249fed8083729180 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-58589735cf5cef4c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-6587a1d86f256b86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4281 | 2026-02-01T13:54:48.978Z | Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-6e9c335271697488/build-script-build` |
| 4282 | 2026-02-01T13:54:49.085Z | Compiling tabled v0.18.0 |
| 4283 | 2026-02-01T13:54:49.109Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=80979c67d965940f -C extra-filename=-4fbc3b95b70472e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-41b4fa4f06e2b8ba.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-f4b247038ca9f7e4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4284 | 2026-02-01T13:54:49.349Z | Compiling erased-serde v0.4.6 |
| 4285 | 2026-02-01T13:54:49.373Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=44a302833430529d -C extra-filename=-157a7d715f612be0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-3b3f24a7d7d1ff7b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4286 | 2026-02-01T13:54:50.382Z | Compiling castaway v0.2.3 |
| 4287 | 2026-02-01T13:54:50.406Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9732c957db13b6d4 -C extra-filename=-6680ffde60888c6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-7fa2b6f2c43cf8ff.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4288 | 2026-02-01T13:54:50.593Z | Compiling ordered-float v2.10.1 |
| 4289 | 2026-02-01T13:54:50.617Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ordered_float --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ordered-float-2.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "proptest", "rand", "randtest", "rkyv", "schemars", "serde", "std"))' -C metadata=3a2ac4efa76d948c -C extra-filename=-b69ffc999fff8b91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-497fd369a3647263.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4290 | 2026-02-01T13:54:51.150Z | Compiling indoc v2.0.6 |
| 4291 | 2026-02-01T13:54:51.174Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96a4b06f79ed1e7c -C extra-filename=-ee70534e7a471d8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4292 | 2026-02-01T13:54:51.747Z | Compiling serde-value v0.7.0 |
| 4293 | 2026-02-01T13:54:51.770Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_value --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-value-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90a319f0388f0ef0 -C extra-filename=-b62bb3fb035e48e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ordered_float=/work/oxidecomputer/omicron/target/debug/deps/libordered_float-b69ffc999fff8b91.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4294 | 2026-02-01T13:54:51.999Z | Compiling compact_str v0.8.0 |
| 4295 | 2026-02-01T13:54:52.023Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compact_str-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=3acc2cff6e914e1c -C extra-filename=-06b02cf879e4106e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern castaway=/work/oxidecomputer/omicron/target/debug/deps/libcastaway-6680ffde60888c6b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-d31603d760bc9179.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-7fa2b6f2c43cf8ff.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e0a40e188c7bd2a2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-58589735cf5cef4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4296 | 2026-02-01T13:54:52.515Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/4aac612/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=5a870e2bb191cf57 -C extra-filename=-818509a2bca715df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-af30543e4dffeb36.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e77a23b2136080a7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-855b48b18fd4dfa2.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5bc9812c09f1cecb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a47b5b3c81bc0d6f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1551228b7b13cb31.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-4fbc3b95b70472e9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-249fed8083729180.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-6587a1d86f256b86.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4c54d6fe69d90e61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm` |
| 4297 | 2026-02-01T13:54:52.570Z | Compiling serde-untagged v0.1.7 |
| 4298 | 2026-02-01T13:54:52.594Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_untagged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-untagged-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1978ee98cca9da7 -C extra-filename=-db44be6fb56de7c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-157a7d715f612be0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-3b3f24a7d7d1ff7b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4299 | 2026-02-01T13:54:53.040Z | Compiling unicode-truncate v1.1.0 |
| 4300 | 2026-02-01T13:54:53.064Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-truncate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6f3d94cac6e22cee -C extra-filename=-770fc6d11b86252c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-be0f9bd12ff74331.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a19e0197feed81ee.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-9cdf0809d3b31835.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4301 | 2026-02-01T13:54:53.117Z | Compiling lru v0.12.5 |
| 4302 | 2026-02-01T13:54:53.141Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=a70f911a50cf750b -C extra-filename=-6752c762ac969301 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f267b6a801a95128.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4303 | 2026-02-01T13:54:53.334Z | Compiling instability v0.3.2 |
| 4304 | 2026-02-01T13:54:53.358Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d56d7165d0ca634 -C extra-filename=-b74927ece520bbcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4305 | 2026-02-01T13:54:53.432Z | Compiling cassowary v0.3.0 |
| 4306 | 2026-02-01T13:54:53.456Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ff4f8a12f80bdb8 -C extra-filename=-eae109505a845bbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4307 | 2026-02-01T13:54:54.290Z | Compiling ratatui v0.29.0 |
| 4308 | 2026-02-01T13:54:54.331Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "scrolling-regions", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-backend-writer", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=eb5504ca6db49866 -C extra-filename=-35305d3bafe16808 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-eae109505a845bbb.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-06b02cf879e4106e.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d8b622e418879200.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-ee70534e7a471d8a.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-b74927ece520bbcd.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-be0f9bd12ff74331.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-6752c762ac969301.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2573444fa8c2fe8f.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3bf83203eef01ea.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-a19e0197feed81ee.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-770fc6d11b86252c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-380e1ba8a435d85c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4309 | 2026-02-01T13:54:54.388Z | Compiling cargo-util-schemas v0.8.2 |
| 4310 | 2026-02-01T13:54:54.412Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_util_schemas --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-util-schemas-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unstable-schema"))' -C metadata=80cd18a8b93d3396 -C extra-filename=-8730e7edd1aae343 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-283681139803fcc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-db44be6fb56de7c7.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-b62bb3fb035e48e3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5080944c3a3a89f3.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-4dcc695127048827.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-adcbea535396cfbc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4311 | 2026-02-01T13:54:54.435Z | Compiling console v0.16.0 |
| 4312 | 2026-02-01T13:54:54.484Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ansi-parsing"' --cfg 'feature="std"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi-parsing", "default", "std", "unicode-width", "windows-console-colors"))' -C metadata=a2744fe3f9604170 -C extra-filename=-af96e3b5680646f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-fd1d6d64bde63d04.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-380e1ba8a435d85c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4313 | 2026-02-01T13:54:54.735Z | Compiling cargo-platform v0.2.0 |
| 4314 | 2026-02-01T13:54:54.759Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=396f3ec0a3e92ac1 -C extra-filename=-91eae6c2b4415d24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4315 | 2026-02-01T13:54:55.272Z | Compiling unit-prefix v0.5.1 |
| 4316 | 2026-02-01T13:54:55.296Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name unit_prefix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=233ac716a1c29549 -C extra-filename=-3e5588a645e4cfb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4317 | 2026-02-01T13:54:55.520Z | Compiling indicatif v0.18.0 |
| 4318 | 2026-02-01T13:54:55.544Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=d06ca525ddf47893 -C extra-filename=-22c1ebe429c4a305 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-af96e3b5680646f2.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-485743278ae27156.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-d7ceaab04c51a1a0.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-380e1ba8a435d85c.rmeta --extern unit_prefix=/work/oxidecomputer/omicron/target/debug/deps/libunit_prefix-3e5588a645e4cfb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4319 | 2026-02-01T13:54:55.568Z | Compiling supports-color v3.0.2 |
| 4320 | 2026-02-01T13:54:55.568Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df561459c467d30e -C extra-filename=-fbbca1243fd7c88f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-a5fd78f421730dfb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4321 | 2026-02-01T13:54:55.887Z | Compiling concurrent-queue v2.5.0 |
| 4322 | 2026-02-01T13:54:55.911Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=90897fd55a9119a6 -C extra-filename=-20eae12bc6d1504d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-8a909d941427e7db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4323 | 2026-02-01T13:54:56.267Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e81f8fc3542fa973 -C extra-filename=-700e500a83b50001 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ae2fea5c21860414.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-4c54d6fe69d90e61.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
| 4324 | 2026-02-01T13:54:56.764Z | Compiling async-bb8-diesel v0.2.1 |
| 4325 | 2026-02-01T13:54:56.788Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-bb8-diesel-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=20062b5fde834b41 -C extra-filename=-25ff938266a0751e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-35679194332c3a81.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-0e60f16b054aba6b.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ae2fea5c21860414.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3692210509885948.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
| 4326 | 2026-02-01T13:54:56.919Z | Compiling cargo_metadata v0.21.0 |
| 4327 | 2026-02-01T13:54:56.944Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=8f727f354759f866 -C extra-filename=-f6553fddccf27682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b6930e0f1659bcdb.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-91eae6c2b4415d24.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-8730e7edd1aae343.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-283681139803fcc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4328 | 2026-02-01T13:54:57.261Z | Compiling parking v2.2.1 |
| 4329 | 2026-02-01T13:54:57.285Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=0a747755e69ae4d0 -C extra-filename=-e4a50ee471ed81a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4330 | 2026-02-01T13:54:57.542Z | Compiling libz-sys v1.1.20 |
| 4331 | 2026-02-01T13:54:57.566Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=09b34aba75d13d40 -C extra-filename=-2a1aeda4b24febf1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-2a1aeda4b24febf1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e724e4e34397b21c.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d3432966e640dd54.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-2a5427b95a0b9c13.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4332 | 2026-02-01T13:54:57.606Z | Compiling event-listener v5.3.1 |
| 4333 | 2026-02-01T13:54:57.702Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=6e8c5135df5be684 -C extra-filename=-4e6156f6bd3755dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-20eae12bc6d1504d.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-e4a50ee471ed81a4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a71ebd9853ffeb76.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4334 | 2026-02-01T13:54:57.916Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 4335 | 2026-02-01T13:54:57.940Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.2+1.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=5a05f03d04d91ae4 -C extra-filename=-b66caed0d9d8a2a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b66caed0d9d8a2a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e724e4e34397b21c.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d3432966e640dd54.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4336 | 2026-02-01T13:54:58.153Z | Compiling shell-words v1.1.0 |
| 4337 | 2026-02-01T13:54:58.177Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e6f075b99c504434 -C extra-filename=-b34482a9933a6ac5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4338 | 2026-02-01T13:54:58.279Z | Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-2a1aeda4b24febf1/build-script-build` |
| 4339 | 2026-02-01T13:54:58.426Z | Compiling hex-literal v0.4.1 |
| 4340 | 2026-02-01T13:54:58.450Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d5addf88f9972f7 -C extra-filename=-e2d577abfa3b709f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4341 | 2026-02-01T13:54:58.489Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=9c85d45fe4b7cf2e -C extra-filename=-f56d85d64fac479c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z` |
| 4342 | 2026-02-01T13:54:58.641Z | Compiling event-listener-strategy v0.5.2 |
| 4343 | 2026-02-01T13:54:58.684Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=db1987ecbdaf36f3 -C extra-filename=-22f81f1e05ea30a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-4e6156f6bd3755dd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a71ebd9853ffeb76.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4344 | 2026-02-01T13:54:58.721Z | Compiling petname v2.0.2 |
| 4345 | 2026-02-01T13:54:58.721Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=a2e5b5da5e1378fc -C extra-filename=-19d0aacba5a2feb7 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-19d0aacba5a2feb7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4346 | 2026-02-01T13:54:58.824Z | Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b66caed0d9d8a2a5/build-script-build` |
| 4347 | 2026-02-01T13:54:58.919Z | Compiling futures-lite v2.3.0 |
| 4348 | 2026-02-01T13:54:58.943Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=35c6a7360538ee62 -C extra-filename=-007b5c3fac17ab29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-b44706532586ab50.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-232c8be27242af8d.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-e4a50ee471ed81a4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a71ebd9853ffeb76.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4349 | 2026-02-01T13:54:59.737Z | Running `/work/oxidecomputer/omicron/target/debug/build/petname-19d0aacba5a2feb7/build-script-build` |
| 4350 | 2026-02-01T13:54:59.769Z | Compiling vergen-git2 v1.0.7 |
| 4351 | 2026-02-01T13:54:59.793Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-1.0.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=02b73cc44da6bce3 -C extra-filename=-2f81b4f67f487ded --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-git2-2f81b4f67f487ded -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-7fa2b6f2c43cf8ff.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4352 | 2026-02-01T13:54:59.816Z | Compiling sapling-renderdag v0.1.0 |
| 4353 | 2026-02-01T13:54:59.816Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name renderdag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sapling-renderdag-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serialize"))' -C metadata=7e0c87d4d983f4bb -C extra-filename=-f38d272d5cf4dfd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4354 | 2026-02-01T13:54:59.938Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=f4754ffe9b8fb1a7 -C extra-filename=-26b699021affba0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-855b48b18fd4dfa2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8a1dbdb5626eec5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4355 | 2026-02-01T13:55:00.125Z | Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-2f81b4f67f487ded/build-script-build` |
| 4356 | 2026-02-01T13:55:00.189Z | Compiling rtoolbox v0.0.2 |
| 4357 | 2026-02-01T13:55:00.213Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rtoolbox-0.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=1fd9036b780bf58d -C extra-filename=-2a79eb9b54e31bec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4358 | 2026-02-01T13:55:00.352Z | Compiling sync-ptr v0.1.4 |
| 4359 | 2026-02-01T13:55:00.352Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_ptr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync-ptr-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=090cb43270d780d5 -C extra-filename=-a01c5354054c2e0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4360 | 2026-02-01T13:55:00.423Z | Compiling rustls v0.21.12 |
| 4361 | 2026-02-01T13:55:00.446Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.21.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=f5c29b41d2179fe0 -C extra-filename=-7890889ebc89f464 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-7890889ebc89f464 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4362 | 2026-02-01T13:55:00.582Z | Compiling rpassword v7.4.0 |
| 4363 | 2026-02-01T13:55:00.605Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rpassword-7.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14eedd6c6ef20fdc -C extra-filename=-d8e43f6af83c078f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-2a79eb9b54e31bec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4364 | 2026-02-01T13:55:00.631Z | Compiling async-lock v3.4.0 |
| 4365 | 2026-02-01T13:55:00.655Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=c98969de04d78a86 -C extra-filename=-0defc6335d86bab8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-4e6156f6bd3755dd.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-22f81f1e05ea30a6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a71ebd9853ffeb76.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4366 | 2026-02-01T13:55:00.795Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7890889ebc89f464/build-script-build` |
| 4367 | 2026-02-01T13:55:00.856Z | Compiling tui-tree-widget v0.23.1 |
| 4368 | 2026-02-01T13:55:00.880Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-tree-widget-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::unused_trait_names' --warn=unused_qualifications --forbid=unsafe_code '--warn=clippy::std_instead_of_core' '--warn=clippy::min_ident_chars' '--warn=clippy::allow_attributes' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3169072fc52fb01 -C extra-filename=-0d91611b692b4b83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-35305d3bafe16808.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-380e1ba8a435d85c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4369 | 2026-02-01T13:55:00.913Z | Compiling sct v0.7.1 |
| 4370 | 2026-02-01T13:55:00.961Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sct-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2fc4070a39b45f4f -C extra-filename=-d057341e069226d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8709e54cb1a43f9f.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-b84d3ade75a35961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out` |
| 4371 | 2026-02-01T13:55:01.208Z | Compiling rustls-webpki v0.101.7 |
| 4372 | 2026-02-01T13:55:01.232Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.101.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=bf34dbb9a3653bf1 -C extra-filename=-a67978aa533a8571 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8709e54cb1a43f9f.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-b84d3ade75a35961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out` |
| 4373 | 2026-02-01T13:55:01.257Z | Compiling polling v3.7.3 |
| 4374 | 2026-02-01T13:55:01.257Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ef5824c480cd2fc -C extra-filename=-baf3e6dc1453be8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4eb08acaffe2559c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-af105829bf4eb610.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4375 | 2026-02-01T13:55:01.629Z | Compiling polyval v0.6.2 |
| 4376 | 2026-02-01T13:55:01.653Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polyval-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=80e173ca345941f8 -C extra-filename=-72d42026b1c586b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-14734f3678771662.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-865b1cbb8f9399f8.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-764bd895911679eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4377 | 2026-02-01T13:55:01.692Z | Compiling async-io v2.3.4 |
| 4378 | 2026-02-01T13:55:01.692Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97a2eb98b10fa796 -C extra-filename=-1082666c5f3d1a24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-0defc6335d86bab8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-20eae12bc6d1504d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-232c8be27242af8d.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-007b5c3fac17ab29.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-e4a50ee471ed81a4.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-baf3e6dc1453be8c.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4eb08acaffe2559c.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-82621915d9e8b57a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-af105829bf4eb610.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4379 | 2026-02-01T13:55:01.867Z | Compiling async-task v4.7.1 |
| 4380 | 2026-02-01T13:55:01.891Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=065af75bec21755b -C extra-filename=-0fa7389eb34348ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4381 | 2026-02-01T13:55:02.070Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.21.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=1aa8fc73400c065b -C extra-filename=-21c94462b012b40a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8709e54cb1a43f9f.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-a67978aa533a8571.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-d057341e069226d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out` |
| 4382 | 2026-02-01T13:55:02.358Z | Compiling target-lexicon v0.13.2 |
| 4383 | 2026-02-01T13:55:02.382Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=38f03d0ee9c8f841 -C extra-filename=-637cd711a154d462 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-637cd711a154d462 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4384 | 2026-02-01T13:55:02.664Z | Compiling ghash v0.5.1 |
| 4385 | 2026-02-01T13:55:02.688Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ghash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=51cbab61fc19e523 -C extra-filename=-9cb5f939b46869b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-865b1cbb8f9399f8.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-72d42026b1c586b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4386 | 2026-02-01T13:55:02.916Z | Compiling async-channel v2.3.1 |
| 4387 | 2026-02-01T13:55:02.940Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cebf0b13318fd8fa -C extra-filename=-debac5a2d4cb3c13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-20eae12bc6d1504d.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-22f81f1e05ea30a6.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a71ebd9853ffeb76.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4388 | 2026-02-01T13:55:03.282Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-637cd711a154d462/build-script-build` |
| 4389 | 2026-02-01T13:55:03.326Z | Compiling rustls-pemfile v1.0.4 |
| 4390 | 2026-02-01T13:55:03.351Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc4012b62167518b -C extra-filename=-e13be1310c7c7802 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-024f1c8f150e481c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4391 | 2026-02-01T13:55:03.392Z | Compiling twox-hash v2.1.0 |
| 4392 | 2026-02-01T13:55:03.416Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/twox-hash-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(_internal_xxhash3_force_scalar)' --check-cfg 'cfg(_internal_xxhash3_force_neon)' --check-cfg 'cfg(_internal_xxhash3_force_sse2)' --check-cfg 'cfg(_internal_xxhash3_force_avx2)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="random"' --cfg 'feature="std"' --cfg 'feature="xxhash32"' --cfg 'feature="xxhash3_128"' --cfg 'feature="xxhash3_64"' --cfg 'feature="xxhash64"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "random", "serialize", "std", "xxhash32", "xxhash3_128", "xxhash3_64", "xxhash64"))' -C metadata=2dc982aff56b1cc2 -C extra-filename=-f5a2a693e3592be0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8a1dbdb5626eec5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4393 | 2026-02-01T13:55:03.440Z | Compiling piper v0.2.4 |
| 4394 | 2026-02-01T13:55:03.464Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/piper-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=ac45c0a3f9d75c20 -C extra-filename=-9998675c35ebd3de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-21654b0f73533e77.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-b44706532586ab50.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-232c8be27242af8d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4395 | 2026-02-01T13:55:03.691Z | Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-4865af2f137f5be1/build-script-build` |
| 4396 | 2026-02-01T13:55:03.794Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=db84520fb99f01cb -C extra-filename=-3264c3be2c6dd0b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2573444fa8c2fe8f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -l static=aws_lc_0_26_0_crypto -l static=aws_lc_0_26_0_rust_wrapper --cfg use_bindgen_generated` |
| 4397 | 2026-02-01T13:55:03.818Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-d2c2e1d7685cf5c0/build-script-build` |
| 4398 | 2026-02-01T13:55:03.862Z | Compiling ctr v0.9.2 |
| 4399 | 2026-02-01T13:55:03.886Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=98247a7aa806da52 -C extra-filename=-6b94fdc6f0702b59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2a9c1cf1c1fc924f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4400 | 2026-02-01T13:55:03.934Z | Compiling guppy-workspace-hack v0.1.0 |
| 4401 | 2026-02-01T13:55:03.957Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84a0c33be47982fe -C extra-filename=-62d8f71360316b8d --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-62d8f71360316b8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4402 | 2026-02-01T13:55:04.115Z | Compiling plotters-backend v0.3.7 |
| 4403 | 2026-02-01T13:55:04.139Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-backend-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b25a527ff40c40b -C extra-filename=-354311f5ccf459b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4404 | 2026-02-01T13:55:04.254Z | Compiling aes-gcm v0.10.3 |
| 4405 | 2026-02-01T13:55:04.254Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-gcm-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=94c18656f0919faa -C extra-filename=-3151275720fec584 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-a14ee83e7e346575.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-d05c26f341d08bc2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2a9c1cf1c1fc924f.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-6b94fdc6f0702b59.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-9cb5f939b46869b1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-0012f68beb8a2851.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4406 | 2026-02-01T13:55:04.300Z | Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-62d8f71360316b8d/build-script-build` |
| 4407 | 2026-02-01T13:55:04.364Z | Compiling blocking v1.6.1 |
| 4408 | 2026-02-01T13:55:04.364Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blocking-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=5aed787e55610905 -C extra-filename=-e5f443231c6f7138 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-debac5a2d4cb3c13.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-0fa7389eb34348ae.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-232c8be27242af8d.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-007b5c3fac17ab29.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-9998675c35ebd3de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4409 | 2026-02-01T13:55:04.598Z | Compiling plotters-svg v0.3.7 |
| 4410 | 2026-02-01T13:55:04.622Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-svg-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=92f5fdd3ad0fecdc -C extra-filename=-59b0a1268b891de2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-354311f5ccf459b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4411 | 2026-02-01T13:55:04.651Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=b2c9c1d802864e1e -C extra-filename=-63c0e596d040fa72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'` |
| 4412 | 2026-02-01T13:55:04.908Z | Compiling async-signal v0.2.10 |
| 4413 | 2026-02-01T13:55:04.932Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-signal-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fbc31c085655ed82 -C extra-filename=-05ea4ae3205d2ba0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-1082666c5f3d1a24.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-232c8be27242af8d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4eb08acaffe2559c.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4944ac17bd90548a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4414 | 2026-02-01T13:55:04.999Z | Compiling async-executor v1.13.1 |
| 4415 | 2026-02-01T13:55:05.024Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=d1b01a6278d5683c -C extra-filename=-f8b2b59695410ce9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-0fa7389eb34348ae.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-20eae12bc6d1504d.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-b44706532586ab50.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-007b5c3fac17ab29.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-82621915d9e8b57a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4416 | 2026-02-01T13:55:05.325Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=1b43ba69578a2164 -C extra-filename=-ccce46c3a8005b3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-3264c3be2c6dd0b1.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2573444fa8c2fe8f.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-18339074f37dc6c8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'` |
| 4417 | 2026-02-01T13:55:05.370Z | Compiling tokio-rustls v0.24.1 |
| 4418 | 2026-02-01T13:55:05.394Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.24.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=f56e9798f619ed45 -C extra-filename=-0640e55e2ef64c1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-21c94462b012b40a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out` |
| 4419 | 2026-02-01T13:55:05.433Z | Compiling fatfs v0.3.6 |
| 4420 | 2026-02-01T13:55:05.457Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=3f2639b3897af24e -C extra-filename=-dcd3ac9687d531eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-793aae9f129abbfe.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-3d6b5634db92b1e2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4421 | 2026-02-01T13:55:05.654Z | Compiling ssh-encoding v0.2.0 |
| 4422 | 2026-02-01T13:55:05.678Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-encoding-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="pem"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=5f4f4dbff600ee0d -C extra-filename=-0fa1395154874fe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4449a79e16ffb95e.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a9c1919ad38df1a1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ef67885dfad558a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4423 | 2026-02-01T13:55:05.788Z | Compiling blowfish v0.9.1 |
| 4424 | 2026-02-01T13:55:05.812Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blowfish-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=609c9ac03ffad802 -C extra-filename=-00e9f8de327199de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-3d6b5634db92b1e2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2a9c1cf1c1fc924f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4425 | 2026-02-01T13:55:06.128Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4426 | 2026-02-01T13:55:06.152Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name raw_cpuid --edition=2018 /home/build/.cargo/git/checkouts/rust-cpuid-40ac26428755d764/a4cf01d/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "cli", "display", "serde", "serde_derive", "serde_json", "serialize", "std", "termimad"))' -C metadata=bd56dfe7fb7155e1 -C extra-filename=-64acbb1f4ed28df8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4427 | 2026-02-01T13:55:06.204Z | Compiling arrayref v0.3.9 |
| 4428 | 2026-02-01T13:55:06.228Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayref-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36dfa30cc86e2a9f -C extra-filename=-a366758004fefa0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4429 | 2026-02-01T13:55:06.357Z | Compiling futures-timer v3.0.3 |
| 4430 | 2026-02-01T13:55:06.380Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-timer-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=7f9cac0dcc59a5ab -C extra-filename=-a4b84922cee3a4ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4431 | 2026-02-01T13:55:06.808Z | Compiling cast v0.3.0 |
| 4432 | 2026-02-01T13:55:06.832Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=9a6859a2915d77fd -C extra-filename=-b5a6c3cdfb387910 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4433 | 2026-02-01T13:55:07.064Z | Compiling rustls-webpki v0.102.8 |
| 4434 | 2026-02-01T13:55:07.088Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.102.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=94198cdee7aecc66 -C extra-filename=-9126e7be23eefd27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-ccce46c3a8005b3d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8709e54cb1a43f9f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fc87f2ca37b92aac.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-b84d3ade75a35961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out` |
| 4435 | 2026-02-01T13:55:07.213Z | Compiling arrayvec v0.7.6 |
| 4436 | 2026-02-01T13:55:07.237Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=9c02ec55152b53f4 -C extra-filename=-8212d5930dc285e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4437 | 2026-02-01T13:55:07.645Z | Compiling target-spec v3.5.0 |
| 4438 | 2026-02-01T13:55:07.669Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=7ef5eb181485ee38 -C extra-filename=-be92fc955caf87f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-be92fc955caf87f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4439 | 2026-02-01T13:55:07.861Z | Compiling event-listener v2.5.3 |
| 4440 | 2026-02-01T13:55:07.886Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-2.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69d49afbe16baea3 -C extra-filename=-55f4199bbe0be5a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4441 | 2026-02-01T13:55:08.183Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=a7f69144521a920e -C extra-filename=-c0fd7eec600b6c7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-ccce46c3a8005b3d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-fd1d6d64bde63d04.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8709e54cb1a43f9f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fc87f2ca37b92aac.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-9126e7be23eefd27.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-0012f68beb8a2851.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
| 4442 | 2026-02-01T13:55:08.232Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.22.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=1eac9080798550c2 -C extra-filename=-1a47b431330f13b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-8709e54cb1a43f9f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fc87f2ca37b92aac.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-9126e7be23eefd27.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-0012f68beb8a2851.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts` |
| 4443 | 2026-02-01T13:55:08.280Z | Compiling seq-macro v0.3.6 |
| 4444 | 2026-02-01T13:55:08.304Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name seq_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/seq-macro-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=293e8174032eaf08 -C extra-filename=-9c4359c81c2e5d90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4445 | 2026-02-01T13:55:08.641Z | Compiling constant_time_eq v0.3.1 |
| 4446 | 2026-02-01T13:55:08.665Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=bdff9a41ec451fe0 -C extra-filename=-50b1a1b71be2f71d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4447 | 2026-02-01T13:55:08.876Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-be92fc955caf87f0/build-script-build` |
| 4448 | 2026-02-01T13:55:08.939Z | Compiling async-channel v1.9.0 |
| 4449 | 2026-02-01T13:55:08.963Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ae92bbcb3d543f6 -C extra-filename=-7d7743481ba0749e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-20eae12bc6d1504d.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-55f4199bbe0be5a3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4450 | 2026-02-01T13:55:09.256Z | Compiling criterion-plot v0.6.0 |
| 4451 | 2026-02-01T13:55:09.280Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-plot-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a3c673b35bac815 -C extra-filename=-7c3fd11f8c7eebae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-b5a6c3cdfb387910.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-be0f9bd12ff74331.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4452 | 2026-02-01T13:55:09.304Z | Compiling bcrypt-pbkdf v0.10.0 |
| 4453 | 2026-02-01T13:55:09.304Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcrypt-pbkdf-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=da05aa7e02978f5a -C extra-filename=-c50fd72c2d6fa9a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern blowfish=/work/oxidecomputer/omicron/target/debug/deps/libblowfish-00e9f8de327199de.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-6a05245f97b6ddcf.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ef67885dfad558a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4454 | 2026-02-01T13:55:09.913Z | Compiling ssh-cipher v0.2.0 |
| 4455 | 2026-02-01T13:55:09.938Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-cipher-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aes-cbc"' --cfg 'feature="aes-ctr"' --cfg 'feature="aes-gcm"' --cfg 'feature="chacha20poly1305"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=e9e3077642f34cdb -C extra-filename=-60834247ffcc78e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-d05c26f341d08bc2.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-3151275720fec584.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-d6e1aa5b0ad1385a.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-20bd7851065901e6.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2a9c1cf1c1fc924f.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-6b94fdc6f0702b59.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-becb9b96e018fad7.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-0fa1395154874fe5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-0012f68beb8a2851.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4456 | 2026-02-01T13:55:10.124Z | Compiling async-global-executor v2.4.1 |
| 4457 | 2026-02-01T13:55:10.148Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-global-executor-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=cdffb208a51de299 -C extra-filename=-002da60163b6dcca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-debac5a2d4cb3c13.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-f8b2b59695410ce9.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-1082666c5f3d1a24.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-0defc6335d86bab8.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-e5f443231c6f7138.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-007b5c3fac17ab29.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-fd1d6d64bde63d04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4458 | 2026-02-01T13:55:10.696Z | Compiling async-process v2.3.0 |
| 4459 | 2026-02-01T13:55:10.726Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(async_process_force_signal_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=14bd460981c73930 -C extra-filename=-5c1bf6144bca5a85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-1082666c5f3d1a24.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-0defc6335d86bab8.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-05ea4ae3205d2ba0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-4e6156f6bd3755dd.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-007b5c3fac17ab29.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-4eb08acaffe2559c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-af105829bf4eb610.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4460 | 2026-02-01T13:55:11.037Z | Compiling cfg-expr v0.20.1 |
| 4461 | 2026-02-01T13:55:11.061Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-expr-0.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=7fd783fe343f77ba -C extra-filename=-6ba6f36a99faaad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-c22453ae28d1f477.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-63c0e596d040fa72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4462 | 2026-02-01T13:55:11.296Z | Compiling plotters v0.3.7 |
| 4463 | 2026-02-01T13:55:11.320Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --allow=deprecated --check-cfg 'cfg(doc_cfg)' --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ab_glyph", "all_elements", "all_series", "area_series", "bitmap_backend", "bitmap_encoder", "bitmap_gif", "boxplot", "candlestick", "chrono", "colormaps", "datetime", "default", "deprecated_items", "errorbar", "evcxr", "evcxr_bitmap", "font-kit", "fontconfig-dlopen", "full_palette", "histogram", "image", "lazy_static", "line_series", "once_cell", "pathfinder_geometry", "plotters-bitmap", "plotters-svg", "point_series", "surface_series", "svg_backend", "ttf", "ttf-parser"))' -C metadata=fef5c77783eb8b5c -C extra-filename=-78b680f474390d97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-497fd369a3647263.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-354311f5ccf459b1.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-59b0a1268b891de2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4464 | 2026-02-01T13:55:11.741Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=948150d348d20018 -C extra-filename=-89ba534a228c7f8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4465 | 2026-02-01T13:55:11.893Z | Compiling tokio-rustls v0.25.0 |
| 4466 | 2026-02-01T13:55:11.917Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=f9cf389dd21ce690 -C extra-filename=-127320093825d974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1a47b431330f13b6.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fc87f2ca37b92aac.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts` |
| 4467 | 2026-02-01T13:55:12.080Z | Compiling supports-color v2.1.0 |
| 4468 | 2026-02-01T13:55:12.104Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dda257be918c558e -C extra-filename=-a9ba8a424e43c45d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-30c4ffcd5eab2241.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-a5fd78f421730dfb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4469 | 2026-02-01T13:55:12.345Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=bb4cb8db0361256a -C extra-filename=-05a3fd1cd6e55bfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-68c82e2c97d4b8cd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-35679194332c3a81.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d435ea9549e107c7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b6930e0f1659bcdb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-79455cfd606a27b1.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-148610c3f1276fde.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-913916f217e25b2f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3692210509885948.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-65b833aeab466a4f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-294dcf195affea97.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-e33f828e4d9cd0cf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fc26e70bb637777a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-33e184f17be18de1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2f46337baac0adb9.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-7182c1cac1548e87.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-00c76cace985d8d4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2573444fa8c2fe8f.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e99b8ea4dad43ed8.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-1a47b431330f13b6.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-af6cc5d1f75cf402.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-aa2100111487e26e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-283681139803fcc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-f9440dc94ba82911.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d90995326770a8e1.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b33448ffabfe6764.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a47b5b3c81bc0d6f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-ed8886f90cce381c.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-55b5bcaddd1e371c.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1551228b7b13cb31.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-127320093825d974.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3981346ca6736b37.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-51db564dfd70ff16.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-0afa4c5288be4e33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts` |
| 4470 | 2026-02-01T13:55:12.483Z | Compiling textwrap v0.15.2 |
| 4471 | 2026-02-01T13:55:12.506Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=0d0357c06db4709e -C extra-filename=-286942f17e5a9905 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-84530351c983a949.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-7cb204d16af9c38f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-9cdf0809d3b31835.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4472 | 2026-02-01T13:55:13.210Z | Compiling supports-hyperlinks v2.1.0 |
| 4473 | 2026-02-01T13:55:13.234Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_hyperlinks --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-hyperlinks-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edfe7250accd4c56 -C extra-filename=-7cd2d868d59b53c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-30c4ffcd5eab2241.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4474 | 2026-02-01T13:55:13.258Z | Compiling supports-unicode v2.1.0 |
| 4475 | 2026-02-01T13:55:13.258Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_unicode --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-unicode-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed0ed1e79cd660f1 -C extra-filename=-d529ee44e6a14753 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-30c4ffcd5eab2241.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4476 | 2026-02-01T13:55:13.503Z | Compiling hashbrown v0.14.5 |
| 4477 | 2026-02-01T13:55:13.531Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=bc780339445e5da7 -C extra-filename=-d256eeb9be91e4c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-dc034d8b27d56f21.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-eb42f4a0ef5a0bf7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4478 | 2026-02-01T13:55:13.555Z | Compiling tokio-rustls v0.26.0 |
| 4479 | 2026-02-01T13:55:13.555Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=84f0b3536a3bef3c -C extra-filename=-7ee706f59b5bc2fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c0fd7eec600b6c7e.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fc87f2ca37b92aac.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out` |
| 4480 | 2026-02-01T13:55:14.001Z | Compiling hyper-rustls v0.27.7 |
| 4481 | 2026-02-01T13:55:14.025Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=a8fe60495b830a1c -C extra-filename=-e34d132aee5fbca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-294dcf195affea97.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fc26e70bb637777a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-33e184f17be18de1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c0fd7eec600b6c7e.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-32521d0dd7d33250.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fc87f2ca37b92aac.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7ee706f59b5bc2fd.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-e1450ddf1a62c02b.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-e6c4c4ac96a539b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out` |
| 4482 | 2026-02-01T13:55:14.603Z | Compiling reqwest v0.12.24 |
| 4483 | 2026-02-01T13:55:14.627Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=1c120a4ec0b41fbd -C extra-filename=-20dbdf24bb605a3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d435ea9549e107c7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d37401098cd94756.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-cc0ead788df81e8e.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-505eb2869ddc1c95.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-c017406b27eb1031.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9bb25a8253bdb0c6.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-e177950c13f5eec4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-294dcf195affea97.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-56574e37c89c64a9.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-e33f828e4d9cd0cf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fc26e70bb637777a.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e34d132aee5fbca3.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-075cf540cabd0ade.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-33e184f17be18de1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-0d93f1e08f56f5a9.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-4eeb6ed39770eda5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e99b8ea4dad43ed8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a71ebd9853ffeb76.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c0fd7eec600b6c7e.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-fc87f2ca37b92aac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d90995326770a8e1.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-fdeedeeef56cff71.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-3336f99d4ade9639.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7ee706f59b5bc2fd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-1f7113120f3dbd04.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-ead5b6a2f74baa5e.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-6307ab8433abf91e.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-e1450ddf1a62c02b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-adcbea535396cfbc.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-e6c4c4ac96a539b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/usr/ssl-3/lib/amd64` |
| 4484 | 2026-02-01T13:55:14.653Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/8ba93f6/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unittest"))' -C metadata=26506991bd393086 -C extra-filename=-73be1eb9138618ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-8ccd6cca0b529f09.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b6930e0f1659bcdb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-af30543e4dffeb36.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-e94ed3be7a50073f.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-972e7ebad51e90ff.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7a23ac05953c4ada.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e77a23b2136080a7.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-bae151215e2bff1a.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a9c1919ad38df1a1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c0fd7eec600b6c7e.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-bff0af0dd5cdb57d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ef67885dfad558a1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cfcdf4d597c0b08b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a47b5b3c81bc0d6f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-53fb01047f193b86.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1551228b7b13cb31.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7ee706f59b5bc2fd.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5080944c3a3a89f3.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-9879dfc3fdb885f5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/` |
| 4485 | 2026-02-01T13:55:15.150Z | Compiling password-hash v0.4.2 |
| 4486 | 2026-02-01T13:55:15.174Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/password-hash-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=c66900b19b96b11c -C extra-filename=-6d5e5d675cbd8294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4449a79e16ffb95e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-ac84e309c3184e65.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-0012f68beb8a2851.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4487 | 2026-02-01T13:55:15.898Z | Compiling backtrace-ext v0.2.1 |
| 4488 | 2026-02-01T13:55:15.923Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace_ext --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-ext-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09788917d5583004 -C extra-filename=-dac38ad2dd0625d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-baca4dd61d013551.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4489 | 2026-02-01T13:55:16.223Z | Compiling async-attributes v1.1.2 |
| 4490 | 2026-02-01T13:55:16.247Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name async_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-attributes-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c990cb00002bc15 -C extra-filename=-f654c63f6ef3650a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c72974f6df362fc.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4491 | 2026-02-01T13:55:16.607Z | Compiling tinytemplate v1.2.1 |
| 4492 | 2026-02-01T13:55:16.631Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0687cf1b3ac3dc40 -C extra-filename=-d4c948f08730e2e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4493 | 2026-02-01T13:55:17.065Z | Compiling miette-derive v5.10.0 |
| 4494 | 2026-02-01T13:55:17.089Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name miette_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-derive-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6efe744b63649d93 -C extra-filename=-9f017dcaf8c94c85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4495 | 2026-02-01T13:55:17.458Z | Compiling terminal_size v0.1.17 |
| 4496 | 2026-02-01T13:55:17.482Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff62625bef34c91c -C extra-filename=-818a4b91f5f1b13c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
| 4497 | 2026-02-01T13:55:17.682Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 4498 | 2026-02-01T13:55:17.706Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name scim2_rs --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/c78005d/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3fea689828bb37d -C extra-filename=-db8afd545534861f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-05a3fd1cd6e55bfd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-294dcf195affea97.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6b74060d98d6b0d8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-47a5498675ac3a7e.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-04c7b14a85d1b314.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts` |
| 4499 | 2026-02-01T13:55:18.522Z | Compiling progenitor-client v0.10.0 |
| 4500 | 2026-02-01T13:55:18.546Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00c7f91d2070fcb3 -C extra-filename=-2b4a32db50a2c8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e99b8ea4dad43ed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-20dbdf24bb605a3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d90995326770a8e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/usr/ssl-3/lib/amd64` |
| 4501 | 2026-02-01T13:55:19.059Z | Compiling progenitor-client v0.11.2 |
| 4502 | 2026-02-01T13:55:19.083Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b172c28511226ff -C extra-filename=-385613da12b50f8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e99b8ea4dad43ed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-20dbdf24bb605a3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d90995326770a8e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/usr/ssl-3/lib/amd64` |
| 4503 | 2026-02-01T13:55:19.347Z | Compiling progenitor v0.10.0 |
| 4504 | 2026-02-01T13:55:19.347Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=055b4e7e7648df26 -C extra-filename=-a3572c9998c2d902 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2b4a32db50a2c8e6.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-9ec5065adff62bb6.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-13f3c01c4f0a8836.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/usr/ssl-3/lib/amd64` |
| 4505 | 2026-02-01T13:55:19.588Z | Compiling progenitor v0.11.2 |
| 4506 | 2026-02-01T13:55:19.612Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=84429e1bdd53170b -C extra-filename=-5ee0ae203ee30237 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-385613da12b50f8d.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-373ce7c30b8f45eb.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-6d7754426f4f6829.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/usr/ssl-3/lib/amd64` |
| 4507 | 2026-02-01T13:55:19.636Z | Compiling tough v0.20.0 |
| 4508 | 2026-02-01T13:55:19.636Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tough-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=f08bc31dfb10604f -C extra-filename=-412f52e35e4efc22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-70aa1b2af4beb371.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-35679194332c3a81.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-ccce46c3a8005b3d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-e059266739f8684d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3692210509885948.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-fb2df3bc9292b1c3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dfd4e45d5ffbfadd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-22064a10095b78fa.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-3062ca0d797ec488.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e99b8ea4dad43ed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-20dbdf24bb605a3e.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c0fd7eec600b6c7e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-456d94a0df686425.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-1f23c7f844519291.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f7a72a1cf74a42de.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-1f7113120f3dbd04.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-e62b8a76ef6300f5.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-18339074f37dc6c8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-adcbea535396cfbc.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-0698fbb8677acabf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/usr/ssl-3/lib/amd64` |
| 4509 | 2026-02-01T13:55:19.863Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 4510 | 2026-02-01T13:55:19.888Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/3abfb8e/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=181ce0a46a3cc592 -C extra-filename=-748bc5f8af17715a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-4a7cbf8c982f73b7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5ee0ae203ee30237.rmeta --extern rdb_types=/work/oxidecomputer/omicron/target/debug/deps/librdb_types-dfd1b6128cfbbe54.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-20dbdf24bb605a3e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-98ad39ae93d4b43b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/usr/ssl-3/lib/amd64` |
| 4511 | 2026-02-01T13:55:20.791Z | Compiling progenitor-client v0.8.0 |
| 4512 | 2026-02-01T13:55:20.815Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6fb8becc9fda7024 -C extra-filename=-51e7bf99842d2192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e99b8ea4dad43ed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-20dbdf24bb605a3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-d90995326770a8e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/usr/ssl-3/lib/amd64` |
| 4513 | 2026-02-01T13:55:21.275Z | Compiling progenitor v0.8.0 |
| 4514 | 2026-02-01T13:55:21.299Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b109491352819589 -C extra-filename=-8ba84cb5fe91fc86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-51e7bf99842d2192.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-d11f31c303c685f4.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-de8a0d70138a776f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/usr/ssl-3/lib/amd64` |
| 4515 | 2026-02-01T13:55:21.540Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 4516 | 2026-02-01T13:55:21.564Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/fae5334/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=2aac3ff3af6fb97a -C extra-filename=-6c3d2b195bf90ba3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-35679194332c3a81.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-024f1c8f150e481c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3692210509885948.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-8ba84cb5fe91fc86.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8a1dbdb5626eec5a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-20dbdf24bb605a3e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-695c8c30ab7d85aa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/usr/ssl-3/lib/amd64` |
| 4517 | 2026-02-01T13:55:23.156Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 4518 | 2026-02-01T13:55:23.180Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/2aa7f9d/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af871a7195ee90a5 -C extra-filename=-236b4dd9f27416fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-35679194332c3a81.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-024f1c8f150e481c.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-93085bf49667979d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3692210509885948.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a3572c9998c2d902.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2b4a32db50a2c8e6.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-fe7469b0d704ebbb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c4ca0cb44195497.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-20dbdf24bb605a3e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-695c8c30ab7d85aa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/usr/ssl-3/lib/amd64` |
| 4519 | 2026-02-01T13:55:23.775Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 4520 | 2026-02-01T13:55:23.842Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d0355ce028ed9e6 -C extra-filename=-4518d25806348bca --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-4518d25806348bca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-dc034d8b27d56f21.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-5e5f9d6f30511b8e.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-ccce46c3a8005b3d.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-cb9118d46ffe7881.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d435ea9549e107c7.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4449a79e16ffb95e.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-793aae9f129abbfe.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-04f08ed3a058b3f9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-278ae70dca7efd8a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-3d6b5634db92b1e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e724e4e34397b21c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2a9c1cf1c1fc924f.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-defefeb87b6e1120.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-af30543e4dffeb36.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-906808041a639e0b.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ec51931818474554.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d37401098cd94756.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-336f2125ff85927d.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-8a909d941427e7db.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d8b622e418879200.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cb900f07b9be1a72.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-df73d89bc29f1c29.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-16da02b7f268f0f8.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-097a77969c9ceec3.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ac443c6da0ebe878.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6e81e85899bef692.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-aa3d5cf5a4228e52.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-92042216f3703d7c.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-4aede8b52bac0c6e.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7a23ac05953c4ada.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f4cba25822313ea3.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-dc73510fe40080b1.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-41fcf63accd208b8.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6975515e2b5c385c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-17b4ffd0be7522e2.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-913916f217e25b2f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6cb80c5434c53512.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-c017406b27eb1031.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-232c8be27242af8d.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-2f748ffac159055b.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a770262199a9f200.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9bb25a8253bdb0c6.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-2dbba1a9c5a6647e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-15966e0d45b98d84.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-7a4ed7398383c982.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-6ad1041184c0d777.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-154d7995fdd9f2bf.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-90c4046bfe783151.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-197da80290dbc34e.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-35455fc92fb86c9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dfd4e45d5ffbfadd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-425dccc5b84d3d0c.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b82001922f0a9e51.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fc26e70bb637777a.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e34d132aee5fbca3.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-33e184f17be18de1.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6b74060d98d6b0d8.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-303105b319dc4167.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2f46337baac0adb9.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-a4e1916bc8c3a4c6.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-72e9ec773ccc1595.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-382feb7a47043c3e.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-caad014a793dfe2b.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-129e09696abc5b6c.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-be0f9bd12ff74331.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cd6e7e1990ebbdaf.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-13ab450b5cd4e741.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-88901cb07382564c.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-97454747b9c1699a.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-305349a391091bc4.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-49b7fca10123bcdd.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-08bfadb753b7e6e0.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5bc9812c09f1cecb.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-02bf656fa5ef3767.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-8d4bb309a90c6d2b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-761b1f26215d1c8f.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-95b0526476a4012e.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-497fd369a3647263.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-fd1d6d64bde63d04.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-00c76cace985d8d4.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-9b9d4b0b7e079877.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a9c1919ad38df1a1.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e99b8ea4dad43ed8.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c2cfda817b2d17d.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-615bb13748115493.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-81ec37284a0b9f21.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-7695dabeccbe10ce.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-485743278ae27156.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-753ad8c476da046e.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-54cd10c255b1bde1.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ee1ea9e9e401cc4d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-0aa8f2a3f4ca3983.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-8a1dbdb5626eec5a.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-0c4ca0cb44195497.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a0277b79d8dbf888.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-d57c72d99c266e3e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d0a7d5463e1bc3fc.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4a86b5b227f953a0.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a0e0fade270198b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-20dbdf24bb605a3e.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-f1b50a0f6abb8ec5.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-42aa1cc0fdf1ba5f.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-4eb08acaffe2559c.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-70ef06024266b24e.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c0fd7eec600b6c7e.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-9126e7be23eefd27.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-aa2100111487e26e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-283681139803fcc8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-267a03eb07a47b1e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a34172b17d5e8ed.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-482d19e7bc59d78e.so --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b33448ffabfe6764.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ef67885dfad558a1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cfcdf4d597c0b08b.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-18b557821801923f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-c22453ae28d1f477.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-626aaaa9d29ac688.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-c31495595ddcc7e5.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3bf83203eef01ea.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5297a0e6b7c58da0.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-0012f68beb8a2851.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c72974f6df362fc.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e3618adaa086f16e.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-7d992f9b09cf6c5e.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c6b1f54acc9ffbae.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7ee706f59b5bc2fd.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-44c2bb939da682ca.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-1f7113120f3dbd04.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bf810f4bdd4a1479.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c3ff0b2424c80153.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c6328e2818af246b.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2cc9f54291082de4.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-af105829bf4eb610.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-adcbea535396cfbc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-51db564dfd70ff16.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0445968ca0637420.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-bd59e6d09b9b047e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-d650ee001e8c7c0c.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-95c7a6ae691e1c6d.rlib --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-0543cd79e09152cc.rlib --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-3422cd2ab36f88eb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-9879dfc3fdb885f5.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-aa8bb587228d40dd.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-479fd7dfad4044d1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-839bbe541b2717ce.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-8fd589481cfb1097.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4521 | 2026-02-01T13:55:24.150Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-4518d25806348bca/build-script-build` |
| 4522 | 2026-02-01T13:55:24.217Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e2a1248d93907013 -C extra-filename=-2115733921c2c164 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-dc034d8b27d56f21.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-5e5f9d6f30511b8e.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-ccce46c3a8005b3d.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-cb9118d46ffe7881.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d435ea9549e107c7.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4449a79e16ffb95e.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-793aae9f129abbfe.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-81bcaefbbaaffc80.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-04f08ed3a058b3f9.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-278ae70dca7efd8a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-3d6b5634db92b1e2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-2a9c1cf1c1fc924f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-af30543e4dffeb36.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-906808041a639e0b.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ec51931818474554.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d37401098cd94756.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-336f2125ff85927d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-8a909d941427e7db.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d8b622e418879200.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-cb900f07b9be1a72.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-df73d89bc29f1c29.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-16da02b7f268f0f8.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-097a77969c9ceec3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-ac443c6da0ebe878.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6e81e85899bef692.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-aa3d5cf5a4228e52.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-92042216f3703d7c.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-4aede8b52bac0c6e.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-7a23ac05953c4ada.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f4cba25822313ea3.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-dc73510fe40080b1.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-41fcf63accd208b8.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6975515e2b5c385c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-17b4ffd0be7522e2.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-913916f217e25b2f.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-6cb80c5434c53512.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-c017406b27eb1031.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1bf27c8ffa5bbcf6.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-232c8be27242af8d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-2f748ffac159055b.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-a770262199a9f200.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-9bb25a8253bdb0c6.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-2dbba1a9c5a6647e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-15966e0d45b98d84.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-7a4ed7398383c982.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-6ad1041184c0d777.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-154d7995fdd9f2bf.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-90c4046bfe783151.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-197da80290dbc34e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dfd4e45d5ffbfadd.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-425dccc5b84d3d0c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-b82001922f0a9e51.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-fc26e70bb637777a.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e34d132aee5fbca3.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-33e184f17be18de1.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6b74060d98d6b0d8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-303105b319dc4167.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2f46337baac0adb9.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-a4e1916bc8c3a4c6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-72e9ec773ccc1595.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-382feb7a47043c3e.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-caad014a793dfe2b.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-129e09696abc5b6c.rmeta --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-be0f9bd12ff74331.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cd6e7e1990ebbdaf.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-13ab450b5cd4e741.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e0b9d2d151bb7f4c.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-88901cb07382564c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-97454747b9c1699a.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-305349a391091bc4.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-49b7fca10123bcdd.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-08bfadb753b7e6e0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5bc9812c09f1cecb.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-02bf656fa5ef3767.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-8d4bb309a90c6d2b.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-761b1f26215d1c8f.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-95b0526476a4012e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-497fd369a3647263.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-fd1d6d64bde63d04.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-00c76cace985d8d4.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-9b9d4b0b7e079877.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a9c1919ad38df1a1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e99b8ea4dad43ed8.rmeta --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8c2cfda817b2d17d.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-615bb13748115493.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-81ec37284a0b9f21.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-7695dabeccbe10ce.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-485743278ae27156.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-753ad8c476da046e.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-54cd10c255b1bde1.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-ee1ea9e9e401cc4d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-0aa8f2a3f4ca3983.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-8a1dbdb5626eec5a.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-0c4ca0cb44195497.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-a0277b79d8dbf888.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-d57c72d99c266e3e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d0a7d5463e1bc3fc.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-4a86b5b227f953a0.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a0e0fade270198b5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-20dbdf24bb605a3e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-f1b50a0f6abb8ec5.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-42aa1cc0fdf1ba5f.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-4eb08acaffe2559c.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-70ef06024266b24e.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c0fd7eec600b6c7e.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-9126e7be23eefd27.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-aa2100111487e26e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-283681139803fcc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-267a03eb07a47b1e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a34172b17d5e8ed.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-b33448ffabfe6764.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-ef67885dfad558a1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cfcdf4d597c0b08b.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-18b557821801923f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-c22453ae28d1f477.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-626aaaa9d29ac688.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-c31495595ddcc7e5.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3bf83203eef01ea.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5297a0e6b7c58da0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-0012f68beb8a2851.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-e3618adaa086f16e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-c6b1f54acc9ffbae.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-7ee706f59b5bc2fd.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-44c2bb939da682ca.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-1f7113120f3dbd04.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bf810f4bdd4a1479.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c3ff0b2424c80153.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c6328e2818af246b.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2cc9f54291082de4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-af105829bf4eb610.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-adcbea535396cfbc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-51db564dfd70ff16.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0445968ca0637420.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-bd59e6d09b9b047e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --extern winnow_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-0543cd79e09152cc.rmeta --extern winnow_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-3422cd2ab36f88eb.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-9879dfc3fdb885f5.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-aa8bb587228d40dd.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-479fd7dfad4044d1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-839bbe541b2717ce.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-8fd589481cfb1097.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4523 | 2026-02-01T13:55:24.383Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 4524 | 2026-02-01T13:55:24.407Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3029fc9e0a1eb22a -C extra-filename=-1a09b57fee4c0f9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4525 | 2026-02-01T13:55:25.199Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 4526 | 2026-02-01T13:55:25.223Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=946757baaa511fe2 -C extra-filename=-013fda657cd2ff36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b6930e0f1659bcdb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-af30543e4dffeb36.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a7ff8014f61695ee.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-e61df0433f948987.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-d7ceaab04c51a1a0.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-67930fec1eb11ae9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4527 | 2026-02-01T13:55:26.339Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 4528 | 2026-02-01T13:55:26.385Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=7ce433b01b8e0385 -C extra-filename=-cf476913c8304599 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1a09b57fee4c0f9f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-35679194332c3a81.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-63ad648cdb56c61b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b6930e0f1659bcdb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-16da02b7f268f0f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-05a3fd1cd6e55bfd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3692210509885948.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dfd4e45d5ffbfadd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-294dcf195affea97.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6b74060d98d6b0d8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-382feb7a47043c3e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-855b48b18fd4dfa2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e69ab39c2638fce6.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-748bc5f8af17715a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dad6eeb2604c6524.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41093f2c867ef13e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d980d7eedf1ce489.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2b4a32db50a2c8e6.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-0aa8f2a3f4ca3983.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-29b97be273feaed5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c4ca0cb44195497.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1e85992053aea4a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-20dbdf24bb605a3e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-283681139803fcc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-573f4227d3381b85.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a34172b17d5e8ed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-53fb01047f193b86.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5297a0e6b7c58da0.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-de9d18395dde20e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-36a72f5428d92d97.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4529 | 2026-02-01T13:55:27.011Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4530 | 2026-02-01T13:55:27.035Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=d9e507de873f6687 -C extra-filename=-5349077cf33fbab9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-6e81e85899bef692.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c4ca0cb44195497.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-70346850ea1a1c2e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-0012f68beb8a2851.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4531 | 2026-02-01T13:55:27.398Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4532 | 2026-02-01T13:55:27.421Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2793b2cca6cc621c -C extra-filename=-21c1c32bfcbfee8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-2de8280c6c1d6649.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c4ca0cb44195497.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-70346850ea1a1c2e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a34172b17d5e8ed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4533 | 2026-02-01T13:55:27.651Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4534 | 2026-02-01T13:55:27.675Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2024 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d5f1eca8b7a139f -C extra-filename=-3f6759fa93a53149 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-d5cbf054fb94d8aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-79455cfd606a27b1.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7018ab33c56d0f91.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-f4cba25822313ea3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3692210509885948.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-897919a6c42a408a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-2f46337baac0adb9.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-a5cbd8c36f6af043.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-00d59c3fddae935d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-c93fbbd6e5c1389c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-615bb13748115493.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a34172b17d5e8ed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-4f7b34869adbd03a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-9cdf0809d3b31835.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4535 | 2026-02-01T13:55:27.860Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=140597ad0b936b50 -C extra-filename=-13c283409251c254 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-1a09b57fee4c0f9f.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-35679194332c3a81.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-63ad648cdb56c61b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b6930e0f1659bcdb.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-16da02b7f268f0f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-05a3fd1cd6e55bfd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3692210509885948.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dfd4e45d5ffbfadd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-294dcf195affea97.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6b74060d98d6b0d8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-382feb7a47043c3e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-855b48b18fd4dfa2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e69ab39c2638fce6.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-748bc5f8af17715a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dad6eeb2604c6524.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41093f2c867ef13e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d980d7eedf1ce489.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-2b4a32db50a2c8e6.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-29b97be273feaed5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c4ca0cb44195497.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-1e85992053aea4a9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-20dbdf24bb605a3e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-283681139803fcc8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-573f4227d3381b85.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a34172b17d5e8ed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-53fb01047f193b86.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5297a0e6b7c58da0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-36a72f5428d92d97.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4536 | 2026-02-01T13:55:27.977Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4537 | 2026-02-01T13:55:28.001Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 gateway-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=5db84b24bfd6cb44 -C extra-filename=-dc89a67ba162ffb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-16da02b7f268f0f8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-05a3fd1cd6e55bfd.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-15966e0d45b98d84.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dfd4e45d5ffbfadd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dad6eeb2604c6524.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-0aa8f2a3f4ca3983.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-de9d18395dde20e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-36a72f5428d92d97.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4538 | 2026-02-01T13:55:30.722Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4539 | 2026-02-01T13:55:30.745Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0e4f73f0e85d8dc -C extra-filename=-15ac3eb976f8873d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-05a3fd1cd6e55bfd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dad6eeb2604c6524.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4540 | 2026-02-01T13:55:31.473Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4541 | 2026-02-01T13:55:31.498Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=930a82d65ef13db5 -C extra-filename=-f28c04a916d2c8a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-dc89a67ba162ffb8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4542 | 2026-02-01T13:55:31.761Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4543 | 2026-02-01T13:55:31.785Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af382f2716177922 -C extra-filename=-717cf126bcd83cc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-d435ea9549e107c7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-16da02b7f268f0f8.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-15ac3eb976f8873d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-15966e0d45b98d84.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f28c04a916d2c8a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dad6eeb2604c6524.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a3572c9998c2d902.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c4ca0cb44195497.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-20dbdf24bb605a3e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4544 | 2026-02-01T13:55:31.817Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 4545 | 2026-02-01T13:55:31.817Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=128eb7bac417d98d -C extra-filename=-86d7fc2129f0cc6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4546 | 2026-02-01T13:55:32.355Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 4547 | 2026-02-01T13:55:32.379Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 cockroach-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8f35027922e09fd -C extra-filename=-a6f4512809f8dfb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7e37665d2c49eec1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dad6eeb2604c6524.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4548 | 2026-02-01T13:55:32.853Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 4549 | 2026-02-01T13:55:32.877Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-45d28c3107cfa8a3/f3fe054/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6c34c8554b14112 -C extra-filename=-cb1c734a01c23d17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-0c111089be9f7798.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b6930e0f1659bcdb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-af30543e4dffeb36.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-d111dfffbb578a82.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3692210509885948.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-d57bf9fb000c3896.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-4c889c0e913110ea.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6c3d2b195bf90ba3.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-77fd5bf9bb0c9cf5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-8a1dbdb5626eec5a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d0a7d5463e1bc3fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-20dbdf24bb605a3e.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-f3aa1a37c5193522.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a47b5b3c81bc0d6f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1af715db36bb8968.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1551228b7b13cb31.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-427bc3886938b229.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-98ad39ae93d4b43b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-a8053d5ab8f0256f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-695c8c30ab7d85aa.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-bf810f4bdd4a1479.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-c84417783d6bdc1f.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-dde1a5cabe5a1a51.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
| 4550 | 2026-02-01T13:55:33.879Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 4551 | 2026-02-01T13:55:33.903Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61a3ea66f43413f0 -C extra-filename=-f237d31f7b402563 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-a6f4512809f8dfb2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4552 | 2026-02-01T13:55:34.223Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 4553 | 2026-02-01T13:55:34.247Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2f884ca8338bf2e -C extra-filename=-75c96419a958648e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4554 | 2026-02-01T13:55:34.517Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 4555 | 2026-02-01T13:55:34.541Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1efa88d1c1b8cf60 -C extra-filename=-22011225a03aab56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4556 | 2026-02-01T13:55:34.770Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 4557 | 2026-02-01T13:55:34.794Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e81e7a801d55bcd -C extra-filename=-755ffbcb6930ca69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dad6eeb2604c6524.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a3572c9998c2d902.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-20dbdf24bb605a3e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4558 | 2026-02-01T13:55:36.306Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4559 | 2026-02-01T13:55:36.330Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common_versions --edition=2024 installinator-common/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c6ebcaf6238e80e -C extra-filename=-1c3bee31fd62f33c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dad6eeb2604c6524.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4560 | 2026-02-01T13:55:36.881Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 4561 | 2026-02-01T13:55:36.905Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 clients/ntp-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b111a46d9430126 -C extra-filename=-e61760c2a8c44003 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-a3572c9998c2d902.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-20dbdf24bb605a3e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4562 | 2026-02-01T13:55:36.929Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4563 | 2026-02-01T13:55:36.929Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d6c861f5eeaf5fa -C extra-filename=-bf6fb228e6aa2b00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-755ffbcb6930ca69.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f237d31f7b402563.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3692210509885948.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-22011225a03aab56.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-20dbdf24bb605a3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5297a0e6b7c58da0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4564 | 2026-02-01T13:55:37.722Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=6b8db15802fd3979 -C extra-filename=-2f5d3870b62311a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-35679194332c3a81.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-541c9975ebed104a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-3d6b5634db92b1e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b6930e0f1659bcdb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-007217ae8bf36647.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-6dd8cc31794bed78.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-79455cfd606a27b1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-05a3fd1cd6e55bfd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3692210509885948.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-294dcf195affea97.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-382feb7a47043c3e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-855b48b18fd4dfa2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e69ab39c2638fce6.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-4a478859e9da3049.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cf476913c8304599.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dad6eeb2604c6524.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f054bb986a738cb0.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-514d3be1a7eb569b.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-013fda657cd2ff36.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-41093f2c867ef13e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-a47b5b3c81bc0d6f.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-53fb01047f193b86.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1551228b7b13cb31.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-427bc3886938b229.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0fee7f3270132382.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-64f97016310d5eb9.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-39e2c8f111f10aee.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3c42113f51ad0045/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'` |
| 4565 | 2026-02-01T13:55:38.344Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 4566 | 2026-02-01T13:55:38.368Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f17255d863c5432e -C extra-filename=-9105f412f35f2821 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cf476913c8304599.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4567 | 2026-02-01T13:55:39.309Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4568 | 2026-02-01T13:55:39.338Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 clickhouse-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e661e1e18bbe6bf -C extra-filename=-97547b538eb2c5bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-f11f4885ed52f937.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b6930e0f1659bcdb.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-007217ae8bf36647.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-16da02b7f268f0f8.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6be371705b875998.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-ed2bbd33ba323c52.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-855b48b18fd4dfa2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cf476913c8304599.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4569 | 2026-02-01T13:55:39.989Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 4570 | 2026-02-01T13:55:40.013Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=215bdebc5faf037b -C extra-filename=-894c12ff5de25d03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c02a041b417bcf9a.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b528563394e98a45.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cf476913c8304599.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-9105f412f35f2821.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d980d7eedf1ce489.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d0a7d5463e1bc3fc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5297a0e6b7c58da0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4571 | 2026-02-01T13:55:41.782Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4572 | 2026-02-01T13:55:41.806Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd16cda7a3fcdc06 -C extra-filename=-f1414f696708a552 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-97547b538eb2c5bc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4573 | 2026-02-01T13:55:42.239Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4574 | 2026-02-01T13:55:42.286Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=ead8805c95d6af09 -C extra-filename=-f3b4a163949d8b0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-16da02b7f268f0f8.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f5d3870b62311a5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cf476913c8304599.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-0aa8f2a3f4ca3983.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-de9d18395dde20e1.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3c42113f51ad0045/out -L native=/usr/ssl-3/lib/amd64` |
| 4575 | 2026-02-01T13:55:42.286Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01475cdd4a30c921 -C extra-filename=-45188570e389ae6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-13c283409251c254.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4576 | 2026-02-01T13:55:43.077Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 4577 | 2026-02-01T13:55:43.101Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 internal-dns/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7708e3e39aaec95d -C extra-filename=-32c2ec15d924631f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cf476913c8304599.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4578 | 2026-02-01T13:55:43.341Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4579 | 2026-02-01T13:55:43.365Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21506111cef7b65b -C extra-filename=-4a729bd6d344ea85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b6930e0f1659bcdb.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-078b6ee085383e2c.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-31c5b2a4b8f25e85.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6be371705b875998.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dfd4e45d5ffbfadd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5d46a08302ae852a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cf476913c8304599.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-8a1dbdb5626eec5a.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-70346850ea1a1c2e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a34172b17d5e8ed.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cfcdf4d597c0b08b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f3b4a163949d8b0b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ffaa129166d934ab.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3c42113f51ad0045/out -L native=/usr/ssl-3/lib/amd64` |
| 4580 | 2026-02-01T13:55:43.451Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4581 | 2026-02-01T13:55:43.475Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 trust-quorum/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=ebb6915a2d5bbf45 -C extra-filename=-5be18990f889ae9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-16da02b7f268f0f8.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6be371705b875998.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-5349077cf33fbab9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-6b74060d98d6b0d8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dad6eeb2604c6524.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c4ca0cb44195497.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-573f4227d3381b85.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a34172b17d5e8ed.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f3b4a163949d8b0b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-53fb01047f193b86.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3c42113f51ad0045/out -L native=/usr/ssl-3/lib/amd64` |
| 4582 | 2026-02-01T13:55:43.735Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=491af83c2b1593a0 -C extra-filename=-e9c4958157e8e9fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c02a041b417bcf9a.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b528563394e98a45.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-13c283409251c254.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-45188570e389ae6d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-d980d7eedf1ce489.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-d0a7d5463e1bc3fc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5297a0e6b7c58da0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4583 | 2026-02-01T13:55:44.753Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 4584 | 2026-02-01T13:55:44.777Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e78a66cf4d52e682 -C extra-filename=-842f05f6d0b8f7db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-af30543e4dffeb36.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-f6b0916e9f59d363.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-894c12ff5de25d03.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-b6f54e398b93323b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-34a11b1c581ecb64.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-e939b0f8b0731c67.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-53fb01047f193b86.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-207aeaa572cef69b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5080944c3a3a89f3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4585 | 2026-02-01T13:55:45.133Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4586 | 2026-02-01T13:55:45.133Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 trust-quorum/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ce80e23af417865 -C extra-filename=-d5b4745d31ba8683 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-5be18990f889ae9d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3c42113f51ad0045/out -L native=/usr/ssl-3/lib/amd64` |
| 4587 | 2026-02-01T13:55:45.209Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 4588 | 2026-02-01T13:55:45.233Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc480434703e3a8d -C extra-filename=-488f5a9ed47c1930 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-32c2ec15d924631f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cf476913c8304599.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dad6eeb2604c6524.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-5297a0e6b7c58da0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4589 | 2026-02-01T13:55:45.316Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 4590 | 2026-02-01T13:55:45.340Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=657ef458b412bf0e -C extra-filename=-4d053cafe26eb603 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-0e815f650dbe7dab.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-c68703580b29a4f1.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b528563394e98a45.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-894c12ff5de25d03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-30d068c6bd03053d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/usr/ssl-3/lib/amd64` |
| 4591 | 2026-02-01T13:55:45.401Z | error: value assigned to `rack_uuid` is never read |
| 4592 | 2026-02-01T13:55:45.401Z | --> bootstore/src/schemes/v0/share_pkg.rs:34:9 |
| 4593 | 2026-02-01T13:55:45.401Z | | |
| 4594 | 2026-02-01T13:55:45.401Z | 34 | pub rack_uuid: Uuid, |
| 4595 | 2026-02-01T13:55:45.401Z | | ^^^^^^^^^ |
| 4596 | 2026-02-01T13:55:45.401Z | | |
| 4597 | 2026-02-01T13:55:45.401Z | = help: maybe it is overwritten before being read? |
| 4598 | 2026-02-01T13:55:45.401Z | = note: `-D unused-assignments` implied by `-D warnings` |
| 4599 | 2026-02-01T13:55:45.401Z | = help: to override `-D warnings` add `#[allow(unused_assignments)]` |
| 4600 | 2026-02-01T13:55:45.401Z | |
| 4601 | 2026-02-01T13:55:45.401Z | error: value assigned to `share_digests` is never read |
| 4602 | 2026-02-01T13:55:45.401Z | --> bootstore/src/schemes/v0/share_pkg.rs:50:9 |
| 4603 | 2026-02-01T13:55:45.401Z | | |
| 4604 | 2026-02-01T13:55:45.401Z | 50 | pub share_digests: BTreeSet<Sha3_256Digest>, |
| 4605 | 2026-02-01T13:55:45.401Z | | ^^^^^^^^^^^^^ |
| 4606 | 2026-02-01T13:55:45.401Z | | |
| 4607 | 2026-02-01T13:55:45.401Z | = help: maybe it is overwritten before being read? |
| 4608 | 2026-02-01T13:55:45.401Z | |
| 4609 | 2026-02-01T13:55:45.425Z | error: value assigned to `initial_membership` is never read |
| 4610 | 2026-02-01T13:55:45.425Z | --> bootstore/src/schemes/v0/share_pkg.rs:65:9 |
| 4611 | 2026-02-01T13:55:45.425Z | | |
| 4612 | 2026-02-01T13:55:45.425Z | 65 | pub initial_membership: BTreeSet<Baseboard>, |
| 4613 | 2026-02-01T13:55:45.425Z | | ^^^^^^^^^^^^^^^^^^ |
| 4614 | 2026-02-01T13:55:45.426Z | | |
| 4615 | 2026-02-01T13:55:45.426Z | = help: maybe it is overwritten before being read? |
| 4616 | 2026-02-01T13:55:45.426Z | |
| 4617 | 2026-02-01T13:55:45.426Z | error: value assigned to `encrypted_shares` is never read |
| 4618 | 2026-02-01T13:55:45.426Z | --> bootstore/src/schemes/v0/share_pkg.rs:90:9 |
| 4619 | 2026-02-01T13:55:45.426Z | | |
| 4620 | 2026-02-01T13:55:45.426Z | 90 | pub encrypted_shares: Vec<u8>, |
| 4621 | 2026-02-01T13:55:45.426Z | | ^^^^^^^^^^^^^^^^ |
| 4622 | 2026-02-01T13:55:45.426Z | | |
| 4623 | 2026-02-01T13:55:45.426Z | = help: maybe it is overwritten before being read? |
| 4624 | 2026-02-01T13:55:45.426Z | |
| 4625 | 2026-02-01T13:55:45.580Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4626 | 2026-02-01T13:55:45.604Z | Running `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=15306c9ff47d6319 -C extra-filename=-b54205410d1ffb05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-4d6965e1c512c88e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b6930e0f1659bcdb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-16e96d4bbcff5e5d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-3692210509885948.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-1a063c1b3681c7da.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-f948392241cf140d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-2f5d3870b62311a5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-a97fe149e75fa6a2.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-bfaff5f114eba304.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-1f3a6025060da858.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e69ab39c2638fce6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cf476913c8304599.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-dad6eeb2604c6524.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-0c4ca0cb44195497.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-c13859098ea2f7ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f3b4a163949d8b0b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-53fb01047f193b86.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-0fee7f3270132382.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-39e2c8f111f10aee.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3c42113f51ad0045/out -L native=/usr/ssl-3/lib/amd64` |
| 4627 | 2026-02-01T13:55:45.865Z | error: could not compile `bootstore` (lib) due to 4 previous errors |
| 4628 | 2026-02-01T13:55:45.889Z | |
| 4629 | 2026-02-01T13:55:45.889Z | Caused by: |
| 4630 | 2026-02-01T13:55:45.889Z | process didn't exit successfully: `/home/build/.rustup/toolchains/1.93.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21506111cef7b65b -C extra-filename=-4a729bd6d344ea85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ff5e2b6bd2c40d0b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b6930e0f1659bcdb.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-078b6ee085383e2c.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-31c5b2a4b8f25e85.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6be371705b875998.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-dfd4e45d5ffbfadd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-5d46a08302ae852a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-cf476913c8304599.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-2115733921c2c164.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-8a1dbdb5626eec5a.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-70346850ea1a1c2e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-c681e895e9f4e8b8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a34172b17d5e8ed.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cfcdf4d597c0b08b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-f3b4a163949d8b0b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-aa15ec8150f8f315.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-06fd490a836d2ab0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f7b79b3233c187bd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-623344931b754473.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-ffaa129166d934ab.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-71e30f2d4b848a1e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0120cd2008386b8a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-e1bc3e2d6a0b65fc/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fdc30f99d1e5fc58/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-574d7a47fc3cc515/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3c42113f51ad0045/out -L native=/usr/ssl-3/lib/amd64` (exit status: 1) |
| 4631 | 2026-02-01T13:55:45.889Z | warning: build failed, waiting for other jobs to finish... |
| 4632 | 2026-02-01T13:55:52.943Z | |
| 4633 | 2026-02-01T13:55:52.943Z | real 4:15.380568619 |
| 4634 | 2026-02-01T13:55:52.943Z | user 26:22.070778402 |
| 4635 | 2026-02-01T13:55:52.943Z | sys 5:00.264177457 |
| 4636 | 2026-02-01T13:55:52.943Z | trap 0.888291196 |
| 4637 | 2026-02-01T13:55:52.943Z | tflt 0.209163811 |
| 4638 | 2026-02-01T13:55:52.943Z | dflt 0.233935253 |
| 4639 | 2026-02-01T13:55:52.943Z | kflt 0.000795813 |
| 4640 | 2026-02-01T13:55:52.943Z | lock 1:39:37.712010888 |
| 4641 | 2026-02-01T13:55:52.943Z | slp 1:21:28.232107857 |
| 4642 | 2026-02-01T13:55:52.943Z | lat 2:11.734682782 |
| 4643 | 2026-02-01T13:55:52.943Z | stop 10:06.399237370 |
| 4644 | 2026-02-01T13:55:52.967Z | process exited: duration 737424 ms, exit code 101 |
| |
| 4645 | 2026-02-01T13:55:53.045Z | found 2 output files |
| 4646 | 2026-02-01T13:55:53.045Z | uploading: /work/crate-build-timings.json (501352 bytes) |
| 4647 | 2026-02-01T13:55:54.275Z | uploaded: /work/crate-build-timings.json |
| 4648 | 2026-02-01T13:55:54.299Z | uploading: /work/environment.json (130 bytes) |
| 4649 | 2026-02-01T13:55:55.368Z | uploaded: /work/environment.json |