| 
 | 
 | 
| 1 | 2024-11-11T19:31:49.089Z | job assigned to worker 01JCEB28S83853ESBZXNDWSFYA (queued for 5 m 18 s) | 
|   | 
| 2 | 2024-11-11T19:31:57.081Z | starting task 0: "setup" | 
| 3 | 2024-11-11T19:31:57.090Z | ++ uname -s | 
| 4 | 2024-11-11T19:31:57.093Z | + kern=SunOS | 
| 5 | 2024-11-11T19:31:57.093Z | + case "$kern" in | 
| 6 | 2024-11-11T19:31:57.093Z | + groupadd -g 12345 build | 
| 7 | 2024-11-11T19:31:57.096Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build | 
| 8 | 2024-11-11T19:31:59.107Z | + zfs create -o mountpoint=/work rpool/work | 
| 9 | 2024-11-11T19:31:59.229Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab | 
| 10 | 2024-11-11T19:31:59.231Z | + home_fs=zfs | 
| 11 | 2024-11-11T19:31:59.231Z | + [[ zfs == autofs ]] | 
| 12 | 2024-11-11T19:31:59.231Z | + mkdir -p /home/build | 
| 13 | 2024-11-11T19:31:59.234Z | + chown build:build /home/build /work | 
| 14 | 2024-11-11T19:32:00.236Z | + chmod 0700 /home/build /work | 
| 15 | 2024-11-11T19:32:00.238Z | process exited: duration 3158 ms, exit code 0 | 
|   | 
| 16 | 2024-11-11T19:32:00.244Z | starting task 1: "rust-toolchain" | 
| 17 | 2024-11-11T19:32:00.250Z | + printf ' * toolchain channel = "%s" | 
| 18 | 2024-11-11T19:32:00.250Z | ' 1.82.0 | 
| 19 | 2024-11-11T19:32:00.253Z |  * toolchain channel = "1.82.0" | 
| 20 | 2024-11-11T19:32:00.253Z | + printf ' * toolchain profile = "%s" | 
| 21 | 2024-11-11T19:32:00.253Z | ' default | 
| 22 | 2024-11-11T19:32:00.253Z |  * toolchain profile = "default" | 
| 23 | 2024-11-11T19:32:00.253Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs | 
| 24 | 2024-11-11T19:32:00.253Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default | 
| 25 | 2024-11-11T19:32:00.560Z | info: downloading installer | 
| 26 | 2024-11-11T19:32:01.895Z | info: profile set to 'default' | 
| 27 | 2024-11-11T19:32:01.895Z | info: default host triple is x86_64-unknown-illumos | 
| 28 | 2024-11-11T19:32:01.897Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' | 
| 29 | 2024-11-11T19:32:02.049Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) | 
| 30 | 2024-11-11T19:32:02.049Z | info: downloading component 'cargo' | 
| 31 | 2024-11-11T19:32:02.855Z | info: downloading component 'clippy' | 
| 32 | 2024-11-11T19:32:03.160Z | info: downloading component 'rust-docs' | 
| 33 | 2024-11-11T19:32:04.297Z | info: downloading component 'rust-std' | 
| 34 | 2024-11-11T19:32:06.166Z | info: downloading component 'rustc' | 
| 35 | 2024-11-11T19:32:12.736Z | info: downloading component 'rustfmt' | 
| 36 | 2024-11-11T19:32:12.969Z | info: installing component 'cargo' | 
| 37 | 2024-11-11T19:32:13.817Z | info: installing component 'clippy' | 
| 38 | 2024-11-11T19:32:14.226Z | info: installing component 'rust-docs' | 
| 39 | 2024-11-11T19:32:15.958Z | info: installing component 'rust-std' | 
| 40 | 2024-11-11T19:32:17.952Z | info: installing component 'rustc' | 
| 41 | 2024-11-11T19:32:24.143Z | info: installing component 'rustfmt' | 
| 42 | 2024-11-11T19:32:24.471Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' | 
| 43 | 2024-11-11T19:32:24.471Z |  | 
| 44 | 2024-11-11T19:32:24.851Z |   1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) | 
| 45 | 2024-11-11T19:32:24.851Z |  | 
| 46 | 2024-11-11T19:32:24.854Z |  | 
| 47 | 2024-11-11T19:32:24.854Z | Rust is installed now. Great! | 
| 48 | 2024-11-11T19:32:24.854Z |  | 
| 49 | 2024-11-11T19:32:24.854Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH | 
| 50 | 2024-11-11T19:32:24.854Z | environment variable. This has not been done automatically. | 
| 51 | 2024-11-11T19:32:24.854Z |  | 
| 52 | 2024-11-11T19:32:24.854Z | To configure your current shell, you need to source | 
| 53 | 2024-11-11T19:32:24.854Z | the corresponding env file under $HOME/.cargo. | 
| 54 | 2024-11-11T19:32:24.854Z |  | 
| 55 | 2024-11-11T19:32:24.854Z | This is usually done by running one of the following (note the leading DOT): | 
| 56 | 2024-11-11T19:32:24.854Z | . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh | 
| 57 | 2024-11-11T19:32:24.854Z | source "$HOME/.cargo/env.fish"  # For fish | 
| 58 | 2024-11-11T19:32:24.938Z | + rustc --version | 
| 59 | 2024-11-11T19:32:25.003Z | rustc 1.82.0 (f6e511eec 2024-10-15) | 
| 60 | 2024-11-11T19:32:25.006Z | process exited: duration 24757 ms, exit code 0 | 
|   | 
| 61 | 2024-11-11T19:32:25.012Z | starting task 2: "authentication" | 
| 62 | 2024-11-11T19:32:25.033Z | process exited: duration 21 ms, exit code 0 | 
|   | 
| 63 | 2024-11-11T19:32:25.041Z | starting task 3: "clone repository" | 
| 64 | 2024-11-11T19:32:25.044Z | + mkdir -p /work/oxidecomputer/omicron | 
| 65 | 2024-11-11T19:32:25.047Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron | 
| 66 | 2024-11-11T19:32:25.088Z | Cloning into '/work/oxidecomputer/omicron'... | 
| 67 | 2024-11-11T19:32:32.855Z | + cd /work/oxidecomputer/omicron | 
| 68 | 2024-11-11T19:32:32.855Z | + git fetch origin 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc | 
| 69 | 2024-11-11T19:32:33.305Z | From https://github.com/oxidecomputer/omicron | 
| 70 | 2024-11-11T19:32:33.305Z |  * branch                1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc -> FETCH_HEAD | 
| 71 | 2024-11-11T19:32:33.314Z | + [[ -n rss-datasets ]] | 
| 72 | 2024-11-11T19:32:33.317Z | ++ git branch --show-current | 
| 73 | 2024-11-11T19:32:33.319Z | + current=main | 
| 74 | 2024-11-11T19:32:33.320Z | + [[ main != rss-datasets ]] | 
| 75 | 2024-11-11T19:32:33.320Z | + git branch -f rss-datasets 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc | 
| 76 | 2024-11-11T19:32:33.322Z | + git checkout -f rss-datasets | 
| 77 | 2024-11-11T19:32:33.492Z | Switched to branch 'rss-datasets' | 
| 78 | 2024-11-11T19:32:33.499Z | + git reset --hard 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc | 
| 79 | 2024-11-11T19:32:33.521Z | HEAD is now at 1ae6ba742 EXPECTORATE | 
| 80 | 2024-11-11T19:32:33.523Z | process exited: duration 8482 ms, exit code 0 | 
|   | 
| 81 | 2024-11-11T19:32:33.531Z | starting task 4: "build" | 
| 82 | 2024-11-11T19:32:33.538Z | + source ./env.sh | 
| 83 | 2024-11-11T19:32:33.538Z | ++ OLD_SHELL_OPTS=ehxB | 
| 84 | 2024-11-11T19:32:33.538Z | ++ set -o xtrace | 
| 85 | 2024-11-11T19:32:33.541Z | ++++ dirname ./env.sh | 
| 86 | 2024-11-11T19:32:33.544Z | +++ readlink -f . | 
| 87 | 2024-11-11T19:32:33.547Z | ++ OMICRON_WS=/work/oxidecomputer/omicron | 
| 88 | 2024-11-11T19:32:33.547Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin | 
| 89 | 2024-11-11T19:32:33.547Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin | 
| 90 | 2024-11-11T19:32:33.547Z | ++ 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 | 
| 91 | 2024-11-11T19:32:33.547Z | ++ 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 | 
| 92 | 2024-11-11T19:32:33.547Z | ++ 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 | 
| 93 | 2024-11-11T19:32:33.547Z | ++ 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 | 
| 94 | 2024-11-11T19:32:33.547Z | ++ 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 | 
| 95 | 2024-11-11T19:32:33.547Z | ++ 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 | 
| 96 | 2024-11-11T19:32:33.547Z | ++ case $OLD_SHELL_OPTS in | 
| 97 | 2024-11-11T19:32:33.547Z | ++ unset OLD_SHELL_OPTS OMICRON_WS | 
| 98 | 2024-11-11T19:32:33.547Z | + source .github/buildomat/ci-env.sh | 
| 99 | 2024-11-11T19:32:33.547Z | ++ export CARGO_TERM_COLOR=always | 
| 100 | 2024-11-11T19:32:33.547Z | ++ CARGO_TERM_COLOR=always | 
| 101 | 2024-11-11T19:32:33.547Z | + target_os=illumos | 
| 102 | 2024-11-11T19:32:33.547Z | + NEXTEST_VERSION=0.9.78 | 
| 103 | 2024-11-11T19:32:33.547Z | + cargo --version | 
| 104 | 2024-11-11T19:32:33.604Z | cargo 1.82.0 (8f40fc59f 2024-08-21) | 
| 105 | 2024-11-11T19:32:33.607Z | + rustc --version | 
| 106 | 2024-11-11T19:32:33.667Z | rustc 1.82.0 (f6e511eec 2024-10-15) | 
| 107 | 2024-11-11T19:32:33.670Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.78/illumos | 
| 108 | 2024-11-11T19:32:33.673Z | + gunzip | 
| 109 | 2024-11-11T19:32:33.673Z | + tar -xvf - -C /home/build/.cargo/bin | 
| 110 | 2024-11-11T19:32:34.926Z | x cargo-nextest, 16059952 bytes, 31368 tape blocks | 
| 111 | 2024-11-11T19:32:34.929Z | + TEST_TMPDIR=/var/tmp/omicron_tmp | 
| 112 | 2024-11-11T19:32:34.929Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' | 
| 113 | 2024-11-11T19:32:34.929Z | tests will store ephemeral output in /var/tmp/omicron_tmp | 
| 114 | 2024-11-11T19:32:34.929Z | + mkdir /var/tmp/omicron_tmp | 
| 115 | 2024-11-11T19:32:34.929Z | + OUTPUT_DIR=/work | 
| 116 | 2024-11-11T19:32:34.929Z | + echo 'tests will store non-ephemeral output in /work' | 
| 117 | 2024-11-11T19:32:34.929Z | tests will store non-ephemeral output in /work | 
| 118 | 2024-11-11T19:32:34.929Z | + mkdir -p /work | 
| 119 | 2024-11-11T19:32:34.931Z | + banner prerequisites | 
| 120 | 2024-11-11T19:32:34.934Z |  | 
| 121 | 2024-11-11T19:32:34.934Z |  #####   #####   ######  #####   ######   ####   #    #     #     ####      # | 
| 122 | 2024-11-11T19:32:34.934Z |  #    #  #    #  #       #    #  #       #    #  #    #     #    #          # | 
| 123 | 2024-11-11T19:32:34.934Z |  #    #  #    #  #####   #    #  #####   #    #  #    #     #     ####      # | 
| 124 | 2024-11-11T19:32:34.934Z |  #####   #####   #       #####   #       #  # #  #    #     #         #     # | 
| 125 | 2024-11-11T19:32:34.934Z |  #       #   #   #       #   #   #       #   #   #    #     #    #    #     # | 
| 126 | 2024-11-11T19:32:34.934Z |  #       #    #  ######  #    #  ######   ### #   ####      #     ####      # | 
| 127 | 2024-11-11T19:32:34.934Z |  | 
| 128 | 2024-11-11T19:32:34.934Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y | 
| 129 | 2024-11-11T19:32:44.121Z |  Startup: Refreshing catalog 'helios-dev' ... Done | 
| 130 | 2024-11-11T19:32:47.627Z |  Startup: Caching catalogs ... Done | 
| 131 | 2024-11-11T19:32:55.621Z | Planning: Solver setup ... Done (7.274s) | 
| 132 | 2024-11-11T19:32:55.724Z | Planning: Running solver ... Done (0.103s) | 
| 133 | 2024-11-11T19:32:55.814Z | Planning: Finding local manifests ... Done (0.005s) | 
| 134 | 2024-11-11T19:32:55.827Z | Planning: Fetching manifests: 0/5  0% complete | 
| 135 | 2024-11-11T19:32:56.435Z | Planning: Fetching manifests: 5/5  100% complete | 
| 136 | 2024-11-11T19:32:56.535Z | Planning: Package planning ... Done (0.100s) | 
| 137 | 2024-11-11T19:32:56.590Z | Planning: Merging actions ... Done (0.055s) | 
| 138 | 2024-11-11T19:32:56.784Z | Planning: Checking for conflicting actions ... Done (0.194s) | 
| 139 | 2024-11-11T19:32:58.954Z | Planning: Consolidating action changes ... Done (2.169s) | 
| 140 | 2024-11-11T19:32:59.408Z | Planning: Evaluating mediators ... Done (0.453s) | 
| 141 | 2024-11-11T19:32:59.490Z | Planning: Planning completed in 11.77 seconds | 
| 142 | 2024-11-11T19:32:59.506Z |            Packages to install:         4 | 
| 143 | 2024-11-11T19:32:59.506Z |             Packages to update:         1 | 
| 144 | 2024-11-11T19:32:59.509Z |            Mediators to change:         2 | 
| 145 | 2024-11-11T19:32:59.509Z |             Services to change:         1 | 
| 146 | 2024-11-11T19:32:59.509Z |      Estimated space available: 155.60 GB | 
| 147 | 2024-11-11T19:32:59.509Z | Estimated space to be consumed:   1.59 GB | 
| 148 | 2024-11-11T19:32:59.509Z |        Create boot environment:        No | 
| 149 | 2024-11-11T19:32:59.509Z | Create backup boot environment:       Yes | 
| 150 | 2024-11-11T19:32:59.509Z |           Rebuild boot archive:        No | 
| 151 | 2024-11-11T19:32:59.509Z |  | 
| 152 | 2024-11-11T19:32:59.509Z | Changed mediators: | 
| 153 | 2024-11-11T19:32:59.509Z |   mediator clang: | 
| 154 | 2024-11-11T19:32:59.509Z |            version: None -> 15 (system default) | 
| 155 | 2024-11-11T19:32:59.509Z |  | 
| 156 | 2024-11-11T19:32:59.509Z |   mediator llvm: | 
| 157 | 2024-11-11T19:32:59.509Z |            version: 14 (system default) -> 15 (system default) | 
| 158 | 2024-11-11T19:32:59.509Z |  | 
| 159 | 2024-11-11T19:32:59.509Z | Changed packages: | 
| 160 | 2024-11-11T19:32:59.509Z | helios-dev | 
| 161 | 2024-11-11T19:32:59.509Z |   developer/build-essential | 
| 162 | 2024-11-11T19:32:59.509Z |     None -> 11-2.0 | 
| 163 | 2024-11-11T19:32:59.509Z |   library/libxmlsec1 | 
| 164 | 2024-11-11T19:32:59.509Z |     None -> 1.2.35-2.0 | 
| 165 | 2024-11-11T19:32:59.509Z |   ooce/developer/clang-15 | 
| 166 | 2024-11-11T19:32:59.509Z |     None -> 15.0.7-2.0 | 
| 167 | 2024-11-11T19:32:59.509Z |   ooce/developer/llvm-15 | 
| 168 | 2024-11-11T19:32:59.509Z |     None -> 15.0.7-2.0 | 
| 169 | 2024-11-11T19:32:59.509Z |   package/pkg | 
| 170 | 2024-11-11T19:32:59.509Z |     0.5.11-2.0 -> 0.5.11-2.1.6412 | 
| 171 | 2024-11-11T19:32:59.509Z |  | 
| 172 | 2024-11-11T19:32:59.509Z | Services: | 
| 173 | 2024-11-11T19:32:59.509Z |   restart_fmri: | 
| 174 | 2024-11-11T19:32:59.509Z |     svc:/system/update-man-index:default | 
| 175 | 2024-11-11T19:32:59.510Z |  | 
| 176 | 2024-11-11T19:32:59.510Z | Editable files to change: | 
| 177 | 2024-11-11T19:32:59.510Z |   Update: | 
| 178 | 2024-11-11T19:32:59.510Z |     usr/share/lib/pkg/web/config.shtml | 
| 179 | 2024-11-11T19:32:59.591Z |  | 
| 180 | 2024-11-11T19:32:59.592Z | Download:    0/4281 items    0.0/220.6MB  0% complete | 
| 181 | 2024-11-11T19:33:04.601Z | Download: 1201/4281 items   83.5/220.6MB  37% complete (17.1M/s) | 
| 182 | 2024-11-11T19:33:09.598Z | Download: 3100/4281 items  123.3/220.6MB  55% complete (12.3M/s) | 
| 183 | 2024-11-11T19:33:14.607Z | Download: 4179/4281 items  220.4/220.6MB  99% complete (13.7M/s) | 
| 184 | 2024-11-11T19:33:15.520Z | Download: Completed 220.60 MB in 15.92 seconds (13.8M/s) | 
| 185 | 2024-11-11T19:33:17.742Z |  Actions:    1/5063 actions (Removing old actions) | 
| 186 | 2024-11-11T19:33:17.764Z |  Actions:  194/5063 actions (Installing new actions) | 
| 187 | 2024-11-11T19:33:22.448Z |  Actions: 4226/5063 actions (Updating modified actions) | 
| 188 | 2024-11-11T19:33:22.768Z |  Actions: Completed 5063 actions in 5.02 seconds. | 
| 189 | 2024-11-11T19:33:23.142Z |  Done (0.367s) | 
| 190 | 2024-11-11T19:33:23.145Z |  Done (0.000s) | 
| 191 | 2024-11-11T19:33:23.663Z |  Done (0.519s) | 
| 192 | 2024-11-11T19:33:28.195Z |  Done (4.322s) | 
| 193 | 2024-11-11T19:33:28.282Z |  Done (0.018s) | 
| 194 | 2024-11-11T19:33:28.286Z |  Done (0.000s) | 
| 195 | 2024-11-11T19:33:28.458Z |  Done (0.000s) | 
| 196 | 2024-11-11T19:33:29.145Z | Planning: Evaluating mediator changes ... Done | 
| 197 | 2024-11-11T19:33:29.305Z | Planning: Checking for conflicting actions ... Done | 
| 198 | 2024-11-11T19:33:29.309Z | Planning: Consolidating action changes ... Done | 
| 199 | 2024-11-11T19:33:29.584Z | Planning: Evaluating mediators ... Done | 
| 200 | 2024-11-11T19:33:29.588Z | Planning: Planning completed in 0.44 seconds | 
| 201 | 2024-11-11T19:33:29.627Z |            Mediators to change:  2 | 
| 202 | 2024-11-11T19:33:29.627Z |        Create boot environment: No | 
| 203 | 2024-11-11T19:33:29.635Z | Create backup boot environment: No | 
| 204 | 2024-11-11T19:33:29.710Z |  Done | 
| 205 | 2024-11-11T19:33:29.711Z |  Done | 
| 206 | 2024-11-11T19:33:30.039Z |  Done | 
| 207 | 2024-11-11T19:33:33.603Z |  Done | 
| 208 | 2024-11-11T19:33:33.689Z |  Done | 
| 209 | 2024-11-11T19:33:33.696Z |  Done | 
| 210 | 2024-11-11T19:33:33.802Z |  Done | 
| 211 | 2024-11-11T19:33:34.418Z | Planning: Evaluating mediator changes ... Done | 
| 212 | 2024-11-11T19:33:34.422Z | Planning: Merging actions ... Done | 
| 213 | 2024-11-11T19:33:34.607Z | Planning: Checking for conflicting actions ... Done | 
| 214 | 2024-11-11T19:33:34.615Z | Planning: Consolidating action changes ... Done | 
| 215 | 2024-11-11T19:33:34.878Z | Planning: Evaluating mediators ... Done | 
| 216 | 2024-11-11T19:33:34.932Z | Planning: Planning completed in 0.76 seconds | 
| 217 | 2024-11-11T19:33:34.974Z |             Packages to change:   1 | 
| 218 | 2024-11-11T19:33:34.975Z |            Mediators to change:   1 | 
| 219 | 2024-11-11T19:33:34.980Z |             Services to change:   1 | 
| 220 | 2024-11-11T19:33:34.980Z |        Create boot environment:  No | 
| 221 | 2024-11-11T19:33:34.980Z | Create backup boot environment: Yes | 
| 222 | 2024-11-11T19:33:37.131Z |  Actions: 1/6 actions (Updating modified actions) | 
| 223 | 2024-11-11T19:33:37.136Z |  Actions: Completed 6 actions in 0.00 seconds. | 
| 224 | 2024-11-11T19:33:37.136Z |  Done | 
| 225 | 2024-11-11T19:33:37.136Z |  Done | 
| 226 | 2024-11-11T19:33:37.241Z |  Done | 
| 227 | 2024-11-11T19:33:40.900Z |  Done | 
| 228 | 2024-11-11T19:33:40.996Z |  Done | 
| 229 | 2024-11-11T19:33:40.998Z |  Done | 
| 230 | 2024-11-11T19:33:41.203Z |  Done | 
| 231 | 2024-11-11T19:33:41.547Z | MEDIATOR   VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION | 
| 232 | 2024-11-11T19:33:41.547Z | clang      system    15      system | 
| 233 | 2024-11-11T19:33:41.547Z | csh        system            system     illumos | 
| 234 | 2024-11-11T19:33:41.547Z | ctags      system            system     illumos | 
| 235 | 2024-11-11T19:33:41.547Z | gcc        vendor    12      vendor | 
| 236 | 2024-11-11T19:33:41.547Z | gcc        system    10      system | 
| 237 | 2024-11-11T19:33:41.547Z | gcc        system    7       system | 
| 238 | 2024-11-11T19:33:41.547Z | go         system    1.20    system | 
| 239 | 2024-11-11T19:33:41.547Z | go         system    1.19    system | 
| 240 | 2024-11-11T19:33:41.547Z | llvm       system    15      system | 
| 241 | 2024-11-11T19:33:41.547Z | llvm       system    14      system | 
| 242 | 2024-11-11T19:33:41.547Z | mariadb    system    10.6    system | 
| 243 | 2024-11-11T19:33:41.547Z | mta        vendor            vendor     dma | 
| 244 | 2024-11-11T19:33:41.548Z | openjdk    system    17      system | 
| 245 | 2024-11-11T19:33:41.548Z | openjdk    system    11      system | 
| 246 | 2024-11-11T19:33:41.548Z | openjdk    system    1.8     system | 
| 247 | 2024-11-11T19:33:41.548Z | openssl    vendor    3       vendor | 
| 248 | 2024-11-11T19:33:41.548Z | perl       system    5.36    system | 
| 249 | 2024-11-11T19:33:41.548Z | postgresql system    15      system | 
| 250 | 2024-11-11T19:33:41.548Z | postgresql system    13      system | 
| 251 | 2024-11-11T19:33:41.548Z | python     vendor    3       vendor | 
| 252 | 2024-11-11T19:33:41.548Z | python     system    2       system | 
| 253 | 2024-11-11T19:33:41.548Z | python3    system    3.11    system | 
| 254 | 2024-11-11T19:33:41.548Z | ruby       system    3.0     system | 
| 255 | 2024-11-11T19:33:41.548Z | words      vendor            vendor     american-english | 
| 256 | 2024-11-11T19:33:41.548Z | words      system            system     australian-english | 
| 257 | 2024-11-11T19:33:41.548Z | words      system            system     british-english | 
| 258 | 2024-11-11T19:33:41.548Z | words      system            system     canadian-english | 
| 259 | 2024-11-11T19:33:41.548Z | words      system            system     french | 
| 260 | 2024-11-11T19:33:41.548Z | words      system            system     italian | 
| 261 | 2024-11-11T19:33:41.548Z | words      system            system     ngerman | 
| 262 | 2024-11-11T19:33:41.548Z | words      system            system     ogerman | 
| 263 | 2024-11-11T19:33:41.548Z | words      system            system     spanish | 
| 264 | 2024-11-11T19:33:41.880Z | PUBLISHER                   TYPE     STATUS P LOCATION | 
| 265 | 2024-11-11T19:33:41.880Z | helios-dev                  origin   online F https://pkg.oxide.computer/helios/2/dev/ | 
| 266 | 2024-11-11T19:33:44.361Z | FMRI                                                                         IFO | 
| 267 | 2024-11-11T19:33:44.361Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z           im- | 
| 268 | 2024-11-11T19:33:44.361Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z            i-- | 
| 269 | 2024-11-11T19:33:44.361Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z              im- | 
| 270 | 2024-11-11T19:33:44.362Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z         im- | 
| 271 | 2024-11-11T19:33:44.362Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z         --- | 
| 272 | 2024-11-11T19:33:44.362Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z       i-- | 
| 273 | 2024-11-11T19:33:44.362Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z                im- | 
| 274 | 2024-11-11T19:33:44.362Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z                     --- | 
| 275 | 2024-11-11T19:33:44.362Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z                     --- | 
| 276 | 2024-11-11T19:33:44.362Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z          --- | 
| 277 | 2024-11-11T19:33:44.362Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z          i-- | 
| 278 | 2024-11-11T19:33:44.362Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z          --- | 
| 279 | 2024-11-11T19:33:44.362Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z          --- | 
| 280 | 2024-11-11T19:33:44.362Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z          i-- | 
| 281 | 2024-11-11T19:33:44.362Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z          --- | 
| 282 | 2024-11-11T19:33:45.059Z |     Updating git repository `https://github.com/oxidecomputer/pq-sys` | 
| 283 | 2024-11-11T19:33:45.323Z |     Updating crates.io index | 
| 284 | 2024-11-11T19:33:45.412Z |     Updating git repository `https://github.com/oxidecomputer/maghemite` | 
| 285 | 2024-11-11T19:33:46.165Z |     Updating git repository `https://github.com/oxidecomputer/oxnet` | 
| 286 | 2024-11-11T19:33:46.423Z |     Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` | 
| 287 | 2024-11-11T19:33:46.832Z |     Updating git repository `https://github.com/oxidecomputer/slog-error-chain` | 
| 288 | 2024-11-11T19:33:47.209Z |     Updating git repository `https://github.com/oxidecomputer/propolis` | 
| 289 | 2024-11-11T19:33:48.108Z |     Updating git repository `https://github.com/oxidecomputer/crucible` | 
| 290 | 2024-11-11T19:33:50.576Z |     Updating git repository `https://github.com/oxidecomputer/opte` | 
| 291 | 2024-11-11T19:33:51.736Z |     Updating git repository `https://github.com/oxidecomputer/falcon` | 
| 292 | 2024-11-11T19:33:52.383Z |     Updating git repository `https://github.com/oxidecomputer/clickward` | 
| 293 | 2024-11-11T19:33:52.834Z |     Updating git repository `https://github.com/oxidecomputer/openapi-lint` | 
| 294 | 2024-11-11T19:33:53.145Z |     Updating git repository `https://github.com/oxidecomputer/management-gateway-service` | 
| 295 | 2024-11-11T19:33:54.249Z |     Updating git repository `https://github.com/oxidecomputer/libipcc` | 
| 296 | 2024-11-11T19:33:54.571Z |     Updating git repository `https://github.com/oxidecomputer/sprockets.git` | 
| 297 | 2024-11-11T19:33:55.061Z |     Updating git repository `https://github.com/oxidecomputer/tofino` | 
| 298 | 2024-11-11T19:33:55.366Z |     Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` | 
| 299 | 2024-11-11T19:33:55.609Z |     Updating git repository `https://github.com/oxidecomputer/libefi-illumos` | 
| 300 | 2024-11-11T19:33:55.861Z |     Updating git repository `https://github.com/oxidecomputer/libnvme` | 
| 301 | 2024-11-11T19:33:56.301Z |     Updating git repository `https://github.com/oxidecomputer/hubtools.git` | 
| 302 | 2024-11-11T19:33:56.719Z |     Updating git repository `https://github.com/oxidecomputer/ispf` | 
| 303 | 2024-11-11T19:33:57.174Z |     Updating git repository `https://github.com/oxidecomputer/poptrie` | 
| 304 | 2024-11-11T19:33:57.508Z |     Updating git repository `https://github.com/oxidecomputer/netadm-sys` | 
| 305 | 2024-11-11T19:33:58.010Z |     Updating git repository `https://github.com/oxidecomputer/tlvc.git` | 
| 306 | 2024-11-11T19:33:58.335Z |     Updating git repository `https://github.com/oxidecomputer/dice-util` | 
| 307 | 2024-11-11T19:33:58.861Z |     Updating git repository `https://github.com/oxidecomputer/lpc55_support` | 
| 308 | 2024-11-11T19:33:59.455Z |     Updating git repository `https://github.com/oxidecomputer/dlpi-sys` | 
| 309 | 2024-11-11T19:33:59.777Z |     Updating git repository `https://github.com/jmesmon/rust-libzfs` | 
| 310 | 2024-11-11T19:34:00.055Z |     Updating git repository `https://github.com/oxidecomputer/rusty-doors` | 
| 311 | 2024-11-11T19:34:01.491Z |  Downloading crates ... | 
| 312 | 2024-11-11T19:34:01.561Z |   Downloaded fs-err v2.11.0 | 
| 313 | 2024-11-11T19:34:01.564Z |   Downloaded bitflags v2.6.0 | 
| 314 | 2024-11-11T19:34:01.568Z |   Downloaded dtrace-parser v0.2.0 | 
| 315 | 2024-11-11T19:34:01.581Z |   Downloaded pretty-hex v0.4.1 | 
| 316 | 2024-11-11T19:34:01.583Z |   Downloaded errno v0.3.9 | 
| 317 | 2024-11-11T19:34:01.583Z |   Downloaded colorchoice v1.0.2 | 
| 318 | 2024-11-11T19:34:01.586Z |   Downloaded unicode-linebreak v0.1.5 | 
| 319 | 2024-11-11T19:34:01.586Z |   Downloaded bytecount v0.6.8 | 
| 320 | 2024-11-11T19:34:01.589Z |   Downloaded anstyle-query v1.1.1 | 
| 321 | 2024-11-11T19:34:01.589Z |   Downloaded pest_generator v2.7.14 | 
| 322 | 2024-11-11T19:34:01.591Z |   Downloaded toml_datetime v0.6.8 | 
| 323 | 2024-11-11T19:34:01.592Z |   Downloaded swrite v0.1.0 | 
| 324 | 2024-11-11T19:34:01.592Z |   Downloaded anstream v0.6.15 | 
| 325 | 2024-11-11T19:34:01.594Z |   Downloaded macaddr v1.0.1 | 
| 326 | 2024-11-11T19:34:01.597Z |   Downloaded usdt-attr-macro v0.5.0 | 
| 327 | 2024-11-11T19:34:01.599Z |   Downloaded thiserror-impl v1.0.64 | 
| 328 | 2024-11-11T19:34:01.599Z |   Downloaded anstyle v1.0.10 | 
| 329 | 2024-11-11T19:34:01.602Z |   Downloaded terminal_size v0.4.0 | 
| 330 | 2024-11-11T19:34:01.602Z |   Downloaded cargo_toml v0.20.5 | 
| 331 | 2024-11-11T19:34:01.604Z |   Downloaded scroll v0.12.0 | 
| 332 | 2024-11-11T19:34:01.604Z |   Downloaded sha2 v0.10.8 | 
| 333 | 2024-11-11T19:34:01.607Z |   Downloaded anstyle-parse v0.2.5 | 
| 334 | 2024-11-11T19:34:01.607Z |   Downloaded camino-tempfile v1.1.1 | 
| 335 | 2024-11-11T19:34:01.610Z |   Downloaded utf8parse v0.2.2 | 
| 336 | 2024-11-11T19:34:01.613Z |   Downloaded proc-macro-error v1.0.4 | 
| 337 | 2024-11-11T19:34:01.616Z |   Downloaded quote v1.0.37 | 
| 338 | 2024-11-11T19:34:01.618Z |   Downloaded papergrid v0.11.0 | 
| 339 | 2024-11-11T19:34:01.622Z |   Downloaded equivalent v1.0.1 | 
| 340 | 2024-11-11T19:34:01.625Z |   Downloaded digest v0.10.7 | 
| 341 | 2024-11-11T19:34:01.627Z |   Downloaded autocfg v1.4.0 | 
| 342 | 2024-11-11T19:34:01.632Z |   Downloaded indexmap v2.6.0 | 
| 343 | 2024-11-11T19:34:01.636Z |   Downloaded byteorder v1.5.0 | 
| 344 | 2024-11-11T19:34:01.639Z |   Downloaded typenum v1.17.0 | 
| 345 | 2024-11-11T19:34:01.642Z |   Downloaded cpufeatures v0.2.14 | 
| 346 | 2024-11-11T19:34:01.642Z |   Downloaded anyhow v1.0.92 | 
| 347 | 2024-11-11T19:34:01.645Z |   Downloaded heck v0.4.1 | 
| 348 | 2024-11-11T19:34:01.647Z |   Downloaded itoa v1.0.11 | 
| 349 | 2024-11-11T19:34:01.648Z |   Downloaded block-buffer v0.10.4 | 
| 350 | 2024-11-11T19:34:01.650Z |   Downloaded is_terminal_polyfill v1.70.1 | 
| 351 | 2024-11-11T19:34:01.650Z |   Downloaded fnv v1.0.7 | 
| 352 | 2024-11-11T19:34:01.650Z |   Downloaded fastrand v2.1.1 | 
| 353 | 2024-11-11T19:34:01.653Z |   Downloaded dof v0.3.0 | 
| 354 | 2024-11-11T19:34:01.653Z |   Downloaded clap_lex v0.7.2 | 
| 355 | 2024-11-11T19:34:01.655Z |   Downloaded scroll_derive v0.12.0 | 
| 356 | 2024-11-11T19:34:01.655Z |   Downloaded cfg-if v1.0.0 | 
| 357 | 2024-11-11T19:34:01.655Z |   Downloaded cargo-platform v0.1.8 | 
| 358 | 2024-11-11T19:34:01.660Z |   Downloaded usdt-macro v0.5.0 | 
| 359 | 2024-11-11T19:34:01.664Z |   Downloaded serde v1.0.210 | 
| 360 | 2024-11-11T19:34:01.668Z |   Downloaded generic-array v0.14.7 | 
| 361 | 2024-11-11T19:34:01.671Z |   Downloaded heck v0.5.0 | 
| 362 | 2024-11-11T19:34:01.674Z |   Downloaded thread-id v4.2.2 | 
| 363 | 2024-11-11T19:34:01.676Z |   Downloaded proc-macro-error-attr v1.0.4 | 
| 364 | 2024-11-11T19:34:01.676Z |   Downloaded crypto-common v0.1.6 | 
| 365 | 2024-11-11T19:34:01.679Z |   Downloaded camino v1.1.9 | 
| 366 | 2024-11-11T19:34:01.679Z |   Downloaded serde_spanned v0.6.8 | 
| 367 | 2024-11-11T19:34:01.682Z |   Downloaded memmap v0.7.0 | 
| 368 | 2024-11-11T19:34:01.682Z |   Downloaded strsim v0.11.1 | 
| 369 | 2024-11-11T19:34:01.684Z |   Downloaded smawk v0.3.2 | 
| 370 | 2024-11-11T19:34:01.684Z |   Downloaded serde_tokenstream v0.2.2 | 
| 371 | 2024-11-11T19:34:01.686Z |   Downloaded plain v0.2.3 | 
| 372 | 2024-11-11T19:34:01.689Z |   Downloaded tabled_derive v0.7.0 | 
| 373 | 2024-11-11T19:34:01.692Z |   Downloaded usdt v0.5.0 | 
| 374 | 2024-11-11T19:34:01.702Z |   Downloaded clap_derive v4.5.18 | 
| 375 | 2024-11-11T19:34:01.707Z |   Downloaded tempfile v3.13.0 | 
| 376 | 2024-11-11T19:34:01.709Z |   Downloaded semver v1.0.23 | 
| 377 | 2024-11-11T19:34:01.711Z |   Downloaded once_cell v1.20.2 | 
| 378 | 2024-11-11T19:34:01.714Z |   Downloaded pest_derive v2.7.14 | 
| 379 | 2024-11-11T19:34:01.716Z |   Downloaded thiserror v1.0.64 | 
| 380 | 2024-11-11T19:34:01.721Z |   Downloaded usdt-impl v0.5.0 | 
| 381 | 2024-11-11T19:34:01.723Z |   Downloaded hashbrown v0.15.0 | 
| 382 | 2024-11-11T19:34:01.727Z |   Downloaded cargo_metadata v0.18.1 | 
| 383 | 2024-11-11T19:34:01.729Z |   Downloaded unicode-ident v1.0.13 | 
| 384 | 2024-11-11T19:34:01.731Z |   Downloaded version_check v0.9.5 | 
| 385 | 2024-11-11T19:34:01.734Z |   Downloaded serde_derive v1.0.210 | 
| 386 | 2024-11-11T19:34:01.737Z |   Downloaded ucd-trie v0.1.7 | 
| 387 | 2024-11-11T19:34:01.737Z |   Downloaded zerocopy-derive v0.7.35 | 
| 388 | 2024-11-11T19:34:01.740Z |   Downloaded toml v0.8.19 | 
| 389 | 2024-11-11T19:34:01.743Z |   Downloaded clap v4.5.20 | 
| 390 | 2024-11-11T19:34:01.752Z |   Downloaded pest_meta v2.7.14 | 
| 391 | 2024-11-11T19:34:01.754Z |   Downloaded proc-macro2 v1.0.87 | 
| 392 | 2024-11-11T19:34:01.756Z |   Downloaded serde_json v1.0.128 | 
| 393 | 2024-11-11T19:34:01.763Z |   Downloaded textwrap v0.16.1 | 
| 394 | 2024-11-11T19:34:01.766Z |   Downloaded memchr v2.7.4 | 
| 395 | 2024-11-11T19:34:01.770Z |   Downloaded clap_builder v4.5.20 | 
| 396 | 2024-11-11T19:34:01.777Z |   Downloaded zerocopy v0.7.35 | 
| 397 | 2024-11-11T19:34:01.792Z |   Downloaded toml_edit v0.22.22 | 
| 398 | 2024-11-11T19:34:01.812Z |   Downloaded pest v2.7.14 | 
| 399 | 2024-11-11T19:34:01.817Z |   Downloaded tabled v0.15.0 | 
| 400 | 2024-11-11T19:34:01.832Z |   Downloaded winnow v0.6.20 | 
| 401 | 2024-11-11T19:34:01.840Z |   Downloaded ryu v1.0.18 | 
| 402 | 2024-11-11T19:34:01.843Z |   Downloaded goblin v0.8.2 | 
| 403 | 2024-11-11T19:34:01.849Z |   Downloaded log v0.4.22 | 
| 404 | 2024-11-11T19:34:01.858Z |   Downloaded syn v1.0.109 | 
| 405 | 2024-11-11T19:34:01.868Z |   Downloaded syn v2.0.79 | 
| 406 | 2024-11-11T19:34:01.878Z |   Downloaded unicode-width v0.1.14 | 
| 407 | 2024-11-11T19:34:01.884Z |   Downloaded rustix v0.38.37 | 
| 408 | 2024-11-11T19:34:01.919Z |   Downloaded libc v0.2.161 | 
| 409 | 2024-11-11T19:34:02.228Z |    Compiling proc-macro2 v1.0.87 | 
| 410 | 2024-11-11T19:34:02.228Z |    Compiling unicode-ident v1.0.13 | 
| 411 | 2024-11-11T19:34:02.231Z |    Compiling serde v1.0.210 | 
| 412 | 2024-11-11T19:34:02.231Z |    Compiling version_check v0.9.5 | 
| 413 | 2024-11-11T19:34:02.231Z |    Compiling memchr v2.7.4 | 
| 414 | 2024-11-11T19:34:02.231Z |    Compiling thiserror v1.0.64 | 
| 415 | 2024-11-11T19:34:02.231Z |    Compiling libc v0.2.161 | 
| 416 | 2024-11-11T19:34:02.262Z |    Compiling ucd-trie v0.1.7 | 
| 417 | 2024-11-11T19:34:02.485Z |    Compiling ryu v1.0.18 | 
| 418 | 2024-11-11T19:34:02.825Z |    Compiling itoa v1.0.11 | 
| 419 | 2024-11-11T19:34:02.948Z |    Compiling once_cell v1.20.2 | 
| 420 | 2024-11-11T19:34:03.021Z |    Compiling byteorder v1.5.0 | 
| 421 | 2024-11-11T19:34:03.044Z |    Compiling rustix v0.38.37 | 
| 422 | 2024-11-11T19:34:03.209Z |    Compiling serde_json v1.0.128 | 
| 423 | 2024-11-11T19:34:03.476Z |    Compiling bitflags v2.6.0 | 
| 424 | 2024-11-11T19:34:03.613Z |    Compiling usdt-impl v0.5.0 | 
| 425 | 2024-11-11T19:34:03.843Z |    Compiling proc-macro-error-attr v1.0.4 | 
| 426 | 2024-11-11T19:34:03.899Z |    Compiling syn v1.0.109 | 
| 427 | 2024-11-11T19:34:03.923Z |    Compiling proc-macro-error v1.0.4 | 
| 428 | 2024-11-11T19:34:03.971Z |    Compiling quote v1.0.37 | 
| 429 | 2024-11-11T19:34:04.137Z |    Compiling camino v1.1.9 | 
| 430 | 2024-11-11T19:34:04.211Z |    Compiling plain v0.2.3 | 
| 431 | 2024-11-11T19:34:04.233Z |    Compiling utf8parse v0.2.2 | 
| 432 | 2024-11-11T19:34:04.370Z |    Compiling syn v2.0.79 | 
| 433 | 2024-11-11T19:34:04.406Z |    Compiling errno v0.3.9 | 
| 434 | 2024-11-11T19:34:04.614Z |    Compiling equivalent v1.0.1 | 
| 435 | 2024-11-11T19:34:04.637Z |    Compiling log v0.4.22 | 
| 436 | 2024-11-11T19:34:04.663Z |    Compiling hashbrown v0.15.0 | 
| 437 | 2024-11-11T19:34:04.861Z |    Compiling thread-id v4.2.2 | 
| 438 | 2024-11-11T19:34:04.948Z |    Compiling anstyle-parse v0.2.5 | 
| 439 | 2024-11-11T19:34:05.152Z |    Compiling autocfg v1.4.0 | 
| 440 | 2024-11-11T19:34:05.286Z |    Compiling unicode-width v0.1.14 | 
| 441 | 2024-11-11T19:34:05.385Z |    Compiling anstyle-query v1.1.1 | 
| 442 | 2024-11-11T19:34:05.535Z |    Compiling anstyle v1.0.10 | 
| 443 | 2024-11-11T19:34:05.617Z |    Compiling colorchoice v1.0.2 | 
| 444 | 2024-11-11T19:34:05.793Z |    Compiling semver v1.0.23 | 
| 445 | 2024-11-11T19:34:05.836Z |    Compiling indexmap v2.6.0 | 
| 446 | 2024-11-11T19:34:05.914Z |    Compiling winnow v0.6.20 | 
| 447 | 2024-11-11T19:34:05.969Z |    Compiling is_terminal_polyfill v1.70.1 | 
| 448 | 2024-11-11T19:34:06.129Z |    Compiling pretty-hex v0.4.1 | 
| 449 | 2024-11-11T19:34:06.368Z |    Compiling anstream v0.6.15 | 
| 450 | 2024-11-11T19:34:06.370Z |    Compiling fs-err v2.11.0 | 
| 451 | 2024-11-11T19:34:06.675Z |    Compiling fnv v1.0.7 | 
| 452 | 2024-11-11T19:34:06.763Z |    Compiling anyhow v1.0.92 | 
| 453 | 2024-11-11T19:34:06.833Z |    Compiling terminal_size v0.4.0 | 
| 454 | 2024-11-11T19:34:07.068Z |    Compiling cfg-if v1.0.0 | 
| 455 | 2024-11-11T19:34:07.173Z |    Compiling fastrand v2.1.1 | 
| 456 | 2024-11-11T19:34:07.198Z |    Compiling strsim v0.11.1 | 
| 457 | 2024-11-11T19:34:07.413Z |    Compiling clap_lex v0.7.2 | 
| 458 | 2024-11-11T19:34:07.606Z |    Compiling heck v0.5.0 | 
| 459 | 2024-11-11T19:34:07.765Z |    Compiling bytecount v0.6.8 | 
| 460 | 2024-11-11T19:34:07.924Z |    Compiling heck v0.4.1 | 
| 461 | 2024-11-11T19:34:07.991Z |    Compiling papergrid v0.11.0 | 
| 462 | 2024-11-11T19:34:08.046Z |    Compiling clap_builder v4.5.20 | 
| 463 | 2024-11-11T19:34:08.123Z |    Compiling tempfile v3.13.0 | 
| 464 | 2024-11-11T19:34:08.601Z |    Compiling memmap v0.7.0 | 
| 465 | 2024-11-11T19:34:08.805Z |    Compiling smawk v0.3.2 | 
| 466 | 2024-11-11T19:34:08.984Z |    Compiling unicode-linebreak v0.1.5 | 
| 467 | 2024-11-11T19:34:09.474Z |    Compiling textwrap v0.16.1 | 
| 468 | 2024-11-11T19:34:09.667Z |    Compiling swrite v0.1.0 | 
| 469 | 2024-11-11T19:34:10.348Z |    Compiling tabled_derive v0.7.0 | 
| 470 | 2024-11-11T19:34:11.955Z |    Compiling tabled v0.15.0 | 
| 471 | 2024-11-11T19:34:12.616Z |    Compiling serde_derive v1.0.210 | 
| 472 | 2024-11-11T19:34:12.617Z |    Compiling thiserror-impl v1.0.64 | 
| 473 | 2024-11-11T19:34:12.619Z |    Compiling zerocopy-derive v0.7.35 | 
| 474 | 2024-11-11T19:34:12.619Z |    Compiling scroll_derive v0.12.0 | 
| 475 | 2024-11-11T19:34:12.823Z |    Compiling clap_derive v4.5.18 | 
| 476 | 2024-11-11T19:34:13.965Z |    Compiling scroll v0.12.0 | 
| 477 | 2024-11-11T19:34:14.468Z |    Compiling goblin v0.8.2 | 
| 478 | 2024-11-11T19:34:14.768Z |    Compiling zerocopy v0.7.35 | 
| 479 | 2024-11-11T19:34:15.383Z |    Compiling pest v2.7.14 | 
| 480 | 2024-11-11T19:34:16.160Z |    Compiling clap v4.5.20 | 
| 481 | 2024-11-11T19:34:17.582Z |    Compiling pest_meta v2.7.14 | 
| 482 | 2024-11-11T19:34:18.377Z |    Compiling pest_generator v2.7.14 | 
| 483 | 2024-11-11T19:34:20.002Z |    Compiling pest_derive v2.7.14 | 
| 484 | 2024-11-11T19:34:20.704Z |    Compiling dtrace-parser v0.2.0 | 
| 485 | 2024-11-11T19:34:22.446Z |    Compiling serde_tokenstream v0.2.2 | 
| 486 | 2024-11-11T19:34:22.446Z |    Compiling toml_datetime v0.6.8 | 
| 487 | 2024-11-11T19:34:22.449Z |    Compiling serde_spanned v0.6.8 | 
| 488 | 2024-11-11T19:34:22.751Z |    Compiling cargo-platform v0.1.8 | 
| 489 | 2024-11-11T19:34:22.796Z |    Compiling macaddr v1.0.1 | 
| 490 | 2024-11-11T19:34:23.013Z |    Compiling toml_edit v0.22.22 | 
| 491 | 2024-11-11T19:34:23.043Z |    Compiling camino-tempfile v1.1.1 | 
| 492 | 2024-11-11T19:34:23.937Z |    Compiling dof v0.3.0 | 
| 493 | 2024-11-11T19:34:23.956Z |    Compiling cargo_metadata v0.18.1 | 
| 494 | 2024-11-11T19:34:25.723Z |    Compiling usdt-attr-macro v0.5.0 | 
| 495 | 2024-11-11T19:34:25.723Z |    Compiling usdt-macro v0.5.0 | 
| 496 | 2024-11-11T19:34:25.770Z |    Compiling toml v0.8.19 | 
| 497 | 2024-11-11T19:34:26.602Z |    Compiling cargo_toml v0.20.5 | 
| 498 | 2024-11-11T19:34:27.053Z |    Compiling usdt v0.5.0 | 
| 499 | 2024-11-11T19:34:29.992Z |    Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) | 
| 500 | 2024-11-11T19:34:33.801Z |     Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.94s | 
| 501 | 2024-11-11T19:34:34.064Z |      Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` | 
| 502 | 2024-11-11T19:34:34.569Z |  Downloading crates ... | 
| 503 | 2024-11-11T19:34:34.677Z |   Downloaded assert_matches v1.5.0 | 
| 504 | 2024-11-11T19:34:34.680Z |   Downloaded adler2 v2.0.0 | 
| 505 | 2024-11-11T19:34:34.683Z |   Downloaded arrayref v0.3.9 | 
| 506 | 2024-11-11T19:34:34.686Z |   Downloaded argon2 v0.5.3 | 
| 507 | 2024-11-11T19:34:34.689Z |   Downloaded addr2line v0.24.2 | 
| 508 | 2024-11-11T19:34:34.703Z |   Downloaded crunchy v0.2.2 | 
| 509 | 2024-11-11T19:34:34.706Z |   Downloaded crc-catalog v2.4.0 | 
| 510 | 2024-11-11T19:34:34.708Z |   Downloaded http-body v1.0.1 | 
| 511 | 2024-11-11T19:34:34.711Z |   Downloaded cstr-argument v0.1.2 | 
| 512 | 2024-11-11T19:34:34.711Z |   Downloaded bitflags v1.3.2 | 
| 513 | 2024-11-11T19:34:34.713Z |   Downloaded home v0.5.9 | 
| 514 | 2024-11-11T19:34:34.716Z |   Downloaded crossbeam-deque v0.8.5 | 
| 515 | 2024-11-11T19:34:34.716Z |   Downloaded colored v2.1.0 | 
| 516 | 2024-11-11T19:34:34.719Z |   Downloaded chacha20 v0.9.1 | 
| 517 | 2024-11-11T19:34:34.721Z |   Downloaded convert_case v0.4.0 | 
| 518 | 2024-11-11T19:34:34.724Z |   Downloaded async-stream v0.3.6 | 
| 519 | 2024-11-11T19:34:34.726Z |   Downloaded md5 v0.7.0 | 
| 520 | 2024-11-11T19:34:34.726Z |   Downloaded instant v0.1.13 | 
| 521 | 2024-11-11T19:34:34.735Z |   Downloaded curve25519-dalek-derive v0.1.1 | 
| 522 | 2024-11-11T19:34:34.735Z |   Downloaded cmake v0.1.51 | 
| 523 | 2024-11-11T19:34:34.735Z |   Downloaded ident_case v1.0.1 | 
| 524 | 2024-11-11T19:34:34.735Z |   Downloaded ctr v0.9.2 | 
| 525 | 2024-11-11T19:34:34.735Z |   Downloaded bit-vec v0.6.3 | 
| 526 | 2024-11-11T19:34:34.735Z |   Downloaded ascii-canvas v3.0.0 | 
| 527 | 2024-11-11T19:34:34.740Z |   Downloaded aead v0.5.2 | 
| 528 | 2024-11-11T19:34:34.740Z |   Downloaded new_debug_unreachable v1.0.6 | 
| 529 | 2024-11-11T19:34:34.740Z |   Downloaded newtype_derive v0.1.6 | 
| 530 | 2024-11-11T19:34:34.743Z |   Downloaded cookie_store v0.21.0 | 
| 531 | 2024-11-11T19:34:34.743Z |   Downloaded kstat-rs v0.2.4 | 
| 532 | 2024-11-11T19:34:34.745Z |   Downloaded ipnetwork v0.20.0 | 
| 533 | 2024-11-11T19:34:34.745Z |   Downloaded hubpack v0.1.2 | 
| 534 | 2024-11-11T19:34:34.748Z |   Downloaded libsw v3.3.1 | 
| 535 | 2024-11-11T19:34:34.750Z |   Downloaded buf-list v1.0.3 | 
| 536 | 2024-11-11T19:34:34.753Z |   Downloaded maybe-uninit v2.0.0 | 
| 537 | 2024-11-11T19:34:34.753Z |   Downloaded darling v0.20.10 | 
| 538 | 2024-11-11T19:34:34.757Z |   Downloaded linear-map v1.2.0 | 
| 539 | 2024-11-11T19:34:34.759Z |   Downloaded ahash v0.8.11 | 
| 540 | 2024-11-11T19:34:34.762Z |   Downloaded mime v0.3.17 | 
| 541 | 2024-11-11T19:34:34.765Z |   Downloaded crossbeam-utils v0.8.20 | 
| 542 | 2024-11-11T19:34:34.767Z |   Downloaded iana-time-zone v0.1.61 | 
| 543 | 2024-11-11T19:34:34.770Z |   Downloaded num v0.4.3 | 
| 544 | 2024-11-11T19:34:34.773Z |   Downloaded nanorand v0.7.0 | 
| 545 | 2024-11-11T19:34:34.776Z |   Downloaded mime_guess v2.0.5 | 
| 546 | 2024-11-11T19:34:34.779Z |   Downloaded atomicwrites v0.4.4 | 
| 547 | 2024-11-11T19:34:34.779Z |   Downloaded hmac v0.12.1 | 
| 548 | 2024-11-11T19:34:34.781Z |   Downloaded libloading v0.8.5 | 
| 549 | 2024-11-11T19:34:34.781Z |   Downloaded cfg_aliases v0.1.1 | 
| 550 | 2024-11-11T19:34:34.784Z |   Downloaded aes-gcm v0.10.3 | 
| 551 | 2024-11-11T19:34:34.787Z |   Downloaded mockall_derive v0.13.0 | 
| 552 | 2024-11-11T19:34:34.790Z |   Downloaded ciborium-io v0.2.2 | 
| 553 | 2024-11-11T19:34:34.792Z |   Downloaded cfg_aliases v0.2.1 | 
| 554 | 2024-11-11T19:34:34.792Z |   Downloaded blake2 v0.10.6 | 
| 555 | 2024-11-11T19:34:34.796Z |   Downloaded crucible-workspace-hack v0.1.0 | 
| 556 | 2024-11-11T19:34:34.799Z |   Downloaded block-padding v0.3.3 | 
| 557 | 2024-11-11T19:34:34.799Z |   Downloaded lru-cache v0.1.2 | 
| 558 | 2024-11-11T19:34:34.799Z |   Downloaded crc v3.2.1 | 
| 559 | 2024-11-11T19:34:34.801Z |   Downloaded string_cache v0.8.7 | 
| 560 | 2024-11-11T19:34:34.804Z |   Downloaded base64 v0.22.1 | 
| 561 | 2024-11-11T19:34:34.806Z |   Downloaded rtoolbox v0.0.2 | 
| 562 | 2024-11-11T19:34:34.809Z |   Downloaded castaway v0.2.3 | 
| 563 | 2024-11-11T19:34:34.811Z |   Downloaded backtrace v0.3.74 | 
| 564 | 2024-11-11T19:34:34.815Z |   Downloaded serde-big-array v0.5.1 | 
| 565 | 2024-11-11T19:34:34.817Z |   Downloaded http-range v0.1.5 | 
| 566 | 2024-11-11T19:34:34.820Z |   Downloaded is_ci v1.2.0 | 
| 567 | 2024-11-11T19:34:34.820Z |   Downloaded rusty-fork v0.3.0 | 
| 568 | 2024-11-11T19:34:34.823Z |   Downloaded constant_time_eq v0.3.1 | 
| 569 | 2024-11-11T19:34:34.823Z |   Downloaded cassowary v0.3.0 | 
| 570 | 2024-11-11T19:34:34.827Z |   Downloaded lalrpop-util v0.19.12 | 
| 571 | 2024-11-11T19:34:34.827Z |   Downloaded base16ct v0.2.0 | 
| 572 | 2024-11-11T19:34:34.829Z |   Downloaded bitfield-struct v0.6.2 | 
| 573 | 2024-11-11T19:34:34.829Z |   Downloaded match_cfg v0.1.0 | 
| 574 | 2024-11-11T19:34:34.829Z |   Downloaded httpdate v1.0.3 | 
| 575 | 2024-11-11T19:34:34.832Z |   Downloaded bitfield v0.14.0 | 
| 576 | 2024-11-11T19:34:34.834Z |   Downloaded bcrypt-pbkdf v0.10.0 | 
| 577 | 2024-11-11T19:34:34.834Z |   Downloaded normalize-line-endings v0.3.0 | 
| 578 | 2024-11-11T19:34:34.837Z |   Downloaded take_mut v0.2.2 | 
| 579 | 2024-11-11T19:34:34.837Z |   Downloaded newline-converter v0.3.0 | 
| 580 | 2024-11-11T19:34:34.837Z |   Downloaded base64ct v1.6.0 | 
| 581 | 2024-11-11T19:34:34.840Z |   Downloaded mirai-annotations v1.12.0 | 
| 582 | 2024-11-11T19:34:34.842Z |   Downloaded async-recursion v1.1.1 | 
| 583 | 2024-11-11T19:34:34.846Z |   Downloaded hubpack_derive v0.1.1 | 
| 584 | 2024-11-11T19:34:34.846Z |   Downloaded chrono-tz-build v0.4.0 | 
| 585 | 2024-11-11T19:34:34.848Z |   Downloaded nodrop v0.1.14 | 
| 586 | 2024-11-11T19:34:34.848Z |   Downloaded hkdf v0.12.4 | 
| 587 | 2024-11-11T19:34:34.851Z |   Downloaded semver v0.1.20 | 
| 588 | 2024-11-11T19:34:34.851Z |   Downloaded thread_local v1.1.8 | 
| 589 | 2024-11-11T19:34:34.853Z |   Downloaded csv-core v0.1.11 | 
| 590 | 2024-11-11T19:34:34.856Z |   Downloaded impl-trait-for-tuples v0.2.2 | 
| 591 | 2024-11-11T19:34:34.859Z |   Downloaded hyper-tls v0.6.0 | 
| 592 | 2024-11-11T19:34:34.862Z |   Downloaded cobs v0.2.3 | 
| 593 | 2024-11-11T19:34:34.862Z |   Downloaded toolchain_find v0.4.0 | 
| 594 | 2024-11-11T19:34:34.862Z |   Downloaded siphasher v0.3.11 | 
| 595 | 2024-11-11T19:34:34.865Z |   Downloaded is-terminal v0.4.13 | 
| 596 | 2024-11-11T19:34:34.865Z |   Downloaded backoff v0.4.0 | 
| 597 | 2024-11-11T19:34:34.867Z |   Downloaded slab v0.4.9 | 
| 598 | 2024-11-11T19:34:34.870Z |   Downloaded foreign-types v0.3.2 | 
| 599 | 2024-11-11T19:34:34.870Z |   Downloaded bit-set v0.5.3 | 
| 600 | 2024-11-11T19:34:34.873Z |   Downloaded rustls-pemfile v1.0.4 | 
| 601 | 2024-11-11T19:34:34.873Z |   Downloaded keccak v0.1.5 | 
| 602 | 2024-11-11T19:34:34.875Z |   Downloaded shlex v1.3.0 | 
| 603 | 2024-11-11T19:34:34.877Z |   Downloaded rustfmt-wrapper v0.2.1 | 
| 604 | 2024-11-11T19:34:34.877Z |   Downloaded lazycell v1.3.0 | 
| 605 | 2024-11-11T19:34:34.880Z |   Downloaded cexpr v0.6.0 | 
| 606 | 2024-11-11T19:34:34.883Z |   Downloaded tokio-macros v2.4.0 | 
| 607 | 2024-11-11T19:34:34.883Z |   Downloaded serde-hex v0.1.0 | 
| 608 | 2024-11-11T19:34:34.885Z |   Downloaded md-5 v0.10.6 | 
| 609 | 2024-11-11T19:34:34.887Z |   Downloaded termios v0.3.3 | 
| 610 | 2024-11-11T19:34:34.888Z |   Downloaded sqlformat v0.2.6 | 
| 611 | 2024-11-11T19:34:34.890Z |   Downloaded headers-core v0.3.0 | 
| 612 | 2024-11-11T19:34:34.890Z |   Downloaded spki v0.7.3 | 
| 613 | 2024-11-11T19:34:34.893Z |   Downloaded rustversion v1.0.17 | 
| 614 | 2024-11-11T19:34:34.895Z |   Downloaded utf-8 v0.7.6 | 
| 615 | 2024-11-11T19:34:34.898Z |   Downloaded cipher v0.4.4 | 
| 616 | 2024-11-11T19:34:34.900Z |   Downloaded newtype-uuid v1.1.2 | 
| 617 | 2024-11-11T19:34:34.900Z |   Downloaded multimap v0.10.0 | 
| 618 | 2024-11-11T19:34:34.902Z |   Downloaded mockall v0.13.0 | 
| 619 | 2024-11-11T19:34:34.902Z |   Downloaded slog v2.7.0 | 
| 620 | 2024-11-11T19:34:34.906Z |   Downloaded data-encoding v2.6.0 | 
| 621 | 2024-11-11T19:34:34.908Z |   Downloaded path-slash v0.1.5 | 
| 622 | 2024-11-11T19:34:34.908Z |   Downloaded shell-words v1.1.0 | 
| 623 | 2024-11-11T19:34:34.911Z |   Downloaded nibble_vec v0.1.0 | 
| 624 | 2024-11-11T19:34:34.914Z |   Downloaded hyper-rustls v0.27.3 | 
| 625 | 2024-11-11T19:34:34.918Z |   Downloaded console v0.15.8 | 
| 626 | 2024-11-11T19:34:34.918Z |   Downloaded dunce v1.0.5 | 
| 627 | 2024-11-11T19:34:34.920Z |   Downloaded deranged v0.3.11 | 
| 628 | 2024-11-11T19:34:34.920Z |   Downloaded wyz v0.5.1 | 
| 629 | 2024-11-11T19:34:34.923Z |   Downloaded lazy_static v1.5.0 | 
| 630 | 2024-11-11T19:34:34.925Z |   Downloaded dirs-sys-next v0.1.2 | 
| 631 | 2024-11-11T19:34:34.925Z |   Downloaded cookie v0.18.1 | 
| 632 | 2024-11-11T19:34:34.928Z |   Downloaded arc-swap v1.7.1 | 
| 633 | 2024-11-11T19:34:34.931Z |   Downloaded ghash v0.5.1 | 
| 634 | 2024-11-11T19:34:34.934Z |   Downloaded heapless v0.8.0 | 
| 635 | 2024-11-11T19:34:34.937Z |   Downloaded futures-macro v0.3.31 | 
| 636 | 2024-11-11T19:34:34.940Z |   Downloaded hash32 v0.2.1 | 
| 637 | 2024-11-11T19:34:34.942Z |   Downloaded num-rational v0.4.2 | 
| 638 | 2024-11-11T19:34:34.944Z |   Downloaded httparse v1.9.5 | 
| 639 | 2024-11-11T19:34:34.947Z |   Downloaded jobserver v0.1.32 | 
| 640 | 2024-11-11T19:34:34.949Z |   Downloaded memmap2 v0.9.5 | 
| 641 | 2024-11-11T19:34:34.952Z |   Downloaded foreign-types v0.5.0 | 
| 642 | 2024-11-11T19:34:34.952Z |   Downloaded either v1.13.0 | 
| 643 | 2024-11-11T19:34:34.954Z |   Downloaded tokio-tungstenite v0.23.1 | 
| 644 | 2024-11-11T19:34:34.957Z |   Downloaded managed v0.8.0 | 
| 645 | 2024-11-11T19:34:34.957Z |   Downloaded crc-any v2.5.0 | 
| 646 | 2024-11-11T19:34:34.959Z |   Downloaded nu-ansi-term v0.50.1 | 
| 647 | 2024-11-11T19:34:34.962Z |   Downloaded waitgroup v0.1.2 | 
| 648 | 2024-11-11T19:34:34.964Z |   Downloaded mio v1.0.2 | 
| 649 | 2024-11-11T19:34:34.969Z |   Downloaded phf_shared v0.11.2 | 
| 650 | 2024-11-11T19:34:34.971Z |   Downloaded pbkdf2 v0.12.2 | 
| 651 | 2024-11-11T19:34:34.973Z |   Downloaded der_derive v0.7.3 | 
| 652 | 2024-11-11T19:34:34.973Z |   Downloaded pbkdf2 v0.11.0 | 
| 653 | 2024-11-11T19:34:34.976Z |   Downloaded zone_cfg_derive v0.3.0 | 
| 654 | 2024-11-11T19:34:34.979Z |   Downloaded zone_cfg_derive v0.1.2 | 
| 655 | 2024-11-11T19:34:34.979Z |   Downloaded indexmap v1.9.3 | 
| 656 | 2024-11-11T19:34:34.981Z |   Downloaded uzers v0.12.1 | 
| 657 | 2024-11-11T19:34:34.984Z |   Downloaded slog-async v2.8.0 | 
| 658 | 2024-11-11T19:34:34.986Z |   Downloaded http v1.1.0 | 
| 659 | 2024-11-11T19:34:34.990Z |   Downloaded getrandom v0.2.15 | 
| 660 | 2024-11-11T19:34:34.993Z |   Downloaded diesel_table_macro_syntax v0.2.0 | 
| 661 | 2024-11-11T19:34:34.995Z |   Downloaded bytes v1.7.2 | 
| 662 | 2024-11-11T19:34:34.998Z |   Downloaded parse-size v1.1.0 | 
| 663 | 2024-11-11T19:34:35.001Z |   Downloaded scheduled-thread-pool v0.2.7 | 
| 664 | 2024-11-11T19:34:35.003Z |   Downloaded rand_xorshift v0.3.0 | 
| 665 | 2024-11-11T19:34:35.003Z |   Downloaded ppv-lite86 v0.2.20 | 
| 666 | 2024-11-11T19:34:35.005Z |   Downloaded hashlink v0.9.1 | 
| 667 | 2024-11-11T19:34:35.008Z |   Downloaded slog-envlogger v2.2.0 | 
| 668 | 2024-11-11T19:34:35.008Z |   Downloaded slog-dtrace v0.3.0 | 
| 669 | 2024-11-11T19:34:35.010Z |   Downloaded spin v0.5.2 | 
| 670 | 2024-11-11T19:34:35.012Z |   Downloaded parking_lot_core v0.8.6 | 
| 671 | 2024-11-11T19:34:35.015Z |   Downloaded openssl-macros v0.1.1 | 
| 672 | 2024-11-11T19:34:35.015Z |   Downloaded num_threads v0.1.7 | 
| 673 | 2024-11-11T19:34:35.017Z |   Downloaded unicode-properties v0.1.3 | 
| 674 | 2024-11-11T19:34:35.020Z |   Downloaded crossbeam-epoch v0.9.18 | 
| 675 | 2024-11-11T19:34:35.023Z |   Downloaded unicode-xid v0.2.6 | 
| 676 | 2024-11-11T19:34:35.023Z |   Downloaded tui-tree-widget v0.22.0 | 
| 677 | 2024-11-11T19:34:35.025Z |   Downloaded rustc-demangle v0.1.24 | 
| 678 | 2024-11-11T19:34:35.028Z |   Downloaded pin-project-internal v1.1.6 | 
| 679 | 2024-11-11T19:34:35.028Z |   Downloaded wait-timeout v0.2.0 | 
| 680 | 2024-11-11T19:34:35.031Z |   Downloaded signature v2.2.0 | 
| 681 | 2024-11-11T19:34:35.034Z |   Downloaded multer v3.1.0 | 
| 682 | 2024-11-11T19:34:35.036Z |   Downloaded strum_macros v0.26.4 | 
| 683 | 2024-11-11T19:34:35.039Z |   Downloaded supports-color v3.0.1 | 
| 684 | 2024-11-11T19:34:35.039Z |   Downloaded subtle v2.6.1 | 
| 685 | 2024-11-11T19:34:35.041Z |   Downloaded strum_macros v0.25.3 | 
| 686 | 2024-11-11T19:34:35.044Z |   Downloaded diesel-dtrace v0.3.0 | 
| 687 | 2024-11-11T19:34:35.044Z |   Downloaded ref-cast-impl v1.0.23 | 
| 688 | 2024-11-11T19:34:35.047Z |   Downloaded hyper-util v0.1.9 | 
| 689 | 2024-11-11T19:34:35.049Z |   Downloaded zone v0.3.0 | 
| 690 | 2024-11-11T19:34:35.057Z |   Downloaded typify-macro v0.2.0 | 
| 691 | 2024-11-11T19:34:35.057Z |   Downloaded pin-project-lite v0.2.14 | 
| 692 | 2024-11-11T19:34:35.065Z |   Downloaded value-bag v1.9.0 | 
| 693 | 2024-11-11T19:34:35.065Z |   Downloaded termtree v0.4.1 | 
| 694 | 2024-11-11T19:34:35.065Z |   Downloaded num-derive v0.4.2 | 
| 695 | 2024-11-11T19:34:35.065Z |   Downloaded untrusted v0.7.1 | 
| 696 | 2024-11-11T19:34:35.065Z |   Downloaded fallible-streaming-iterator v0.1.9 | 
| 697 | 2024-11-11T19:34:35.070Z |   Downloaded fallible-iterator v0.2.0 | 
| 698 | 2024-11-11T19:34:35.070Z |   Downloaded hash32 v0.3.1 | 
| 699 | 2024-11-11T19:34:35.070Z |   Downloaded serde_derive_internals v0.29.1 | 
| 700 | 2024-11-11T19:34:35.073Z |   Downloaded crypto-bigint v0.5.5 | 
| 701 | 2024-11-11T19:34:35.078Z |   Downloaded tokio-rustls v0.25.0 | 
| 702 | 2024-11-11T19:34:35.080Z |   Downloaded tokio-rustls v0.24.1 | 
| 703 | 2024-11-11T19:34:35.083Z |   Downloaded strum_macros v0.24.3 | 
| 704 | 2024-11-11T19:34:35.085Z |   Downloaded phf v0.11.2 | 
| 705 | 2024-11-11T19:34:35.087Z |   Downloaded serde_with_macros v3.11.0 | 
| 706 | 2024-11-11T19:34:35.090Z |   Downloaded compact_str v0.8.0 | 
| 707 | 2024-11-11T19:34:35.093Z |   Downloaded peg-macros v0.8.4 | 
| 708 | 2024-11-11T19:34:35.095Z |   Downloaded zerocopy v0.6.6 | 
| 709 | 2024-11-11T19:34:35.098Z |   Downloaded oso v0.27.3 | 
| 710 | 2024-11-11T19:34:35.101Z |   Downloaded peg-runtime v0.8.3 | 
| 711 | 2024-11-11T19:34:35.104Z |   Downloaded psl-types v2.0.11 | 
| 712 | 2024-11-11T19:34:35.104Z |   Downloaded polyval v0.6.2 | 
| 713 | 2024-11-11T19:34:35.106Z |   Downloaded parking_lot_core v0.9.10 | 
| 714 | 2024-11-11T19:34:35.108Z |   Downloaded env_logger v0.11.5 | 
| 715 | 2024-11-11T19:34:35.111Z |   Downloaded secrecy v0.8.0 | 
| 716 | 2024-11-11T19:34:35.113Z |   Downloaded sec1 v0.7.3 | 
| 717 | 2024-11-11T19:34:35.116Z |   Downloaded pretty-hex v0.2.1 | 
| 718 | 2024-11-11T19:34:35.116Z |   Downloaded schemars_derive v0.8.21 | 
| 719 | 2024-11-11T19:34:35.118Z |   Downloaded headers v0.4.0 | 
| 720 | 2024-11-11T19:34:35.134Z |   Downloaded russh-cryptovec v0.7.3 | 
| 721 | 2024-11-11T19:34:35.136Z |   Downloaded dirs-next v2.0.0 | 
| 722 | 2024-11-11T19:34:35.136Z |   Downloaded zone v0.1.8 | 
| 723 | 2024-11-11T19:34:35.138Z |   Downloaded untrusted v0.9.0 | 
| 724 | 2024-11-11T19:34:35.138Z |   Downloaded static_assertions v1.1.0 | 
| 725 | 2024-11-11T19:34:35.140Z |   Downloaded packed_struct_codegen v0.10.1 | 
| 726 | 2024-11-11T19:34:35.143Z |   Downloaded pin-project v1.1.6 | 
| 727 | 2024-11-11T19:34:35.153Z |   Downloaded tinyvec_macros v0.1.1 | 
| 728 | 2024-11-11T19:34:35.156Z |   Downloaded der v0.7.9 | 
| 729 | 2024-11-11T19:34:35.160Z |   Downloaded hyper v1.4.1 | 
| 730 | 2024-11-11T19:34:35.167Z |   Downloaded number_prefix v0.4.0 | 
| 731 | 2024-11-11T19:34:35.170Z |   Downloaded derive_more v0.99.18 | 
| 732 | 2024-11-11T19:34:35.174Z |   Downloaded predicates v3.1.2 | 
| 733 | 2024-11-11T19:34:35.176Z |   Downloaded peg v0.8.4 | 
| 734 | 2024-11-11T19:34:35.181Z |   Downloaded precomputed-hash v0.1.1 | 
| 735 | 2024-11-11T19:34:35.183Z |   Downloaded phf_shared v0.10.0 | 
| 736 | 2024-11-11T19:34:35.183Z |   Downloaded sct v0.7.1 | 
| 737 | 2024-11-11T19:34:35.186Z |   Downloaded predicates-tree v1.0.11 | 
| 738 | 2024-11-11T19:34:35.188Z |   Downloaded foreign-types-shared v0.3.1 | 
| 739 | 2024-11-11T19:34:35.188Z |   Downloaded diff v0.1.13 | 
| 740 | 2024-11-11T19:34:35.192Z |   Downloaded slog-stdlog v4.1.1 | 
| 741 | 2024-11-11T19:34:35.194Z |   Downloaded vte v0.11.1 | 
| 742 | 2024-11-11T19:34:35.196Z |   Downloaded ed25519-dalek v2.1.1 | 
| 743 | 2024-11-11T19:34:35.199Z |   Downloaded strum v0.26.3 | 
| 744 | 2024-11-11T19:34:35.202Z |   Downloaded structmeta v0.3.0 | 
| 745 | 2024-11-11T19:34:35.202Z |   Downloaded simd-adler32 v0.3.7 | 
| 746 | 2024-11-11T19:34:35.204Z |   Downloaded rustc_version v0.1.7 | 
| 747 | 2024-11-11T19:34:35.205Z |   Downloaded rustc-hash v2.0.0 | 
| 748 | 2024-11-11T19:34:35.207Z |   Downloaded rustc-hash v1.1.0 | 
| 749 | 2024-11-11T19:34:35.207Z |   Downloaded which v4.4.2 | 
| 750 | 2024-11-11T19:34:35.209Z |   Downloaded twox-hash v1.6.3 | 
| 751 | 2024-11-11T19:34:35.212Z |   Downloaded publicsuffix v2.2.3 | 
| 752 | 2024-11-11T19:34:35.214Z |   Downloaded rand_seeder v0.3.0 | 
| 753 | 2024-11-11T19:34:35.217Z |   Downloaded foreign-types-macros v0.2.3 | 
| 754 | 2024-11-11T19:34:35.217Z |   Downloaded typify v0.2.0 | 
| 755 | 2024-11-11T19:34:35.220Z |   Downloaded tokio-tungstenite v0.21.0 | 
| 756 | 2024-11-11T19:34:35.222Z |   Downloaded pin-utils v0.1.0 | 
| 757 | 2024-11-11T19:34:35.224Z |   Downloaded structmeta v0.2.0 | 
| 758 | 2024-11-11T19:34:35.227Z |   Downloaded tls_codec v0.4.1 | 
| 759 | 2024-11-11T19:34:35.227Z |   Downloaded tiny-keccak v2.0.2 | 
| 760 | 2024-11-11T19:34:35.229Z |   Downloaded openssl-probe v0.1.5 | 
| 761 | 2024-11-11T19:34:35.232Z |   Downloaded opaque-debug v0.3.1 | 
| 762 | 2024-11-11T19:34:35.234Z |   Downloaded xattr v1.3.1 | 
| 763 | 2024-11-11T19:34:35.234Z |   Downloaded postcard v1.0.10 | 
| 764 | 2024-11-11T19:34:35.237Z |   Downloaded proc-macro-crate v1.3.1 | 
| 765 | 2024-11-11T19:34:35.239Z |   Downloaded xz2 v0.1.7 | 
| 766 | 2024-11-11T19:34:35.242Z |   Downloaded derive_builder_macro v0.20.2 | 
| 767 | 2024-11-11T19:34:35.242Z |   Downloaded itertools v0.13.0 | 
| 768 | 2024-11-11T19:34:35.249Z |   Downloaded oso-derive v0.27.3 | 
| 769 | 2024-11-11T19:34:35.251Z |   Downloaded fragile v2.0.0 | 
| 770 | 2024-11-11T19:34:35.254Z |   Downloaded form_urlencoded v1.2.1 | 
| 771 | 2024-11-11T19:34:35.254Z |   Downloaded olpc-cjson v0.1.4 | 
| 772 | 2024-11-11T19:34:35.256Z |   Downloaded enum-as-inner v0.6.1 | 
| 773 | 2024-11-11T19:34:35.256Z |   Downloaded sha1 v0.10.6 | 
| 774 | 2024-11-11T19:34:35.263Z |   Downloaded sigpipe v0.1.3 | 
| 775 | 2024-11-11T19:34:35.267Z |   Downloaded tls_codec_derive v0.4.1 | 
| 776 | 2024-11-11T19:34:35.267Z |   Downloaded structmeta-derive v0.2.0 | 
| 777 | 2024-11-11T19:34:35.267Z |   Downloaded ron v0.7.1 | 
| 778 | 2024-11-11T19:34:35.269Z |   Downloaded time-core v0.1.2 | 
| 779 | 2024-11-11T19:34:35.269Z |   Downloaded aho-corasick v1.1.3 | 
| 780 | 2024-11-11T19:34:35.275Z |   Downloaded downcast v0.11.0 | 
| 781 | 2024-11-11T19:34:35.277Z |   Downloaded aws-lc-rs v1.10.0 | 
| 782 | 2024-11-11T19:34:35.286Z |   Downloaded display-error-chain v0.2.2 | 
| 783 | 2024-11-11T19:34:35.288Z |   Downloaded num_enum_derive v0.5.11 | 
| 784 | 2024-11-11T19:34:35.288Z |   Downloaded num_enum v0.5.11 | 
| 785 | 2024-11-11T19:34:35.294Z |   Downloaded defmt-parser v0.3.4 | 
| 786 | 2024-11-11T19:34:35.296Z |   Downloaded radium v0.7.0 | 
| 787 | 2024-11-11T19:34:35.296Z |   Downloaded resolv-conf v0.7.0 | 
| 788 | 2024-11-11T19:34:35.299Z |   Downloaded unsafe-libyaml v0.2.11 | 
| 789 | 2024-11-11T19:34:35.301Z |   Downloaded defmt-macros v0.3.9 | 
| 790 | 2024-11-11T19:34:35.304Z |   Downloaded zip v0.6.6 | 
| 791 | 2024-11-11T19:34:35.310Z |   Downloaded defmt v0.3.8 | 
| 792 | 2024-11-11T19:34:35.312Z |   Downloaded vsss-rs v3.3.4 | 
| 793 | 2024-11-11T19:34:35.315Z |   Downloaded tokio-postgres v0.7.12 | 
| 794 | 2024-11-11T19:34:35.320Z |   Downloaded sqlparser_derive v0.2.2 | 
| 795 | 2024-11-11T19:34:35.323Z |   Downloaded russh-keys v0.45.0 | 
| 796 | 2024-11-11T19:34:35.326Z |   Downloaded difflib v0.4.0 | 
| 797 | 2024-11-11T19:34:35.326Z |   Downloaded thiserror-no-std v2.0.2 | 
| 798 | 2024-11-11T19:34:35.329Z |   Downloaded rustc_version v0.4.1 | 
| 799 | 2024-11-11T19:34:35.332Z |   Downloaded dhcproto-macros v0.1.0 | 
| 800 | 2024-11-11T19:34:35.332Z |   Downloaded thiserror-impl-no-std v2.0.2 | 
| 801 | 2024-11-11T19:34:35.334Z |   Downloaded fs_extra v1.3.0 | 
| 802 | 2024-11-11T19:34:35.337Z |   Downloaded snafu-derive v0.8.5 | 
| 803 | 2024-11-11T19:34:35.339Z |   Downloaded libxml v0.3.3 | 
| 804 | 2024-11-11T19:34:35.343Z |   Downloaded progenitor-macro v0.8.0 | 
| 805 | 2024-11-11T19:34:35.346Z |   Downloaded packed_struct v0.10.1 | 
| 806 | 2024-11-11T19:34:35.348Z |   Downloaded universal-hash v0.5.1 | 
| 807 | 2024-11-11T19:34:35.348Z |   Downloaded env_filter v0.1.2 | 
| 808 | 2024-11-11T19:34:35.351Z |   Downloaded time-macros v0.2.18 | 
| 809 | 2024-11-11T19:34:35.353Z |   Downloaded libm v0.2.8 | 
| 810 | 2024-11-11T19:34:35.359Z |   Downloaded yasna v0.5.2 | 
| 811 | 2024-11-11T19:34:35.362Z |   Downloaded progenitor-client v0.8.0 | 
| 812 | 2024-11-11T19:34:35.365Z |   Downloaded flume v0.11.0 | 
| 813 | 2024-11-11T19:34:35.367Z |   Downloaded fixedbitset v0.4.2 | 
| 814 | 2024-11-11T19:34:35.369Z |   Downloaded quick-error v1.2.3 | 
| 815 | 2024-11-11T19:34:35.372Z |   Downloaded want v0.3.1 | 
| 816 | 2024-11-11T19:34:35.372Z |   Downloaded derive_builder v0.20.2 | 
| 817 | 2024-11-11T19:34:35.376Z |   Downloaded parse-display v0.10.0 | 
| 818 | 2024-11-11T19:34:35.379Z |   Downloaded serde_plain v1.0.2 | 
| 819 | 2024-11-11T19:34:35.382Z |   Downloaded itertools v0.12.1 | 
| 820 | 2024-11-11T19:34:35.387Z |   Downloaded ssh-cipher v0.2.0 | 
| 821 | 2024-11-11T19:34:35.389Z |   Downloaded progenitor v0.8.0 | 
| 822 | 2024-11-11T19:34:35.389Z |   Downloaded float-cmp v0.9.0 | 
| 823 | 2024-11-11T19:34:35.392Z |   Downloaded flagset v0.4.6 | 
| 824 | 2024-11-11T19:34:35.392Z |   Downloaded tokio-util v0.7.12 | 
| 825 | 2024-11-11T19:34:35.399Z |   Downloaded phf_generator v0.11.2 | 
| 826 | 2024-11-11T19:34:35.401Z |   Downloaded password-hash v0.4.2 | 
| 827 | 2024-11-11T19:34:35.404Z |   Downloaded rustls-pemfile v2.2.0 | 
| 828 | 2024-11-11T19:34:35.406Z |   Downloaded fxhash v0.2.1 | 
| 829 | 2024-11-11T19:34:35.406Z |   Downloaded powerfmt v0.2.0 | 
| 830 | 2024-11-11T19:34:35.409Z |   Downloaded unicode-truncate v1.1.0 | 
| 831 | 2024-11-11T19:34:35.409Z |   Downloaded postgres-types v0.2.8 | 
| 832 | 2024-11-11T19:34:35.411Z |   Downloaded omicron-zone-package v0.11.1 | 
| 833 | 2024-11-11T19:34:35.414Z |   Downloaded futures-io v0.3.31 | 
| 834 | 2024-11-11T19:34:35.416Z |   Downloaded phf_codegen v0.11.2 | 
| 835 | 2024-11-11T19:34:35.416Z |   Downloaded fd-lock v4.0.2 | 
| 836 | 2024-11-11T19:34:35.419Z |   Downloaded serde_yaml v0.9.34+deprecated | 
| 837 | 2024-11-11T19:34:35.421Z |   Downloaded percent-encoding v2.3.1 | 
| 838 | 2024-11-11T19:34:35.423Z |   Downloaded pem-rfc7468 v0.7.0 | 
| 839 | 2024-11-11T19:34:35.426Z |   Downloaded p521 v0.13.3 | 
| 840 | 2024-11-11T19:34:35.428Z |   Downloaded foldhash v0.1.3 | 
| 841 | 2024-11-11T19:34:35.431Z |   Downloaded termcolor v1.4.1 | 
| 842 | 2024-11-11T19:34:35.431Z |   Downloaded pkg-config v0.3.31 | 
| 843 | 2024-11-11T19:34:35.433Z |   Downloaded derive_builder_core v0.20.2 | 
| 844 | 2024-11-11T19:34:35.435Z |   Downloaded signal-hook-tokio v0.3.1 | 
| 845 | 2024-11-11T19:34:35.435Z |   Downloaded hickory-resolver v0.24.1 | 
| 846 | 2024-11-11T19:34:35.440Z |   Downloaded ref-cast v1.0.23 | 
| 847 | 2024-11-11T19:34:35.442Z |   Downloaded debug-ignore v1.0.5 | 
| 848 | 2024-11-11T19:34:35.445Z |   Downloaded rustyline v14.0.0 | 
| 849 | 2024-11-11T19:34:35.449Z |   Downloaded darling_macro v0.20.10 | 
| 850 | 2024-11-11T19:34:35.453Z |   Downloaded slog-json v2.6.1 | 
| 851 | 2024-11-11T19:34:35.453Z |   Downloaded slog-scope v4.4.0 | 
| 852 | 2024-11-11T19:34:35.455Z |   Downloaded hex v0.4.3 | 
| 853 | 2024-11-11T19:34:35.455Z |   Downloaded signal-hook-mio v0.2.4 | 
| 854 | 2024-11-11T19:34:35.458Z |   Downloaded pkcs8 v0.10.2 | 
| 855 | 2024-11-11T19:34:35.460Z |   Downloaded similar v2.6.0 | 
| 856 | 2024-11-11T19:34:35.464Z |   Downloaded openssl-sys v0.9.104 | 
| 857 | 2024-11-11T19:34:35.469Z |   Downloaded blake3 v1.5.4 | 
| 858 | 2024-11-11T19:34:35.477Z |   Downloaded gethostname v0.5.0 | 
| 859 | 2024-11-11T19:34:35.480Z |   Downloaded signal-hook-registry v1.4.2 | 
| 860 | 2024-11-11T19:34:35.480Z |   Downloaded password-hash v0.5.0 | 
| 861 | 2024-11-11T19:34:35.482Z |   Downloaded hex-literal v0.4.1 | 
| 862 | 2024-11-11T19:34:35.484Z |   Downloaded hickory-client v0.24.1 | 
| 863 | 2024-11-11T19:34:35.487Z |   Downloaded tracing-attributes v0.1.27 | 
| 864 | 2024-11-11T19:34:35.495Z |   Downloaded russh v0.45.0 | 
| 865 | 2024-11-11T19:34:35.495Z |   Downloaded tap v1.0.1 | 
| 866 | 2024-11-11T19:34:35.499Z |   Downloaded num-integer v0.1.46 | 
| 867 | 2024-11-11T19:34:35.499Z |   Downloaded tabwriter v1.4.0 | 
| 868 | 2024-11-11T19:34:35.499Z |   Downloaded num-iter v0.1.45 | 
| 869 | 2024-11-11T19:34:35.499Z |   Downloaded unarray v0.1.4 | 
| 870 | 2024-11-11T19:34:35.502Z |   Downloaded futures-task v0.3.31 | 
| 871 | 2024-11-11T19:34:35.502Z |   Downloaded smallvec v0.6.14 | 
| 872 | 2024-11-11T19:34:35.504Z |   Downloaded slog-bunyan v2.5.0 | 
| 873 | 2024-11-11T19:34:35.504Z |   Downloaded term v0.7.0 | 
| 874 | 2024-11-11T19:34:35.507Z |   Downloaded zeroize_derive v1.4.2 | 
| 875 | 2024-11-11T19:34:35.510Z |   Downloaded walkdir v2.5.0 | 
| 876 | 2024-11-11T19:34:35.513Z |   Downloaded dhcproto v0.12.0 | 
| 877 | 2024-11-11T19:34:35.516Z |   Downloaded bindgen v0.69.5 | 
| 878 | 2024-11-11T19:34:35.520Z |   Downloaded pkcs1 v0.7.5 | 
| 879 | 2024-11-11T19:34:35.523Z |   Downloaded owo-colors v4.1.0 | 
| 880 | 2024-11-11T19:34:35.525Z |   Downloaded elliptic-curve v0.13.8 | 
| 881 | 2024-11-11T19:34:35.529Z |   Downloaded signal-hook v0.3.17 | 
| 882 | 2024-11-11T19:34:35.532Z |   Downloaded ff v0.13.0 | 
| 883 | 2024-11-11T19:34:35.535Z |   Downloaded test-strategy v0.3.1 | 
| 884 | 2024-11-11T19:34:35.537Z |   Downloaded slog-term v2.9.1 | 
| 885 | 2024-11-11T19:34:35.540Z |   Downloaded unicase v2.7.0 | 
| 886 | 2024-11-11T19:34:35.543Z |   Downloaded ssh-key v0.6.6 | 
| 887 | 2024-11-11T19:34:35.548Z |   Downloaded parking_lot v0.12.3 | 
| 888 | 2024-11-11T19:34:35.551Z |   Downloaded progenitor-impl v0.8.0 | 
| 889 | 2024-11-11T19:34:35.553Z |   Downloaded typed-path v0.9.3 | 
| 890 | 2024-11-11T19:34:35.559Z |   Downloaded des v0.8.1 | 
| 891 | 2024-11-11T19:34:35.561Z |   Downloaded pkcs5 v0.7.1 | 
| 892 | 2024-11-11T19:34:35.564Z |   Downloaded url v2.5.2 | 
| 893 | 2024-11-11T19:34:35.567Z |   Downloaded x509-cert v0.2.5 | 
| 894 | 2024-11-11T19:34:35.574Z |   Downloaded tracing-core v0.1.32 | 
| 895 | 2024-11-11T19:34:35.577Z |   Downloaded tracing v0.1.40 | 
| 896 | 2024-11-11T19:34:35.581Z |   Downloaded reedline v0.35.0 | 
| 897 | 2024-11-11T19:34:35.589Z |   Downloaded tar v0.4.42 | 
| 898 | 2024-11-11T19:34:35.592Z |   Downloaded snafu v0.8.5 | 
| 899 | 2024-11-11T19:34:35.597Z |   Downloaded tungstenite v0.24.0 | 
| 900 | 2024-11-11T19:34:35.601Z |   Downloaded tungstenite v0.23.0 | 
| 901 | 2024-11-11T19:34:35.604Z |   Downloaded chrono v0.4.38 | 
| 902 | 2024-11-11T19:34:35.612Z |   Downloaded p256 v0.13.2 | 
| 903 | 2024-11-11T19:34:35.615Z |   Downloaded tungstenite v0.21.0 | 
| 904 | 2024-11-11T19:34:35.619Z |   Downloaded bitvec v1.0.1 | 
| 905 | 2024-11-11T19:34:35.634Z |   Downloaded darling_core v0.20.10 | 
| 906 | 2024-11-11T19:34:35.639Z |   Downloaded futures-util v0.3.31 | 
| 907 | 2024-11-11T19:34:35.651Z |   Downloaded hashbrown v0.12.3 | 
| 908 | 2024-11-11T19:34:35.655Z |   Downloaded portable-atomic v1.9.0 | 
| 909 | 2024-11-11T19:34:35.662Z |   Downloaded hashbrown v0.13.2 | 
| 910 | 2024-11-11T19:34:35.667Z |   Downloaded rand v0.8.5 | 
| 911 | 2024-11-11T19:34:35.670Z |   Downloaded rustls-webpki v0.102.8 | 
| 912 | 2024-11-11T19:34:35.689Z |   Downloaded flate2 v1.0.34 | 
| 913 | 2024-11-11T19:34:35.694Z |   Downloaded tough v0.19.0 | 
| 914 | 2024-11-11T19:34:35.702Z |   Downloaded nix v0.27.1 | 
| 915 | 2024-11-11T19:34:35.714Z |   Downloaded winnow v0.5.40 | 
| 916 | 2024-11-11T19:34:35.723Z |   Downloaded h2 v0.4.6 | 
| 917 | 2024-11-11T19:34:35.730Z |   Downloaded lalrpop v0.19.12 | 
| 918 | 2024-11-11T19:34:35.741Z |   Downloaded nix v0.28.0 | 
| 919 | 2024-11-11T19:34:35.753Z |   Downloaded hashbrown v0.14.5 | 
| 920 | 2024-11-11T19:34:35.759Z |   Downloaded regex v1.11.0 | 
| 921 | 2024-11-11T19:34:35.772Z |   Downloaded unicode-normalization v0.1.24 | 
| 922 | 2024-11-11T19:34:35.778Z |   Downloaded idna v0.5.0 | 
| 923 | 2024-11-11T19:34:35.783Z |   Downloaded rustls-webpki v0.101.7 | 
| 924 | 2024-11-11T19:34:35.797Z |   Downloaded sqlparser v0.45.0 | 
| 925 | 2024-11-11T19:34:35.803Z |   Downloaded curve25519-dalek v4.1.3 | 
| 926 | 2024-11-11T19:34:35.811Z |   Downloaded smoltcp v0.9.1 | 
| 927 | 2024-11-11T19:34:35.823Z |   Downloaded chrono-tz v0.10.0 | 
| 928 | 2024-11-11T19:34:35.830Z |   Downloaded salty v0.3.0 | 
| 929 | 2024-11-11T19:34:35.837Z |   Downloaded openssl v0.10.68 | 
| 930 | 2024-11-11T19:34:35.846Z |   Downloaded rustls v0.21.12 | 
| 931 | 2024-11-11T19:34:35.858Z |   Downloaded quinn-proto v0.11.8 | 
| 932 | 2024-11-11T19:34:35.864Z |   Downloaded object v0.30.4 | 
| 933 | 2024-11-11T19:34:35.874Z |   Downloaded rayon v1.10.0 | 
| 934 | 2024-11-11T19:34:35.883Z |   Downloaded webpki-roots v0.26.6 | 
| 935 | 2024-11-11T19:34:35.887Z |   Downloaded object v0.36.5 | 
| 936 | 2024-11-11T19:34:35.899Z |   Downloaded polar-core v0.27.3 | 
| 937 | 2024-11-11T19:34:35.908Z |   Downloaded bstr v1.10.0 | 
| 938 | 2024-11-11T19:34:35.918Z |   Downloaded quick-xml v0.33.0 | 
| 939 | 2024-11-11T19:34:35.924Z |   Downloaded regress v0.9.1 | 
| 940 | 2024-11-11T19:34:35.933Z |   Downloaded p384 v0.13.0 | 
| 941 | 2024-11-11T19:34:35.939Z |   Downloaded git2 v0.19.0 | 
| 942 | 2024-11-11T19:34:35.949Z |   Downloaded rustls v0.22.4 | 
| 943 | 2024-11-11T19:34:35.964Z |   Downloaded hickory-proto v0.24.1 | 
| 944 | 2024-11-11T19:34:35.978Z |   Downloaded openapiv3 v2.0.0 | 
| 945 | 2024-11-11T19:34:35.990Z |   Downloaded smoltcp v0.11.0 | 
| 946 | 2024-11-11T19:34:36.003Z |   Downloaded dropshot v0.12.0 | 
| 947 | 2024-11-11T19:34:36.024Z |   Downloaded gimli v0.31.1 | 
| 948 | 2024-11-11T19:34:36.032Z |   Downloaded vcpkg v0.2.15 | 
| 949 | 2024-11-11T19:34:36.093Z |   Downloaded regex-syntax v0.6.29 | 
| 950 | 2024-11-11T19:34:36.102Z |   Downloaded trust-dns-proto v0.22.0 | 
| 951 | 2024-11-11T19:34:36.116Z |   Downloaded regress v0.10.1 | 
| 952 | 2024-11-11T19:34:36.125Z |   Downloaded diesel v2.2.4 | 
| 953 | 2024-11-11T19:34:36.146Z |   Downloaded sled v0.34.7 | 
| 954 | 2024-11-11T19:34:36.155Z |   Downloaded regex-syntax v0.8.5 | 
| 955 | 2024-11-11T19:34:36.163Z |   Downloaded rustls v0.23.14 | 
| 956 | 2024-11-11T19:34:36.175Z |   Downloaded nix v0.29.0 | 
| 957 | 2024-11-11T19:34:36.187Z |   Downloaded radix_trie v0.2.1 | 
| 958 | 2024-11-11T19:34:36.192Z |   Downloaded idna v0.2.3 | 
| 959 | 2024-11-11T19:34:36.199Z |   Downloaded idna v0.3.0 | 
| 960 | 2024-11-11T19:34:36.206Z |   Downloaded zerocopy-derive v0.6.6 | 
| 961 | 2024-11-11T19:34:36.216Z |   Downloaded typify-impl v0.2.0 | 
| 962 | 2024-11-11T19:34:36.230Z |   Downloaded regex-automata v0.4.8 | 
| 963 | 2024-11-11T19:34:36.247Z |   Downloaded lzma-sys v0.1.20 | 
| 964 | 2024-11-11T19:34:36.277Z |   Downloaded bzip2-sys v0.1.11+1.0.8 | 
| 965 | 2024-11-11T19:34:36.290Z |   Downloaded proptest v1.5.0 | 
| 966 | 2024-11-11T19:34:36.300Z |   Downloaded reqwest v0.12.8 | 
| 967 | 2024-11-11T19:34:36.309Z |   Downloaded ratatui v0.28.1 | 
| 968 | 2024-11-11T19:34:36.329Z |   Downloaded libz-sys v1.1.20 | 
| 969 | 2024-11-11T19:34:36.349Z |   Downloaded sha3 v0.10.8 | 
| 970 | 2024-11-11T19:34:36.353Z |   Downloaded parse-zoneinfo v0.3.1 | 
| 971 | 2024-11-11T19:34:36.356Z |   Downloaded idna v0.4.0 | 
| 972 | 2024-11-11T19:34:36.362Z |   Downloaded petgraph v0.6.5 | 
| 973 | 2024-11-11T19:34:36.379Z |   Downloaded samael v0.0.17 | 
| 974 | 2024-11-11T19:34:36.385Z |   Downloaded serde_with v3.11.0 | 
| 975 | 2024-11-11T19:34:36.393Z |   Downloaded tokio v1.40.0 | 
| 976 | 2024-11-11T19:34:36.430Z |   Downloaded rusqlite v0.32.1 | 
| 977 | 2024-11-11T19:34:36.436Z |   Downloaded quinn v0.11.5 | 
| 978 | 2024-11-11T19:34:36.440Z |   Downloaded serde_repr v0.1.19 | 
| 979 | 2024-11-11T19:34:36.443Z |   Downloaded unicode-bidi v0.3.17 | 
| 980 | 2024-11-11T19:34:36.445Z |   Downloaded csv v1.3.0 | 
| 981 | 2024-11-11T19:34:36.466Z |   Downloaded steno v0.4.1 | 
| 982 | 2024-11-11T19:34:36.468Z |   Downloaded zip v2.1.3 | 
| 983 | 2024-11-11T19:34:36.473Z |   Downloaded smallvec v1.13.2 | 
| 984 | 2024-11-11T19:34:36.475Z |   Downloaded postgres-protocol v0.6.7 | 
| 985 | 2024-11-11T19:34:36.478Z |   Downloaded heapless v0.7.17 | 
| 986 | 2024-11-11T19:34:36.480Z |   Downloaded futures-sink v0.3.31 | 
| 987 | 2024-11-11T19:34:36.483Z |   Downloaded futures-channel v0.3.31 | 
| 988 | 2024-11-11T19:34:36.483Z |   Downloaded unicode_categories v0.1.1 | 
| 989 | 2024-11-11T19:34:36.485Z |   Downloaded unicode-segmentation v1.12.0 | 
| 990 | 2024-11-11T19:34:36.488Z |   Downloaded parse-display-derive v0.10.0 | 
| 991 | 2024-11-11T19:34:36.491Z |   Downloaded spin v0.9.8 | 
| 992 | 2024-11-11T19:34:36.493Z |   Downloaded rsa v0.9.6 | 
| 993 | 2024-11-11T19:34:36.496Z |   Downloaded time v0.3.36 | 
| 994 | 2024-11-11T19:34:36.503Z |   Downloaded smf v0.2.3 | 
| 995 | 2024-11-11T19:34:36.505Z |   Downloaded hickory-server v0.24.1 | 
| 996 | 2024-11-11T19:34:36.509Z |   Downloaded expectorate v1.1.0 | 
| 997 | 2024-11-11T19:34:36.512Z |   Downloaded serde_path_to_error v0.1.16 | 
| 998 | 2024-11-11T19:34:36.514Z |   Downloaded salsa20 v0.10.2 | 
| 999 | 2024-11-11T19:34:36.514Z |   Downloaded displaydoc v0.2.5 | 
| 1000 | 2024-11-11T19:34:36.517Z |   Downloaded filetime v0.2.25 | 
| 1001 | 2024-11-11T19:34:36.519Z |   Downloaded vergen v8.3.2 | 
| 1002 | 2024-11-11T19:34:36.522Z |   Downloaded zopfli v0.8.1 | 
| 1003 | 2024-11-11T19:34:36.524Z |   Downloaded num-bigint-dig v0.8.4 | 
| 1004 | 2024-11-11T19:34:36.529Z |   Downloaded crossterm v0.28.1 | 
| 1005 | 2024-11-11T19:34:36.535Z |   Downloaded enum-as-inner v0.5.1 | 
| 1006 | 2024-11-11T19:34:36.538Z |   Downloaded topological-sort v0.2.2 | 
| 1007 | 2024-11-11T19:34:36.540Z |   Downloaded tokio-native-tls v0.3.1 | 
| 1008 | 2024-11-11T19:34:36.540Z |   Downloaded stringprep v0.1.5 | 
| 1009 | 2024-11-11T19:34:36.543Z |   Downloaded num-bigint v0.4.6 | 
| 1010 | 2024-11-11T19:34:36.546Z |   Downloaded tower-service v0.3.3 | 
| 1011 | 2024-11-11T19:34:36.548Z |   Downloaded funty v2.0.0 | 
| 1012 | 2024-11-11T19:34:36.548Z |   Downloaded highway v1.2.0 | 
| 1013 | 2024-11-11T19:34:36.551Z |   Downloaded diesel_derives v2.2.3 | 
| 1014 | 2024-11-11T19:34:36.554Z |   Downloaded whoami v1.5.2 | 
| 1015 | 2024-11-11T19:34:36.556Z |   Downloaded socket2 v0.5.7 | 
| 1016 | 2024-11-11T19:34:36.559Z |   Downloaded rustls-pki-types v1.9.0 | 
| 1017 | 2024-11-11T19:34:36.561Z |   Downloaded ron v0.8.1 | 
| 1018 | 2024-11-11T19:34:36.566Z |   Downloaded half v2.4.1 | 
| 1019 | 2024-11-11T19:34:36.569Z |   Downloaded toml_edit v0.19.15 | 
| 1020 | 2024-11-11T19:34:36.585Z |   Downloaded rcgen v0.12.1 | 
| 1021 | 2024-11-11T19:34:36.587Z |   Downloaded fatfs v0.3.6 | 
| 1022 | 2024-11-11T19:34:36.591Z |   Downloaded rfc6979 v0.4.0 | 
| 1023 | 2024-11-11T19:34:36.594Z |   Downloaded encoding_rs v0.8.34 | 
| 1024 | 2024-11-11T19:34:36.614Z |   Downloaded pem v3.0.4 | 
| 1025 | 2024-11-11T19:34:36.616Z |   Downloaded parking_lot v0.11.2 | 
| 1026 | 2024-11-11T19:34:36.619Z |   Downloaded serde_urlencoded v0.7.1 | 
| 1027 | 2024-11-11T19:34:36.619Z |   Downloaded r2d2 v0.8.10 | 
| 1028 | 2024-11-11T19:34:36.621Z |   Downloaded quinn-udp v0.5.5 | 
| 1029 | 2024-11-11T19:34:36.624Z |   Downloaded globset v0.4.15 | 
| 1030 | 2024-11-11T19:34:36.624Z |   Downloaded predicates-core v1.0.8 | 
| 1031 | 2024-11-11T19:34:36.626Z |   Downloaded poly1305 v0.8.0 | 
| 1032 | 2024-11-11T19:34:36.629Z |   Downloaded tokio-stream v0.1.16 | 
| 1033 | 2024-11-11T19:34:36.631Z |   Downloaded tinyvec v1.8.0 | 
| 1034 | 2024-11-11T19:34:36.635Z |   Downloaded strip-ansi-escapes v0.2.0 | 
| 1035 | 2024-11-11T19:34:36.635Z |   Downloaded num-complex v0.4.6 | 
| 1036 | 2024-11-11T19:34:36.638Z |   Downloaded heck v0.3.3 | 
| 1037 | 2024-11-11T19:34:36.638Z |   Downloaded qorb v0.2.0 | 
| 1038 | 2024-11-11T19:34:36.641Z |   Downloaded schemars v0.8.21 | 
| 1039 | 2024-11-11T19:34:36.653Z |   Downloaded minimal-lexical v0.2.1 | 
| 1040 | 2024-11-11T19:34:36.658Z |   Downloaded rand_core v0.6.4 | 
| 1041 | 2024-11-11T19:34:36.660Z |   Downloaded foreign-types-shared v0.1.1 | 
| 1042 | 2024-11-11T19:34:36.660Z |   Downloaded endian-type v0.1.2 | 
| 1043 | 2024-11-11T19:34:36.662Z |   Downloaded num-conv v0.1.0 | 
| 1044 | 2024-11-11T19:34:36.662Z |   Downloaded futures-executor v0.3.31 | 
| 1045 | 2024-11-11T19:34:36.662Z |   Downloaded tokio-rustls v0.26.0 | 
| 1046 | 2024-11-11T19:34:36.665Z |   Downloaded paste v1.0.15 | 
| 1047 | 2024-11-11T19:34:36.668Z |   Downloaded float-ord v0.3.2 | 
| 1048 | 2024-11-11T19:34:36.670Z |   Downloaded ena v0.14.3 | 
| 1049 | 2024-11-11T19:34:36.670Z |   Downloaded embedded-io v0.6.1 | 
| 1050 | 2024-11-11T19:34:36.672Z |   Downloaded embedded-io v0.4.0 | 
| 1051 | 2024-11-11T19:34:36.672Z |   Downloaded libgit2-sys v0.17.0+1.8.1 | 
| 1052 | 2024-11-11T19:34:36.731Z |   Downloaded glob v0.3.1 | 
| 1053 | 2024-11-11T19:34:36.733Z |   Downloaded futures-core v0.3.31 | 
| 1054 | 2024-11-11T19:34:36.737Z |   Downloaded prettyplease v0.2.22 | 
| 1055 | 2024-11-11T19:34:36.740Z |   Downloaded crossbeam-channel v0.5.13 | 
| 1056 | 2024-11-11T19:34:36.742Z |   Downloaded num-traits v0.2.19 | 
| 1057 | 2024-11-11T19:34:36.745Z |   Downloaded const_format v0.2.33 | 
| 1058 | 2024-11-11T19:34:36.748Z |   Downloaded scrypt v0.11.0 | 
| 1059 | 2024-11-11T19:34:36.750Z |   Downloaded scopeguard v1.2.0 | 
| 1060 | 2024-11-11T19:34:36.753Z |   Downloaded rpassword v7.3.1 | 
| 1061 | 2024-11-11T19:34:36.753Z |   Downloaded rand_chacha v0.3.1 | 
| 1062 | 2024-11-11T19:34:36.753Z |   Downloaded env_logger v0.10.2 | 
| 1063 | 2024-11-11T19:34:36.756Z |   Downloaded aes v0.8.4 | 
| 1064 | 2024-11-11T19:34:36.759Z |   Downloaded stable_deref_trait v1.2.0 | 
| 1065 | 2024-11-11T19:34:36.762Z |   Downloaded same-file v1.0.6 | 
| 1066 | 2024-11-11T19:34:36.762Z |   Downloaded bumpalo v3.16.0 | 
| 1067 | 2024-11-11T19:34:36.766Z |   Downloaded base64 v0.21.7 | 
| 1068 | 2024-11-11T19:34:36.770Z |   Downloaded cc v1.1.30 | 
| 1069 | 2024-11-11T19:34:36.774Z |   Downloaded primeorder v0.13.6 | 
| 1070 | 2024-11-11T19:34:36.776Z |   Downloaded group v0.13.0 | 
| 1071 | 2024-11-11T19:34:36.779Z |   Downloaded sync_wrapper v1.0.1 | 
| 1072 | 2024-11-11T19:34:36.779Z |   Downloaded fallible-iterator v0.3.0 | 
| 1073 | 2024-11-11T19:34:36.781Z |   Downloaded indicatif v0.17.8 | 
| 1074 | 2024-11-11T19:34:36.784Z |   Downloaded uuid v1.10.0 | 
| 1075 | 2024-11-11T19:34:36.787Z |   Downloaded toml v0.7.8 | 
| 1076 | 2024-11-11T19:34:36.790Z |   Downloaded futures v0.3.31 | 
| 1077 | 2024-11-11T19:34:36.795Z |   Downloaded dropshot_endpoint v0.12.0 | 
| 1078 | 2024-11-11T19:34:36.798Z |   Downloaded derive-where v1.2.7 | 
| 1079 | 2024-11-11T19:34:36.802Z |   Downloaded ssh-encoding v0.2.0 | 
| 1080 | 2024-11-11T19:34:36.805Z |   Downloaded rayon-core v1.12.1 | 
| 1081 | 2024-11-11T19:34:36.807Z |   Downloaded nom v7.1.3 | 
| 1082 | 2024-11-11T19:34:36.813Z |   Downloaded miniz_oxide v0.8.0 | 
| 1083 | 2024-11-11T19:34:36.816Z |   Downloaded itertools v0.10.5 | 
| 1084 | 2024-11-11T19:34:36.822Z |   Downloaded chacha20poly1305 v0.10.1 | 
| 1085 | 2024-11-11T19:34:36.824Z |   Downloaded crc32fast v1.4.2 | 
| 1086 | 2024-11-11T19:34:36.827Z |   Downloaded subprocess v0.2.9 | 
| 1087 | 2024-11-11T19:34:36.829Z |   Downloaded dyn-clone v1.0.17 | 
| 1088 | 2024-11-11T19:34:36.831Z |   Downloaded vte_generate_state_changes v0.1.2 | 
| 1089 | 2024-11-11T19:34:36.831Z |   Downloaded try-lock v0.2.5 | 
| 1090 | 2024-11-11T19:34:36.831Z |   Downloaded native-tls v0.2.12 | 
| 1091 | 2024-11-11T19:34:36.834Z |   Downloaded clang-sys v1.8.1 | 
| 1092 | 2024-11-11T19:34:36.836Z |   Downloaded ed25519 v2.2.3 | 
| 1093 | 2024-11-11T19:34:36.840Z |   Downloaded tokio-tungstenite v0.24.0 | 
| 1094 | 2024-11-11T19:34:36.843Z |   Downloaded structmeta-derive v0.3.0 | 
| 1095 | 2024-11-11T19:34:36.843Z |   Downloaded libefi-sys v0.1.0 | 
| 1096 | 2024-11-11T19:34:36.843Z |   Downloaded ipnet v2.10.1 | 
| 1097 | 2024-11-11T19:34:36.846Z |   Downloaded ecdsa v0.16.9 | 
| 1098 | 2024-11-11T19:34:36.846Z |   Downloaded dsl_auto_type v0.1.2 | 
| 1099 | 2024-11-11T19:34:36.849Z |   Downloaded zeroize v1.8.1 | 
| 1100 | 2024-11-11T19:34:36.849Z |   Downloaded humantime v2.1.0 | 
| 1101 | 2024-11-11T19:34:36.852Z |   Downloaded const_format_proc_macros v0.2.33 | 
| 1102 | 2024-11-11T19:34:36.854Z |   Downloaded memoffset v0.9.1 | 
| 1103 | 2024-11-11T19:34:36.854Z |   Downloaded lru v0.12.5 | 
| 1104 | 2024-11-11T19:34:36.857Z |   Downloaded linked-hash-map v0.5.6 | 
| 1105 | 2024-11-11T19:34:36.857Z |   Downloaded lockfree-object-pool v0.1.6 | 
| 1106 | 2024-11-11T19:34:36.859Z |   Downloaded internet-checksum v0.2.1 | 
| 1107 | 2024-11-11T19:34:36.859Z |   Downloaded instability v0.3.2 | 
| 1108 | 2024-11-11T19:34:36.862Z |   Downloaded cancel-safe-futures v0.1.5 | 
| 1109 | 2024-11-11T19:34:36.864Z |   Downloaded bcs v0.1.6 | 
| 1110 | 2024-11-11T19:34:36.867Z |   Downloaded async-trait v0.1.83 | 
| 1111 | 2024-11-11T19:34:36.869Z |   Downloaded async-bb8-diesel v0.2.1 | 
| 1112 | 2024-11-11T19:34:36.872Z |   Downloaded inout v0.1.3 | 
| 1113 | 2024-11-11T19:34:36.874Z |   Downloaded http-body-util v0.1.2 | 
| 1114 | 2024-11-11T19:34:36.874Z |   Downloaded matches v0.1.10 | 
| 1115 | 2024-11-11T19:34:36.877Z |   Downloaded lock_api v0.4.12 | 
| 1116 | 2024-11-11T19:34:36.877Z |   Downloaded hyper-staticfile v0.10.1 | 
| 1117 | 2024-11-11T19:34:36.879Z |   Downloaded atty v0.2.14 | 
| 1118 | 2024-11-11T19:34:36.879Z |   Downloaded async-stream-impl v0.3.6 | 
| 1119 | 2024-11-11T19:34:36.882Z |   Downloaded arrayvec v0.7.6 | 
| 1120 | 2024-11-11T19:34:36.882Z |   Downloaded base64 v0.13.1 | 
| 1121 | 2024-11-11T19:34:36.885Z |   Downloaded allocator-api2 v0.2.18 | 
| 1122 | 2024-11-11T19:34:36.888Z |   Downloaded const-oid v0.9.6 | 
| 1123 | 2024-11-11T19:34:36.890Z |   Downloaded array-init v0.0.4 | 
| 1124 | 2024-11-11T19:34:36.893Z |   Downloaded maplit v1.0.2 | 
| 1125 | 2024-11-11T19:34:36.893Z |   Downloaded indoc v1.0.9 | 
| 1126 | 2024-11-11T19:34:36.895Z |   Downloaded indent_write v2.2.0 | 
| 1127 | 2024-11-11T19:34:36.899Z |   Downloaded hostname v0.4.0 | 
| 1128 | 2024-11-11T19:34:36.899Z |   Downloaded ciborium v0.2.2 | 
| 1129 | 2024-11-11T19:34:36.902Z |   Downloaded bzip2 v0.4.4 | 
| 1130 | 2024-11-11T19:34:36.904Z |   Downloaded ciborium-ll v0.2.2 | 
| 1131 | 2024-11-11T19:34:36.907Z |   Downloaded hostname v0.3.1 | 
| 1132 | 2024-11-11T19:34:36.907Z |   Downloaded cbc v0.1.2 | 
| 1133 | 2024-11-11T19:34:36.910Z |   Downloaded atomic-waker v1.1.2 | 
| 1134 | 2024-11-11T19:34:36.912Z |   Downloaded blowfish v0.9.1 | 
| 1135 | 2024-11-11T19:34:36.912Z |   Downloaded bb8 v0.8.5 | 
| 1136 | 2024-11-11T19:34:37.035Z |   Downloaded ring v0.17.8 | 
| 1137 | 2024-11-11T19:34:37.258Z |   Downloaded libsqlite3-sys v0.30.1 | 
| 1138 | 2024-11-11T19:34:37.344Z |   Downloaded ring v0.16.20 | 
| 1139 | 2024-11-11T19:34:37.479Z |   Downloaded aws-lc-sys v0.22.0 | 
| 1140 | 2024-11-11T19:34:37.791Z |    Compiling serde v1.0.210 | 
| 1141 | 2024-11-11T19:34:37.794Z |    Compiling lock_api v0.4.12 | 
| 1142 | 2024-11-11T19:34:37.794Z |    Compiling scopeguard v1.2.0 | 
| 1143 | 2024-11-11T19:34:37.794Z |    Compiling value-bag v1.9.0 | 
| 1144 | 2024-11-11T19:34:37.794Z |    Compiling typenum v1.17.0 | 
| 1145 | 2024-11-11T19:34:37.794Z |    Compiling generic-array v0.14.7 | 
| 1146 | 2024-11-11T19:34:37.970Z |    Compiling syn v2.0.79 | 
| 1147 | 2024-11-11T19:34:37.982Z |    Compiling getrandom v0.2.15 | 
| 1148 | 2024-11-11T19:34:38.147Z |    Compiling shlex v1.3.0 | 
| 1149 | 2024-11-11T19:34:38.312Z |    Compiling rand_core v0.6.4 | 
| 1150 | 2024-11-11T19:34:38.412Z |    Compiling log v0.4.22 | 
| 1151 | 2024-11-11T19:34:38.502Z |    Compiling subtle v2.6.1 | 
| 1152 | 2024-11-11T19:34:38.542Z |    Compiling jobserver v0.1.32 | 
| 1153 | 2024-11-11T19:34:38.545Z |    Compiling const-oid v0.9.6 | 
| 1154 | 2024-11-11T19:34:38.824Z |    Compiling spin v0.9.8 | 
| 1155 | 2024-11-11T19:34:38.841Z |    Compiling pin-project-lite v0.2.14 | 
| 1156 | 2024-11-11T19:34:38.860Z |    Compiling smallvec v1.13.2 | 
| 1157 | 2024-11-11T19:34:38.969Z |    Compiling cc v1.1.30 | 
| 1158 | 2024-11-11T19:34:39.237Z |    Compiling rustix v0.38.37 | 
| 1159 | 2024-11-11T19:34:39.258Z |    Compiling parking_lot_core v0.9.10 | 
| 1160 | 2024-11-11T19:34:39.276Z |    Compiling futures-core v0.3.31 | 
| 1161 | 2024-11-11T19:34:39.393Z |    Compiling signal-hook-registry v1.4.2 | 
| 1162 | 2024-11-11T19:34:39.508Z |    Compiling mio v1.0.2 | 
| 1163 | 2024-11-11T19:34:40.122Z |    Compiling parking_lot v0.12.3 | 
| 1164 | 2024-11-11T19:34:40.184Z |    Compiling aho-corasick v1.1.3 | 
| 1165 | 2024-11-11T19:34:40.342Z |    Compiling cpufeatures v0.2.14 | 
| 1166 | 2024-11-11T19:34:40.446Z |    Compiling either v1.13.0 | 
| 1167 | 2024-11-11T19:34:40.466Z |    Compiling regex-syntax v0.8.5 | 
| 1168 | 2024-11-11T19:34:40.598Z |    Compiling lazy_static v1.5.0 | 
| 1169 | 2024-11-11T19:34:40.625Z |    Compiling glob v0.3.1 | 
| 1170 | 2024-11-11T19:34:40.722Z |    Compiling futures-sink v0.3.31 | 
| 1171 | 2024-11-11T19:34:40.872Z |    Compiling socket2 v0.5.7 | 
| 1172 | 2024-11-11T19:34:40.888Z |    Compiling slab v0.4.9 | 
| 1173 | 2024-11-11T19:34:41.020Z |    Compiling prettyplease v0.2.22 | 
| 1174 | 2024-11-11T19:34:41.420Z |    Compiling minimal-lexical v0.2.1 | 
| 1175 | 2024-11-11T19:34:41.642Z |    Compiling clang-sys v1.8.1 | 
| 1176 | 2024-11-11T19:34:41.751Z |    Compiling libloading v0.8.5 | 
| 1177 | 2024-11-11T19:34:41.948Z |    Compiling nom v7.1.3 | 
| 1178 | 2024-11-11T19:34:41.968Z |    Compiling home v0.5.9 | 
| 1179 | 2024-11-11T19:34:42.200Z |    Compiling bindgen v0.69.5 | 
| 1180 | 2024-11-11T19:34:42.226Z |    Compiling serde_json v1.0.128 | 
| 1181 | 2024-11-11T19:34:42.581Z |    Compiling futures-channel v0.3.31 | 
| 1182 | 2024-11-11T19:34:43.037Z |    Compiling itertools v0.12.1 | 
| 1183 | 2024-11-11T19:34:43.062Z |    Compiling futures-io v0.3.31 | 
| 1184 | 2024-11-11T19:34:43.109Z |    Compiling allocator-api2 v0.2.18 | 
| 1185 | 2024-11-11T19:34:43.412Z |    Compiling futures-task v0.3.31 | 
| 1186 | 2024-11-11T19:34:43.727Z |    Compiling foldhash v0.1.3 | 
| 1187 | 2024-11-11T19:34:43.954Z |    Compiling rustc-hash v1.1.0 | 
| 1188 | 2024-11-11T19:34:44.019Z |    Compiling pin-utils v0.1.0 | 
| 1189 | 2024-11-11T19:34:44.091Z |    Compiling tinyvec_macros v0.1.1 | 
| 1190 | 2024-11-11T19:34:44.111Z |    Compiling lazycell v1.3.0 | 
| 1191 | 2024-11-11T19:34:44.191Z |    Compiling tinyvec v1.8.0 | 
| 1192 | 2024-11-11T19:34:44.288Z |    Compiling regex-automata v0.4.8 | 
| 1193 | 2024-11-11T19:34:45.738Z |    Compiling cexpr v0.6.0 | 
| 1194 | 2024-11-11T19:34:45.756Z |    Compiling hashbrown v0.15.0 | 
| 1195 | 2024-11-11T19:34:46.343Z |    Compiling cmake v0.1.51 | 
| 1196 | 2024-11-11T19:34:47.170Z |    Compiling fs_extra v1.3.0 | 
| 1197 | 2024-11-11T19:34:47.206Z |    Compiling libm v0.2.8 | 
| 1198 | 2024-11-11T19:34:47.325Z |    Compiling dunce v1.0.5 | 
| 1199 | 2024-11-11T19:34:47.453Z |    Compiling pkg-config v0.3.31 | 
| 1200 | 2024-11-11T19:34:47.470Z |    Compiling unicode-normalization v0.1.24 | 
| 1201 | 2024-11-11T19:34:47.587Z |    Compiling num-traits v0.2.19 | 
| 1202 | 2024-11-11T19:34:47.770Z |    Compiling unicode-bidi v0.3.17 | 
| 1203 | 2024-11-11T19:34:48.530Z |    Compiling ring v0.17.8 | 
| 1204 | 2024-11-11T19:34:48.567Z |    Compiling paste v1.0.15 | 
| 1205 | 2024-11-11T19:34:48.894Z |    Compiling base64ct v1.6.0 | 
| 1206 | 2024-11-11T19:34:49.151Z |    Compiling flagset v0.4.6 | 
| 1207 | 2024-11-11T19:34:49.359Z |    Compiling pem-rfc7468 v0.7.0 | 
| 1208 | 2024-11-11T19:34:49.452Z |    Compiling httparse v1.9.5 | 
| 1209 | 2024-11-11T19:34:49.473Z |    Compiling aws-lc-rs v1.10.0 | 
| 1210 | 2024-11-11T19:34:49.954Z |    Compiling regex v1.11.0 | 
| 1211 | 2024-11-11T19:34:50.268Z |    Compiling tracing-core v0.1.32 | 
| 1212 | 2024-11-11T19:34:51.018Z |    Compiling crossbeam-utils v0.8.20 | 
| 1213 | 2024-11-11T19:34:51.181Z |    Compiling rustls-pki-types v1.9.0 | 
| 1214 | 2024-11-11T19:34:51.280Z |    Compiling percent-encoding v2.3.1 | 
| 1215 | 2024-11-11T19:34:51.628Z |    Compiling time-core v0.1.2 | 
| 1216 | 2024-11-11T19:34:51.666Z |    Compiling serde_derive v1.0.210 | 
| 1217 | 2024-11-11T19:34:51.683Z |    Compiling zeroize_derive v1.4.2 | 
| 1218 | 2024-11-11T19:34:51.816Z |    Compiling zerocopy-derive v0.7.35 | 
| 1219 | 2024-11-11T19:34:52.266Z |    Compiling tokio-macros v2.4.0 | 
| 1220 | 2024-11-11T19:34:52.285Z |    Compiling thiserror-impl v1.0.64 | 
| 1221 | 2024-11-11T19:34:53.099Z |    Compiling zeroize v1.8.1 | 
| 1222 | 2024-11-11T19:34:53.600Z |    Compiling futures-macro v0.3.31 | 
| 1223 | 2024-11-11T19:34:53.767Z |    Compiling der_derive v0.7.3 | 
| 1224 | 2024-11-11T19:34:53.900Z |    Compiling zerocopy v0.7.35 | 
| 1225 | 2024-11-11T19:34:54.959Z |    Compiling crypto-common v0.1.6 | 
| 1226 | 2024-11-11T19:34:55.198Z |    Compiling block-buffer v0.10.4 | 
| 1227 | 2024-11-11T19:34:55.357Z |    Compiling thiserror v1.0.64 | 
| 1228 | 2024-11-11T19:34:55.410Z |    Compiling futures-util v0.3.31 | 
| 1229 | 2024-11-11T19:34:55.457Z |    Compiling digest v0.10.7 | 
| 1230 | 2024-11-11T19:34:55.477Z |    Compiling block-padding v0.3.3 | 
| 1231 | 2024-11-11T19:34:55.497Z |    Compiling ppv-lite86 v0.2.20 | 
| 1232 | 2024-11-11T19:34:55.532Z |    Compiling tracing-attributes v0.1.27 | 
| 1233 | 2024-11-11T19:34:55.724Z |    Compiling inout v0.1.3 | 
| 1234 | 2024-11-11T19:34:55.944Z |    Compiling hmac v0.12.1 | 
| 1235 | 2024-11-11T19:34:55.996Z |    Compiling cipher v0.4.4 | 
| 1236 | 2024-11-11T19:34:56.015Z |    Compiling sha2 v0.10.8 | 
| 1237 | 2024-11-11T19:34:56.123Z |    Compiling der v0.7.9 | 
| 1238 | 2024-11-11T19:34:56.232Z |    Compiling pbkdf2 v0.12.2 | 
| 1239 | 2024-11-11T19:34:56.413Z |    Compiling rand_chacha v0.3.1 | 
| 1240 | 2024-11-11T19:34:56.432Z |    Compiling pest v2.7.14 | 
| 1241 | 2024-11-11T19:34:56.594Z |    Compiling salsa20 v0.10.2 | 
| 1242 | 2024-11-11T19:34:56.830Z |    Compiling rand v0.8.5 | 
| 1243 | 2024-11-11T19:34:58.743Z |    Compiling spki v0.7.3 | 
| 1244 | 2024-11-11T19:34:58.967Z |    Compiling num-conv v0.1.0 | 
| 1245 | 2024-11-11T19:34:59.133Z |    Compiling tracing v0.1.40 | 
| 1246 | 2024-11-11T19:34:59.135Z |    Compiling untrusted v0.7.1 | 
| 1247 | 2024-11-11T19:34:59.254Z |    Compiling vcpkg v0.2.15 | 
| 1248 | 2024-11-11T19:34:59.325Z |    Compiling powerfmt v0.2.0 | 
| 1249 | 2024-11-11T19:34:59.522Z |    Compiling mirai-annotations v1.12.0 | 
| 1250 | 2024-11-11T19:34:59.542Z |    Compiling untrusted v0.9.0 | 
| 1251 | 2024-11-11T19:34:59.637Z |    Compiling deranged v0.3.11 | 
| 1252 | 2024-11-11T19:34:59.692Z |    Compiling time-macros v0.2.18 | 
| 1253 | 2024-11-11T19:34:59.718Z |    Compiling pest_meta v2.7.14 | 
| 1254 | 2024-11-11T19:34:59.757Z |    Compiling scrypt v0.11.0 | 
| 1255 | 2024-11-11T19:35:00.343Z |    Compiling aes v0.8.4 | 
| 1256 | 2024-11-11T19:35:01.294Z |    Compiling openssl-sys v0.9.104 | 
| 1257 | 2024-11-11T19:35:01.654Z |    Compiling cbc v0.1.2 | 
| 1258 | 2024-11-11T19:35:01.900Z |    Compiling scroll_derive v0.12.0 | 
| 1259 | 2024-11-11T19:35:02.409Z |    Compiling atomic-waker v1.1.2 | 
| 1260 | 2024-11-11T19:35:02.585Z |    Compiling num_threads v0.1.7 | 
| 1261 | 2024-11-11T19:35:02.832Z |    Compiling time v0.3.36 | 
| 1262 | 2024-11-11T19:35:02.853Z |    Compiling pkcs5 v0.7.1 | 
| 1263 | 2024-11-11T19:35:03.156Z |    Compiling pest_generator v2.7.14 | 
| 1264 | 2024-11-11T19:35:03.176Z |    Compiling form_urlencoded v1.2.1 | 
| 1265 | 2024-11-11T19:35:03.301Z |    Compiling scroll v0.12.0 | 
| 1266 | 2024-11-11T19:35:03.506Z |    Compiling try-lock v0.2.5 | 
| 1267 | 2024-11-11T19:35:03.530Z |    Compiling slog v2.7.0 | 
| 1268 | 2024-11-11T19:35:03.661Z |    Compiling want v0.3.1 | 
| 1269 | 2024-11-11T19:35:03.871Z |    Compiling goblin v0.8.2 | 
| 1270 | 2024-11-11T19:35:03.951Z |    Compiling pkcs8 v0.10.2 | 
| 1271 | 2024-11-11T19:35:04.045Z |    Compiling httpdate v1.0.3 | 
| 1272 | 2024-11-11T19:35:04.363Z |    Compiling idna v0.5.0 | 
| 1273 | 2024-11-11T19:35:04.499Z |    Compiling openssl v0.10.68 | 
| 1274 | 2024-11-11T19:35:04.623Z |    Compiling rustversion v1.0.17 | 
| 1275 | 2024-11-11T19:35:04.935Z |    Compiling tower-service v0.3.3 | 
| 1276 | 2024-11-11T19:35:04.955Z |    Compiling base64 v0.22.1 | 
| 1277 | 2024-11-11T19:35:05.029Z |    Compiling pest_derive v2.7.14 | 
| 1278 | 2024-11-11T19:35:05.071Z |    Compiling iana-time-zone v0.1.61 | 
| 1279 | 2024-11-11T19:35:05.323Z |    Compiling bitflags v2.6.0 | 
| 1280 | 2024-11-11T19:35:05.507Z |    Compiling bytes v1.7.2 | 
| 1281 | 2024-11-11T19:35:05.861Z |    Compiling indexmap v2.6.0 | 
| 1282 | 2024-11-11T19:35:05.864Z |    Compiling semver v1.0.23 | 
| 1283 | 2024-11-11T19:35:05.886Z |    Compiling dtrace-parser v0.2.0 | 
| 1284 | 2024-11-11T19:35:06.651Z |    Compiling tokio v1.40.0 | 
| 1285 | 2024-11-11T19:35:06.847Z |    Compiling http v1.1.0 | 
| 1286 | 2024-11-11T19:35:07.378Z |    Compiling rustc_version v0.4.1 | 
| 1287 | 2024-11-11T19:35:07.968Z |    Compiling serde_tokenstream v0.2.2 | 
| 1288 | 2024-11-11T19:35:08.036Z |    Compiling serde_spanned v0.6.8 | 
| 1289 | 2024-11-11T19:35:08.141Z |    Compiling toml_datetime v0.6.8 | 
| 1290 | 2024-11-11T19:35:08.277Z |    Compiling uuid v1.10.0 | 
| 1291 | 2024-11-11T19:35:08.587Z |    Compiling http-body v1.0.1 | 
| 1292 | 2024-11-11T19:35:08.665Z |    Compiling foreign-types-shared v0.1.1 | 
| 1293 | 2024-11-11T19:35:08.758Z |    Compiling match_cfg v0.1.0 | 
| 1294 | 2024-11-11T19:35:08.781Z |    Compiling adler2 v2.0.0 | 
| 1295 | 2024-11-11T19:35:08.815Z |    Compiling foreign-types v0.3.2 | 
| 1296 | 2024-11-11T19:35:08.853Z |    Compiling hostname v0.3.1 | 
| 1297 | 2024-11-11T19:35:08.979Z |    Compiling miniz_oxide v0.8.0 | 
| 1298 | 2024-11-11T19:35:08.998Z |    Compiling chrono v0.4.38 | 
| 1299 | 2024-11-11T19:35:09.122Z |    Compiling url v2.5.2 | 
| 1300 | 2024-11-11T19:35:09.759Z |    Compiling which v4.4.2 | 
| 1301 | 2024-11-11T19:35:10.477Z |    Compiling dof v0.3.0 | 
| 1302 | 2024-11-11T19:35:10.723Z |    Compiling openssl-macros v0.1.1 | 
| 1303 | 2024-11-11T19:35:10.942Z |    Compiling async-trait v0.1.83 | 
| 1304 | 2024-11-11T19:35:11.072Z |    Compiling dirs-sys-next v0.1.2 | 
| 1305 | 2024-11-11T19:35:11.507Z |    Compiling usdt-impl v0.5.0 | 
| 1306 | 2024-11-11T19:35:11.723Z |    Compiling rustls v0.22.4 | 
| 1307 | 2024-11-11T19:35:12.019Z |    Compiling data-encoding v2.6.0 | 
| 1308 | 2024-11-11T19:35:12.548Z |    Compiling rustls v0.23.14 | 
| 1309 | 2024-11-11T19:35:12.653Z |    Compiling native-tls v0.2.12 | 
| 1310 | 2024-11-11T19:35:12.829Z |    Compiling syn v1.0.109 | 
| 1311 | 2024-11-11T19:35:12.993Z |    Compiling siphasher v0.3.11 | 
| 1312 | 2024-11-11T19:35:13.376Z |    Compiling dirs-next v2.0.0 | 
| 1313 | 2024-11-11T19:35:13.572Z |    Compiling http-body-util v0.1.2 | 
| 1314 | 2024-11-11T19:35:13.633Z |    Compiling heapless v0.7.17 | 
| 1315 | 2024-11-11T19:35:13.667Z |    Compiling crossbeam-epoch v0.9.18 | 
| 1316 | 2024-11-11T19:35:14.083Z |    Compiling sha1 v0.10.6 | 
| 1317 | 2024-11-11T19:35:14.100Z |    Compiling signature v2.2.0 | 
| 1318 | 2024-11-11T19:35:14.200Z |    Compiling bzip2-sys v0.1.11+1.0.8 | 
| 1319 | 2024-11-11T19:35:14.402Z |    Compiling serde_derive_internals v0.29.1 | 
| 1320 | 2024-11-11T19:35:14.422Z |    Compiling thread_local v1.1.8 | 
| 1321 | 2024-11-11T19:35:14.506Z |    Compiling multer v3.1.0 | 
| 1322 | 2024-11-11T19:35:14.704Z |    Compiling tokio-util v0.7.12 | 
| 1323 | 2024-11-11T19:35:14.814Z |    Compiling encoding_rs v0.8.34 | 
| 1324 | 2024-11-11T19:35:14.834Z |    Compiling cookie v0.18.1 | 
| 1325 | 2024-11-11T19:35:14.929Z |    Compiling slog-async v2.8.0 | 
| 1326 | 2024-11-11T19:35:15.139Z |    Compiling signal-hook v0.3.17 | 
| 1327 | 2024-11-11T19:35:15.418Z |    Compiling unicode-properties v0.1.3 | 
| 1328 | 2024-11-11T19:35:15.483Z |    Compiling gimli v0.31.1 | 
| 1329 | 2024-11-11T19:35:15.844Z |    Compiling h2 v0.4.6 | 
| 1330 | 2024-11-11T19:35:16.003Z |    Compiling ipnet v2.10.1 | 
| 1331 | 2024-11-11T19:35:17.025Z |    Compiling mime v0.3.17 | 
| 1332 | 2024-11-11T19:35:17.245Z |    Compiling schemars v0.8.21 | 
| 1333 | 2024-11-11T19:35:17.599Z |    Compiling rayon-core v1.12.1 | 
| 1334 | 2024-11-11T19:35:17.620Z |    Compiling openssl-probe v0.1.5 | 
| 1335 | 2024-11-11T19:35:17.949Z |    Compiling schemars_derive v0.8.21 | 
| 1336 | 2024-11-11T19:35:17.995Z |    Compiling toml_edit v0.22.22 | 
| 1337 | 2024-11-11T19:35:19.736Z |    Compiling stringprep v0.1.5 | 
| 1338 | 2024-11-11T19:35:20.816Z |    Compiling addr2line v0.24.2 | 
| 1339 | 2024-11-11T19:35:21.150Z |    Compiling crossbeam-deque v0.8.5 | 
| 1340 | 2024-11-11T19:35:21.252Z |    Compiling usdt-macro v0.5.0 | 
| 1341 | 2024-11-11T19:35:21.492Z |    Compiling usdt-attr-macro v0.5.0 | 
| 1342 | 2024-11-11T19:35:21.559Z |    Compiling term v0.7.0 | 
| 1343 | 2024-11-11T19:35:22.697Z |    Compiling curve25519-dalek v4.1.3 | 
| 1344 | 2024-11-11T19:35:22.781Z |    Compiling hyper v1.4.1 | 
| 1345 | 2024-11-11T19:35:22.944Z |    Compiling slog-json v2.6.1 | 
| 1346 | 2024-11-11T19:35:23.044Z |    Compiling serde_urlencoded v0.7.1 | 
| 1347 | 2024-11-11T19:35:23.317Z |    Compiling crossbeam-channel v0.5.13 | 
| 1348 | 2024-11-11T19:35:23.356Z |    Compiling futures-executor v0.3.31 | 
| 1349 | 2024-11-11T19:35:23.581Z |    Compiling enum-as-inner v0.6.1 | 
| 1350 | 2024-11-11T19:35:23.914Z |    Compiling md-5 v0.10.6 | 
| 1351 | 2024-11-11T19:35:24.173Z |    Compiling rustls-pemfile v2.2.0 | 
| 1352 | 2024-11-11T19:35:24.430Z |    Compiling async-stream-impl v0.3.6 | 
| 1353 | 2024-11-11T19:35:24.501Z |    Compiling num-integer v0.1.46 | 
| 1354 | 2024-11-11T19:35:24.657Z |    Compiling idna v0.4.0 | 
| 1355 | 2024-11-11T19:35:25.293Z |    Compiling hyper-util v0.1.9 | 
| 1356 | 2024-11-11T19:35:25.732Z |    Compiling idna v0.3.0 | 
| 1357 | 2024-11-11T19:35:25.838Z |    Compiling hash32 v0.2.1 | 
| 1358 | 2024-11-11T19:35:26.127Z |    Compiling ff v0.13.0 | 
| 1359 | 2024-11-11T19:35:26.244Z |    Compiling is-terminal v0.4.13 | 
| 1360 | 2024-11-11T19:35:26.272Z |    Compiling object v0.36.5 | 
| 1361 | 2024-11-11T19:35:26.361Z |    Compiling dropshot v0.12.0 | 
| 1362 | 2024-11-11T19:35:26.385Z |    Compiling utf-8 v0.7.6 | 
| 1363 | 2024-11-11T19:35:26.664Z |    Compiling stable_deref_trait v1.2.0 | 
| 1364 | 2024-11-11T19:35:26.735Z |    Compiling psl-types v2.0.11 | 
| 1365 | 2024-11-11T19:35:26.776Z |    Compiling rustc-demangle v0.1.24 | 
| 1366 | 2024-11-11T19:35:26.900Z |    Compiling take_mut v0.2.2 | 
| 1367 | 2024-11-11T19:35:26.922Z |    Compiling fallible-iterator v0.2.0 | 
| 1368 | 2024-11-11T19:35:27.068Z |    Compiling num-bigint-dig v0.8.4 | 
| 1369 | 2024-11-11T19:35:27.377Z |    Compiling linked-hash-map v0.5.6 | 
| 1370 | 2024-11-11T19:35:27.408Z |    Compiling portable-atomic v1.9.0 | 
| 1371 | 2024-11-11T19:35:27.679Z |    Compiling dyn-clone v1.0.17 | 
| 1372 | 2024-11-11T19:35:27.726Z |    Compiling quick-error v1.2.3 | 
| 1373 | 2024-11-11T19:35:27.752Z |    Compiling base16ct v0.2.0 | 
| 1374 | 2024-11-11T19:35:27.875Z |    Compiling anyhow v1.0.92 | 
| 1375 | 2024-11-11T19:35:27.894Z |    Compiling smoltcp v0.9.1 | 
| 1376 | 2024-11-11T19:35:28.075Z |    Compiling sec1 v0.7.3 | 
| 1377 | 2024-11-11T19:35:28.504Z |    Compiling resolv-conf v0.7.0 | 
| 1378 | 2024-11-11T19:35:28.644Z |    Compiling lru-cache v0.1.2 | 
| 1379 | 2024-11-11T19:35:28.663Z |    Compiling postgres-protocol v0.6.7 | 
| 1380 | 2024-11-11T19:35:28.907Z |    Compiling publicsuffix v2.2.3 | 
| 1381 | 2024-11-11T19:35:29.328Z |    Compiling tungstenite v0.24.0 | 
| 1382 | 2024-11-11T19:35:29.977Z |    Compiling slog-term v2.9.1 | 
| 1383 | 2024-11-11T19:35:30.058Z |    Compiling group v0.13.0 | 
| 1384 | 2024-11-11T19:35:30.395Z |    Compiling usdt v0.5.0 | 
| 1385 | 2024-11-11T19:35:30.415Z |    Compiling async-stream v0.3.6 | 
| 1386 | 2024-11-11T19:35:30.722Z |    Compiling hickory-proto v0.24.1 | 
| 1387 | 2024-11-11T19:35:30.914Z |    Compiling num-iter v0.1.45 | 
| 1388 | 2024-11-11T19:35:31.121Z |    Compiling futures v0.3.31 | 
| 1389 | 2024-11-11T19:35:31.246Z |    Compiling slog-bunyan v2.5.0 | 
| 1390 | 2024-11-11T19:35:31.498Z |    Compiling toml v0.8.19 | 
| 1391 | 2024-11-11T19:35:32.266Z |    Compiling camino v1.1.9 | 
| 1392 | 2024-11-11T19:35:33.201Z |    Compiling tokio-native-tls v0.3.1 | 
| 1393 | 2024-11-11T19:35:33.248Z |    Compiling phf_shared v0.11.2 | 
| 1394 | 2024-11-11T19:35:33.478Z |    Compiling terminal_size v0.4.0 | 
| 1395 | 2024-11-11T19:35:33.640Z |    Compiling dropshot_endpoint v0.12.0 | 
| 1396 | 2024-11-11T19:35:33.675Z |    Compiling openapiv3 v2.0.0 | 
| 1397 | 2024-11-11T19:35:33.700Z |    Compiling serde_path_to_error v0.1.16 | 
| 1398 | 2024-11-11T19:35:34.130Z |    Compiling backtrace v0.3.74 | 
| 1399 | 2024-11-11T19:35:34.543Z |    Compiling waitgroup v0.1.2 | 
| 1400 | 2024-11-11T19:35:34.563Z |    Compiling hkdf v0.12.4 | 
| 1401 | 2024-11-11T19:35:34.788Z |    Compiling crypto-bigint v0.5.5 | 
| 1402 | 2024-11-11T19:35:34.812Z |    Compiling hubpack_derive v0.1.1 | 
| 1403 | 2024-11-11T19:35:34.831Z |    Compiling webpki-roots v0.26.6 | 
| 1404 | 2024-11-11T19:35:35.062Z |    Compiling curve25519-dalek-derive v0.1.1 | 
| 1405 | 2024-11-11T19:35:35.688Z |    Compiling zerocopy-derive v0.6.6 | 
| 1406 | 2024-11-11T19:35:36.558Z |    Compiling hostname v0.4.0 | 
| 1407 | 2024-11-11T19:35:36.827Z |    Compiling fs-err v2.11.0 | 
| 1408 | 2024-11-11T19:35:37.137Z |    Compiling ahash v0.8.11 | 
| 1409 | 2024-11-11T19:35:37.439Z |    Compiling crc32fast v1.4.2 | 
| 1410 | 2024-11-11T19:35:37.499Z |    Compiling bitflags v1.3.2 | 
| 1411 | 2024-11-11T19:35:37.611Z |    Compiling debug-ignore v1.0.5 | 
| 1412 | 2024-11-11T19:35:37.758Z |    Compiling winnow v0.5.40 | 
| 1413 | 2024-11-11T19:35:37.777Z |    Compiling managed v0.8.0 | 
| 1414 | 2024-11-11T19:35:37.826Z |    Compiling clap_builder v4.5.20 | 
| 1415 | 2024-11-11T19:35:38.026Z |    Compiling elliptic-curve v0.13.8 | 
| 1416 | 2024-11-11T19:35:38.029Z |    Compiling zerocopy v0.6.6 | 
| 1417 | 2024-11-11T19:35:38.902Z |    Compiling console v0.15.8 | 
| 1418 | 2024-11-11T19:35:38.922Z |    Compiling flate2 v1.0.34 | 
| 1419 | 2024-11-11T19:35:39.959Z |    Compiling strum_macros v0.25.3 | 
| 1420 | 2024-11-11T19:35:40.530Z |    Compiling hickory-resolver v0.24.1 | 
| 1421 | 2024-11-11T19:35:40.810Z |    Compiling hubpack v0.1.2 | 
| 1422 | 2024-11-11T19:35:41.311Z |    Compiling signal-hook-mio v0.2.4 | 
| 1423 | 2024-11-11T19:35:41.487Z |    Compiling toml_edit v0.19.15 | 
| 1424 | 2024-11-11T19:35:41.824Z |    Compiling phf v0.11.2 | 
| 1425 | 2024-11-11T19:35:41.895Z |    Compiling hyper-tls v0.6.0 | 
| 1426 | 2024-11-11T19:35:42.132Z |    Compiling cookie_store v0.21.0 | 
| 1427 | 2024-11-11T19:35:42.326Z |    Compiling rayon v1.10.0 | 
| 1428 | 2024-11-11T19:35:43.635Z |    Compiling bzip2 v0.4.4 | 
| 1429 | 2024-11-11T19:35:44.033Z |    Compiling tokio-tungstenite v0.24.0 | 
| 1430 | 2024-11-11T19:35:44.615Z |    Compiling postgres-types v0.2.8 | 
| 1431 | 2024-11-11T19:35:46.749Z |    Compiling tokio-stream v0.1.16 | 
| 1432 | 2024-11-11T19:35:47.200Z |    Compiling ed25519 v2.2.3 | 
| 1433 | 2024-11-11T19:35:47.226Z |    Compiling phf_shared v0.10.0 | 
| 1434 | 2024-11-11T19:35:47.585Z |    Compiling serde-big-array v0.5.1 | 
| 1435 | 2024-11-11T19:35:47.631Z |    Compiling pkcs1 v0.7.5 | 
| 1436 | 2024-11-11T19:35:47.777Z |    Compiling clap_derive v4.5.18 | 
| 1437 | 2024-11-11T19:35:47.822Z |    Compiling rfc6979 v0.4.0 | 
| 1438 | 2024-11-11T19:35:48.017Z |    Compiling derive-where v1.2.7 | 
| 1439 | 2024-11-11T19:35:48.609Z |    Compiling serde_repr v0.1.19 | 
| 1440 | 2024-11-11T19:35:48.612Z |    Compiling float-cmp v0.9.0 | 
| 1441 | 2024-11-11T19:35:48.861Z |    Compiling bstr v1.10.0 | 
| 1442 | 2024-11-11T19:35:49.018Z |    Compiling sync_wrapper v1.0.1 | 
| 1443 | 2024-11-11T19:35:49.039Z |    Compiling bit-vec v0.6.3 | 
| 1444 | 2024-11-11T19:35:49.177Z |    Compiling new_debug_unreachable v1.0.6 | 
| 1445 | 2024-11-11T19:35:49.279Z |    Compiling whoami v1.5.2 | 
| 1446 | 2024-11-11T19:35:49.505Z |    Compiling number_prefix v0.4.0 | 
| 1447 | 2024-11-11T19:35:49.718Z |    Compiling unicode-segmentation v1.12.0 | 
| 1448 | 2024-11-11T19:35:49.746Z |    Compiling normalize-line-endings v0.3.0 | 
| 1449 | 2024-11-11T19:35:49.873Z |    Compiling fixedbitset v0.4.2 | 
| 1450 | 2024-11-11T19:35:49.917Z |    Compiling difflib v0.4.0 | 
| 1451 | 2024-11-11T19:35:50.335Z |    Compiling precomputed-hash v0.1.1 | 
| 1452 | 2024-11-11T19:35:50.464Z |    Compiling predicates-core v1.0.8 | 
| 1453 | 2024-11-11T19:35:50.583Z |    Compiling static_assertions v1.1.0 | 
| 1454 | 2024-11-11T19:35:50.626Z |    Compiling string_cache v0.8.7 | 
| 1455 | 2024-11-11T19:35:50.718Z |    Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) | 
| 1456 | 2024-11-11T19:35:50.837Z |    Compiling predicates v3.1.2 | 
| 1457 | 2024-11-11T19:35:51.087Z |    Compiling similar v2.6.0 | 
| 1458 | 2024-11-11T19:35:51.375Z |    Compiling petgraph v0.6.5 | 
| 1459 | 2024-11-11T19:35:51.452Z |    Compiling indicatif v0.17.8 | 
| 1460 | 2024-11-11T19:35:52.461Z |    Compiling clap v4.5.20 | 
| 1461 | 2024-11-11T19:35:52.577Z |    Compiling tokio-postgres v0.7.12 | 
| 1462 | 2024-11-11T19:35:52.596Z |    Compiling bit-set v0.5.3 | 
| 1463 | 2024-11-11T19:35:52.901Z |    Compiling rsa v0.9.6 | 
| 1464 | 2024-11-11T19:35:53.475Z |    Compiling ecdsa v0.16.9 | 
| 1465 | 2024-11-11T19:35:53.581Z |    Compiling ed25519-dalek v2.1.1 | 
| 1466 | 2024-11-11T19:35:54.341Z |    Compiling toml v0.7.8 | 
| 1467 | 2024-11-11T19:35:54.905Z |    Compiling zip v0.6.6 | 
| 1468 | 2024-11-11T19:35:55.367Z |    Compiling crossterm v0.28.1 | 
| 1469 | 2024-11-11T19:35:56.829Z |    Compiling hex v0.4.3 | 
| 1470 | 2024-11-11T19:35:56.992Z |    Compiling x509-cert v0.2.5 | 
| 1471 | 2024-11-11T19:35:57.475Z |    Compiling itertools v0.10.5 | 
| 1472 | 2024-11-11T19:35:57.598Z |    Compiling lalrpop-util v0.19.12 | 
| 1473 | 2024-11-11T19:35:57.754Z |    Compiling unicode-xid v0.2.6 | 
| 1474 | 2024-11-11T19:35:57.943Z |    Compiling peg-runtime v0.8.3 | 
| 1475 | 2024-11-11T19:35:57.968Z |    Compiling strum_macros v0.26.4 | 
| 1476 | 2024-11-11T19:35:58.337Z |    Compiling xattr v1.3.1 | 
| 1477 | 2024-11-11T19:35:58.618Z |    Compiling filetime v0.2.25 | 
| 1478 | 2024-11-11T19:35:58.948Z |    Compiling tar v0.4.42 | 
| 1479 | 2024-11-11T19:36:02.667Z |    Compiling strum v0.26.3 | 
| 1480 | 2024-11-11T19:36:06.447Z |    Compiling aws-lc-sys v0.22.0 | 
| 1481 | 2024-11-11T19:36:34.603Z |    Compiling rustls-webpki v0.102.8 | 
| 1482 | 2024-11-11T19:36:37.982Z |    Compiling tokio-rustls v0.25.0 | 
| 1483 | 2024-11-11T19:36:39.496Z |    Compiling tokio-rustls v0.26.0 | 
| 1484 | 2024-11-11T19:36:39.888Z |    Compiling hyper-rustls v0.27.3 | 
| 1485 | 2024-11-11T19:36:40.168Z |    Compiling reqwest v0.12.8 | 
| 1486 | 2024-11-11T19:36:41.553Z |    Compiling qorb v0.2.0 | 
| 1487 | 2024-11-11T19:36:45.832Z |    Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) | 
| 1488 | 2024-11-11T19:36:46.089Z |    Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) | 
| 1489 | 2024-11-11T19:36:51.597Z |     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s | 
| 1490 | 2024-11-11T19:36:51.750Z |      Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` | 
| 1491 | 2024-11-11T19:36:51.798Z | Nov 11 19:36:50.609 INFO Starting download, target: Cockroach | 
| 1492 | 2024-11-11T19:36:51.798Z | Nov 11 19:36:50.610 INFO Starting download, target: Console | 
| 1493 | 2024-11-11T19:36:51.798Z | Nov 11 19:36:50.610 INFO Starting download, target: Clickhouse | 
| 1494 | 2024-11-11T19:36:51.799Z | Nov 11 19:36:50.610 INFO Starting download, target: DendriteOpenapi | 
| 1495 | 2024-11-11T19:36:51.799Z | Nov 11 19:36:50.610 INFO Starting download, target: DendriteStub | 
| 1496 | 2024-11-11T19:36:51.799Z | Nov 11 19:36:50.610 INFO Starting download, target: MaghemiteMgd | 
| 1497 | 2024-11-11T19:36:51.801Z | Nov 11 19:36:50.610 INFO Starting download, target: TransceiverControl | 
| 1498 | 2024-11-11T19:36:51.801Z | Nov 11 19:36:50.610 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl | 
| 1499 | 2024-11-11T19:36:51.801Z | Nov 11 19:36:50.610 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd | 
| 1500 | 2024-11-11T19:36:51.801Z | Nov 11 19:36:50.610 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi | 
| 1501 | 2024-11-11T19:36:51.801Z | Nov 11 19:36:50.610 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console | 
| 1502 | 2024-11-11T19:36:51.801Z | Nov 11 19:36:50.610 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach | 
| 1503 | 2024-11-11T19:36:51.801Z | Nov 11 19:36:50.611 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub | 
| 1504 | 2024-11-11T19:36:51.801Z | Nov 11 19:36:50.611 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse | 
| 1505 | 2024-11-11T19:36:51.999Z | Nov 11 19:36:50.810 INFO Download complete, target: DendriteOpenapi | 
| 1506 | 2024-11-11T19:36:52.256Z | Nov 11 19:36:51.052 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl | 
| 1507 | 2024-11-11T19:36:52.588Z | Nov 11 19:36:51.395 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console | 
| 1508 | 2024-11-11T19:36:52.671Z | Nov 11 19:36:51.475 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub | 
| 1509 | 2024-11-11T19:36:52.946Z | Nov 11 19:36:51.750 INFO Download complete, target: Console | 
| 1510 | 2024-11-11T19:36:52.954Z | Nov 11 19:36:51.764 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd | 
| 1511 | 2024-11-11T19:36:52.961Z | Nov 11 19:36:51.767 INFO Download complete, target: TransceiverControl | 
| 1512 | 2024-11-11T19:36:53.451Z | Nov 11 19:36:52.260 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach | 
| 1513 | 2024-11-11T19:36:53.451Z | Nov 11 19:36:52.260 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach | 
| 1514 | 2024-11-11T19:36:54.891Z | Nov 11 19:36:53.701 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse | 
| 1515 | 2024-11-11T19:36:55.563Z | Nov 11 19:36:54.373 INFO Download complete, target: DendriteStub | 
| 1516 | 2024-11-11T19:36:55.885Z | Nov 11 19:36:54.696 INFO Download complete, target: MaghemiteMgd | 
| 1517 | 2024-11-11T19:37:00.954Z | Nov 11 19:36:59.764 INFO Checking that binary works, target: Cockroach | 
| 1518 | 2024-11-11T19:37:01.116Z | Nov 11 19:36:59.925 INFO Download complete, target: Cockroach | 
| 1519 | 2024-11-11T19:37:07.428Z | Nov 11 19:37:06.236 INFO Checking that binary works, target: Clickhouse | 
| 1520 | 2024-11-11T19:37:07.578Z | Nov 11 19:37:06.386 INFO Download complete, target: Clickhouse | 
| 1521 | 2024-11-11T19:37:07.598Z | All builder prerequisites installed successfully, and PATH looks valid | 
| 1522 | 2024-11-11T19:37:07.601Z |  | 
| 1523 | 2024-11-11T19:37:07.601Z | real     4:32.612199700 | 
| 1524 | 2024-11-11T19:37:07.601Z | user    15:19.417634103 | 
| 1525 | 2024-11-11T19:37:07.601Z | sys      3:05.611507504 | 
| 1526 | 2024-11-11T19:37:07.601Z | trap        0.501898412 | 
| 1527 | 2024-11-11T19:37:07.601Z | tflt        1.537396198 | 
| 1528 | 2024-11-11T19:37:07.601Z | dflt        1.784615773 | 
| 1529 | 2024-11-11T19:37:07.601Z | kflt        0.026817121 | 
| 1530 | 2024-11-11T19:37:07.601Z | lock    26:34.505168346 | 
| 1531 | 2024-11-11T19:37:07.601Z | slp     56:27.342985749 | 
| 1532 | 2024-11-11T19:37:07.601Z | lat        54.607051298 | 
| 1533 | 2024-11-11T19:37:07.601Z | stop     2:09.868602589 | 
| 1534 | 2024-11-11T19:37:07.601Z | + banner ls-apis | 
| 1535 | 2024-11-11T19:37:07.604Z |  | 
| 1536 | 2024-11-11T19:37:07.604Z |  #        ####             ##    #####      #     #### | 
| 1537 | 2024-11-11T19:37:07.604Z |  #       #                #  #   #    #     #    # | 
| 1538 | 2024-11-11T19:37:07.604Z |  #        ####   #####   #    #  #    #     #     #### | 
| 1539 | 2024-11-11T19:37:07.604Z |  #            #          ######  #####      #         # | 
| 1540 | 2024-11-11T19:37:07.604Z |  #       #    #          #    #  #          #    #    # | 
| 1541 | 2024-11-11T19:37:07.604Z |  ######   ####           #    #  #          #     #### | 
| 1542 | 2024-11-11T19:37:07.604Z |  | 
| 1543 | 2024-11-11T19:37:07.604Z | + source ./tools/include/force-git-over-https.sh | 
| 1544 | 2024-11-11T19:37:07.604Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') | 
| 1545 | 2024-11-11T19:37:07.604Z | ++ (( i = 0 )) | 
| 1546 | 2024-11-11T19:37:07.604Z | ++ (( i < 5 )) | 
| 1547 | 2024-11-11T19:37:07.604Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ | 
| 1548 | 2024-11-11T19:37:07.607Z | ++ (( i++  )) | 
| 1549 | 2024-11-11T19:37:07.607Z | ++ (( i < 5 )) | 
| 1550 | 2024-11-11T19:37:07.607Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: | 
| 1551 | 2024-11-11T19:37:07.610Z | ++ (( i++  )) | 
| 1552 | 2024-11-11T19:37:07.610Z | ++ (( i < 5 )) | 
| 1553 | 2024-11-11T19:37:07.610Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ | 
| 1554 | 2024-11-11T19:37:07.612Z | ++ (( i++  )) | 
| 1555 | 2024-11-11T19:37:07.612Z | ++ (( i < 5 )) | 
| 1556 | 2024-11-11T19:37:07.612Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ | 
| 1557 | 2024-11-11T19:37:07.615Z | ++ (( i++  )) | 
| 1558 | 2024-11-11T19:37:07.615Z | ++ (( i < 5 )) | 
| 1559 | 2024-11-11T19:37:07.615Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ | 
| 1560 | 2024-11-11T19:37:07.617Z | ++ (( i++  )) | 
| 1561 | 2024-11-11T19:37:07.618Z | ++ (( i < 5 )) | 
| 1562 | 2024-11-11T19:37:07.618Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true | 
| 1563 | 2024-11-11T19:37:07.618Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true | 
| 1564 | 2024-11-11T19:37:07.621Z | + ptime -m cargo xtask ls-apis apis | 
| 1565 | 2024-11-11T19:37:08.107Z |     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s | 
| 1566 | 2024-11-11T19:37:08.123Z |      Running `target/debug/xtask ls-apis apis` | 
| 1567 | 2024-11-11T19:37:08.883Z |    Compiling semver v0.1.20 | 
| 1568 | 2024-11-11T19:37:08.886Z |    Compiling structmeta-derive v0.3.0 | 
| 1569 | 2024-11-11T19:37:08.886Z |    Compiling cargo-platform v0.1.8 | 
| 1570 | 2024-11-11T19:37:09.200Z |    Compiling cargo_metadata v0.18.1 | 
| 1571 | 2024-11-11T19:37:09.204Z |    Compiling rustc_version v0.1.7 | 
| 1572 | 2024-11-11T19:37:09.572Z |    Compiling newtype_derive v0.1.6 | 
| 1573 | 2024-11-11T19:37:10.582Z |    Compiling structmeta v0.3.0 | 
| 1574 | 2024-11-11T19:37:10.842Z |    Compiling parse-display-derive v0.10.0 | 
| 1575 | 2024-11-11T19:37:12.859Z |    Compiling parse-display v0.10.0 | 
| 1576 | 2024-11-11T19:37:13.011Z |    Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) | 
| 1577 | 2024-11-11T19:37:17.561Z |     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.40s | 
| 1578 | 2024-11-11T19:37:17.703Z |      Running `target/debug/ls-apis apis` | 
| 1579 | 2024-11-11T19:37:17.735Z | loading metadata for workspace omicron from current workspace | 
| 1580 | 2024-11-11T19:37:22.581Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml | 
| 1581 | 2024-11-11T19:37:22.586Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/86101ea/Cargo.toml | 
| 1582 | 2024-11-11T19:37:22.588Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/Cargo.toml | 
| 1583 | 2024-11-11T19:37:41.220Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml | 
| 1584 | 2024-11-11T19:37:45.161Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client | 
| 1585 | 2024-11-11T19:37:45.179Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server | 
| 1586 | 2024-11-11T19:37:45.352Z | Bootstrap Agent (client: bootstrap-agent-client) | 
| 1587 | 2024-11-11T19:37:45.352Z |     consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path | 
| 1588 | 2024-11-11T19:37:45.352Z |     consumed by: wicketd (omicron/wicketd) via 2 paths | 
| 1589 | 2024-11-11T19:37:45.352Z |  | 
| 1590 | 2024-11-11T19:37:45.352Z | Clickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client) | 
| 1591 | 2024-11-11T19:37:45.355Z |     consumed by: omicron-nexus (omicron/nexus) via 3 paths | 
| 1592 | 2024-11-11T19:37:45.355Z |  | 
| 1593 | 2024-11-11T19:37:45.355Z | Clickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client) | 
| 1594 | 2024-11-11T19:37:45.355Z |     consumed by: omicron-nexus (omicron/nexus) via 3 paths | 
| 1595 | 2024-11-11T19:37:45.355Z |  | 
| 1596 | 2024-11-11T19:37:45.355Z | CockroachDB Cluster Admin (client: cockroach-admin-client) | 
| 1597 | 2024-11-11T19:37:45.355Z |     consumed by: omicron-nexus (omicron/nexus) via 2 paths | 
| 1598 | 2024-11-11T19:37:45.355Z |  | 
| 1599 | 2024-11-11T19:37:45.355Z | Crucible Agent (client: crucible-agent-client) | 
| 1600 | 2024-11-11T19:37:45.355Z |     consumed by: omicron-nexus (omicron/nexus) via 1 path | 
| 1601 | 2024-11-11T19:37:45.355Z |  | 
| 1602 | 2024-11-11T19:37:45.355Z | Crucible Control (for testing only) (client: crucible-control-client) | 
| 1603 | 2024-11-11T19:37:45.355Z |  | 
| 1604 | 2024-11-11T19:37:45.355Z | Crucible Pantry (client: crucible-pantry-client) | 
| 1605 | 2024-11-11T19:37:45.355Z |     consumed by: omicron-nexus (omicron/nexus) via 1 path | 
| 1606 | 2024-11-11T19:37:45.355Z |  | 
| 1607 | 2024-11-11T19:37:45.355Z | Maghemite DDM Admin (client: ddm-admin-client) | 
| 1608 | 2024-11-11T19:37:45.355Z |     consumed by: installinator (omicron/installinator) via 1 path | 
| 1609 | 2024-11-11T19:37:45.355Z |     consumed by: mgd (maghemite/mgd) via 1 path | 
| 1610 | 2024-11-11T19:37:45.355Z |     consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path | 
| 1611 | 2024-11-11T19:37:45.355Z |     consumed by: wicketd (omicron/wicketd) via 1 path | 
| 1612 | 2024-11-11T19:37:45.355Z |  | 
| 1613 | 2024-11-11T19:37:45.355Z | DNS Server (client: dns-service-client) | 
| 1614 | 2024-11-11T19:37:45.367Z |     consumed by: omicron-nexus (omicron/nexus) via 1 path | 
| 1615 | 2024-11-11T19:37:45.367Z |     consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path | 
| 1616 | 2024-11-11T19:37:45.370Z |  | 
| 1617 | 2024-11-11T19:37:45.370Z | Dendrite DPD (client: dpd-client) | 
| 1618 | 2024-11-11T19:37:45.370Z |     consumed by: ddmd (maghemite/ddmd) via 2 paths | 
| 1619 | 2024-11-11T19:37:45.370Z |     consumed by: mgd (maghemite/mgd) via 1 path | 
| 1620 | 2024-11-11T19:37:45.370Z |     consumed by: omicron-nexus (omicron/nexus) via 1 path | 
| 1621 | 2024-11-11T19:37:45.370Z |     consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path | 
| 1622 | 2024-11-11T19:37:45.370Z |     consumed by: tfportd (dendrite/tfportd) via 1 path | 
| 1623 | 2024-11-11T19:37:45.370Z |     consumed by: wicketd (omicron/wicketd) via 2 paths | 
| 1624 | 2024-11-11T19:37:45.370Z |  | 
| 1625 | 2024-11-11T19:37:45.370Z | Downstairs Controller (debugging only) (client: dsc-client) | 
| 1626 | 2024-11-11T19:37:45.370Z |  | 
| 1627 | 2024-11-11T19:37:45.370Z | Management Gateway Service (client: gateway-client) | 
| 1628 | 2024-11-11T19:37:45.372Z |     consumed by: dpd (dendrite/dpd) via 1 path | 
| 1629 | 2024-11-11T19:37:45.372Z |     consumed by: omicron-nexus (omicron/nexus) via 3 paths | 
| 1630 | 2024-11-11T19:37:45.372Z |     consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path | 
| 1631 | 2024-11-11T19:37:45.372Z |     consumed by: wicketd (omicron/wicketd) via 3 paths | 
| 1632 | 2024-11-11T19:37:45.372Z |  | 
| 1633 | 2024-11-11T19:37:45.373Z | Wicketd Installinator (client: installinator-client) | 
| 1634 | 2024-11-11T19:37:45.373Z |     consumed by: installinator (omicron/installinator) via 1 path | 
| 1635 | 2024-11-11T19:37:45.373Z |  | 
| 1636 | 2024-11-11T19:37:45.373Z | Maghemite MG Admin (client: mg-admin-client) | 
| 1637 | 2024-11-11T19:37:45.378Z |     consumed by: omicron-nexus (omicron/nexus) via 1 path | 
| 1638 | 2024-11-11T19:37:45.378Z |     consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path | 
| 1639 | 2024-11-11T19:37:45.378Z |  | 
| 1640 | 2024-11-11T19:37:45.378Z | Nexus Internal API (client: nexus-client) | 
| 1641 | 2024-11-11T19:37:45.383Z |     consumed by: dpd (dendrite/dpd) via 1 path | 
| 1642 | 2024-11-11T19:37:45.383Z |     consumed by: omicron-nexus (omicron/nexus) via 1 path | 
| 1643 | 2024-11-11T19:37:45.383Z |     consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path | 
| 1644 | 2024-11-11T19:37:45.383Z |     consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path | 
| 1645 | 2024-11-11T19:37:45.383Z |     consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths | 
| 1646 | 2024-11-11T19:37:45.383Z |  | 
| 1647 | 2024-11-11T19:37:45.383Z | External API (client: oxide-client) | 
| 1648 | 2024-11-11T19:37:45.383Z |  | 
| 1649 | 2024-11-11T19:37:45.383Z | Oximeter (client: oximeter-client) | 
| 1650 | 2024-11-11T19:37:45.385Z |     consumed by: omicron-nexus (omicron/nexus) via 2 paths | 
| 1651 | 2024-11-11T19:37:45.386Z |  | 
| 1652 | 2024-11-11T19:37:45.386Z | Propolis (client: propolis-client) | 
| 1653 | 2024-11-11T19:37:45.386Z |     consumed by: omicron-nexus (omicron/nexus) via 2 paths | 
| 1654 | 2024-11-11T19:37:45.386Z |     consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path | 
| 1655 | 2024-11-11T19:37:45.386Z |  | 
| 1656 | 2024-11-11T19:37:45.386Z | Crucible Repair (client: repair-client) | 
| 1657 | 2024-11-11T19:37:45.386Z |     consumed by: crucible-downstairs (crucible/downstairs) via 1 path | 
| 1658 | 2024-11-11T19:37:45.386Z |  | 
| 1659 | 2024-11-11T19:37:45.386Z | Repo Depot API (client: repo-depot-client) | 
| 1660 | 2024-11-11T19:37:45.386Z |     consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path | 
| 1661 | 2024-11-11T19:37:45.386Z |  | 
| 1662 | 2024-11-11T19:37:45.386Z | Sled Agent (client: sled-agent-client) | 
| 1663 | 2024-11-11T19:37:45.389Z |     consumed by: dpd (dendrite/dpd) via 1 path | 
| 1664 | 2024-11-11T19:37:45.389Z |     consumed by: omicron-nexus (omicron/nexus) via 7 paths | 
| 1665 | 2024-11-11T19:37:45.389Z |     consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path | 
| 1666 | 2024-11-11T19:37:45.389Z |  | 
| 1667 | 2024-11-11T19:37:45.389Z | Wicketd (client: wicketd-client) | 
| 1668 | 2024-11-11T19:37:45.389Z |  | 
| 1669 | 2024-11-11T19:37:45.519Z |  | 
| 1670 | 2024-11-11T19:37:45.523Z | real       37.878099751 | 
| 1671 | 2024-11-11T19:37:45.523Z | user       29.564193457 | 
| 1672 | 2024-11-11T19:37:45.523Z | sys        10.719550855 | 
| 1673 | 2024-11-11T19:37:45.523Z | trap        0.014089245 | 
| 1674 | 2024-11-11T19:37:45.524Z | tflt        0.075151201 | 
| 1675 | 2024-11-11T19:37:45.524Z | dflt        0.259680089 | 
| 1676 | 2024-11-11T19:37:45.524Z | kflt        0.000000000 | 
| 1677 | 2024-11-11T19:37:45.524Z | lock       48.200846970 | 
| 1678 | 2024-11-11T19:37:45.524Z | slp      3:22.430019904 | 
| 1679 | 2024-11-11T19:37:45.524Z | lat         0.880615549 | 
| 1680 | 2024-11-11T19:37:45.524Z | stop        1.545095233 | 
| 1681 | 2024-11-11T19:37:45.524Z | + ptime -m cargo xtask ls-apis deployment-units | 
| 1682 | 2024-11-11T19:37:46.061Z |     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s | 
| 1683 | 2024-11-11T19:37:46.079Z |      Running `target/debug/xtask ls-apis deployment-units` | 
| 1684 | 2024-11-11T19:37:46.887Z |     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s | 
| 1685 | 2024-11-11T19:37:46.943Z |      Running `target/debug/ls-apis deployment-units` | 
| 1686 | 2024-11-11T19:37:46.984Z | loading metadata for workspace omicron from current workspace | 
| 1687 | 2024-11-11T19:37:48.130Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml | 
| 1688 | 2024-11-11T19:37:48.135Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/86101ea/Cargo.toml | 
| 1689 | 2024-11-11T19:37:48.137Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/Cargo.toml | 
| 1690 | 2024-11-11T19:37:49.924Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml | 
| 1691 | 2024-11-11T19:37:50.682Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client | 
| 1692 | 2024-11-11T19:37:50.700Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server | 
| 1693 | 2024-11-11T19:37:50.859Z | Clickhouse Admin | 
| 1694 | 2024-11-11T19:37:50.861Z |     omicron-clickhouse-admin (omicron/clickhouse-admin) | 
| 1695 | 2024-11-11T19:37:50.861Z |         exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client) | 
| 1696 | 2024-11-11T19:37:50.861Z |  | 
| 1697 | 2024-11-11T19:37:50.861Z |  | 
| 1698 | 2024-11-11T19:37:50.862Z | Cockroach Admin | 
| 1699 | 2024-11-11T19:37:50.862Z |     omicron-cockroach-admin (omicron/cockroach-admin) | 
| 1700 | 2024-11-11T19:37:50.862Z |         exposes: CockroachDB Cluster Admin (client = cockroach-admin-client) | 
| 1701 | 2024-11-11T19:37:50.862Z |  | 
| 1702 | 2024-11-11T19:37:50.862Z |  | 
| 1703 | 2024-11-11T19:37:50.862Z | Crucible | 
| 1704 | 2024-11-11T19:37:50.862Z |     crucible-agent (crucible/agent) | 
| 1705 | 2024-11-11T19:37:50.862Z |         exposes: Crucible Agent (client = crucible-agent-client) | 
| 1706 | 2024-11-11T19:37:50.862Z |  | 
| 1707 | 2024-11-11T19:37:50.862Z |     crucible-downstairs (crucible/downstairs) | 
| 1708 | 2024-11-11T19:37:50.862Z |         exposes: Crucible Repair (client = repair-client) | 
| 1709 | 2024-11-11T19:37:50.864Z |         consumes: repair-client | 
| 1710 | 2024-11-11T19:37:50.864Z |  | 
| 1711 | 2024-11-11T19:37:50.864Z |  | 
| 1712 | 2024-11-11T19:37:50.864Z | Crucible Pantry | 
| 1713 | 2024-11-11T19:37:50.864Z |     crucible-pantry (crucible/pantry) | 
| 1714 | 2024-11-11T19:37:50.864Z |         exposes: Crucible Pantry (client = crucible-pantry-client) | 
| 1715 | 2024-11-11T19:37:50.867Z |  | 
| 1716 | 2024-11-11T19:37:50.867Z |  | 
| 1717 | 2024-11-11T19:37:50.867Z | DNS Server | 
| 1718 | 2024-11-11T19:37:50.867Z |     dns-server (omicron/dns-server) | 
| 1719 | 2024-11-11T19:37:50.867Z |         exposes: DNS Server (client = dns-service-client) | 
| 1720 | 2024-11-11T19:37:50.867Z |  | 
| 1721 | 2024-11-11T19:37:50.867Z |  | 
| 1722 | 2024-11-11T19:37:50.867Z | Host OS | 
| 1723 | 2024-11-11T19:37:50.867Z |     ddmd (maghemite/ddmd) | 
| 1724 | 2024-11-11T19:37:50.867Z |         exposes: Maghemite DDM Admin (client = ddm-admin-client) | 
| 1725 | 2024-11-11T19:37:50.869Z |         consumes: dpd-client | 
| 1726 | 2024-11-11T19:37:50.869Z |  | 
| 1727 | 2024-11-11T19:37:50.870Z |     dpd (dendrite/dpd) | 
| 1728 | 2024-11-11T19:37:50.870Z |         exposes: Dendrite DPD (client = dpd-client) | 
| 1729 | 2024-11-11T19:37:50.872Z |         consumes: gateway-client | 
| 1730 | 2024-11-11T19:37:50.872Z |         consumes: nexus-client | 
| 1731 | 2024-11-11T19:37:50.872Z |         consumes: sled-agent-client | 
| 1732 | 2024-11-11T19:37:50.872Z |  | 
| 1733 | 2024-11-11T19:37:50.872Z |     mgd (maghemite/mgd) | 
| 1734 | 2024-11-11T19:37:50.872Z |         exposes: Maghemite MG Admin (client = mg-admin-client) | 
| 1735 | 2024-11-11T19:37:50.874Z |         consumes: ddm-admin-client | 
| 1736 | 2024-11-11T19:37:50.875Z |         consumes: dpd-client | 
| 1737 | 2024-11-11T19:37:50.875Z |  | 
| 1738 | 2024-11-11T19:37:50.875Z |     omicron-gateway (omicron/gateway) | 
| 1739 | 2024-11-11T19:37:50.875Z |         exposes: Management Gateway Service (client = gateway-client) | 
| 1740 | 2024-11-11T19:37:50.877Z |  | 
| 1741 | 2024-11-11T19:37:50.877Z |     omicron-sled-agent (omicron/sled-agent) | 
| 1742 | 2024-11-11T19:37:50.877Z |         exposes: Bootstrap Agent (client = bootstrap-agent-client) | 
| 1743 | 2024-11-11T19:37:50.877Z |         exposes: Repo Depot API (client = repo-depot-client) | 
| 1744 | 2024-11-11T19:37:50.877Z |         exposes: Sled Agent (client = sled-agent-client) | 
| 1745 | 2024-11-11T19:37:50.879Z |         consumes: bootstrap-agent-client | 
| 1746 | 2024-11-11T19:37:50.879Z |         consumes: ddm-admin-client | 
| 1747 | 2024-11-11T19:37:50.879Z |         consumes: dns-service-client | 
| 1748 | 2024-11-11T19:37:50.879Z |         consumes: dpd-client | 
| 1749 | 2024-11-11T19:37:50.879Z |         consumes: gateway-client | 
| 1750 | 2024-11-11T19:37:50.879Z |         consumes: mg-admin-client | 
| 1751 | 2024-11-11T19:37:50.879Z |         consumes: nexus-client | 
| 1752 | 2024-11-11T19:37:50.879Z |         consumes: propolis-client | 
| 1753 | 2024-11-11T19:37:50.879Z |         consumes: repo-depot-client | 
| 1754 | 2024-11-11T19:37:50.879Z |         consumes: sled-agent-client | 
| 1755 | 2024-11-11T19:37:50.879Z |  | 
| 1756 | 2024-11-11T19:37:50.879Z |     propolis-server (propolis/bin/propolis-server) | 
| 1757 | 2024-11-11T19:37:50.879Z |         exposes: Crucible Control (for testing only) (client = crucible-control-client) | 
| 1758 | 2024-11-11T19:37:50.879Z |         exposes: Propolis (client = propolis-client) | 
| 1759 | 2024-11-11T19:37:50.882Z |         consumes: nexus-client | 
| 1760 | 2024-11-11T19:37:50.882Z |  | 
| 1761 | 2024-11-11T19:37:50.882Z |     tfportd (dendrite/tfportd) | 
| 1762 | 2024-11-11T19:37:50.882Z |         consumes: dpd-client | 
| 1763 | 2024-11-11T19:37:50.882Z |  | 
| 1764 | 2024-11-11T19:37:50.882Z |     wicketd (omicron/wicketd) | 
| 1765 | 2024-11-11T19:37:50.882Z |         exposes: Wicketd Installinator (client = installinator-client) | 
| 1766 | 2024-11-11T19:37:50.882Z |         exposes: Wicketd (client = wicketd-client) | 
| 1767 | 2024-11-11T19:37:50.882Z |         consumes: bootstrap-agent-client | 
| 1768 | 2024-11-11T19:37:50.882Z |         consumes: ddm-admin-client | 
| 1769 | 2024-11-11T19:37:50.882Z |         consumes: dpd-client | 
| 1770 | 2024-11-11T19:37:50.882Z |         consumes: gateway-client | 
| 1771 | 2024-11-11T19:37:50.882Z |  | 
| 1772 | 2024-11-11T19:37:50.882Z |  | 
| 1773 | 2024-11-11T19:37:50.882Z | Installinator | 
| 1774 | 2024-11-11T19:37:50.882Z |     installinator (omicron/installinator) | 
| 1775 | 2024-11-11T19:37:50.882Z |         consumes: ddm-admin-client | 
| 1776 | 2024-11-11T19:37:50.882Z |         consumes: installinator-client | 
| 1777 | 2024-11-11T19:37:50.882Z |  | 
| 1778 | 2024-11-11T19:37:50.882Z |  | 
| 1779 | 2024-11-11T19:37:50.882Z | Nexus | 
| 1780 | 2024-11-11T19:37:50.885Z |     omicron-nexus (omicron/nexus) | 
| 1781 | 2024-11-11T19:37:50.885Z |         exposes: Nexus Internal API (client = nexus-client) | 
| 1782 | 2024-11-11T19:37:50.885Z |         exposes: External API (client = oxide-client) | 
| 1783 | 2024-11-11T19:37:50.885Z |         consumes: clickhouse-admin-keeper-client | 
| 1784 | 2024-11-11T19:37:50.885Z |         consumes: clickhouse-admin-server-client | 
| 1785 | 2024-11-11T19:37:50.885Z |         consumes: cockroach-admin-client | 
| 1786 | 2024-11-11T19:37:50.885Z |         consumes: crucible-agent-client | 
| 1787 | 2024-11-11T19:37:50.885Z |         consumes: crucible-pantry-client | 
| 1788 | 2024-11-11T19:37:50.885Z |         consumes: dns-service-client | 
| 1789 | 2024-11-11T19:37:50.885Z |         consumes: dpd-client | 
| 1790 | 2024-11-11T19:37:50.885Z |         consumes: gateway-client | 
| 1791 | 2024-11-11T19:37:50.885Z |         consumes: mg-admin-client | 
| 1792 | 2024-11-11T19:37:50.885Z |         consumes: nexus-client | 
| 1793 | 2024-11-11T19:37:50.885Z |         consumes: oximeter-client | 
| 1794 | 2024-11-11T19:37:50.885Z |         consumes: propolis-client | 
| 1795 | 2024-11-11T19:37:50.885Z |         consumes: sled-agent-client | 
| 1796 | 2024-11-11T19:37:50.885Z |  | 
| 1797 | 2024-11-11T19:37:50.885Z |  | 
| 1798 | 2024-11-11T19:37:50.885Z | Oximeter | 
| 1799 | 2024-11-11T19:37:50.885Z |     oximeter-collector (omicron/oximeter/collector) | 
| 1800 | 2024-11-11T19:37:50.885Z |         exposes: Oximeter (client = oximeter-client) | 
| 1801 | 2024-11-11T19:37:50.888Z |         consumes: nexus-client | 
| 1802 | 2024-11-11T19:37:50.888Z |  | 
| 1803 | 2024-11-11T19:37:50.888Z |  | 
| 1804 | 2024-11-11T19:37:51.006Z |  | 
| 1805 | 2024-11-11T19:37:51.008Z | real        5.469288749 | 
| 1806 | 2024-11-11T19:37:51.008Z | user        4.347574136 | 
| 1807 | 2024-11-11T19:37:51.008Z | sys         1.667914995 | 
| 1808 | 2024-11-11T19:37:51.008Z | trap        0.002454779 | 
| 1809 | 2024-11-11T19:37:51.008Z | tflt        0.000000000 | 
| 1810 | 2024-11-11T19:37:51.008Z | dflt        0.000026434 | 
| 1811 | 2024-11-11T19:37:51.008Z | kflt        0.000000000 | 
| 1812 | 2024-11-11T19:37:51.009Z | lock        0.001938108 | 
| 1813 | 2024-11-11T19:37:51.009Z | slp         9.971715899 | 
| 1814 | 2024-11-11T19:37:51.009Z | lat         0.026167783 | 
| 1815 | 2024-11-11T19:37:51.009Z | stop        0.064830763 | 
| 1816 | 2024-11-11T19:37:51.009Z | + ptime -m cargo xtask ls-apis servers | 
| 1817 | 2024-11-11T19:37:51.483Z |     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s | 
| 1818 | 2024-11-11T19:37:51.500Z |      Running `target/debug/xtask ls-apis servers` | 
| 1819 | 2024-11-11T19:37:52.272Z |     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s | 
| 1820 | 2024-11-11T19:37:52.327Z |      Running `target/debug/ls-apis servers` | 
| 1821 | 2024-11-11T19:37:52.368Z | loading metadata for workspace omicron from current workspace | 
| 1822 | 2024-11-11T19:37:53.514Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/Cargo.toml | 
| 1823 | 2024-11-11T19:37:53.518Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/86101ea/Cargo.toml | 
| 1824 | 2024-11-11T19:37:53.521Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/Cargo.toml | 
| 1825 | 2024-11-11T19:37:55.257Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml | 
| 1826 | 2024-11-11T19:37:56.019Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client | 
| 1827 | 2024-11-11T19:37:56.036Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server | 
| 1828 | 2024-11-11T19:37:56.194Z | omicron-clickhouse-admin (omicron/clickhouse-admin) | 
| 1829 | 2024-11-11T19:37:56.194Z |     exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client) | 
| 1830 | 2024-11-11T19:37:56.196Z |  | 
| 1831 | 2024-11-11T19:37:56.196Z | omicron-cockroach-admin (omicron/cockroach-admin) | 
| 1832 | 2024-11-11T19:37:56.196Z |     exposes: CockroachDB Cluster Admin (client = cockroach-admin-client) | 
| 1833 | 2024-11-11T19:37:56.196Z |  | 
| 1834 | 2024-11-11T19:37:56.196Z | crucible-agent (crucible/agent) | 
| 1835 | 2024-11-11T19:37:56.196Z |     exposes: Crucible Agent (client = crucible-agent-client) | 
| 1836 | 2024-11-11T19:37:56.196Z |  | 
| 1837 | 2024-11-11T19:37:56.196Z | crucible-downstairs (crucible/downstairs) | 
| 1838 | 2024-11-11T19:37:56.196Z |     exposes: Crucible Repair (client = repair-client) | 
| 1839 | 2024-11-11T19:37:56.199Z |     consumes: repair-client | 
| 1840 | 2024-11-11T19:37:56.199Z |  | 
| 1841 | 2024-11-11T19:37:56.199Z | crucible-pantry (crucible/pantry) | 
| 1842 | 2024-11-11T19:37:56.199Z |     exposes: Crucible Pantry (client = crucible-pantry-client) | 
| 1843 | 2024-11-11T19:37:56.201Z |  | 
| 1844 | 2024-11-11T19:37:56.201Z | dns-server (omicron/dns-server) | 
| 1845 | 2024-11-11T19:37:56.201Z |     exposes: DNS Server (client = dns-service-client) | 
| 1846 | 2024-11-11T19:37:56.201Z |  | 
| 1847 | 2024-11-11T19:37:56.202Z | omicron-sled-agent (omicron/sled-agent) | 
| 1848 | 2024-11-11T19:37:56.202Z |     exposes: Bootstrap Agent (client = bootstrap-agent-client) | 
| 1849 | 2024-11-11T19:37:56.202Z |     exposes: Repo Depot API (client = repo-depot-client) | 
| 1850 | 2024-11-11T19:37:56.202Z |     exposes: Sled Agent (client = sled-agent-client) | 
| 1851 | 2024-11-11T19:37:56.204Z |     consumes: bootstrap-agent-client | 
| 1852 | 2024-11-11T19:37:56.204Z |     consumes: ddm-admin-client | 
| 1853 | 2024-11-11T19:37:56.204Z |     consumes: dns-service-client | 
| 1854 | 2024-11-11T19:37:56.204Z |     consumes: dpd-client | 
| 1855 | 2024-11-11T19:37:56.205Z |     consumes: gateway-client | 
| 1856 | 2024-11-11T19:37:56.205Z |     consumes: mg-admin-client | 
| 1857 | 2024-11-11T19:37:56.205Z |     consumes: nexus-client | 
| 1858 | 2024-11-11T19:37:56.205Z |     consumes: propolis-client | 
| 1859 | 2024-11-11T19:37:56.205Z |     consumes: repo-depot-client | 
| 1860 | 2024-11-11T19:37:56.205Z |     consumes: sled-agent-client | 
| 1861 | 2024-11-11T19:37:56.205Z |  | 
| 1862 | 2024-11-11T19:37:56.205Z | propolis-server (propolis/bin/propolis-server) | 
| 1863 | 2024-11-11T19:37:56.205Z |     exposes: Crucible Control (for testing only) (client = crucible-control-client) | 
| 1864 | 2024-11-11T19:37:56.205Z |     exposes: Propolis (client = propolis-client) | 
| 1865 | 2024-11-11T19:37:56.207Z |     consumes: nexus-client | 
| 1866 | 2024-11-11T19:37:56.207Z |  | 
| 1867 | 2024-11-11T19:37:56.208Z | ddmd (maghemite/ddmd) | 
| 1868 | 2024-11-11T19:37:56.208Z |     exposes: Maghemite DDM Admin (client = ddm-admin-client) | 
| 1869 | 2024-11-11T19:37:56.210Z |     consumes: dpd-client | 
| 1870 | 2024-11-11T19:37:56.210Z |  | 
| 1871 | 2024-11-11T19:37:56.210Z | dpd (dendrite/dpd) | 
| 1872 | 2024-11-11T19:37:56.210Z |     exposes: Dendrite DPD (client = dpd-client) | 
| 1873 | 2024-11-11T19:37:56.212Z |     consumes: gateway-client | 
| 1874 | 2024-11-11T19:37:56.212Z |     consumes: nexus-client | 
| 1875 | 2024-11-11T19:37:56.212Z |     consumes: sled-agent-client | 
| 1876 | 2024-11-11T19:37:56.212Z |  | 
| 1877 | 2024-11-11T19:37:56.212Z | mgd (maghemite/mgd) | 
| 1878 | 2024-11-11T19:37:56.212Z |     exposes: Maghemite MG Admin (client = mg-admin-client) | 
| 1879 | 2024-11-11T19:37:56.215Z |     consumes: ddm-admin-client | 
| 1880 | 2024-11-11T19:37:56.215Z |     consumes: dpd-client | 
| 1881 | 2024-11-11T19:37:56.215Z |  | 
| 1882 | 2024-11-11T19:37:56.215Z | omicron-gateway (omicron/gateway) | 
| 1883 | 2024-11-11T19:37:56.215Z |     exposes: Management Gateway Service (client = gateway-client) | 
| 1884 | 2024-11-11T19:37:56.215Z |  | 
| 1885 | 2024-11-11T19:37:56.215Z | tfportd (dendrite/tfportd) | 
| 1886 | 2024-11-11T19:37:56.215Z |     consumes: dpd-client | 
| 1887 | 2024-11-11T19:37:56.215Z |  | 
| 1888 | 2024-11-11T19:37:56.215Z | wicketd (omicron/wicketd) | 
| 1889 | 2024-11-11T19:37:56.215Z |     exposes: Wicketd Installinator (client = installinator-client) | 
| 1890 | 2024-11-11T19:37:56.215Z |     exposes: Wicketd (client = wicketd-client) | 
| 1891 | 2024-11-11T19:37:56.218Z |     consumes: bootstrap-agent-client | 
| 1892 | 2024-11-11T19:37:56.218Z |     consumes: ddm-admin-client | 
| 1893 | 2024-11-11T19:37:56.218Z |     consumes: dpd-client | 
| 1894 | 2024-11-11T19:37:56.218Z |     consumes: gateway-client | 
| 1895 | 2024-11-11T19:37:56.218Z |  | 
| 1896 | 2024-11-11T19:37:56.218Z | installinator (omicron/installinator) | 
| 1897 | 2024-11-11T19:37:56.218Z |     consumes: ddm-admin-client | 
| 1898 | 2024-11-11T19:37:56.218Z |     consumes: installinator-client | 
| 1899 | 2024-11-11T19:37:56.218Z |  | 
| 1900 | 2024-11-11T19:37:56.218Z | omicron-nexus (omicron/nexus) | 
| 1901 | 2024-11-11T19:37:56.218Z |     exposes: Nexus Internal API (client = nexus-client) | 
| 1902 | 2024-11-11T19:37:56.218Z |     exposes: External API (client = oxide-client) | 
| 1903 | 2024-11-11T19:37:56.220Z |     consumes: clickhouse-admin-keeper-client | 
| 1904 | 2024-11-11T19:37:56.220Z |     consumes: clickhouse-admin-server-client | 
| 1905 | 2024-11-11T19:37:56.221Z |     consumes: cockroach-admin-client | 
| 1906 | 2024-11-11T19:37:56.221Z |     consumes: crucible-agent-client | 
| 1907 | 2024-11-11T19:37:56.221Z |     consumes: crucible-pantry-client | 
| 1908 | 2024-11-11T19:37:56.221Z |     consumes: dns-service-client | 
| 1909 | 2024-11-11T19:37:56.221Z |     consumes: dpd-client | 
| 1910 | 2024-11-11T19:37:56.221Z |     consumes: gateway-client | 
| 1911 | 2024-11-11T19:37:56.221Z |     consumes: mg-admin-client | 
| 1912 | 2024-11-11T19:37:56.221Z |     consumes: nexus-client | 
| 1913 | 2024-11-11T19:37:56.221Z |     consumes: oximeter-client | 
| 1914 | 2024-11-11T19:37:56.221Z |     consumes: propolis-client | 
| 1915 | 2024-11-11T19:37:56.221Z |     consumes: sled-agent-client | 
| 1916 | 2024-11-11T19:37:56.221Z |  | 
| 1917 | 2024-11-11T19:37:56.221Z | oximeter-collector (omicron/oximeter/collector) | 
| 1918 | 2024-11-11T19:37:56.221Z |     exposes: Oximeter (client = oximeter-client) | 
| 1919 | 2024-11-11T19:37:56.221Z |     consumes: nexus-client | 
| 1920 | 2024-11-11T19:37:56.221Z |  | 
| 1921 | 2024-11-11T19:37:56.340Z |  | 
| 1922 | 2024-11-11T19:37:56.343Z | real        5.317590694 | 
| 1923 | 2024-11-11T19:37:56.344Z | user        4.279899047 | 
| 1924 | 2024-11-11T19:37:56.344Z | sys         1.582696937 | 
| 1925 | 2024-11-11T19:37:56.344Z | trap        0.000468568 | 
| 1926 | 2024-11-11T19:37:56.344Z | tflt        0.000000000 | 
| 1927 | 2024-11-11T19:37:56.344Z | dflt        0.000011507 | 
| 1928 | 2024-11-11T19:37:56.344Z | kflt        0.000000000 | 
| 1929 | 2024-11-11T19:37:56.344Z | lock        0.001922171 | 
| 1930 | 2024-11-11T19:37:56.344Z | slp         9.790475302 | 
| 1931 | 2024-11-11T19:37:56.344Z | lat         0.007493301 | 
| 1932 | 2024-11-11T19:37:56.344Z | stop        0.064638312 | 
| 1933 | 2024-11-11T19:37:56.344Z | + banner build | 
| 1934 | 2024-11-11T19:37:56.347Z |  | 
| 1935 | 2024-11-11T19:37:56.347Z |  #####   #    #     #    #       ##### | 
| 1936 | 2024-11-11T19:37:56.347Z |  #    #  #    #     #    #       #    # | 
| 1937 | 2024-11-11T19:37:56.347Z |  #####   #    #     #    #       #    # | 
| 1938 | 2024-11-11T19:37:56.347Z |  #    #  #    #     #    #       #    # | 
| 1939 | 2024-11-11T19:37:56.347Z |  #    #  #    #     #    #       #    # | 
| 1940 | 2024-11-11T19:37:56.347Z |  #####    ####      #    ######  ##### | 
| 1941 | 2024-11-11T19:37:56.347Z |  | 
| 1942 | 2024-11-11T19:37:56.347Z | + export 'RUSTFLAGS=-D warnings' | 
| 1943 | 2024-11-11T19:37:56.347Z | + RUSTFLAGS='-D warnings' | 
| 1944 | 2024-11-11T19:37:56.347Z | + export 'RUSTDOCFLAGS=--document-private-items -D warnings' | 
| 1945 | 2024-11-11T19:37:56.347Z | + RUSTDOCFLAGS='--document-private-items -D warnings' | 
| 1946 | 2024-11-11T19:37:56.347Z | + [[ illumos == \i\l\l\u\m\o\s ]] | 
| 1947 | 2024-11-11T19:37:56.347Z | + RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64' | 
| 1948 | 2024-11-11T19:37:56.347Z | + export TMPDIR=/var/tmp/omicron_tmp | 
| 1949 | 2024-11-11T19:37:56.347Z | + TMPDIR=/var/tmp/omicron_tmp | 
| 1950 | 2024-11-11T19:37:56.348Z | + export RUST_BACKTRACE=1 | 
| 1951 | 2024-11-11T19:37:56.348Z | + RUST_BACKTRACE=1 | 
| 1952 | 2024-11-11T19:37:56.348Z | + export CARGO_INCREMENTAL=0 | 
| 1953 | 2024-11-11T19:37:56.348Z | + CARGO_INCREMENTAL=0 | 
| 1954 | 2024-11-11T19:37:56.348Z | + export RUSTC_BOOTSTRAP=1 | 
| 1955 | 2024-11-11T19:37:56.348Z | + RUSTC_BOOTSTRAP=1 | 
| 1956 | 2024-11-11T19:37:56.348Z | + ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose | 
| 1957 | 2024-11-11T19:37:57.930Z |        Dirty unicode-ident v1.0.13: the rustflags changed | 
| 1958 | 2024-11-11T19:37:57.930Z |    Compiling unicode-ident v1.0.13 | 
| 1959 | 2024-11-11T19:37:57.930Z |        Dirty proc-macro2 v1.0.87: the rustflags changed | 
| 1960 | 2024-11-11T19:37:57.931Z |    Compiling proc-macro2 v1.0.87 | 
| 1961 | 2024-11-11T19:37:57.931Z |        Dirty libc v0.2.161: the rustflags changed | 
| 1962 | 2024-11-11T19:37:57.931Z |    Compiling libc v0.2.161 | 
| 1963 | 2024-11-11T19:37:57.931Z |        Dirty cfg-if v1.0.0: the rustflags changed | 
| 1964 | 2024-11-11T19:37:57.931Z |    Compiling cfg-if v1.0.0 | 
| 1965 | 2024-11-11T19:37:57.934Z |        Dirty serde v1.0.210: the rustflags changed | 
| 1966 | 2024-11-11T19:37:57.934Z |    Compiling serde v1.0.210 | 
| 1967 | 2024-11-11T19:37:57.934Z |        Dirty autocfg v1.4.0: the rustflags changed | 
| 1968 | 2024-11-11T19:37:57.934Z |    Compiling autocfg v1.4.0 | 
| 1969 | 2024-11-11T19:37:57.934Z |        Dirty memchr v2.7.4: the rustflags changed | 
| 1970 | 2024-11-11T19:37:57.934Z |    Compiling memchr v2.7.4 | 
| 1971 | 2024-11-11T19:37:57.934Z |        Dirty version_check v0.9.5: the rustflags changed | 
| 1972 | 2024-11-11T19:37:57.934Z |    Compiling version_check v0.9.5 | 
| 1973 | 2024-11-11T19:37:57.934Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.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)' --check-cfg 'cfg(feature, values())' -C metadata=173a1241f5d67181 -C extra-filename=-173a1241f5d67181 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 1974 | 2024-11-11T19:37:57.934Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.87/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)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=85060b19412e68a0 -C extra-filename=-85060b19412e68a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-85060b19412e68a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 1975 | 2024-11-11T19:37:57.934Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=3a9f8848cb985fb5 -C extra-filename=-3a9f8848cb985fb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 1976 | 2024-11-11T19:37:57.934Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/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)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=b40bed4ab477ed2f -C extra-filename=-b40bed4ab477ed2f --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-b40bed4ab477ed2f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 1977 | 2024-11-11T19:37:57.934Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.161/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="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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=272ab7884e0b53f6 -C extra-filename=-272ab7884e0b53f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-272ab7884e0b53f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 1978 | 2024-11-11T19:37:58.077Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9cfbfcf28d644455 -C extra-filename=-9cfbfcf28d644455 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 1979 | 2024-11-11T19:37:58.079Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fe20cb8cb0cd687a -C extra-filename=-fe20cb8cb0cd687a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 1980 | 2024-11-11T19:37:58.079Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=67e0a46ec2bfb252 -C extra-filename=-67e0a46ec2bfb252 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 1981 | 2024-11-11T19:37:58.194Z |        Dirty value-bag v1.9.0: the rustflags changed | 
| 1982 | 2024-11-11T19:37:58.194Z |    Compiling value-bag v1.9.0 | 
| 1983 | 2024-11-11T19:37:58.218Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/value-bag-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 --cfg 'feature="inline-i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "error", "inline-i128", "owned", "seq", "serde", "serde1", "std", "sval", "sval2", "test", "value-bag-serde1", "value-bag-sval2"))' -C metadata=4b9018a8ed9f6852 -C extra-filename=-4b9018a8ed9f6852 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 1984 | 2024-11-11T19:37:58.223Z |        Dirty scopeguard v1.2.0: the rustflags changed | 
| 1985 | 2024-11-11T19:37:58.223Z |    Compiling scopeguard v1.2.0 | 
| 1986 | 2024-11-11T19:37:58.247Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=79a4fa8b8c133532 -C extra-filename=-79a4fa8b8c133532 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 1987 | 2024-11-11T19:37:58.391Z |        Dirty once_cell v1.20.2: the rustflags changed | 
| 1988 | 2024-11-11T19:37:58.391Z |    Compiling once_cell v1.20.2 | 
| 1989 | 2024-11-11T19:37:58.415Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=0c8674b965abf4ac -C extra-filename=-0c8674b965abf4ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 1990 | 2024-11-11T19:37:58.703Z |      Running `/work/oxidecomputer/omicron/target/debug/build/serde-b40bed4ab477ed2f/build-script-build` | 
| 1991 | 2024-11-11T19:37:58.708Z |      Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-85060b19412e68a0/build-script-build` | 
| 1992 | 2024-11-11T19:37:58.750Z |        Dirty log v0.4.22: the rustflags changed | 
| 1993 | 2024-11-11T19:37:58.750Z |    Compiling log v0.4.22 | 
| 1994 | 2024-11-11T19:37:58.752Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --check-cfg 'cfg(docsrs)' --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", "std", "sval", "sval_ref", "value-bag"))' -C metadata=81e3e574966e5fac -C extra-filename=-81e3e574966e5fac --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-4b9018a8ed9f6852.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 1995 | 2024-11-11T19:37:58.819Z |        Dirty itoa v1.0.11: the rustflags changed | 
| 1996 | 2024-11-11T19:37:58.819Z |    Compiling itoa v1.0.11 | 
| 1997 | 2024-11-11T19:37:58.822Z |        Dirty byteorder v1.5.0: the rustflags changed | 
| 1998 | 2024-11-11T19:37:58.822Z |    Compiling byteorder v1.5.0 | 
| 1999 | 2024-11-11T19:37:58.822Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=2e2f4eb969836d3f -C extra-filename=-2e2f4eb969836d3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2000 | 2024-11-11T19:37:58.822Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=e24dfd866924e567 -C extra-filename=-e24dfd866924e567 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2001 | 2024-11-11T19:37:58.865Z |        Dirty smallvec v1.13.2: the rustflags changed | 
| 2002 | 2024-11-11T19:37:58.865Z |    Compiling smallvec v1.13.2 | 
| 2003 | 2024-11-11T19:37:58.867Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.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="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=8fb7374548f1bc5f -C extra-filename=-8fb7374548f1bc5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2004 | 2024-11-11T19:37:58.956Z |      Running `/work/oxidecomputer/omicron/target/debug/build/libc-272ab7884e0b53f6/build-script-build` | 
| 2005 | 2024-11-11T19:37:59.067Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.161/src/lib.rs --error-format=json --json=diagnostic-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="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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=5e430ebab9bd9caf -C extra-filename=-5e430ebab9bd9caf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --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(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` | 
| 2006 | 2024-11-11T19:37:59.070Z |        Dirty pin-project-lite v0.2.14: the rustflags changed | 
| 2007 | 2024-11-11T19:37:59.070Z |    Compiling pin-project-lite v0.2.14 | 
| 2008 | 2024-11-11T19:37:59.073Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a362daa557157f0a -C extra-filename=-a362daa557157f0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2009 | 2024-11-11T19:37:59.153Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.87/src/lib.rs --error-format=json --json=diagnostic-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)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=d3cc06d503e9c7a6 -C extra-filename=-d3cc06d503e9c7a6 --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-173a1241f5d67181.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --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(procmacro2_backtrace)' --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)'` | 
| 2010 | 2024-11-11T19:37:59.208Z |        Dirty shlex v1.3.0: the rustflags changed | 
| 2011 | 2024-11-11T19:37:59.208Z |    Compiling shlex v1.3.0 | 
| 2012 | 2024-11-11T19:37:59.211Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6765ee8c9d89c9cf -C extra-filename=-6765ee8c9d89c9cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2013 | 2024-11-11T19:37:59.235Z |        Dirty lock_api v0.4.12: the rustflags changed | 
| 2014 | 2024-11-11T19:37:59.235Z |    Compiling lock_api v0.4.12 | 
| 2015 | 2024-11-11T19:37:59.248Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=8d2c992c4324e299 -C extra-filename=-8d2c992c4324e299 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-8d2c992c4324e299 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-9cfbfcf28d644455.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2016 | 2024-11-11T19:37:59.258Z |        Dirty subtle v2.6.1: the rustflags changed | 
| 2017 | 2024-11-11T19:37:59.258Z |    Compiling subtle v2.6.1 | 
| 2018 | 2024-11-11T19:37:59.260Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=00085ad90001767c -C extra-filename=-00085ad90001767c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2019 | 2024-11-11T19:37:59.305Z |        Dirty thiserror v1.0.64: the rustflags changed | 
| 2020 | 2024-11-11T19:37:59.305Z |    Compiling thiserror v1.0.64 | 
| 2021 | 2024-11-11T19:37:59.308Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/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)' --check-cfg 'cfg(feature, values())' -C metadata=79da5c9c8ae8430c -C extra-filename=-79da5c9c8ae8430c --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-79da5c9c8ae8430c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2022 | 2024-11-11T19:37:59.600Z |        Dirty typenum v1.17.0: the rustflags changed | 
| 2023 | 2024-11-11T19:37:59.600Z |    Compiling typenum v1.17.0 | 
| 2024 | 2024-11-11T19:37:59.603Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=aeda8bd8a58f9e5d -C extra-filename=-aeda8bd8a58f9e5d --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-aeda8bd8a58f9e5d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2025 | 2024-11-11T19:37:59.632Z |        Dirty generic-array v0.14.7: the rustflags changed | 
| 2026 | 2024-11-11T19:37:59.632Z |    Compiling generic-array v0.14.7 | 
| 2027 | 2024-11-11T19:37:59.634Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=d49fc365cc84720e -C extra-filename=-d49fc365cc84720e --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-d49fc365cc84720e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2028 | 2024-11-11T19:37:59.656Z |      Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-8d2c992c4324e299/build-script-build` | 
| 2029 | 2024-11-11T19:37:59.681Z |        Dirty parking_lot_core v0.9.10: the rustflags changed | 
| 2030 | 2024-11-11T19:37:59.681Z |    Compiling parking_lot_core v0.9.10 | 
| 2031 | 2024-11-11T19:37:59.707Z |        Dirty allocator-api2 v0.2.18: the rustflags changed | 
| 2032 | 2024-11-11T19:37:59.707Z |    Compiling allocator-api2 v0.2.18 | 
| 2033 | 2024-11-11T19:37:59.707Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=85af3dfa215d34d3 -C extra-filename=-85af3dfa215d34d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-85af3dfa215d34d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2034 | 2024-11-11T19:37:59.707Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-0.2.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=078c021b779ee5b6 -C extra-filename=-078c021b779ee5b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2035 | 2024-11-11T19:37:59.801Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=65827c51d8b26ea9 -C extra-filename=-65827c51d8b26ea9 --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-79a4fa8b8c133532.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound` | 
| 2036 | 2024-11-11T19:37:59.966Z |        Dirty quote v1.0.37: the rustflags changed | 
| 2037 | 2024-11-11T19:37:59.966Z |    Compiling quote v1.0.37 | 
| 2038 | 2024-11-11T19:37:59.969Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=144da2b2ea42a1d0 -C extra-filename=-144da2b2ea42a1d0 --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-d3cc06d503e9c7a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2039 | 2024-11-11T19:38:00.027Z |      Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-79da5c9c8ae8430c/build-script-build` | 
| 2040 | 2024-11-11T19:38:00.234Z |      Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-85af3dfa215d34d3/build-script-build` | 
| 2041 | 2024-11-11T19:38:00.271Z |      Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-d49fc365cc84720e/build-script-build` | 
| 2042 | 2024-11-11T19:38:00.295Z |        Dirty regex-syntax v0.8.5: the rustflags changed | 
| 2043 | 2024-11-11T19:38:00.296Z |    Compiling regex-syntax v0.8.5 | 
| 2044 | 2024-11-11T19:38:00.299Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=325b2837f6dab56c -C extra-filename=-325b2837f6dab56c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2045 | 2024-11-11T19:38:00.347Z |        Dirty getrandom v0.2.15: the rustflags changed | 
| 2046 | 2024-11-11T19:38:00.347Z |    Compiling getrandom v0.2.15 | 
| 2047 | 2024-11-11T19:38:00.351Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=590053dba71050d7 -C extra-filename=-590053dba71050d7 --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-3a9f8848cb985fb5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2048 | 2024-11-11T19:38:00.446Z |        Dirty syn v2.0.79: the rustflags changed | 
| 2049 | 2024-11-11T19:38:00.446Z |    Compiling syn v2.0.79 | 
| 2050 | 2024-11-11T19:38:00.449Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.79/src/lib.rs --error-format=json --json=diagnostic-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)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=49c5bb9f5371ddd1 -C extra-filename=-49c5bb9f5371ddd1 --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-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-173a1241f5d67181.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2051 | 2024-11-11T19:38:00.502Z |        Dirty jobserver v0.1.32: the rustflags changed | 
| 2052 | 2024-11-11T19:38:00.502Z |    Compiling jobserver v0.1.32 | 
| 2053 | 2024-11-11T19:38:00.505Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5abb0df4b20b6ee2 -C extra-filename=-5abb0df4b20b6ee2 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2054 | 2024-11-11T19:38:00.610Z |        Dirty rand_core v0.6.4: the rustflags changed | 
| 2055 | 2024-11-11T19:38:00.610Z |    Compiling rand_core v0.6.4 | 
| 2056 | 2024-11-11T19:38:00.640Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=4d1a5cb9c29a1e88 -C extra-filename=-4d1a5cb9c29a1e88 --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-590053dba71050d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2057 | 2024-11-11T19:38:00.658Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=632b174ee59aabf8 -C extra-filename=-632b174ee59aabf8 --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-3a9f8848cb985fb5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2058 | 2024-11-11T19:38:00.707Z |      Running `/work/oxidecomputer/omicron/target/debug/build/typenum-aeda8bd8a58f9e5d/build-script-main` | 
| 2059 | 2024-11-11T19:38:00.741Z |        Dirty libm v0.2.8: the rustflags changed | 
| 2060 | 2024-11-11T19:38:00.741Z |    Compiling libm v0.2.8 | 
| 2061 | 2024-11-11T19:38:00.743Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=7eef29719702a76f -C extra-filename=-7eef29719702a76f --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-7eef29719702a76f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2062 | 2024-11-11T19:38:00.813Z |        Dirty ryu v1.0.18: the rustflags changed | 
| 2063 | 2024-11-11T19:38:00.813Z |    Compiling ryu v1.0.18 | 
| 2064 | 2024-11-11T19:38:00.815Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=7e404b692f4fc795 -C extra-filename=-7e404b692f4fc795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2065 | 2024-11-11T19:38:00.929Z |        Dirty cc v1.1.30: the rustflags changed | 
| 2066 | 2024-11-11T19:38:00.929Z |    Compiling cc v1.1.30 | 
| 2067 | 2024-11-11T19:38:00.931Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.1.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)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=c92522b5f64ce473 -C extra-filename=-c92522b5f64ce473 --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-5abb0df4b20b6ee2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6765ee8c9d89c9cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2068 | 2024-11-11T19:38:01.161Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=328a86a25ec28f1d -C extra-filename=-328a86a25ec28f1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2069 | 2024-11-11T19:38:01.185Z |        Dirty parking_lot v0.12.3: the rustflags changed | 
| 2070 | 2024-11-11T19:38:01.185Z |    Compiling parking_lot v0.12.3 | 
| 2071 | 2024-11-11T19:38:01.187Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=278271ef528ea378 -C extra-filename=-278271ef528ea378 --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-65827c51d8b26ea9.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-632b174ee59aabf8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2072 | 2024-11-11T19:38:01.187Z |      Running `/work/oxidecomputer/omicron/target/debug/build/libm-7eef29719702a76f/build-script-build` | 
| 2073 | 2024-11-11T19:38:01.246Z |        Dirty num-traits v0.2.19: the rustflags changed | 
| 2074 | 2024-11-11T19:38:01.246Z |    Compiling num-traits v0.2.19 | 
| 2075 | 2024-11-11T19:38:01.249Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=22eb67a210682feb -C extra-filename=-22eb67a210682feb --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-22eb67a210682feb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-9cfbfcf28d644455.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2076 | 2024-11-11T19:38:01.274Z |        Dirty futures-core v0.3.31: the rustflags changed | 
| 2077 | 2024-11-11T19:38:01.274Z |    Compiling futures-core v0.3.31 | 
| 2078 | 2024-11-11T19:38:01.276Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=b5918c7bb1241671 -C extra-filename=-b5918c7bb1241671 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2079 | 2024-11-11T19:38:01.346Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=2f9c9ac03fc1d9d2 -C extra-filename=-2f9c9ac03fc1d9d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2080 | 2024-11-11T19:38:01.552Z |        Dirty spin v0.9.8: the rustflags changed | 
| 2081 | 2024-11-11T19:38:01.553Z |    Compiling spin v0.9.8 | 
| 2082 | 2024-11-11T19:38:01.555Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=4e5ab92ea1014325 -C extra-filename=-4e5ab92ea1014325 --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-65827c51d8b26ea9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2083 | 2024-11-11T19:38:01.634Z |      Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-22eb67a210682feb/build-script-build` | 
| 2084 | 2024-11-11T19:38:01.881Z |        Dirty aho-corasick v1.1.3: the rustflags changed | 
| 2085 | 2024-11-11T19:38:01.881Z |    Compiling aho-corasick v1.1.3 | 
| 2086 | 2024-11-11T19:38:01.884Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=ec610d6212043b4f -C extra-filename=-ec610d6212043b4f --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-67e0a46ec2bfb252.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2087 | 2024-11-11T19:38:01.973Z |        Dirty rustix v0.38.37: the rustflags changed | 
| 2088 | 2024-11-11T19:38:01.973Z |    Compiling rustix v0.38.37 | 
| 2089 | 2024-11-11T19:38:01.975Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --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)' --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"))' --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"))' -C metadata=e0bc6bc62d6438f1 -C extra-filename=-e0bc6bc62d6438f1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-e0bc6bc62d6438f1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2090 | 2024-11-11T19:38:02.012Z |        Dirty signal-hook-registry v1.4.2: the rustflags changed | 
| 2091 | 2024-11-11T19:38:02.012Z |    Compiling signal-hook-registry v1.4.2 | 
| 2092 | 2024-11-11T19:38:02.015Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=16475f3d81a69a38 -C extra-filename=-16475f3d81a69a38 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2093 | 2024-11-11T19:38:02.506Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=6660e290b0adf5ff -C extra-filename=-6660e290b0adf5ff --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-2f9c9ac03fc1d9d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'` | 
| 2094 | 2024-11-11T19:38:02.688Z |        Dirty errno v0.3.9: the rustflags changed | 
| 2095 | 2024-11-11T19:38:02.688Z |    Compiling errno v0.3.9 | 
| 2096 | 2024-11-11T19:38:02.691Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=821a9b4151d268a7 -C extra-filename=-821a9b4151d268a7 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2097 | 2024-11-11T19:38:02.797Z |        Dirty serde_json v1.0.128: the rustflags changed | 
| 2098 | 2024-11-11T19:38:02.797Z |    Compiling serde_json v1.0.128 | 
| 2099 | 2024-11-11T19:38:02.820Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/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="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=230c49bc7785aa09 -C extra-filename=-230c49bc7785aa09 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-230c49bc7785aa09 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2100 | 2024-11-11T19:38:02.836Z |      Running `/work/oxidecomputer/omicron/target/debug/build/rustix-e0bc6bc62d6438f1/build-script-build` | 
| 2101 | 2024-11-11T19:38:02.948Z |        Dirty equivalent v1.0.1: the rustflags changed | 
| 2102 | 2024-11-11T19:38:02.948Z |    Compiling equivalent v1.0.1 | 
| 2103 | 2024-11-11T19:38:02.951Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-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)' --check-cfg 'cfg(feature, values())' -C metadata=b693cdb7e3ed16ab -C extra-filename=-b693cdb7e3ed16ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2104 | 2024-11-11T19:38:03.079Z |        Dirty foldhash v0.1.3: the rustflags changed | 
| 2105 | 2024-11-11T19:38:03.079Z |    Compiling foldhash v0.1.3 | 
| 2106 | 2024-11-11T19:38:03.082Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foldhash-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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=57892c4e6e474adf -C extra-filename=-57892c4e6e474adf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2107 | 2024-11-11T19:38:03.150Z |        Dirty mio v1.0.2: the rustflags changed | 
| 2108 | 2024-11-11T19:38:03.150Z |    Compiling mio v1.0.2 | 
| 2109 | 2024-11-11T19:38:03.153Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=37e4304872f28ac3 -C extra-filename=-37e4304872f28ac3 --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-5e430ebab9bd9caf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2110 | 2024-11-11T19:38:03.220Z |      Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-230c49bc7785aa09/build-script-build` | 
| 2111 | 2024-11-11T19:38:03.260Z |        Dirty socket2 v0.5.7: the rustflags changed | 
| 2112 | 2024-11-11T19:38:03.261Z |    Compiling socket2 v0.5.7 | 
| 2113 | 2024-11-11T19:38:03.274Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=0e1e3b5e94906ac0 -C extra-filename=-0e1e3b5e94906ac0 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2114 | 2024-11-11T19:38:03.387Z |        Dirty hashbrown v0.15.0: the rustflags changed | 
| 2115 | 2024-11-11T19:38:03.387Z |    Compiling hashbrown v0.15.0 | 
| 2116 | 2024-11-11T19:38:03.390Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "borsh", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=12263ebdd16de34d -C extra-filename=-12263ebdd16de34d --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-078c021b779ee5b6.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-b693cdb7e3ed16ab.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-57892c4e6e474adf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2117 | 2024-11-11T19:38:04.244Z |        Dirty regex-automata v0.4.8: the rustflags changed | 
| 2118 | 2024-11-11T19:38:04.244Z |    Compiling regex-automata v0.4.8 | 
| 2119 | 2024-11-11T19:38:04.247Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.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="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)' --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=f1e3a7c04597f989 -C extra-filename=-f1e3a7c04597f989 --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-ec610d6212043b4f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-325b2837f6dab56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2120 | 2024-11-11T19:38:04.349Z |        Dirty fnv v1.0.7: the rustflags changed | 
| 2121 | 2024-11-11T19:38:04.350Z |    Compiling fnv v1.0.7 | 
| 2122 | 2024-11-11T19:38:04.352Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=562dd616f443bd7a -C extra-filename=-562dd616f443bd7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2123 | 2024-11-11T19:38:04.503Z |        Dirty lazy_static v1.5.0: the rustflags changed | 
| 2124 | 2024-11-11T19:38:04.503Z |    Compiling lazy_static v1.5.0 | 
| 2125 | 2024-11-11T19:38:04.507Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=802887cd43335884 -C extra-filename=-802887cd43335884 --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-4e5ab92ea1014325.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2126 | 2024-11-11T19:38:04.563Z |        Dirty const-oid v0.9.6: the rustflags changed | 
| 2127 | 2024-11-11T19:38:04.563Z |    Compiling const-oid v0.9.6 | 
| 2128 | 2024-11-11T19:38:04.592Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=4774ceefd9811b02 -C extra-filename=-4774ceefd9811b02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2129 | 2024-11-11T19:38:04.660Z |        Dirty slab v0.4.9: the rustflags changed | 
| 2130 | 2024-11-11T19:38:04.660Z |    Compiling slab v0.4.9 | 
| 2131 | 2024-11-11T19:38:04.683Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=62a329a3b6faa14a -C extra-filename=-62a329a3b6faa14a --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-62a329a3b6faa14a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-9cfbfcf28d644455.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2132 | 2024-11-11T19:38:04.805Z |        Dirty either v1.13.0: the rustflags changed | 
| 2133 | 2024-11-11T19:38:04.805Z |    Compiling either v1.13.0 | 
| 2134 | 2024-11-11T19:38:04.810Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.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_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=4a9dc6afd4d7fafa -C extra-filename=-4a9dc6afd4d7fafa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2135 | 2024-11-11T19:38:04.840Z |        Dirty futures-io v0.3.31: the rustflags changed | 
| 2136 | 2024-11-11T19:38:04.841Z |    Compiling futures-io v0.3.31 | 
| 2137 | 2024-11-11T19:38:04.864Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=ae42e329c8d69c33 -C extra-filename=-ae42e329c8d69c33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2138 | 2024-11-11T19:38:05.068Z |      Running `/work/oxidecomputer/omicron/target/debug/build/slab-62a329a3b6faa14a/build-script-build` | 
| 2139 | 2024-11-11T19:38:05.214Z |        Dirty pkg-config v0.3.31: the rustflags changed | 
| 2140 | 2024-11-11T19:38:05.214Z |    Compiling pkg-config v0.3.31 | 
| 2141 | 2024-11-11T19:38:05.219Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7758a0649459c8d9 -C extra-filename=-7758a0649459c8d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2142 | 2024-11-11T19:38:05.242Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=89b400fb2d230988 -C extra-filename=-89b400fb2d230988 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2143 | 2024-11-11T19:38:05.276Z |        Dirty cpufeatures v0.2.14: the rustflags changed | 
| 2144 | 2024-11-11T19:38:05.276Z |    Compiling cpufeatures v0.2.14 | 
| 2145 | 2024-11-11T19:38:05.280Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=68208c04c9dfb23d -C extra-filename=-68208c04c9dfb23d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2146 | 2024-11-11T19:38:05.393Z |        Dirty futures-sink v0.3.31: the rustflags changed | 
| 2147 | 2024-11-11T19:38:05.393Z |    Compiling futures-sink v0.3.31 | 
| 2148 | 2024-11-11T19:38:05.396Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=df9c791ee9497e83 -C extra-filename=-df9c791ee9497e83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2149 | 2024-11-11T19:38:05.546Z |        Dirty pin-utils v0.1.0: the rustflags changed | 
| 2150 | 2024-11-11T19:38:05.546Z |    Compiling pin-utils v0.1.0 | 
| 2151 | 2024-11-11T19:38:05.549Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c0e76bbe9c234d8a -C extra-filename=-c0e76bbe9c234d8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2152 | 2024-11-11T19:38:05.576Z |        Dirty heck v0.5.0: the rustflags changed | 
| 2153 | 2024-11-11T19:38:05.576Z |    Compiling heck v0.5.0 | 
| 2154 | 2024-11-11T19:38:05.579Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d3a2d607a5fdf8df -C extra-filename=-d3a2d607a5fdf8df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2155 | 2024-11-11T19:38:05.666Z |        Dirty futures-channel v0.3.31: the rustflags changed | 
| 2156 | 2024-11-11T19:38:05.666Z |    Compiling futures-channel v0.3.31 | 
| 2157 | 2024-11-11T19:38:05.669Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=bb45aa76554642b3 -C extra-filename=-bb45aa76554642b3 --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-b5918c7bb1241671.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df9c791ee9497e83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2158 | 2024-11-11T19:38:06.100Z |        Dirty futures-task v0.3.31: the rustflags changed | 
| 2159 | 2024-11-11T19:38:06.100Z |    Compiling futures-task v0.3.31 | 
| 2160 | 2024-11-11T19:38:06.103Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=b2eb9c3ff2ae48fa -C extra-filename=-b2eb9c3ff2ae48fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2161 | 2024-11-11T19:38:06.127Z |        Dirty semver v1.0.23: the rustflags changed | 
| 2162 | 2024-11-11T19:38:06.127Z |    Compiling semver v1.0.23 | 
| 2163 | 2024-11-11T19:38:06.129Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=98e583676e91f007 -C extra-filename=-98e583676e91f007 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-98e583676e91f007 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2164 | 2024-11-11T19:38:06.437Z |        Dirty iana-time-zone v0.1.61: the rustflags changed | 
| 2165 | 2024-11-11T19:38:06.437Z |    Compiling iana-time-zone v0.1.61 | 
| 2166 | 2024-11-11T19:38:06.440Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.61/src/lib.rs --error-format=json --json=diagnostic-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)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=3bfbe37480da92fc -C extra-filename=-3bfbe37480da92fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2167 | 2024-11-11T19:38:06.558Z |        Dirty syn v1.0.109: the rustflags changed | 
| 2168 | 2024-11-11T19:38:06.558Z |    Compiling syn v1.0.109 | 
| 2169 | 2024-11-11T19:38:06.561Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=92f9ef77443292ec -C extra-filename=-92f9ef77443292ec --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-92f9ef77443292ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2170 | 2024-11-11T19:38:06.586Z |        Dirty tinyvec_macros v0.1.1: the rustflags changed | 
| 2171 | 2024-11-11T19:38:06.586Z |    Compiling tinyvec_macros v0.1.1 | 
| 2172 | 2024-11-11T19:38:06.588Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3524e34dfb71fbc5 -C extra-filename=-3524e34dfb71fbc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2173 | 2024-11-11T19:38:06.689Z |        Dirty tinyvec v1.8.0: the rustflags changed | 
| 2174 | 2024-11-11T19:38:06.689Z |    Compiling tinyvec v1.8.0 | 
| 2175 | 2024-11-11T19:38:06.692Z |        Dirty tracing-core v0.1.32: the rustflags changed | 
| 2176 | 2024-11-11T19:38:06.692Z |    Compiling tracing-core v0.1.32 | 
| 2177 | 2024-11-11T19:38:06.692Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=4b5c7b8dd5a16f70 -C extra-filename=-4b5c7b8dd5a16f70 --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-3524e34dfb71fbc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2178 | 2024-11-11T19:38:06.692Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=5083f1ca097344db -C extra-filename=-5083f1ca097344db --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-0c8674b965abf4ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2179 | 2024-11-11T19:38:06.747Z |      Running `/work/oxidecomputer/omicron/target/debug/build/semver-98e583676e91f007/build-script-build` | 
| 2180 | 2024-11-11T19:38:06.804Z |        Dirty glob v0.3.1: the rustflags changed | 
| 2181 | 2024-11-11T19:38:06.804Z |    Compiling glob v0.3.1 | 
| 2182 | 2024-11-11T19:38:06.807Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-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)' --check-cfg 'cfg(feature, values())' -C metadata=b6e13772d541a13d -C extra-filename=-b6e13772d541a13d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2183 | 2024-11-11T19:38:06.848Z |        Dirty unicode-bidi v0.3.17: the rustflags changed | 
| 2184 | 2024-11-11T19:38:06.848Z |    Compiling unicode-bidi v0.3.17 | 
| 2185 | 2024-11-11T19:38:06.851Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=b3bd218e77493777 -C extra-filename=-b3bd218e77493777 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2186 | 2024-11-11T19:38:06.905Z |        Dirty home v0.5.9: the rustflags changed | 
| 2187 | 2024-11-11T19:38:06.905Z |    Compiling home v0.5.9 | 
| 2188 | 2024-11-11T19:38:06.907Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=584fe4101e36129b -C extra-filename=-584fe4101e36129b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2189 | 2024-11-11T19:38:07.194Z |        Dirty minimal-lexical v0.2.1: the rustflags changed | 
| 2190 | 2024-11-11T19:38:07.194Z |    Compiling minimal-lexical v0.2.1 | 
| 2191 | 2024-11-11T19:38:07.195Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=4037166a91b76217 -C extra-filename=-4037166a91b76217 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2192 | 2024-11-11T19:38:07.253Z |      Running `/work/oxidecomputer/omicron/target/debug/build/syn-92f9ef77443292ec/build-script-build` | 
| 2193 | 2024-11-11T19:38:07.339Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=a5d19bab82be3de2 -C extra-filename=-a5d19bab82be3de2 --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-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-173a1241f5d67181.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests` | 
| 2194 | 2024-11-11T19:38:07.728Z |        Dirty nom v7.1.3: the rustflags changed | 
| 2195 | 2024-11-11T19:38:07.728Z |    Compiling nom v7.1.3 | 
| 2196 | 2024-11-11T19:38:07.731Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=f31c551e32c21fb6 -C extra-filename=-f31c551e32c21fb6 --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-67e0a46ec2bfb252.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-4037166a91b76217.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2197 | 2024-11-11T19:38:07.756Z |        Dirty serde_derive_internals v0.29.1: the rustflags changed | 
| 2198 | 2024-11-11T19:38:07.756Z |    Compiling serde_derive_internals v0.29.1 | 
| 2199 | 2024-11-11T19:38:07.758Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d31f76377cc5cb45 -C extra-filename=-d31f76377cc5cb45 --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-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2200 | 2024-11-11T19:38:08.036Z |        Dirty vcpkg v0.2.15: the rustflags changed | 
| 2201 | 2024-11-11T19:38:08.036Z |    Compiling vcpkg v0.2.15 | 
| 2202 | 2024-11-11T19:38:08.039Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7dd77e83823b2403 -C extra-filename=-7dd77e83823b2403 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2203 | 2024-11-11T19:38:08.217Z |        Dirty unicode-normalization v0.1.24: the rustflags changed | 
| 2204 | 2024-11-11T19:38:08.217Z |    Compiling unicode-normalization v0.1.24 | 
| 2205 | 2024-11-11T19:38:08.220Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=365aa1a7c82b17a1 -C extra-filename=-365aa1a7c82b17a1 --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-4b5c7b8dd5a16f70.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2206 | 2024-11-11T19:38:08.245Z |        Dirty schemars v0.8.21: the rustflags changed | 
| 2207 | 2024-11-11T19:38:08.245Z |    Compiling schemars v0.8.21 | 
| 2208 | 2024-11-11T19:38:08.248Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-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 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --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=d72461259651e58e -C extra-filename=-d72461259651e58e --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-d72461259651e58e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2209 | 2024-11-11T19:38:08.646Z |        Dirty dyn-clone v1.0.17: the rustflags changed | 
| 2210 | 2024-11-11T19:38:08.646Z |    Compiling dyn-clone v1.0.17 | 
| 2211 | 2024-11-11T19:38:08.669Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.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)' --check-cfg 'cfg(feature, values())' -C metadata=1c6a03413b0b3797 -C extra-filename=-1c6a03413b0b3797 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2212 | 2024-11-11T19:38:08.875Z |        Dirty percent-encoding v2.3.1: the rustflags changed | 
| 2213 | 2024-11-11T19:38:08.875Z |    Compiling percent-encoding v2.3.1 | 
| 2214 | 2024-11-11T19:38:08.878Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d4f3330b78c89d7d -C extra-filename=-d4f3330b78c89d7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2215 | 2024-11-11T19:38:09.282Z |      Running `/work/oxidecomputer/omicron/target/debug/build/schemars-d72461259651e58e/build-script-build` | 
| 2216 | 2024-11-11T19:38:09.320Z |        Dirty clang-sys v1.8.1: the rustflags changed | 
| 2217 | 2024-11-11T19:38:09.320Z |    Compiling clang-sys v1.8.1 | 
| 2218 | 2024-11-11T19:38:09.323Z |        Dirty prettyplease v0.2.22: the rustflags changed | 
| 2219 | 2024-11-11T19:38:09.323Z |    Compiling prettyplease v0.2.22 | 
| 2220 | 2024-11-11T19:38:09.323Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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_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="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --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=12b1d3e35632a6e7 -C extra-filename=-12b1d3e35632a6e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-12b1d3e35632a6e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2221 | 2024-11-11T19:38:09.323Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=1801dc0f6b8c3ae6 -C extra-filename=-1801dc0f6b8c3ae6 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-1801dc0f6b8c3ae6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2222 | 2024-11-11T19:38:09.728Z |        Dirty regex v1.11.0: the rustflags changed | 
| 2223 | 2024-11-11T19:38:09.728Z |    Compiling regex v1.11.0 | 
| 2224 | 2024-11-11T19:38:09.731Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-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 --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)' --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=956d5b2009c81213 -C extra-filename=-956d5b2009c81213 --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-ec610d6212043b4f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f1e3a7c04597f989.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-325b2837f6dab56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2225 | 2024-11-11T19:38:10.105Z |      Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-1801dc0f6b8c3ae6/build-script-build` | 
| 2226 | 2024-11-11T19:38:10.147Z |        Dirty crossbeam-utils v0.8.20: the rustflags changed | 
| 2227 | 2024-11-11T19:38:10.147Z |    Compiling crossbeam-utils v0.8.20 | 
| 2228 | 2024-11-11T19:38:10.150Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=67dd9b403c81ed30 -C extra-filename=-67dd9b403c81ed30 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-67dd9b403c81ed30 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2229 | 2024-11-11T19:38:10.172Z |      Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-12b1d3e35632a6e7/build-script-build` | 
| 2230 | 2024-11-11T19:38:10.214Z |        Dirty form_urlencoded v1.2.1: the rustflags changed | 
| 2231 | 2024-11-11T19:38:10.214Z |    Compiling form_urlencoded v1.2.1 | 
| 2232 | 2024-11-11T19:38:10.216Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=54f603217e16f814 -C extra-filename=-54f603217e16f814 --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-d4f3330b78c89d7d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2233 | 2024-11-11T19:38:10.438Z |        Dirty itertools v0.12.1: the rustflags changed | 
| 2234 | 2024-11-11T19:38:10.438Z |    Compiling itertools v0.12.1 | 
| 2235 | 2024-11-11T19:38:10.440Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=4606acc70281245d -C extra-filename=-4606acc70281245d --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-4a9dc6afd4d7fafa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2236 | 2024-11-11T19:38:10.545Z |        Dirty libloading v0.8.5: the rustflags changed | 
| 2237 | 2024-11-11T19:38:10.545Z |    Compiling libloading v0.8.5 | 
| 2238 | 2024-11-11T19:38:10.548Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1c1f1b5be2cfbffd -C extra-filename=-1c1f1b5be2cfbffd --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-3a9f8848cb985fb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2239 | 2024-11-11T19:38:10.829Z |      Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-67dd9b403c81ed30/build-script-build` | 
| 2240 | 2024-11-11T19:38:10.856Z |        Dirty bindgen v0.69.5: the rustflags changed | 
| 2241 | 2024-11-11T19:38:10.856Z |    Compiling bindgen v0.69.5 | 
| 2242 | 2024-11-11T19:38:10.877Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=ccd5c49e0fb3ebfa -C extra-filename=-ccd5c49e0fb3ebfa --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-ccd5c49e0fb3ebfa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2243 | 2024-11-11T19:38:10.888Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=830fd7ccfcb0c526 -C extra-filename=-830fd7ccfcb0c526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'` | 
| 2244 | 2024-11-11T19:38:10.946Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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_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="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --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=7269b98667ceb91a -C extra-filename=-7269b98667ceb91a --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-b6e13772d541a13d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-1c1f1b5be2cfbffd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2245 | 2024-11-11T19:38:11.468Z |        Dirty cexpr v0.6.0: the rustflags changed | 
| 2246 | 2024-11-11T19:38:11.468Z |    Compiling cexpr v0.6.0 | 
| 2247 | 2024-11-11T19:38:11.472Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=91fab2328a9d37f0 -C extra-filename=-91fab2328a9d37f0 --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-f31c551e32c21fb6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2248 | 2024-11-11T19:38:11.749Z |      Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-ccd5c49e0fb3ebfa/build-script-build` | 
| 2249 | 2024-11-11T19:38:11.790Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=df74325a53f8b344 -C extra-filename=-df74325a53f8b344 --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-d3cc06d503e9c7a6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --cap-lints allow -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)'` | 
| 2250 | 2024-11-11T19:38:12.184Z |        Dirty ring v0.17.8: the rustflags changed | 
| 2251 | 2024-11-11T19:38:12.184Z |    Compiling ring v0.17.8 | 
| 2252 | 2024-11-11T19:38:12.187Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=58b32b34d54e25f7 -C extra-filename=-58b32b34d54e25f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-58b32b34d54e25f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c92522b5f64ce473.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2253 | 2024-11-11T19:38:13.179Z |        Dirty rustc-hash v1.1.0: the rustflags changed | 
| 2254 | 2024-11-11T19:38:13.179Z |    Compiling rustc-hash v1.1.0 | 
| 2255 | 2024-11-11T19:38:13.182Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3b769f9d5dfdf5bb -C extra-filename=-3b769f9d5dfdf5bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2256 | 2024-11-11T19:38:13.356Z |        Dirty lazycell v1.3.0: the rustflags changed | 
| 2257 | 2024-11-11T19:38:13.356Z |    Compiling lazycell v1.3.0 | 
| 2258 | 2024-11-11T19:38:13.359Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=87f2a48b63a75b08 -C extra-filename=-87f2a48b63a75b08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2259 | 2024-11-11T19:38:13.439Z |      Running `/work/oxidecomputer/omicron/target/debug/build/ring-58b32b34d54e25f7/build-script-build` | 
| 2260 | 2024-11-11T19:38:13.547Z |        Dirty httparse v1.9.5: the rustflags changed | 
| 2261 | 2024-11-11T19:38:13.547Z |    Compiling httparse v1.9.5 | 
| 2262 | 2024-11-11T19:38:13.550Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --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)' -C metadata=2cde08abbfc6e014 -C extra-filename=-2cde08abbfc6e014 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-2cde08abbfc6e014 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2263 | 2024-11-11T19:38:13.656Z |        Dirty paste v1.0.15: the rustflags changed | 
| 2264 | 2024-11-11T19:38:13.657Z |    Compiling paste v1.0.15 | 
| 2265 | 2024-11-11T19:38:13.659Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ba9ab7396cdea7bd -C extra-filename=-ba9ab7396cdea7bd --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-ba9ab7396cdea7bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2266 | 2024-11-11T19:38:14.031Z |        Dirty serde_derive v1.0.210: the rustflags changed | 
| 2267 | 2024-11-11T19:38:14.031Z |    Compiling serde_derive v1.0.210 | 
| 2268 | 2024-11-11T19:38:14.034Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.210/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)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=e5552635b571d05f -C extra-filename=-e5552635b571d05f --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2269 | 2024-11-11T19:38:14.223Z |        Dirty zeroize_derive v1.4.2: the rustflags changed | 
| 2270 | 2024-11-11T19:38:14.223Z |    Compiling zeroize_derive v1.4.2 | 
| 2271 | 2024-11-11T19:38:14.226Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1f126fa511f1c7ca -C extra-filename=-1f126fa511f1c7ca --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2272 | 2024-11-11T19:38:14.356Z |        Dirty thiserror-impl v1.0.64: the rustflags changed | 
| 2273 | 2024-11-11T19:38:14.356Z |    Compiling thiserror-impl v1.0.64 | 
| 2274 | 2024-11-11T19:38:14.359Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.64/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)' --check-cfg 'cfg(feature, values())' -C metadata=1319bb1810e7e7a0 -C extra-filename=-1319bb1810e7e7a0 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2275 | 2024-11-11T19:38:14.735Z |        Dirty zerocopy-derive v0.7.35: the rustflags changed | 
| 2276 | 2024-11-11T19:38:14.735Z |    Compiling zerocopy-derive v0.7.35 | 
| 2277 | 2024-11-11T19:38:14.737Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ee7472bcf5eed286 -C extra-filename=-ee7472bcf5eed286 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2278 | 2024-11-11T19:38:15.917Z |        Dirty zeroize v1.8.1: the rustflags changed | 
| 2279 | 2024-11-11T19:38:15.917Z |    Compiling zeroize v1.8.1 | 
| 2280 | 2024-11-11T19:38:15.920Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=8d3af01ce68ce958 -C extra-filename=-8d3af01ce68ce958 --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-1f126fa511f1c7ca.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2281 | 2024-11-11T19:38:16.105Z |        Dirty tokio-macros v2.4.0: the rustflags changed | 
| 2282 | 2024-11-11T19:38:16.105Z |    Compiling tokio-macros v2.4.0 | 
| 2283 | 2024-11-11T19:38:16.107Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.4.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)' --check-cfg 'cfg(feature, values())' -C metadata=7e5878493990a260 -C extra-filename=-7e5878493990a260 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2284 | 2024-11-11T19:38:16.340Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=1bf707952bf72afc -C extra-filename=-1bf707952bf72afc --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-328a86a25ec28f1d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence` | 
| 2285 | 2024-11-11T19:38:16.999Z |        Dirty zerocopy v0.7.35: the rustflags changed | 
| 2286 | 2024-11-11T19:38:16.999Z |    Compiling zerocopy v0.7.35 | 
| 2287 | 2024-11-11T19:38:17.002Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=65ce327e1c84bc7e -C extra-filename=-65ce327e1c84bc7e --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-e24dfd866924e567.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-ee7472bcf5eed286.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2288 | 2024-11-11T19:38:17.585Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e6b2108c6fa77141 -C extra-filename=-e6b2108c6fa77141 --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-1319bb1810e7e7a0.so --cap-lints allow -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)'` | 
| 2289 | 2024-11-11T19:38:17.732Z |        Dirty crypto-common v0.1.6: the rustflags changed | 
| 2290 | 2024-11-11T19:38:17.732Z |    Compiling crypto-common v0.1.6 | 
| 2291 | 2024-11-11T19:38:17.735Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=d784a9f2661e9bce -C extra-filename=-d784a9f2661e9bce --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-1bf707952bf72afc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-328a86a25ec28f1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2292 | 2024-11-11T19:38:17.769Z |        Dirty block-buffer v0.10.4: the rustflags changed | 
| 2293 | 2024-11-11T19:38:17.769Z |    Compiling block-buffer v0.10.4 | 
| 2294 | 2024-11-11T19:38:17.772Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=904ebb0964b7459e -C extra-filename=-904ebb0964b7459e --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-1bf707952bf72afc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2295 | 2024-11-11T19:38:17.829Z |        Dirty futures-macro v0.3.31: the rustflags changed | 
| 2296 | 2024-11-11T19:38:17.829Z |    Compiling futures-macro v0.3.31 | 
| 2297 | 2024-11-11T19:38:17.832Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(futures_sanitizer)' -C metadata=b01ec0607f15867b -C extra-filename=-b01ec0607f15867b --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2298 | 2024-11-11T19:38:17.979Z |        Dirty digest v0.10.7: the rustflags changed | 
| 2299 | 2024-11-11T19:38:17.979Z |    Compiling digest v0.10.7 | 
| 2300 | 2024-11-11T19:38:17.981Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=14c62e65ff922fd4 -C extra-filename=-14c62e65ff922fd4 --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-904ebb0964b7459e.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-4774ceefd9811b02.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-d784a9f2661e9bce.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2301 | 2024-11-11T19:38:18.033Z |        Dirty tracing-attributes v0.1.27: the rustflags changed | 
| 2302 | 2024-11-11T19:38:18.033Z |    Compiling tracing-attributes v0.1.27 | 
| 2303 | 2024-11-11T19:38:18.036Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=5688d755582bc9f5 -C extra-filename=-5688d755582bc9f5 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2304 | 2024-11-11T19:38:18.482Z |        Dirty schemars_derive v0.8.21: the rustflags changed | 
| 2305 | 2024-11-11T19:38:18.483Z |    Compiling schemars_derive v0.8.21 | 
| 2306 | 2024-11-11T19:38:18.485Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.21/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)' --check-cfg 'cfg(feature, values())' -C metadata=dce65c141f01ff1c -C extra-filename=-dce65c141f01ff1c --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-d31f76377cc5cb45.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2307 | 2024-11-11T19:38:18.606Z |        Dirty ppv-lite86 v0.2.20: the rustflags changed | 
| 2308 | 2024-11-11T19:38:18.606Z |    Compiling ppv-lite86 v0.2.20 | 
| 2309 | 2024-11-11T19:38:18.617Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=5c49fbb69bb8f904 -C extra-filename=-5c49fbb69bb8f904 --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-65ce327e1c84bc7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2310 | 2024-11-11T19:38:19.033Z |        Dirty block-padding v0.3.3: the rustflags changed | 
| 2311 | 2024-11-11T19:38:19.033Z |    Compiling block-padding v0.3.3 | 
| 2312 | 2024-11-11T19:38:19.055Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=b45d5f40f97f3d22 -C extra-filename=-b45d5f40f97f3d22 --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-1bf707952bf72afc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2313 | 2024-11-11T19:38:19.312Z |        Dirty inout v0.1.3: the rustflags changed | 
| 2314 | 2024-11-11T19:38:19.312Z |    Compiling inout v0.1.3 | 
| 2315 | 2024-11-11T19:38:19.330Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=a5aa95a529ec771a -C extra-filename=-a5aa95a529ec771a --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-b45d5f40f97f3d22.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1bf707952bf72afc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2316 | 2024-11-11T19:38:19.479Z |        Dirty rand_chacha v0.3.1: the rustflags changed | 
| 2317 | 2024-11-11T19:38:19.479Z |    Compiling rand_chacha v0.3.1 | 
| 2318 | 2024-11-11T19:38:19.482Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=c6397b142e62362c -C extra-filename=-c6397b142e62362c --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-5c49fbb69bb8f904.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2319 | 2024-11-11T19:38:19.593Z |        Dirty adler2 v2.0.0: the rustflags changed | 
| 2320 | 2024-11-11T19:38:19.593Z |    Compiling adler2 v2.0.0 | 
| 2321 | 2024-11-11T19:38:19.596Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=1f80b82e970a64b6 -C extra-filename=-1f80b82e970a64b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2322 | 2024-11-11T19:38:19.806Z |        Dirty miniz_oxide v0.8.0: the rustflags changed | 
| 2323 | 2024-11-11T19:38:19.806Z |    Compiling miniz_oxide v0.8.0 | 
| 2324 | 2024-11-11T19:38:19.809Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-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 --warn=unexpected_cfgs --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' --check-cfg 'cfg(fuzzing)' -C metadata=0780a2bc915a4180 -C extra-filename=-0780a2bc915a4180 --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-1f80b82e970a64b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2325 | 2024-11-11T19:38:19.956Z |        Dirty futures-util v0.3.31: the rustflags changed | 
| 2326 | 2024-11-11T19:38:19.956Z |    Compiling futures-util v0.3.31 | 
| 2327 | 2024-11-11T19:38:19.958Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --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)' --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=4d996534faf1d453 -C extra-filename=-4d996534faf1d453 --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-bb45aa76554642b3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-b01ec0607f15867b.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df9c791ee9497e83.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2eb9c3ff2ae48fa.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-c0e76bbe9c234d8a.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-89b400fb2d230988.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2328 | 2024-11-11T19:38:20.296Z |        Dirty rand v0.8.5: the rustflags changed | 
| 2329 | 2024-11-11T19:38:20.296Z |    Compiling rand v0.8.5 | 
| 2330 | 2024-11-11T19:38:20.299Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --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=4a487f61bb67ee42 -C extra-filename=-4a487f61bb67ee42 --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-5e430ebab9bd9caf.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c6397b142e62362c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2331 | 2024-11-11T19:38:21.341Z |        Dirty cipher v0.4.4: the rustflags changed | 
| 2332 | 2024-11-11T19:38:21.341Z |    Compiling cipher v0.4.4 | 
| 2333 | 2024-11-11T19:38:21.343Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=70cb51caf15fac61 -C extra-filename=-70cb51caf15fac61 --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-d784a9f2661e9bce.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-a5aa95a529ec771a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2334 | 2024-11-11T19:38:21.756Z |      Running `/work/oxidecomputer/omicron/target/debug/build/httparse-2cde08abbfc6e014/build-script-build` | 
| 2335 | 2024-11-11T19:38:21.834Z |        Dirty idna v0.5.0: the rustflags changed | 
| 2336 | 2024-11-11T19:38:21.834Z |    Compiling idna v0.5.0 | 
| 2337 | 2024-11-11T19:38:21.834Z |      Running `/work/oxidecomputer/omicron/target/debug/build/paste-ba9ab7396cdea7bd/build-script-build` | 
| 2338 | 2024-11-11T19:38:21.837Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=a830dcb06e464ecd -C extra-filename=-a830dcb06e464ecd --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-b3bd218e77493777.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-365aa1a7c82b17a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2339 | 2024-11-11T19:38:21.882Z |        Dirty tracing v0.1.40: the rustflags changed | 
| 2340 | 2024-11-11T19:38:21.882Z |    Compiling tracing v0.1.40 | 
| 2341 | 2024-11-11T19:38:21.931Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=0b9ddd1e546431a8 -C extra-filename=-0b9ddd1e546431a8 --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-81e3e574966e5fac.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-5688d755582bc9f5.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-5083f1ca097344db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2342 | 2024-11-11T19:38:21.931Z |        Dirty num-conv v0.1.0: the rustflags changed | 
| 2343 | 2024-11-11T19:38:21.931Z |    Compiling num-conv v0.1.0 | 
| 2344 | 2024-11-11T19:38:21.934Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --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)' -C metadata=5d8a463318a86900 -C extra-filename=-5d8a463318a86900 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd` | 
| 2345 | 2024-11-11T19:38:21.949Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4ca1cd581bb258aa -C extra-filename=-4ca1cd581bb258aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2346 | 2024-11-11T19:38:21.954Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=525d494fc166b762 -C extra-filename=-525d494fc166b762 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -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"))'` | 
| 2347 | 2024-11-11T19:38:21.954Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/src/lib.rs --error-format=json --json=diagnostic-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)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=269908bc00c83ab7 -C extra-filename=-269908bc00c83ab7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e5552635b571d05f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --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_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` | 
| 2348 | 2024-11-11T19:38:22.213Z |        Dirty powerfmt v0.2.0: the rustflags changed | 
| 2349 | 2024-11-11T19:38:22.213Z |    Compiling powerfmt v0.2.0 | 
| 2350 | 2024-11-11T19:38:22.216Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=1f85f9ae989c74c2 -C extra-filename=-1f85f9ae989c74c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2351 | 2024-11-11T19:38:22.377Z |        Dirty atomic-waker v1.1.2: the rustflags changed | 
| 2352 | 2024-11-11T19:38:22.377Z |    Compiling atomic-waker v1.1.2 | 
| 2353 | 2024-11-11T19:38:22.380Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=d6f71f9053019c8a -C extra-filename=-d6f71f9053019c8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2354 | 2024-11-11T19:38:22.404Z |        Dirty time-core v0.1.2: the rustflags changed | 
| 2355 | 2024-11-11T19:38:22.404Z |    Compiling time-core v0.1.2 | 
| 2356 | 2024-11-11T19:38:22.434Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-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)' --check-cfg 'cfg(feature, values())' -C metadata=37b79d50251167ab -C extra-filename=-37b79d50251167ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2357 | 2024-11-11T19:38:22.591Z |        Dirty deranged v0.3.11: the rustflags changed | 
| 2358 | 2024-11-11T19:38:22.591Z |    Compiling deranged v0.3.11 | 
| 2359 | 2024-11-11T19:38:22.594Z |        Dirty time-macros v0.2.18: the rustflags changed | 
| 2360 | 2024-11-11T19:38:22.594Z |    Compiling time-macros v0.2.18 | 
| 2361 | 2024-11-11T19:38:22.594Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-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="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=0a2d667c2ea5fb8e -C extra-filename=-0a2d667c2ea5fb8e --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-1f85f9ae989c74c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2362 | 2024-11-11T19:38:22.594Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.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 --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 --warn=unused --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=temporary-cstring-as-ptr --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=clippy::nursery' --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=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=3267e1ebc2fd832d -C extra-filename=-3267e1ebc2fd832d --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-4ca1cd581bb258aa.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-37b79d50251167ab.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2363 | 2024-11-11T19:38:22.636Z |        Dirty cmake v0.1.51: the rustflags changed | 
| 2364 | 2024-11-11T19:38:22.636Z |    Compiling cmake v0.1.51 | 
| 2365 | 2024-11-11T19:38:22.638Z |        Dirty dunce v1.0.5: the rustflags changed | 
| 2366 | 2024-11-11T19:38:22.638Z |    Compiling dunce v1.0.5 | 
| 2367 | 2024-11-11T19:38:22.638Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9cedff855ab49c1f -C extra-filename=-9cedff855ab49c1f --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-c92522b5f64ce473.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2368 | 2024-11-11T19:38:22.639Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=95aeb3dcffc06d26 -C extra-filename=-95aeb3dcffc06d26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2369 | 2024-11-11T19:38:22.805Z |        Dirty url v2.5.2: the rustflags changed | 
| 2370 | 2024-11-11T19:38:22.806Z |    Compiling url v2.5.2 | 
| 2371 | 2024-11-11T19:38:22.808Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.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)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=3b9f39ea3ae51169 -C extra-filename=-3b9f39ea3ae51169 --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-54f603217e16f814.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a830dcb06e464ecd.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-d4f3330b78c89d7d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2372 | 2024-11-11T19:38:23.203Z |        Dirty untrusted v0.9.0: the rustflags changed | 
| 2373 | 2024-11-11T19:38:23.203Z |    Compiling untrusted v0.9.0 | 
| 2374 | 2024-11-11T19:38:23.206Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f6565c5c75f6604f -C extra-filename=-f6565c5c75f6604f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2375 | 2024-11-11T19:38:23.395Z |        Dirty base64ct v1.6.0: the rustflags changed | 
| 2376 | 2024-11-11T19:38:23.395Z |    Compiling base64ct v1.6.0 | 
| 2377 | 2024-11-11T19:38:23.398Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=b84d62cfe5b37fff -C extra-filename=-b84d62cfe5b37fff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2378 | 2024-11-11T19:38:23.420Z |        Dirty fs_extra v1.3.0: the rustflags changed | 
| 2379 | 2024-11-11T19:38:23.420Z |    Compiling fs_extra v1.3.0 | 
| 2380 | 2024-11-11T19:38:23.423Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=53f8af81c34808fc -C extra-filename=-53f8af81c34808fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2381 | 2024-11-11T19:38:23.632Z |        Dirty num_threads v0.1.7: the rustflags changed | 
| 2382 | 2024-11-11T19:38:23.632Z |    Compiling num_threads v0.1.7 | 
| 2383 | 2024-11-11T19:38:23.635Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8ec21f56226f1f45 -C extra-filename=-8ec21f56226f1f45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2384 | 2024-11-11T19:38:23.788Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=0cd8f0161c467c76 -C extra-filename=-0cd8f0161c467c76 --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-3a9f8848cb985fb5.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-590053dba71050d7.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4e5ab92ea1014325.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f6565c5c75f6604f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test` | 
| 2385 | 2024-11-11T19:38:24.016Z |        Dirty hmac v0.12.1: the rustflags changed | 
| 2386 | 2024-11-11T19:38:24.016Z |    Compiling hmac v0.12.1 | 
| 2387 | 2024-11-11T19:38:24.019Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=3716f9bff5f1ecbe -C extra-filename=-3716f9bff5f1ecbe --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-14c62e65ff922fd4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2388 | 2024-11-11T19:38:24.040Z |        Dirty sha2 v0.10.8: the rustflags changed | 
| 2389 | 2024-11-11T19:38:24.040Z |    Compiling sha2 v0.10.8 | 
| 2390 | 2024-11-11T19:38:24.042Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-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)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=e4d54c27a8484378 -C extra-filename=-e4d54c27a8484378 --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-3a9f8848cb985fb5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-68208c04c9dfb23d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2391 | 2024-11-11T19:38:24.288Z |        Dirty strsim v0.11.1: the rustflags changed | 
| 2392 | 2024-11-11T19:38:24.288Z |    Compiling strsim v0.11.1 | 
| 2393 | 2024-11-11T19:38:24.291Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=dcb55cc28a345ba7 -C extra-filename=-dcb55cc28a345ba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2394 | 2024-11-11T19:38:24.531Z |        Dirty ahash v0.8.11: the rustflags changed | 
| 2395 | 2024-11-11T19:38:24.531Z |    Compiling ahash v0.8.11 | 
| 2396 | 2024-11-11T19:38:24.534Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/./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)' --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=eaff631ac002faae -C extra-filename=-eaff631ac002faae --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-eaff631ac002faae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2397 | 2024-11-11T19:38:24.588Z |        Dirty rustls-pki-types v1.9.0: the rustflags changed | 
| 2398 | 2024-11-11T19:38:24.588Z |    Compiling rustls-pki-types v1.9.0 | 
| 2399 | 2024-11-11T19:38:24.591Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=a3def94b599e812e -C extra-filename=-a3def94b599e812e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2400 | 2024-11-11T19:38:25.018Z |        Dirty aws-lc-rs v1.10.0: the rustflags changed | 
| 2401 | 2024-11-11T19:38:25.018Z |    Compiling aws-lc-rs v1.10.0 | 
| 2402 | 2024-11-11T19:38:25.021Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-rs-1.10.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="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs)' --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=560c72b643fe45fc -C extra-filename=-560c72b643fe45fc --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-560c72b643fe45fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2403 | 2024-11-11T19:38:25.202Z |      Running `/work/oxidecomputer/omicron/target/debug/build/ahash-eaff631ac002faae/build-script-build` | 
| 2404 | 2024-11-11T19:38:25.288Z |        Dirty untrusted v0.7.1: the rustflags changed | 
| 2405 | 2024-11-11T19:38:25.288Z |    Compiling untrusted v0.7.1 | 
| 2406 | 2024-11-11T19:38:25.291Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a38fedeb26716515 -C extra-filename=-a38fedeb26716515 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2407 | 2024-11-11T19:38:25.679Z |        Dirty gimli v0.31.1: the rustflags changed | 
| 2408 | 2024-11-11T19:38:25.679Z |    Compiling gimli v0.31.1 | 
| 2409 | 2024-11-11T19:38:25.685Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=a6bc639732af044d -C extra-filename=-a6bc639732af044d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2410 | 2024-11-11T19:38:25.685Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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=3a57e7e4e88d8557 -C extra-filename=-3a57e7e4e88d8557 --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-3a9f8848cb985fb5.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-590053dba71050d7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-65ce327e1c84bc7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'` | 
| 2411 | 2024-11-11T19:38:25.760Z |        Dirty pem-rfc7468 v0.7.0: the rustflags changed | 
| 2412 | 2024-11-11T19:38:25.760Z |    Compiling pem-rfc7468 v0.7.0 | 
| 2413 | 2024-11-11T19:38:25.763Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=5bba9131e5a5a9a7 -C extra-filename=-5bba9131e5a5a9a7 --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-b84d62cfe5b37fff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2414 | 2024-11-11T19:38:25.819Z |        Dirty time v0.3.36: the rustflags changed | 
| 2415 | 2024-11-11T19:38:25.819Z |    Compiling time v0.3.36 | 
| 2416 | 2024-11-11T19:38:25.823Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.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 --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 --warn=unused --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=temporary-cstring-as-ptr --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=clippy::nursery' --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=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --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)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=b7ea25faceb1c102 -C extra-filename=-b7ea25faceb1c102 --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-0a2d667c2ea5fb8e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-2e2f4eb969836d3f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-4ca1cd581bb258aa.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-8ec21f56226f1f45.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-1f85f9ae989c74c2.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-37b79d50251167ab.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-3267e1ebc2fd832d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2417 | 2024-11-11T19:38:26.109Z |        Dirty object v0.36.5: the rustflags changed | 
| 2418 | 2024-11-11T19:38:26.109Z |    Compiling object v0.36.5 | 
| 2419 | 2024-11-11T19:38:26.111Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=8758f15d0699dcf9 -C extra-filename=-8758f15d0699dcf9 --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-67e0a46ec2bfb252.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2420 | 2024-11-11T19:38:26.219Z |        Dirty mirai-annotations v1.12.0: the rustflags changed | 
| 2421 | 2024-11-11T19:38:26.219Z |    Compiling mirai-annotations v1.12.0 | 
| 2422 | 2024-11-11T19:38:26.261Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mirai_annotations --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mirai-annotations-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)' --check-cfg 'cfg(feature, values())' -C metadata=cbee85a0a2b68772 -C extra-filename=-cbee85a0a2b68772 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2423 | 2024-11-11T19:38:26.454Z |        Dirty rustc-demangle v0.1.24: the rustflags changed | 
| 2424 | 2024-11-11T19:38:26.454Z |    Compiling rustc-demangle v0.1.24 | 
| 2425 | 2024-11-11T19:38:26.457Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=e258805ac413cd42 -C extra-filename=-e258805ac413cd42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2426 | 2024-11-11T19:38:26.489Z |        Dirty httpdate v1.0.3: the rustflags changed | 
| 2427 | 2024-11-11T19:38:26.489Z |    Compiling httpdate v1.0.3 | 
| 2428 | 2024-11-11T19:38:26.510Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=af67607d813e61c0 -C extra-filename=-af67607d813e61c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2429 | 2024-11-11T19:38:26.961Z |        Dirty try-lock v0.2.5: the rustflags changed | 
| 2430 | 2024-11-11T19:38:26.961Z |    Compiling try-lock v0.2.5 | 
| 2431 | 2024-11-11T19:38:26.965Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5950bbcb251ff41f -C extra-filename=-5950bbcb251ff41f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2432 | 2024-11-11T19:38:27.141Z |        Dirty base64 v0.22.1: the rustflags changed | 
| 2433 | 2024-11-11T19:38:27.142Z |    Compiling base64 v0.22.1 | 
| 2434 | 2024-11-11T19:38:27.144Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=031d0c34245e6fe3 -C extra-filename=-031d0c34245e6fe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2435 | 2024-11-11T19:38:27.421Z |        Dirty anyhow v1.0.92: the rustflags changed | 
| 2436 | 2024-11-11T19:38:27.421Z |    Compiling anyhow v1.0.92 | 
| 2437 | 2024-11-11T19:38:27.423Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.92/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)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=b347bd552aab11a3 -C extra-filename=-b347bd552aab11a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-b347bd552aab11a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2438 | 2024-11-11T19:38:27.526Z |        Dirty want v0.3.1: the rustflags changed | 
| 2439 | 2024-11-11T19:38:27.526Z |    Compiling want v0.3.1 | 
| 2440 | 2024-11-11T19:38:27.528Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ce75b7221b83514b -C extra-filename=-ce75b7221b83514b --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-5950bbcb251ff41f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2441 | 2024-11-11T19:38:27.608Z |        Dirty slog v2.7.0: the rustflags changed | 
| 2442 | 2024-11-11T19:38:27.608Z |    Compiling slog v2.7.0 | 
| 2443 | 2024-11-11T19:38:27.610Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.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 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "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=cd6cca163263a855 -C extra-filename=-cd6cca163263a855 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-cd6cca163263a855 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2444 | 2024-11-11T19:38:27.814Z |        Dirty bytes v1.7.2: the rustflags changed | 
| 2445 | 2024-11-11T19:38:27.815Z |    Compiling bytes v1.7.2 | 
| 2446 | 2024-11-11T19:38:27.817Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=28b401de3dbe7ac5 -C extra-filename=-28b401de3dbe7ac5 --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2447 | 2024-11-11T19:38:27.911Z |        Dirty bitflags v2.6.0: the rustflags changed | 
| 2448 | 2024-11-11T19:38:27.911Z |    Compiling bitflags v2.6.0 | 
| 2449 | 2024-11-11T19:38:27.942Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=35b1b2b889dfc8ca -C extra-filename=-35b1b2b889dfc8ca --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2450 | 2024-11-11T19:38:28.074Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/src/lib.rs --error-format=json --json=diagnostic-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="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=a6676cb1ce4dfa3f -C extra-filename=-a6676cb1ce4dfa3f --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-2e2f4eb969836d3f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-7e404b692f4fc795.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'` | 
| 2451 | 2024-11-11T19:38:28.132Z |        Dirty indexmap v2.6.0: the rustflags changed | 
| 2452 | 2024-11-11T19:38:28.132Z |    Compiling indexmap v2.6.0 | 
| 2453 | 2024-11-11T19:38:28.134Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=ee00718e200e680a -C extra-filename=-ee00718e200e680a --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-b693cdb7e3ed16ab.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-12263ebdd16de34d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2454 | 2024-11-11T19:38:28.235Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --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)' --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"))' --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"))' -C metadata=d0fcbeecaf580e1a -C extra-filename=-d0fcbeecaf580e1a --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-35b1b2b889dfc8ca.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-821a9b4151d268a7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish` | 
| 2455 | 2024-11-11T19:38:28.304Z |        Dirty chrono v0.4.38: the rustflags changed | 
| 2456 | 2024-11-11T19:38:28.304Z |    Compiling chrono v0.4.38 | 
| 2457 | 2024-11-11T19:38:28.306Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-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="android-tzdata"' --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-targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "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-targets"))' -C metadata=5fc87bb715fd1f15 -C extra-filename=-5fc87bb715fd1f15 --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-3bfbe37480da92fc.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2458 | 2024-11-11T19:38:29.076Z |        Dirty tokio v1.40.0: the rustflags changed | 
| 2459 | 2024-11-11T19:38:29.076Z |    Compiling tokio v1.40.0 | 
| 2460 | 2024-11-11T19:38:29.078Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.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 --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)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=4b6201970a001ba1 -C extra-filename=-4b6201970a001ba1 --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-28b401de3dbe7ac5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-37e4304872f28ac3.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-278271ef528ea378.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-16475f3d81a69a38.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-7e5878493990a260.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2461 | 2024-11-11T19:38:29.622Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a374647bdc2bcfe2 -C extra-filename=-a374647bdc2bcfe2 --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'` | 
| 2462 | 2024-11-11T19:38:30.384Z |        Dirty uuid v1.10.0: the rustflags changed | 
| 2463 | 2024-11-11T19:38:30.384Z |    Compiling uuid v1.10.0 | 
| 2464 | 2024-11-11T19:38:30.387Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=7f2110bc8e9998e8 -C extra-filename=-7f2110bc8e9998e8 --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-590053dba71050d7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2465 | 2024-11-11T19:38:30.688Z |        Dirty http v1.1.0: the rustflags changed | 
| 2466 | 2024-11-11T19:38:30.688Z |    Compiling http v1.1.0 | 
| 2467 | 2024-11-11T19:38:30.692Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=99e5f16a5ee6c372 -C extra-filename=-99e5f16a5ee6c372 --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-28b401de3dbe7ac5.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-562dd616f443bd7a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-2e2f4eb969836d3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2468 | 2024-11-11T19:38:30.961Z |        Dirty serde_spanned v0.6.8: the rustflags changed | 
| 2469 | 2024-11-11T19:38:30.961Z |    Compiling serde_spanned v0.6.8 | 
| 2470 | 2024-11-11T19:38:30.988Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-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 --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::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="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=dd42b71a02c2db23 -C extra-filename=-dd42b71a02c2db23 --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2471 | 2024-11-11T19:38:31.083Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-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 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --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=622da48e4f8d7f3e -C extra-filename=-622da48e4f8d7f3e --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-28b401de3dbe7ac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-1c6a03413b0b3797.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-dce65c141f01ff1c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic` | 
| 2472 | 2024-11-11T19:38:31.223Z |        Dirty toml_datetime v0.6.8: the rustflags changed | 
| 2473 | 2024-11-11T19:38:31.223Z |    Compiling toml_datetime v0.6.8 | 
| 2474 | 2024-11-11T19:38:31.226Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-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 --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::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="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=60f59f901f5af4f1 -C extra-filename=-60f59f901f5af4f1 --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2475 | 2024-11-11T19:38:31.777Z |        Dirty addr2line v0.24.2: the rustflags changed | 
| 2476 | 2024-11-11T19:38:31.777Z |    Compiling addr2line v0.24.2 | 
| 2477 | 2024-11-11T19:38:31.780Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=c7eb6512e8dce22f -C extra-filename=-c7eb6512e8dce22f --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-a6bc639732af044d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2478 | 2024-11-11T19:38:31.860Z |      Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-b347bd552aab11a3/build-script-build` | 
| 2479 | 2024-11-11T19:38:32.113Z |        Dirty serde_tokenstream v0.2.2: the rustflags changed | 
| 2480 | 2024-11-11T19:38:32.114Z |    Compiling serde_tokenstream v0.2.2 | 
| 2481 | 2024-11-11T19:38:32.117Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a85680cc9908cb93 -C extra-filename=-a85680cc9908cb93 --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-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2482 | 2024-11-11T19:38:32.364Z |        Dirty which v4.4.2: the rustflags changed | 
| 2483 | 2024-11-11T19:38:32.364Z |    Compiling which v4.4.2 | 
| 2484 | 2024-11-11T19:38:32.367Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=62540a00bf1562fc -C extra-filename=-62540a00bf1562fc --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-4a9dc6afd4d7fafa.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-584fe4101e36129b.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2485 | 2024-11-11T19:38:32.461Z |        Dirty http-body v1.0.1: the rustflags changed | 
| 2486 | 2024-11-11T19:38:32.461Z |    Compiling http-body v1.0.1 | 
| 2487 | 2024-11-11T19:38:32.464Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=91f8536d070c9a73 -C extra-filename=-91f8536d070c9a73 --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-28b401de3dbe7ac5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2488 | 2024-11-11T19:38:32.728Z |      Running `/work/oxidecomputer/omicron/target/debug/build/slog-cd6cca163263a855/build-script-build` | 
| 2489 | 2024-11-11T19:38:32.731Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=234cf1278106702b -C extra-filename=-234cf1278106702b --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-35b1b2b889dfc8ca.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-91fab2328a9d37f0.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-7269b98667ceb91a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4606acc70281245d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-87f2a48b63a75b08.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-3b769f9d5dfdf5bb.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6765ee8c9d89c9cf.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-62540a00bf1562fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2490 | 2024-11-11T19:38:32.810Z |        Dirty der_derive v0.7.3: the rustflags changed | 
| 2491 | 2024-11-11T19:38:32.810Z |    Compiling der_derive v0.7.3 | 
| 2492 | 2024-11-11T19:38:32.812Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e99cd8e68cb78ad0 -C extra-filename=-e99cd8e68cb78ad0 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2493 | 2024-11-11T19:38:32.956Z |        Dirty async-trait v0.1.83: the rustflags changed | 
| 2494 | 2024-11-11T19:38:32.956Z |    Compiling async-trait v0.1.83 | 
| 2495 | 2024-11-11T19:38:32.960Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.83/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)' --check-cfg 'cfg(feature, values())' -C metadata=4c8e06103831ec1b -C extra-filename=-4c8e06103831ec1b --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2496 | 2024-11-11T19:38:33.112Z |        Dirty openssl-sys v0.9.104: the rustflags changed | 
| 2497 | 2024-11-11T19:38:33.112Z |    Compiling openssl-sys v0.9.104 | 
| 2498 | 2024-11-11T19:38:33.115Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.104/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)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=549a2d31bb3bff7b -C extra-filename=-549a2d31bb3bff7b --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-549a2d31bb3bff7b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c92522b5f64ce473.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-7758a0649459c8d9.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-7dd77e83823b2403.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2499 | 2024-11-11T19:38:33.668Z |        Dirty backtrace v0.3.74: the rustflags changed | 
| 2500 | 2024-11-11T19:38:33.668Z |    Compiling backtrace v0.3.74 | 
| 2501 | 2024-11-11T19:38:33.671Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=791dd1508ace908d -C extra-filename=-791dd1508ace908d --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-c7eb6512e8dce22f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-0780a2bc915a4180.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-8758f15d0699dcf9.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-e258805ac413cd42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2502 | 2024-11-11T19:38:34.010Z |        Dirty flagset v0.4.6: the rustflags changed | 
| 2503 | 2024-11-11T19:38:34.010Z |    Compiling flagset v0.4.6 | 
| 2504 | 2024-11-11T19:38:34.013Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=5c3bf8e2e91c29b7 -C extra-filename=-5c3bf8e2e91c29b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2505 | 2024-11-11T19:38:34.259Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-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="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "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=214af69608e7a4f8 -C extra-filename=-214af69608e7a4f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128` | 
| 2506 | 2024-11-11T19:38:34.326Z |      Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-549a2d31bb3bff7b/build-script-main` | 
| 2507 | 2024-11-11T19:38:34.479Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.92/src/lib.rs --error-format=json --json=diagnostic-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)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=46c96921d480f96d -C extra-filename=-46c96921d480f96d --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-791dd1508ace908d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access --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)'` | 
| 2508 | 2024-11-11T19:38:34.732Z |        Dirty rustc_version v0.4.1: the rustflags changed | 
| 2509 | 2024-11-11T19:38:34.732Z |    Compiling rustc_version v0.4.1 | 
| 2510 | 2024-11-11T19:38:34.735Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c6962bd1b9121721 -C extra-filename=-c6962bd1b9121721 --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-a374647bdc2bcfe2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2511 | 2024-11-11T19:38:35.155Z |        Dirty pbkdf2 v0.12.2: the rustflags changed | 
| 2512 | 2024-11-11T19:38:35.155Z |    Compiling pbkdf2 v0.12.2 | 
| 2513 | 2024-11-11T19:38:35.158Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=37538b7feee1db88 -C extra-filename=-37538b7feee1db88 --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-14c62e65ff922fd4.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3716f9bff5f1ecbe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2514 | 2024-11-11T19:38:35.354Z |        Dirty aes v0.8.4: the rustflags changed | 
| 2515 | 2024-11-11T19:38:35.354Z |    Compiling aes v0.8.4 | 
| 2516 | 2024-11-11T19:38:35.357Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=e833f65031fdede9 -C extra-filename=-e833f65031fdede9 --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-3a9f8848cb985fb5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-70cb51caf15fac61.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-68208c04c9dfb23d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2517 | 2024-11-11T19:38:35.409Z |        Dirty tower-service v0.3.3: the rustflags changed | 
| 2518 | 2024-11-11T19:38:35.409Z |    Compiling tower-service v0.3.3 | 
| 2519 | 2024-11-11T19:38:35.412Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3737aa8bd4a33f57 -C extra-filename=-3737aa8bd4a33f57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2520 | 2024-11-11T19:38:35.463Z |        Dirty der v0.7.9: the rustflags changed | 
| 2521 | 2024-11-11T19:38:35.463Z |    Compiling der v0.7.9 | 
| 2522 | 2024-11-11T19:38:35.465Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.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="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=33f4d8fc2dec0d4b -C extra-filename=-33f4d8fc2dec0d4b --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-4774ceefd9811b02.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-e99cd8e68cb78ad0.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-5c3bf8e2e91c29b7.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5bba9131e5a5a9a7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2523 | 2024-11-11T19:38:35.529Z |        Dirty salsa20 v0.10.2: the rustflags changed | 
| 2524 | 2024-11-11T19:38:35.529Z |    Compiling salsa20 v0.10.2 | 
| 2525 | 2024-11-11T19:38:35.533Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=384471b4515b6720 -C extra-filename=-384471b4515b6720 --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-70cb51caf15fac61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2526 | 2024-11-11T19:38:35.561Z |        Dirty cbc v0.1.2: the rustflags changed | 
| 2527 | 2024-11-11T19:38:35.561Z |    Compiling cbc v0.1.2 | 
| 2528 | 2024-11-11T19:38:35.564Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=4514ea4332137eea -C extra-filename=-4514ea4332137eea --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-70cb51caf15fac61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2529 | 2024-11-11T19:38:35.752Z |        Dirty mime v0.3.17: the rustflags changed | 
| 2530 | 2024-11-11T19:38:35.752Z |    Compiling mime v0.3.17 | 
| 2531 | 2024-11-11T19:38:35.755Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d9c84f3cc4dc8e05 -C extra-filename=-d9c84f3cc4dc8e05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2532 | 2024-11-11T19:38:35.779Z |        Dirty rustversion v1.0.17: the rustflags changed | 
| 2533 | 2024-11-11T19:38:35.779Z |    Compiling rustversion v1.0.17 | 
| 2534 | 2024-11-11T19:38:35.781Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.17/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)' --check-cfg 'cfg(feature, values())' -C metadata=7dd659e890c6eb41 -C extra-filename=-7dd659e890c6eb41 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-7dd659e890c6eb41 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2535 | 2024-11-11T19:38:35.803Z |        Dirty scrypt v0.11.0: the rustflags changed | 
| 2536 | 2024-11-11T19:38:35.803Z |    Compiling scrypt v0.11.0 | 
| 2537 | 2024-11-11T19:38:35.806Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=7e3a73f41a3491a0 -C extra-filename=-7e3a73f41a3491a0 --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-37538b7feee1db88.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-384471b4515b6720.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2538 | 2024-11-11T19:38:36.362Z |        Dirty ipnet v2.10.1: the rustflags changed | 
| 2539 | 2024-11-11T19:38:36.362Z |    Compiling ipnet v2.10.1 | 
| 2540 | 2024-11-11T19:38:36.365Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-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)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=1633ce11f04956d7 -C extra-filename=-1633ce11f04956d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2541 | 2024-11-11T19:38:36.389Z |        Dirty http-body-util v0.1.2: the rustflags changed | 
| 2542 | 2024-11-11T19:38:36.389Z |    Compiling http-body-util v0.1.2 | 
| 2543 | 2024-11-11T19:38:36.392Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-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)' --check-cfg 'cfg(feature, values())' -C metadata=056a0dd1da668fce -C extra-filename=-056a0dd1da668fce --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-28b401de3dbe7ac5.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-91f8536d070c9a73.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2544 | 2024-11-11T19:38:36.575Z |      Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-7dd659e890c6eb41/build-script-build` | 
| 2545 | 2024-11-11T19:38:36.658Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.17/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)' --check-cfg 'cfg(feature, values())' -C metadata=33a9d417a525d47f -C extra-filename=-33a9d417a525d47f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -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"))'` | 
| 2546 | 2024-11-11T19:38:36.882Z |        Dirty futures-executor v0.3.31: the rustflags changed | 
| 2547 | 2024-11-11T19:38:36.882Z |    Compiling futures-executor v0.3.31 | 
| 2548 | 2024-11-11T19:38:36.885Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=0be3e2fa45f57271 -C extra-filename=-0be3e2fa45f57271 --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-b5918c7bb1241671.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2eb9c3ff2ae48fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2549 | 2024-11-11T19:38:37.017Z |        Dirty openssl-probe v0.1.5: the rustflags changed | 
| 2550 | 2024-11-11T19:38:37.017Z |    Compiling openssl-probe v0.1.5 | 
| 2551 | 2024-11-11T19:38:37.020Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=93810288b6c0d5c3 -C extra-filename=-93810288b6c0d5c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2552 | 2024-11-11T19:38:37.409Z |        Dirty openssl v0.10.68: the rustflags changed | 
| 2553 | 2024-11-11T19:38:37.409Z |    Compiling openssl v0.10.68 | 
| 2554 | 2024-11-11T19:38:37.412Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.68/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)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=7f6d8e654e9edc69 -C extra-filename=-7f6d8e654e9edc69 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-7f6d8e654e9edc69 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2555 | 2024-11-11T19:38:37.442Z |        Dirty tokio-util v0.7.12: the rustflags changed | 
| 2556 | 2024-11-11T19:38:37.442Z |    Compiling tokio-util v0.7.12 | 
| 2557 | 2024-11-11T19:38:37.445Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --check-cfg 'cfg(docsrs)' --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=69b8803d85495fb4 -C extra-filename=-69b8803d85495fb4 --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-28b401de3dbe7ac5.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df9c791ee9497e83.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2558 | 2024-11-11T19:38:37.591Z |        Dirty spki v0.7.3: the rustflags changed | 
| 2559 | 2024-11-11T19:38:37.591Z |    Compiling spki v0.7.3 | 
| 2560 | 2024-11-11T19:38:37.594Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=37fe07d65ecb9243 -C extra-filename=-37fe07d65ecb9243 --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-33f4d8fc2dec0d4b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2561 | 2024-11-11T19:38:37.925Z |        Dirty pkcs5 v0.7.1: the rustflags changed | 
| 2562 | 2024-11-11T19:38:37.925Z |    Compiling pkcs5 v0.7.1 | 
| 2563 | 2024-11-11T19:38:37.957Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=1432c434e681d04b -C extra-filename=-1432c434e681d04b --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-e833f65031fdede9.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4514ea4332137eea.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-33f4d8fc2dec0d4b.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-37538b7feee1db88.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-7e3a73f41a3491a0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-37fe07d65ecb9243.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2564 | 2024-11-11T19:38:37.969Z |        Dirty camino v1.1.9: the rustflags changed | 
| 2565 | 2024-11-11T19:38:37.969Z |    Compiling camino v1.1.9 | 
| 2566 | 2024-11-11T19:38:37.972Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=14b435e1be281bf4 -C extra-filename=-14b435e1be281bf4 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-14b435e1be281bf4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2567 | 2024-11-11T19:38:38.102Z |        Dirty foreign-types-shared v0.1.1: the rustflags changed | 
| 2568 | 2024-11-11T19:38:38.102Z |    Compiling foreign-types-shared v0.1.1 | 
| 2569 | 2024-11-11T19:38:38.105Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f1b72d5de6d68180 -C extra-filename=-f1b72d5de6d68180 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2570 | 2024-11-11T19:38:38.165Z |      Running `/work/oxidecomputer/omicron/target/debug/build/openssl-7f6d8e654e9edc69/build-script-build` | 
| 2571 | 2024-11-11T19:38:38.203Z |        Dirty futures v0.3.31: the rustflags changed | 
| 2572 | 2024-11-11T19:38:38.203Z |    Compiling futures v0.3.31 | 
| 2573 | 2024-11-11T19:38:38.206Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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"))' --check-cfg 'cfg(futures_sanitizer)' -C metadata=cd991068aa84087e -C extra-filename=-cd991068aa84087e --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-bb45aa76554642b3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-0be3e2fa45f57271.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df9c791ee9497e83.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2eb9c3ff2ae48fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2574 | 2024-11-11T19:38:38.233Z |        Dirty foreign-types v0.3.2: the rustflags changed | 
| 2575 | 2024-11-11T19:38:38.233Z |    Compiling foreign-types v0.3.2 | 
| 2576 | 2024-11-11T19:38:38.236Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=cc8768000459eec0 -C extra-filename=-cc8768000459eec0 --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-f1b72d5de6d68180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2577 | 2024-11-11T19:38:38.341Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.104/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=bb4fc0e68df45522 -C extra-filename=-bb4fc0e68df45522 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -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"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --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(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)'` | 
| 2578 | 2024-11-11T19:38:38.369Z |        Dirty rustls-pemfile v2.2.0: the rustflags changed | 
| 2579 | 2024-11-11T19:38:38.369Z |    Compiling rustls-pemfile v2.2.0 | 
| 2580 | 2024-11-11T19:38:38.373Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e2ed480392ef3b43 -C extra-filename=-e2ed480392ef3b43 --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-a3def94b599e812e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2581 | 2024-11-11T19:38:38.668Z |        Dirty h2 v0.4.6: the rustflags changed | 
| 2582 | 2024-11-11T19:38:38.668Z |    Compiling h2 v0.4.6 | 
| 2583 | 2024-11-11T19:38:38.670Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' --check-cfg 'cfg(fuzzing)' -C metadata=19e004036eaf1865 -C extra-filename=-19e004036eaf1865 --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-d6f71f9053019c8a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-562dd616f443bd7a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df9c791ee9497e83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-89b400fb2d230988.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2584 | 2024-11-11T19:38:38.724Z |      Running `/work/oxidecomputer/omicron/target/debug/build/camino-14b435e1be281bf4/build-script-build` | 
| 2585 | 2024-11-11T19:38:38.733Z |        Dirty pkcs8 v0.10.2: the rustflags changed | 
| 2586 | 2024-11-11T19:38:38.733Z |    Compiling pkcs8 v0.10.2 | 
| 2587 | 2024-11-11T19:38:38.733Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=1bcd6e7431d0c529 -C extra-filename=-1bcd6e7431d0c529 --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-33f4d8fc2dec0d4b.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-1432c434e681d04b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-37fe07d65ecb9243.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2588 | 2024-11-11T19:38:38.781Z |        Dirty openssl-macros v0.1.1: the rustflags changed | 
| 2589 | 2024-11-11T19:38:38.781Z |    Compiling openssl-macros v0.1.1 | 
| 2590 | 2024-11-11T19:38:38.784Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9c3e9e34eca3d594 -C extra-filename=-9c3e9e34eca3d594 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2591 | 2024-11-11T19:38:38.809Z |        Dirty utf8parse v0.2.2: the rustflags changed | 
| 2592 | 2024-11-11T19:38:38.809Z |    Compiling utf8parse v0.2.2 | 
| 2593 | 2024-11-11T19:38:38.812Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=045a5788be1472cc -C extra-filename=-045a5788be1472cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2594 | 2024-11-11T19:38:38.997Z |        Dirty rustls v0.23.14: the rustflags changed | 
| 2595 | 2024-11-11T19:38:38.997Z |    Compiling rustls v0.23.14 | 
| 2596 | 2024-11-11T19:38:39.003Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.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="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)' --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=676b1869b72420b4 -C extra-filename=-676b1869b72420b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-676b1869b72420b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2597 | 2024-11-11T19:38:39.091Z |        Dirty winnow v0.6.20: the rustflags changed | 
| 2598 | 2024-11-11T19:38:39.091Z |    Compiling winnow v0.6.20 | 
| 2599 | 2024-11-11T19:38:39.094Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.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=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' '--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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=56790cb1d81dbf36 -C extra-filename=-56790cb1d81dbf36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2600 | 2024-11-11T19:38:39.372Z |        Dirty data-encoding v2.6.0: the rustflags changed | 
| 2601 | 2024-11-11T19:38:39.372Z |    Compiling data-encoding v2.6.0 | 
| 2602 | 2024-11-11T19:38:39.374Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=84e888d97715bed6 -C extra-filename=-84e888d97715bed6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2603 | 2024-11-11T19:38:39.400Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=2dae76f465709689 -C extra-filename=-2dae76f465709689 --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'` | 
| 2604 | 2024-11-11T19:38:39.709Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.68/src/lib.rs --error-format=json --json=diagnostic-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)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=6395fd819530f713 -C extra-filename=-6395fd819530f713 --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-35b1b2b889dfc8ca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-cc8768000459eec0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-9c3e9e34eca3d594.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bb4fc0e68df45522.rmeta --cap-lints allow -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"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --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(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)'` | 
| 2605 | 2024-11-11T19:38:39.744Z |        Dirty serde_urlencoded v0.7.1: the rustflags changed | 
| 2606 | 2024-11-11T19:38:39.744Z |    Compiling serde_urlencoded v0.7.1 | 
| 2607 | 2024-11-11T19:38:39.747Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f375a8680b12c94c -C extra-filename=-f375a8680b12c94c --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-54f603217e16f814.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-2e2f4eb969836d3f.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-7e404b692f4fc795.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2608 | 2024-11-11T19:38:40.314Z |        Dirty encoding_rs v0.8.34: the rustflags changed | 
| 2609 | 2024-11-11T19:38:40.314Z |    Compiling encoding_rs v0.8.34 | 
| 2610 | 2024-11-11T19:38:40.317Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=00b6a6fc1cfba432 -C extra-filename=-00b6a6fc1cfba432 --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-3a9f8848cb985fb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2611 | 2024-11-11T19:38:40.421Z |        Dirty native-tls v0.2.12: the rustflags changed | 
| 2612 | 2024-11-11T19:38:40.421Z |    Compiling native-tls v0.2.12 | 
| 2613 | 2024-11-11T19:38:40.424Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=373eb9d960119dad -C extra-filename=-373eb9d960119dad --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-373eb9d960119dad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2614 | 2024-11-11T19:38:40.850Z |        Dirty unicode-width v0.1.14: the rustflags changed | 
| 2615 | 2024-11-11T19:38:40.850Z |    Compiling unicode-width v0.1.14 | 
| 2616 | 2024-11-11T19:38:40.853Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=05e53f56471964f5 -C extra-filename=-05e53f56471964f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2617 | 2024-11-11T19:38:41.390Z |        Dirty winnow v0.5.40: the rustflags changed | 
| 2618 | 2024-11-11T19:38:41.390Z |    Compiling winnow v0.5.40 | 
| 2619 | 2024-11-11T19:38:41.393Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=a43003c458181d75 -C extra-filename=-a43003c458181d75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2620 | 2024-11-11T19:38:41.631Z |      Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-373eb9d960119dad/build-script-build` | 
| 2621 | 2024-11-11T19:38:41.671Z |        Dirty is-terminal v0.4.13: the rustflags changed | 
| 2622 | 2024-11-11T19:38:41.671Z |    Compiling is-terminal v0.4.13 | 
| 2623 | 2024-11-11T19:38:41.673Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5650e16c205792da -C extra-filename=-5650e16c205792da --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2624 | 2024-11-11T19:38:41.825Z |        Dirty cookie v0.18.1: the rustflags changed | 
| 2625 | 2024-11-11T19:38:41.825Z |    Compiling cookie v0.18.1 | 
| 2626 | 2024-11-11T19:38:41.828Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=254ed89bc090748a -C extra-filename=-254ed89bc090748a --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-254ed89bc090748a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2627 | 2024-11-11T19:38:42.197Z |        Dirty anstyle v1.0.10: the rustflags changed | 
| 2628 | 2024-11-11T19:38:42.197Z |    Compiling anstyle v1.0.10 | 
| 2629 | 2024-11-11T19:38:42.200Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-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 --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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ecf92dfe9f50908c -C extra-filename=-ecf92dfe9f50908c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2630 | 2024-11-11T19:38:42.691Z |      Running `/work/oxidecomputer/omicron/target/debug/build/cookie-254ed89bc090748a/build-script-build` | 
| 2631 | 2024-11-11T19:38:42.781Z |        Dirty openapiv3 v2.0.0: the rustflags changed | 
| 2632 | 2024-11-11T19:38:42.781Z |    Compiling openapiv3 v2.0.0 | 
| 2633 | 2024-11-11T19:38:42.846Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-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 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=a34bfbee80b10aa7 -C extra-filename=-a34bfbee80b10aa7 --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-ee00718e200e680a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2634 | 2024-11-11T19:38:42.850Z |        Dirty sha1 v0.10.6: the rustflags changed | 
| 2635 | 2024-11-11T19:38:42.850Z |    Compiling sha1 v0.10.6 | 
| 2636 | 2024-11-11T19:38:42.853Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=167f82d4d67f511e -C extra-filename=-167f82d4d67f511e --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-3a9f8848cb985fb5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-68208c04c9dfb23d.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2637 | 2024-11-11T19:38:43.318Z |        Dirty idna v0.3.0: the rustflags changed | 
| 2638 | 2024-11-11T19:38:43.318Z |    Compiling idna v0.3.0 | 
| 2639 | 2024-11-11T19:38:43.320Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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)' --check-cfg 'cfg(feature, values())' -C metadata=8a53ec700b1a21a8 -C extra-filename=-8a53ec700b1a21a8 --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-b3bd218e77493777.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-365aa1a7c82b17a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2640 | 2024-11-11T19:38:43.791Z |        Dirty psl-types v2.0.11: the rustflags changed | 
| 2641 | 2024-11-11T19:38:43.791Z |    Compiling psl-types v2.0.11 | 
| 2642 | 2024-11-11T19:38:43.794Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6c5198b6689b3958 -C extra-filename=-6c5198b6689b3958 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2643 | 2024-11-11T19:38:44.020Z |        Dirty siphasher v0.3.11: the rustflags changed | 
| 2644 | 2024-11-11T19:38:44.020Z |    Compiling siphasher v0.3.11 | 
| 2645 | 2024-11-11T19:38:44.023Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=fc914b4c37e5af60 -C extra-filename=-fc914b4c37e5af60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2646 | 2024-11-11T19:38:44.420Z |        Dirty ucd-trie v0.1.7: the rustflags changed | 
| 2647 | 2024-11-11T19:38:44.420Z |    Compiling ucd-trie v0.1.7 | 
| 2648 | 2024-11-11T19:38:44.422Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7fe14b009d4c42e7 -C extra-filename=-7fe14b009d4c42e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2649 | 2024-11-11T19:38:44.582Z |        Dirty publicsuffix v2.2.3: the rustflags changed | 
| 2650 | 2024-11-11T19:38:44.582Z |    Compiling publicsuffix v2.2.3 | 
| 2651 | 2024-11-11T19:38:44.585Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=ab1d70608d3ca855 -C extra-filename=-ab1d70608d3ca855 --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-8a53ec700b1a21a8.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-6c5198b6689b3958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2652 | 2024-11-11T19:38:44.882Z |        Dirty pest v2.7.14: the rustflags changed | 
| 2653 | 2024-11-11T19:38:44.882Z |    Compiling pest v2.7.14 | 
| 2654 | 2024-11-11T19:38:44.885Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.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 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=69209e0ad65cd788 -C extra-filename=-69209e0ad65cd788 --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-67e0a46ec2bfb252.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-7fe14b009d4c42e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2655 | 2024-11-11T19:38:44.972Z |        Dirty toml_edit v0.19.15: the rustflags changed | 
| 2656 | 2024-11-11T19:38:44.972Z |    Compiling toml_edit v0.19.15 | 
| 2657 | 2024-11-11T19:38:44.974Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=2d004079115bc03a -C extra-filename=-2d004079115bc03a --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-ee00718e200e680a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-dd42b71a02c2db23.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-60f59f901f5af4f1.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-a43003c458181d75.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2658 | 2024-11-11T19:38:45.053Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=48ba4fa9dc043f65 -C extra-filename=-48ba4fa9dc043f65 --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-d4f3330b78c89d7d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2659 | 2024-11-11T19:38:45.273Z |        Dirty webpki-roots v0.26.6: the rustflags changed | 
| 2660 | 2024-11-11T19:38:45.273Z |    Compiling webpki-roots v0.26.6 | 
| 2661 | 2024-11-11T19:38:45.276Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.26.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)' --check-cfg 'cfg(feature, values())' -C metadata=749aba53f670d508 -C extra-filename=-749aba53f670d508 --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-a3def94b599e812e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2662 | 2024-11-11T19:38:45.515Z |        Dirty dirs-sys-next v0.1.2: the rustflags changed | 
| 2663 | 2024-11-11T19:38:45.515Z |    Compiling dirs-sys-next v0.1.2 | 
| 2664 | 2024-11-11T19:38:45.518Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d618d3f64b790482 -C extra-filename=-d618d3f64b790482 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2665 | 2024-11-11T19:38:46.157Z |        Dirty hyper v1.4.1: the rustflags changed | 
| 2666 | 2024-11-11T19:38:46.157Z |    Compiling hyper v1.4.1 | 
| 2667 | 2024-11-11T19:38:46.160Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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 --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' -C metadata=ff2735b603ee25b6 -C extra-filename=-ff2735b603ee25b6 --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-28b401de3dbe7ac5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bb45aa76554642b3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-19e004036eaf1865.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-91f8536d070c9a73.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5d8a463318a86900.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-af67607d813e61c0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-2e2f4eb969836d3f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-ce75b7221b83514b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2668 | 2024-11-11T19:38:46.188Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=1a36278c196eae05 -C extra-filename=-1a36278c196eae05 --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-81e3e574966e5fac.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6395fd819530f713.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-93810288b6c0d5c3.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bb4fc0e68df45522.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` | 
| 2669 | 2024-11-11T19:38:46.810Z |        Dirty tokio-native-tls v0.3.1: the rustflags changed | 
| 2670 | 2024-11-11T19:38:46.810Z |    Compiling tokio-native-tls v0.3.1 | 
| 2671 | 2024-11-11T19:38:46.813Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=ccfc53b5b37cc8f6 -C extra-filename=-ccfc53b5b37cc8f6 --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-1a36278c196eae05.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` | 
| 2672 | 2024-11-11T19:38:47.096Z |        Dirty dirs-next v2.0.0: the rustflags changed | 
| 2673 | 2024-11-11T19:38:47.096Z |    Compiling dirs-next v2.0.0 | 
| 2674 | 2024-11-11T19:38:47.098Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3dbb3921a916ebf2 -C extra-filename=-3dbb3921a916ebf2 --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-3a9f8848cb985fb5.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-d618d3f64b790482.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2675 | 2024-11-11T19:38:47.124Z |        Dirty cookie_store v0.21.0: the rustflags changed | 
| 2676 | 2024-11-11T19:38:47.124Z |    Compiling cookie_store v0.21.0 | 
| 2677 | 2024-11-11T19:38:47.157Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-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"' --cfg 'feature="public_suffix"' --cfg 'feature="publicsuffix"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "indexmap", "log_secure_cookie_values", "preserve_order", "public_suffix", "publicsuffix", "wasm-bindgen"))' -C metadata=b7d23389242b5b24 -C extra-filename=-b7d23389242b5b24 --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-48ba4fa9dc043f65.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-a830dcb06e464ecd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-ab1d70608d3ca855.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e5552635b571d05f.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2678 | 2024-11-11T19:38:47.322Z |        Dirty toml_edit v0.22.22: the rustflags changed | 
| 2679 | 2024-11-11T19:38:47.322Z |    Compiling toml_edit v0.22.22 | 
| 2680 | 2024-11-11T19:38:47.324Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.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 --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::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="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=4f9d309aee4b7b19 -C extra-filename=-4f9d309aee4b7b19 --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-ee00718e200e680a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-dd42b71a02c2db23.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-60f59f901f5af4f1.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-56790cb1d81dbf36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2681 | 2024-11-11T19:38:47.985Z |        Dirty pest_meta v2.7.14: the rustflags changed | 
| 2682 | 2024-11-11T19:38:47.985Z |    Compiling pest_meta v2.7.14 | 
| 2683 | 2024-11-11T19:38:47.988Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=48266c17942496f2 -C extra-filename=-48266c17942496f2 --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-0c8674b965abf4ac.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-69209e0ad65cd788.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2684 | 2024-11-11T19:38:48.283Z |        Dirty anstyle-parse v0.2.5: the rustflags changed | 
| 2685 | 2024-11-11T19:38:48.283Z |    Compiling anstyle-parse v0.2.5 | 
| 2686 | 2024-11-11T19:38:48.285Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=3838d279233ce32b -C extra-filename=-3838d279233ce32b --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-045a5788be1472cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2687 | 2024-11-11T19:38:48.641Z |        Dirty hyper-util v0.1.9: the rustflags changed | 
| 2688 | 2024-11-11T19:38:48.641Z |    Compiling hyper-util v0.1.9 | 
| 2689 | 2024-11-11T19:38:48.668Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.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="client"' --cfg 'feature="client-legacy"' --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=d0913e5e06d0a664 -C extra-filename=-d0913e5e06d0a664 --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-28b401de3dbe7ac5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bb45aa76554642b3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-91f8536d070c9a73.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-3737aa8bd4a33f57.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2690 | 2024-11-11T19:38:48.687Z |        Dirty signature v2.2.0: the rustflags changed | 
| 2691 | 2024-11-11T19:38:48.687Z |    Compiling signature v2.2.0 | 
| 2692 | 2024-11-11T19:38:48.697Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=f860fa672f8c28a7 -C extra-filename=-f860fa672f8c28a7 --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-14c62e65ff922fd4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2693 | 2024-11-11T19:38:49.021Z |        Dirty scroll_derive v0.12.0: the rustflags changed | 
| 2694 | 2024-11-11T19:38:49.021Z |    Compiling scroll_derive v0.12.0 | 
| 2695 | 2024-11-11T19:38:49.024Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9dbdd97ad0839584 -C extra-filename=-9dbdd97ad0839584 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2696 | 2024-11-11T19:38:49.052Z |        Dirty sync_wrapper v1.0.1: the rustflags changed | 
| 2697 | 2024-11-11T19:38:49.052Z |    Compiling sync_wrapper v1.0.1 | 
| 2698 | 2024-11-11T19:38:49.081Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=c410210361622bed -C extra-filename=-c410210361622bed --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-b5918c7bb1241671.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2699 | 2024-11-11T19:38:49.227Z |        Dirty is_terminal_polyfill v1.70.1: the rustflags changed | 
| 2700 | 2024-11-11T19:38:49.227Z |    Compiling is_terminal_polyfill v1.70.1 | 
| 2701 | 2024-11-11T19:38:49.230Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default"))' -C metadata=40f6e498db77dae9 -C extra-filename=-40f6e498db77dae9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2702 | 2024-11-11T19:38:49.379Z |        Dirty anstyle-query v1.1.1: the rustflags changed | 
| 2703 | 2024-11-11T19:38:49.379Z |    Compiling anstyle-query v1.1.1 | 
| 2704 | 2024-11-11T19:38:49.384Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=60757b50ddee6931 -C extra-filename=-60757b50ddee6931 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2705 | 2024-11-11T19:38:49.559Z |        Dirty colorchoice v1.0.2: the rustflags changed | 
| 2706 | 2024-11-11T19:38:49.559Z |    Compiling colorchoice v1.0.2 | 
| 2707 | 2024-11-11T19:38:49.562Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2b02ce755817abd8 -C extra-filename=-2b02ce755817abd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2708 | 2024-11-11T19:38:49.772Z |        Dirty heck v0.4.1: the rustflags changed | 
| 2709 | 2024-11-11T19:38:49.772Z |    Compiling heck v0.4.1 | 
| 2710 | 2024-11-11T19:38:49.775Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=1050d0d9df4c1c3b -C extra-filename=-1050d0d9df4c1c3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2711 | 2024-11-11T19:38:50.188Z |        Dirty anstream v0.6.15: the rustflags changed | 
| 2712 | 2024-11-11T19:38:50.188Z |    Compiling anstream v0.6.15 | 
| 2713 | 2024-11-11T19:38:50.190Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.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=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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=ea27ef52033e76e3 -C extra-filename=-ea27ef52033e76e3 --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-ecf92dfe9f50908c.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-3838d279233ce32b.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-60757b50ddee6931.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-2b02ce755817abd8.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-40f6e498db77dae9.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-045a5788be1472cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2714 | 2024-11-11T19:38:50.260Z |        Dirty pest_generator v2.7.14: the rustflags changed | 
| 2715 | 2024-11-11T19:38:50.260Z |    Compiling pest_generator v2.7.14 | 
| 2716 | 2024-11-11T19:38:50.262Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=02beb29b2a4b8a09 -C extra-filename=-02beb29b2a4b8a09 --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-69209e0ad65cd788.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-48266c17942496f2.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2717 | 2024-11-11T19:38:50.686Z |        Dirty scroll v0.12.0: the rustflags changed | 
| 2718 | 2024-11-11T19:38:50.686Z |    Compiling scroll v0.12.0 | 
| 2719 | 2024-11-11T19:38:50.689Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=e7547f0c18fb9451 -C extra-filename=-e7547f0c18fb9451 --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-9dbdd97ad0839584.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2720 | 2024-11-11T19:38:50.940Z |        Dirty term v0.7.0: the rustflags changed | 
| 2721 | 2024-11-11T19:38:50.940Z |    Compiling term v0.7.0 | 
| 2722 | 2024-11-11T19:38:50.942Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default"))' -C metadata=2c9865cb6e9a9cfd -C extra-filename=-2c9865cb6e9a9cfd --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-3dbb3921a916ebf2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2723 | 2024-11-11T19:38:51.258Z |        Dirty hyper-tls v0.6.0: the rustflags changed | 
| 2724 | 2024-11-11T19:38:51.259Z |    Compiling hyper-tls v0.6.0 | 
| 2725 | 2024-11-11T19:38:51.279Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=c45f9e5017ac93d9 -C extra-filename=-c45f9e5017ac93d9 --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-28b401de3dbe7ac5.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0913e5e06d0a664.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-1a36278c196eae05.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-ccfc53b5b37cc8f6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-3737aa8bd4a33f57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` | 
| 2726 | 2024-11-11T19:38:51.703Z |        Dirty terminal_size v0.4.0: the rustflags changed | 
| 2727 | 2024-11-11T19:38:51.703Z |    Compiling terminal_size v0.4.0 | 
| 2728 | 2024-11-11T19:38:51.706Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=76f3047f3819792f -C extra-filename=-76f3047f3819792f --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-d0fcbeecaf580e1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2729 | 2024-11-11T19:38:51.939Z |        Dirty unicode-segmentation v1.12.0: the rustflags changed | 
| 2730 | 2024-11-11T19:38:51.939Z |    Compiling unicode-segmentation v1.12.0 | 
| 2731 | 2024-11-11T19:38:51.942Z |        Dirty clap_lex v0.7.2: the rustflags changed | 
| 2732 | 2024-11-11T19:38:51.942Z |    Compiling clap_lex v0.7.2 | 
| 2733 | 2024-11-11T19:38:51.942Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=3b8587e0c7ea651d -C extra-filename=-3b8587e0c7ea651d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2734 | 2024-11-11T19:38:51.942Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.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::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_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=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' '--allow=clippy::multiple_bound_locations' '--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' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7de0337dc3a55bb3 -C extra-filename=-7de0337dc3a55bb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2735 | 2024-11-11T19:38:52.131Z |        Dirty plain v0.2.3: the rustflags changed | 
| 2736 | 2024-11-11T19:38:52.131Z |    Compiling plain v0.2.3 | 
| 2737 | 2024-11-11T19:38:52.134Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e0f5d47f3efa4183 -C extra-filename=-e0f5d47f3efa4183 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2738 | 2024-11-11T19:38:52.315Z |        Dirty goblin v0.8.2: the rustflags changed | 
| 2739 | 2024-11-11T19:38:52.315Z |    Compiling goblin v0.8.2 | 
| 2740 | 2024-11-11T19:38:52.319Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=727a7b2d074d5af3 -C extra-filename=-727a7b2d074d5af3 --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-81e3e574966e5fac.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-e0f5d47f3efa4183.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-e7547f0c18fb9451.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2741 | 2024-11-11T19:38:52.439Z |        Dirty clap_builder v4.5.20: the rustflags changed | 
| 2742 | 2024-11-11T19:38:52.439Z |    Compiling clap_builder v4.5.20 | 
| 2743 | 2024-11-11T19:38:52.441Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.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=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' --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)' --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=735728b5689c6f19 -C extra-filename=-735728b5689c6f19 --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-ea27ef52033e76e3.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ecf92dfe9f50908c.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-7de0337dc3a55bb3.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-dcb55cc28a345ba7.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-76f3047f3819792f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2744 | 2024-11-11T19:38:52.468Z |        Dirty clap_derive v4.5.18: the rustflags changed | 
| 2745 | 2024-11-11T19:38:52.468Z |    Compiling clap_derive v4.5.18 | 
| 2746 | 2024-11-11T19:38:52.471Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.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 --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::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' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=ab4aa719f8c0a07a -C extra-filename=-ab4aa719f8c0a07a --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-d3a2d607a5fdf8df.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2747 | 2024-11-11T19:38:52.494Z |        Dirty usdt-impl v0.5.0: the rustflags changed | 
| 2748 | 2024-11-11T19:38:52.495Z |    Compiling usdt-impl v0.5.0 | 
| 2749 | 2024-11-11T19:38:52.507Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=b285b8894122c5a8 -C extra-filename=-b285b8894122c5a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-b285b8894122c5a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2750 | 2024-11-11T19:38:52.640Z |        Dirty pest_derive v2.7.14: the rustflags changed | 
| 2751 | 2024-11-11T19:38:52.641Z |    Compiling pest_derive v2.7.14 | 
| 2752 | 2024-11-11T19:38:52.643Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.14/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)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=bf279a852d80e1bd -C extra-filename=-bf279a852d80e1bd --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-69209e0ad65cd788.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-02beb29b2a4b8a09.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2753 | 2024-11-11T19:38:52.872Z |        Dirty crc32fast v1.4.2: the rustflags changed | 
| 2754 | 2024-11-11T19:38:52.872Z |    Compiling crc32fast v1.4.2 | 
| 2755 | 2024-11-11T19:38:52.874Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=7add7d581a0a3d92 -C extra-filename=-7add7d581a0a3d92 --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-3a9f8848cb985fb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2756 | 2024-11-11T19:38:52.931Z |        Dirty base16ct v0.2.0: the rustflags changed | 
| 2757 | 2024-11-11T19:38:52.931Z |    Compiling base16ct v0.2.0 | 
| 2758 | 2024-11-11T19:38:52.933Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=8480a90d47051b07 -C extra-filename=-8480a90d47051b07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2759 | 2024-11-11T19:38:53.221Z |        Dirty pretty-hex v0.4.1: the rustflags changed | 
| 2760 | 2024-11-11T19:38:53.221Z |    Compiling pretty-hex v0.4.1 | 
| 2761 | 2024-11-11T19:38:53.223Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=85586f0010100645 -C extra-filename=-85586f0010100645 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2762 | 2024-11-11T19:38:53.273Z |        Dirty sec1 v0.7.3: the rustflags changed | 
| 2763 | 2024-11-11T19:38:53.274Z |    Compiling sec1 v0.7.3 | 
| 2764 | 2024-11-11T19:38:53.276Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=803be08526a01892 -C extra-filename=-803be08526a01892 --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-8480a90d47051b07.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-33f4d8fc2dec0d4b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1bf707952bf72afc.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1bcd6e7431d0c529.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2765 | 2024-11-11T19:38:53.463Z |      Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-b285b8894122c5a8/build-script-build` | 
| 2766 | 2024-11-11T19:38:53.639Z |        Dirty num-integer v0.1.46: the rustflags changed | 
| 2767 | 2024-11-11T19:38:53.639Z |    Compiling num-integer v0.1.46 | 
| 2768 | 2024-11-11T19:38:53.657Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=705691fbe0070fa7 -C extra-filename=-705691fbe0070fa7 --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-6660e290b0adf5ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2769 | 2024-11-11T19:38:53.668Z |        Dirty dtrace-parser v0.2.0: the rustflags changed | 
| 2770 | 2024-11-11T19:38:53.668Z |    Compiling dtrace-parser v0.2.0 | 
| 2771 | 2024-11-11T19:38:53.671Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c1820da4db54e810 -C extra-filename=-c1820da4db54e810 --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-69209e0ad65cd788.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-bf279a852d80e1bd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2772 | 2024-11-11T19:38:53.854Z |        Dirty ff v0.13.0: the rustflags changed | 
| 2773 | 2024-11-11T19:38:53.854Z |    Compiling ff v0.13.0 | 
| 2774 | 2024-11-11T19:38:53.857Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=9e1b6ce8fcb9eb7b -C extra-filename=-9e1b6ce8fcb9eb7b --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-4d1a5cb9c29a1e88.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2775 | 2024-11-11T19:38:54.106Z |        Dirty thread-id v4.2.2: the rustflags changed | 
| 2776 | 2024-11-11T19:38:54.106Z |    Compiling thread-id v4.2.2 | 
| 2777 | 2024-11-11T19:38:54.109Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8a1ce789dac41d55 -C extra-filename=-8a1ce789dac41d55 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2778 | 2024-11-11T19:38:54.243Z |        Dirty group v0.13.0: the rustflags changed | 
| 2779 | 2024-11-11T19:38:54.243Z |    Compiling group v0.13.0 | 
| 2780 | 2024-11-11T19:38:54.246Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=153758aceb3cd21b -C extra-filename=-153758aceb3cd21b --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-9e1b6ce8fcb9eb7b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2781 | 2024-11-11T19:38:54.428Z |        Dirty toml v0.8.19: the rustflags changed | 
| 2782 | 2024-11-11T19:38:54.428Z |    Compiling toml v0.8.19 | 
| 2783 | 2024-11-11T19:38:54.430Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.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 --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::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="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=1dd9127ea51b9cb5 -C extra-filename=-1dd9127ea51b9cb5 --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-269908bc00c83ab7.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-dd42b71a02c2db23.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-60f59f901f5af4f1.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4f9d309aee4b7b19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2784 | 2024-11-11T19:38:54.590Z |        Dirty hkdf v0.12.4: the rustflags changed | 
| 2785 | 2024-11-11T19:38:54.590Z |    Compiling hkdf v0.12.4 | 
| 2786 | 2024-11-11T19:38:54.593Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=91722d65ff8a2813 -C extra-filename=-91722d65ff8a2813 --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-3716f9bff5f1ecbe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2787 | 2024-11-11T19:38:54.905Z |        Dirty crypto-bigint v0.5.5: the rustflags changed | 
| 2788 | 2024-11-11T19:38:54.905Z |    Compiling crypto-bigint v0.5.5 | 
| 2789 | 2024-11-11T19:38:54.907Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=eb41c55900003dae -C extra-filename=-eb41c55900003dae --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-1bf707952bf72afc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2790 | 2024-11-11T19:38:55.126Z |        Dirty crossbeam-epoch v0.9.18: the rustflags changed | 
| 2791 | 2024-11-11T19:38:55.126Z |    Compiling crossbeam-epoch v0.9.18 | 
| 2792 | 2024-11-11T19:38:55.129Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=42d0637fa497cb3d -C extra-filename=-42d0637fa497cb3d --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-830fd7ccfcb0c526.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2793 | 2024-11-11T19:38:55.757Z |        Dirty bitflags v1.3.2: the rustflags changed | 
| 2794 | 2024-11-11T19:38:55.757Z |    Compiling bitflags v1.3.2 | 
| 2795 | 2024-11-11T19:38:55.760Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=0a29f9290229ca2f -C extra-filename=-0a29f9290229ca2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2796 | 2024-11-11T19:38:55.881Z |        Dirty static_assertions v1.1.0: the rustflags changed | 
| 2797 | 2024-11-11T19:38:55.881Z |    Compiling static_assertions v1.1.0 | 
| 2798 | 2024-11-11T19:38:55.883Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=87acb18cbf645a3b -C extra-filename=-87acb18cbf645a3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2799 | 2024-11-11T19:38:55.916Z |        Dirty utf-8 v0.7.6: the rustflags changed | 
| 2800 | 2024-11-11T19:38:55.916Z |    Compiling utf-8 v0.7.6 | 
| 2801 | 2024-11-11T19:38:55.919Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=41c8d522324e4d83 -C extra-filename=-41c8d522324e4d83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2802 | 2024-11-11T19:38:56.005Z |        Dirty rayon-core v1.12.1: the rustflags changed | 
| 2803 | 2024-11-11T19:38:56.005Z |    Compiling rayon-core v1.12.1 | 
| 2804 | 2024-11-11T19:38:56.007Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=be273ddca95773e5 -C extra-filename=-be273ddca95773e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-be273ddca95773e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2805 | 2024-11-11T19:38:56.158Z |        Dirty hex v0.4.3: the rustflags changed | 
| 2806 | 2024-11-11T19:38:56.158Z |    Compiling hex v0.4.3 | 
| 2807 | 2024-11-11T19:38:56.161Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=bea150908669ba2d -C extra-filename=-bea150908669ba2d --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2808 | 2024-11-11T19:38:56.254Z |        Dirty itertools v0.10.5: the rustflags changed | 
| 2809 | 2024-11-11T19:38:56.254Z |    Compiling itertools v0.10.5 | 
| 2810 | 2024-11-11T19:38:56.257Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=cf391c8b3491fee0 -C extra-filename=-cf391c8b3491fee0 --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-4a9dc6afd4d7fafa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2811 | 2024-11-11T19:38:56.371Z |      Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-be273ddca95773e5/build-script-build` | 
| 2812 | 2024-11-11T19:38:56.412Z |        Dirty stable_deref_trait v1.2.0: the rustflags changed | 
| 2813 | 2024-11-11T19:38:56.412Z |    Compiling stable_deref_trait v1.2.0 | 
| 2814 | 2024-11-11T19:38:56.415Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=0470307aa641b20e -C extra-filename=-0470307aa641b20e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2815 | 2024-11-11T19:38:56.537Z |        Dirty bit-vec v0.6.3: the rustflags changed | 
| 2816 | 2024-11-11T19:38:56.537Z |    Compiling bit-vec v0.6.3 | 
| 2817 | 2024-11-11T19:38:56.540Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=a2750eff915f90df -C extra-filename=-a2750eff915f90df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2818 | 2024-11-11T19:38:56.809Z |        Dirty crossbeam-deque v0.8.5: the rustflags changed | 
| 2819 | 2024-11-11T19:38:56.809Z |    Compiling crossbeam-deque v0.8.5 | 
| 2820 | 2024-11-11T19:38:56.812Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=454f7915573dda69 -C extra-filename=-454f7915573dda69 --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-42d0637fa497cb3d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-830fd7ccfcb0c526.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2821 | 2024-11-11T19:38:57.025Z |        Dirty bit-set v0.5.3: the rustflags changed | 
| 2822 | 2024-11-11T19:38:57.025Z |    Compiling bit-set v0.5.3 | 
| 2823 | 2024-11-11T19:38:57.028Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=80ad4cd7f0cddf1a -C extra-filename=-80ad4cd7f0cddf1a --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-a2750eff915f90df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2824 | 2024-11-11T19:38:57.159Z |        Dirty num-iter v0.1.45: the rustflags changed | 
| 2825 | 2024-11-11T19:38:57.160Z |    Compiling num-iter v0.1.45 | 
| 2826 | 2024-11-11T19:38:57.162Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=491118f9ec503a05 -C extra-filename=-491118f9ec503a05 --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-705691fbe0070fa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2827 | 2024-11-11T19:38:57.194Z |        Dirty clap v4.5.20: the rustflags changed | 
| 2828 | 2024-11-11T19:38:57.194Z |    Compiling clap v4.5.20 | 
| 2829 | 2024-11-11T19:38:57.197Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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=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' --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)' --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-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=aafea2ca133fe41b -C extra-filename=-aafea2ca133fe41b --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-735728b5689c6f19.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-ab4aa719f8c0a07a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2830 | 2024-11-11T19:38:57.338Z |        Dirty flate2 v1.0.34: the rustflags changed | 
| 2831 | 2024-11-11T19:38:57.338Z |    Compiling flate2 v1.0.34 | 
| 2832 | 2024-11-11T19:38:57.341Z |        Dirty curve25519-dalek v4.1.3: the rustflags changed | 
| 2833 | 2024-11-11T19:38:57.341Z |    Compiling curve25519-dalek v4.1.3 | 
| 2834 | 2024-11-11T19:38:57.341Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.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="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs)' --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=f24cf5ecde8382e3 -C extra-filename=-f24cf5ecde8382e3 --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-7add7d581a0a3d92.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-0780a2bc915a4180.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2835 | 2024-11-11T19:38:57.341Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=3e4f0b75cd8c623d -C extra-filename=-3e4f0b75cd8c623d --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-3e4f0b75cd8c623d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c6962bd1b9121721.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2836 | 2024-11-11T19:38:57.388Z |        Dirty crossbeam-channel v0.5.13: the rustflags changed | 
| 2837 | 2024-11-11T19:38:57.389Z |    Compiling crossbeam-channel v0.5.13 | 
| 2838 | 2024-11-11T19:38:57.408Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.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 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4b624fa19efe616d -C extra-filename=-4b624fa19efe616d --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-830fd7ccfcb0c526.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2839 | 2024-11-11T19:38:58.130Z |        Dirty dof v0.3.0: the rustflags changed | 
| 2840 | 2024-11-11T19:38:58.130Z |    Compiling dof v0.3.0 | 
| 2841 | 2024-11-11T19:38:58.133Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=2d24512202c3edb4 -C extra-filename=-2d24512202c3edb4 --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-727a7b2d074d5af3.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-65ce327e1c84bc7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2842 | 2024-11-11T19:38:58.363Z |        Dirty elliptic-curve v0.13.8: the rustflags changed | 
| 2843 | 2024-11-11T19:38:58.363Z |    Compiling elliptic-curve v0.13.8 | 
| 2844 | 2024-11-11T19:38:58.366Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=2766537d8ac0b1c3 -C extra-filename=-2766537d8ac0b1c3 --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-8480a90d47051b07.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-eb41c55900003dae.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e1b6ce8fcb9eb7b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1bf707952bf72afc.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-153758aceb3cd21b.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91722d65ff8a2813.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5bba9131e5a5a9a7.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1bcd6e7431d0c529.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-803be08526a01892.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2845 | 2024-11-11T19:38:58.511Z |        Dirty memmap v0.7.0: the rustflags changed | 
| 2846 | 2024-11-11T19:38:58.511Z |    Compiling memmap v0.7.0 | 
| 2847 | 2024-11-11T19:38:58.513Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=af135560e41d5231 -C extra-filename=-af135560e41d5231 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2848 | 2024-11-11T19:38:58.901Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=42e66d799d40a197 -C extra-filename=-42e66d799d40a197 --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-e24dfd866924e567.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2d24512202c3edb4.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-c1820da4db54e810.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-8a1ce789dac41d55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard` | 
| 2849 | 2024-11-11T19:38:59.055Z |        Dirty thread_local v1.1.8: the rustflags changed | 
| 2850 | 2024-11-11T19:38:59.055Z |    Compiling thread_local v1.1.8 | 
| 2851 | 2024-11-11T19:38:59.058Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4d20fbaa74cd0864 -C extra-filename=-4d20fbaa74cd0864 --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-3a9f8848cb985fb5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2852 | 2024-11-11T19:38:59.233Z |        Dirty num-bigint-dig v0.8.4: the rustflags changed | 
| 2853 | 2024-11-11T19:38:59.233Z |    Compiling num-bigint-dig v0.8.4 | 
| 2854 | 2024-11-11T19:38:59.236Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.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 -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)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=c68374765820bca2 -C extra-filename=-c68374765820bca2 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-c68374765820bca2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2855 | 2024-11-11T19:38:59.631Z |        Dirty slog-async v2.8.0: the rustflags changed | 
| 2856 | 2024-11-11T19:38:59.631Z |    Compiling slog-async v2.8.0 | 
| 2857 | 2024-11-11T19:38:59.633Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=f8fbb14228ee6a69 -C extra-filename=-f8fbb14228ee6a69 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-f8fbb14228ee6a69 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2858 | 2024-11-11T19:38:59.633Z |      Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-c68374765820bca2/build-script-build` | 
| 2859 | 2024-11-11T19:38:59.723Z |      Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-3e4f0b75cd8c623d/build-script-build` | 
| 2860 | 2024-11-11T19:38:59.852Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=11c1ffc60bd5ec2b -C extra-filename=-11c1ffc60bd5ec2b --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-454f7915573dda69.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-830fd7ccfcb0c526.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2861 | 2024-11-11T19:39:00.226Z |        Dirty toml v0.7.8: the rustflags changed | 
| 2862 | 2024-11-11T19:39:00.226Z |    Compiling toml v0.7.8 | 
| 2863 | 2024-11-11T19:39:00.228Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=896f8a38cf2a3f95 -C extra-filename=-896f8a38cf2a3f95 --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-269908bc00c83ab7.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-dd42b71a02c2db23.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-60f59f901f5af4f1.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d004079115bc03a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2864 | 2024-11-11T19:39:00.257Z |      Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-f8fbb14228ee6a69/build-script-build` | 
| 2865 | 2024-11-11T19:39:00.341Z |        Dirty phf_shared v0.11.2: the rustflags changed | 
| 2866 | 2024-11-11T19:39:00.341Z |    Compiling phf_shared v0.11.2 | 
| 2867 | 2024-11-11T19:39:00.344Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=e07776025399bf26 -C extra-filename=-e07776025399bf26 --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-fc914b4c37e5af60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2868 | 2024-11-11T19:39:00.441Z |        Dirty rfc6979 v0.4.0: the rustflags changed | 
| 2869 | 2024-11-11T19:39:00.441Z |    Compiling rfc6979 v0.4.0 | 
| 2870 | 2024-11-11T19:39:00.444Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b26ad2deb39aceb3 -C extra-filename=-b26ad2deb39aceb3 --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-3716f9bff5f1ecbe.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2871 | 2024-11-11T19:39:00.653Z |        Dirty curve25519-dalek-derive v0.1.1: the rustflags changed | 
| 2872 | 2024-11-11T19:39:00.653Z |    Compiling curve25519-dalek-derive v0.1.1 | 
| 2873 | 2024-11-11T19:39:00.656Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c11610974370f970 -C extra-filename=-c11610974370f970 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2874 | 2024-11-11T19:39:00.774Z |        Dirty zerocopy-derive v0.6.6: the rustflags changed | 
| 2875 | 2024-11-11T19:39:00.775Z |    Compiling zerocopy-derive v0.6.6 | 
| 2876 | 2024-11-11T19:39:00.777Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=dabc8af87c2f3123 -C extra-filename=-dabc8af87c2f3123 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2877 | 2024-11-11T19:39:00.959Z |        Dirty bstr v1.10.0: the rustflags changed | 
| 2878 | 2024-11-11T19:39:00.959Z |    Compiling bstr v1.10.0 | 
| 2879 | 2024-11-11T19:39:00.981Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=b51e3ea9db37203e -C extra-filename=-b51e3ea9db37203e --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-67e0a46ec2bfb252.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f1e3a7c04597f989.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2880 | 2024-11-11T19:39:01.234Z |        Dirty fixedbitset v0.4.2: the rustflags changed | 
| 2881 | 2024-11-11T19:39:01.234Z |    Compiling fixedbitset v0.4.2 | 
| 2882 | 2024-11-11T19:39:01.237Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=6f4d34828a647125 -C extra-filename=-6f4d34828a647125 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2883 | 2024-11-11T19:39:01.651Z |        Dirty take_mut v0.2.2: the rustflags changed | 
| 2884 | 2024-11-11T19:39:01.651Z |    Compiling take_mut v0.2.2 | 
| 2885 | 2024-11-11T19:39:01.654Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2dcf7827a1f4d9f8 -C extra-filename=-2dcf7827a1f4d9f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2886 | 2024-11-11T19:39:01.732Z |        Dirty rustls v0.22.4: the rustflags changed | 
| 2887 | 2024-11-11T19:39:01.732Z |    Compiling rustls v0.22.4 | 
| 2888 | 2024-11-11T19:39:01.735Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=9e051d999dc1eb9d -C extra-filename=-9e051d999dc1eb9d --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-9e051d999dc1eb9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2889 | 2024-11-11T19:39:01.829Z |        Dirty managed v0.8.0: the rustflags changed | 
| 2890 | 2024-11-11T19:39:01.829Z |    Compiling managed v0.8.0 | 
| 2891 | 2024-11-11T19:39:01.834Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=efebdf221d3b73ad -C extra-filename=-efebdf221d3b73ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2892 | 2024-11-11T19:39:01.866Z |        Dirty signal-hook v0.3.17: the rustflags changed | 
| 2893 | 2024-11-11T19:39:01.866Z |    Compiling signal-hook v0.3.17 | 
| 2894 | 2024-11-11T19:39:01.866Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.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="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=2fb8cf680648f425 -C extra-filename=-2fb8cf680648f425 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-2fb8cf680648f425 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2895 | 2024-11-11T19:39:02.096Z |        Dirty match_cfg v0.1.0: the rustflags changed | 
| 2896 | 2024-11-11T19:39:02.096Z |    Compiling match_cfg v0.1.0 | 
| 2897 | 2024-11-11T19:39:02.109Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=68c262d7f93fb904 -C extra-filename=-68c262d7f93fb904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2898 | 2024-11-11T19:39:02.208Z |        Dirty hostname v0.3.1: the rustflags changed | 
| 2899 | 2024-11-11T19:39:02.208Z |    Compiling hostname v0.3.1 | 
| 2900 | 2024-11-11T19:39:02.230Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=e7c0914443023527 -C extra-filename=-e7c0914443023527 --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-5e430ebab9bd9caf.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-68c262d7f93fb904.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2901 | 2024-11-11T19:39:02.235Z |        Dirty usdt-macro v0.5.0: the rustflags changed | 
| 2902 | 2024-11-11T19:39:02.235Z |    Compiling usdt-macro v0.5.0 | 
| 2903 | 2024-11-11T19:39:02.238Z |        Dirty usdt-attr-macro v0.5.0: the rustflags changed | 
| 2904 | 2024-11-11T19:39:02.238Z |    Compiling usdt-attr-macro v0.5.0 | 
| 2905 | 2024-11-11T19:39:02.256Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=90a66ed60c19fee5 -C extra-filename=-90a66ed60c19fee5 --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-c1820da4db54e810.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a85680cc9908cb93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-42e66d799d40a197.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2906 | 2024-11-11T19:39:02.260Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=f1131b310d6f6a25 -C extra-filename=-f1131b310d6f6a25 --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-c1820da4db54e810.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a85680cc9908cb93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-42e66d799d40a197.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2907 | 2024-11-11T19:39:02.293Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=f12c971a1db56268 -C extra-filename=-f12c971a1db56268 --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-3a9f8848cb985fb5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-68208c04c9dfb23d.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-c11610974370f970.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'` | 
| 2908 | 2024-11-11T19:39:02.320Z |      Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-2fb8cf680648f425/build-script-build` | 
| 2909 | 2024-11-11T19:39:02.386Z |      Running `/work/oxidecomputer/omicron/target/debug/build/rustls-9e051d999dc1eb9d/build-script-build` | 
| 2910 | 2024-11-11T19:39:02.402Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=5ef2f1f3258ec3e6 -C extra-filename=-5ef2f1f3258ec3e6 --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-4b624fa19efe616d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-2dcf7827a1f4d9f8.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-4d20fbaa74cd0864.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128` | 
| 2911 | 2024-11-11T19:39:02.473Z |        Dirty petgraph v0.6.5: the rustflags changed | 
| 2912 | 2024-11-11T19:39:02.473Z |    Compiling petgraph v0.6.5 | 
| 2913 | 2024-11-11T19:39:02.476Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=b2e86226233d43a5 -C extra-filename=-b2e86226233d43a5 --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-6f4d34828a647125.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e5552635b571d05f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2914 | 2024-11-11T19:39:02.730Z |        Dirty ecdsa v0.16.9: the rustflags changed | 
| 2915 | 2024-11-11T19:39:02.730Z |    Compiling ecdsa v0.16.9 | 
| 2916 | 2024-11-11T19:39:02.732Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=5a997561f72bb41f -C extra-filename=-5a997561f72bb41f --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-33f4d8fc2dec0d4b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2766537d8ac0b1c3.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-b26ad2deb39aceb3.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f860fa672f8c28a7.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-37fe07d65ecb9243.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2917 | 2024-11-11T19:39:02.926Z |        Dirty zerocopy v0.6.6: the rustflags changed | 
| 2918 | 2024-11-11T19:39:02.926Z |    Compiling zerocopy v0.6.6 | 
| 2919 | 2024-11-11T19:39:02.936Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=3689f5d55485dcf2 -C extra-filename=-3689f5d55485dcf2 --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-e24dfd866924e567.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-dabc8af87c2f3123.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2920 | 2024-11-11T19:39:03.536Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-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 --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=b950497410d08f2b -C extra-filename=-b950497410d08f2b --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-e24dfd866924e567.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-2f9c9ac03fc1d9d2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-491118f9ec503a05.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128` | 
| 2921 | 2024-11-11T19:39:03.604Z |        Dirty slog-term v2.9.1: the rustflags changed | 
| 2922 | 2024-11-11T19:39:03.604Z |    Compiling slog-term v2.9.1 | 
| 2923 | 2024-11-11T19:39:03.607Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.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)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=749ad3a1be8c2d89 -C extra-filename=-749ad3a1be8c2d89 --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-5650e16c205792da.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2c9865cb6e9a9cfd.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-4d20fbaa74cd0864.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2924 | 2024-11-11T19:39:03.747Z |        Dirty phf_shared v0.10.0: the rustflags changed | 
| 2925 | 2024-11-11T19:39:03.747Z |    Compiling phf_shared v0.10.0 | 
| 2926 | 2024-11-11T19:39:03.750Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=4b8cf4553fc66351 -C extra-filename=-4b8cf4553fc66351 --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-fc914b4c37e5af60.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2927 | 2024-11-11T19:39:04.108Z |        Dirty pkcs1 v0.7.5: the rustflags changed | 
| 2928 | 2024-11-11T19:39:04.108Z |    Compiling pkcs1 v0.7.5 | 
| 2929 | 2024-11-11T19:39:04.111Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=dbe027f7e6cbbe8c -C extra-filename=-dbe027f7e6cbbe8c --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-33f4d8fc2dec0d4b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1bcd6e7431d0c529.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-37fe07d65ecb9243.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2930 | 2024-11-11T19:39:04.131Z |        Dirty usdt v0.5.0: the rustflags changed | 
| 2931 | 2024-11-11T19:39:04.131Z |    Compiling usdt v0.5.0 | 
| 2932 | 2024-11-11T19:39:04.134Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=dc96afe696808903 -C extra-filename=-dc96afe696808903 --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-2d24512202c3edb4.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-c1820da4db54e810.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-727a7b2d074d5af3.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-af135560e41d5231.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-f1131b310d6f6a25.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-42e66d799d40a197.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-90a66ed60c19fee5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2933 | 2024-11-11T19:39:04.183Z |        Dirty bzip2-sys v0.1.11+1.0.8: the rustflags changed | 
| 2934 | 2024-11-11T19:39:04.183Z |    Compiling bzip2-sys v0.1.11+1.0.8 | 
| 2935 | 2024-11-11T19:39:04.185Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=684941941b022a97 -C extra-filename=-684941941b022a97 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-684941941b022a97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c92522b5f64ce473.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-7758a0649459c8d9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2936 | 2024-11-11T19:39:04.647Z |        Dirty precomputed-hash v0.1.1: the rustflags changed | 
| 2937 | 2024-11-11T19:39:04.647Z |    Compiling precomputed-hash v0.1.1 | 
| 2938 | 2024-11-11T19:39:04.694Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=cca414a78edc2c0e -C extra-filename=-cca414a78edc2c0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2939 | 2024-11-11T19:39:04.805Z |        Dirty new_debug_unreachable v1.0.6: the rustflags changed | 
| 2940 | 2024-11-11T19:39:04.805Z |    Compiling new_debug_unreachable v1.0.6 | 
| 2941 | 2024-11-11T19:39:04.814Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d9b0c534740f2088 -C extra-filename=-d9b0c534740f2088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2942 | 2024-11-11T19:39:04.849Z |        Dirty unicode-xid v0.2.6: the rustflags changed | 
| 2943 | 2024-11-11T19:39:04.849Z |    Compiling unicode-xid v0.2.6 | 
| 2944 | 2024-11-11T19:39:04.852Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=6b8f6d0757d70170 -C extra-filename=-6b8f6d0757d70170 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2945 | 2024-11-11T19:39:04.890Z |      Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-684941941b022a97/build-script-build` | 
| 2946 | 2024-11-11T19:39:04.924Z |        Dirty string_cache v0.8.7: the rustflags changed | 
| 2947 | 2024-11-11T19:39:04.924Z |    Compiling string_cache v0.8.7 | 
| 2948 | 2024-11-11T19:39:04.926Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.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="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=d1899eb74ee961d4 -C extra-filename=-d1899eb74ee961d4 --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-d9b0c534740f2088.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-278271ef528ea378.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-4b8cf4553fc66351.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-cca414a78edc2c0e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2949 | 2024-11-11T19:39:05.022Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-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="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=78ac86b264e9f763 -C extra-filename=-78ac86b264e9f763 --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-5e430ebab9bd9caf.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-16475f3d81a69a38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2950 | 2024-11-11T19:39:05.057Z |        Dirty ed25519 v2.2.3: the rustflags changed | 
| 2951 | 2024-11-11T19:39:05.057Z |    Compiling ed25519 v2.2.3 | 
| 2952 | 2024-11-11T19:39:05.060Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=fce264fdae4ae9ca -C extra-filename=-fce264fdae4ae9ca --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-1bcd6e7431d0c529.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f860fa672f8c28a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2953 | 2024-11-11T19:39:05.368Z |        Dirty hubpack_derive v0.1.1: the rustflags changed | 
| 2954 | 2024-11-11T19:39:05.368Z |    Compiling hubpack_derive v0.1.1 | 
| 2955 | 2024-11-11T19:39:05.371Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=be416952c63d6b74 -C extra-filename=-be416952c63d6b74 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2956 | 2024-11-11T19:39:05.986Z |        Dirty multer v3.1.0: the rustflags changed | 
| 2957 | 2024-11-11T19:39:05.986Z |    Compiling multer v3.1.0 | 
| 2958 | 2024-11-11T19:39:05.989Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=575096ee1911e6ef -C extra-filename=-575096ee1911e6ef --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-575096ee1911e6ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2959 | 2024-11-11T19:39:06.359Z |        Dirty rsa v0.9.6: the rustflags changed | 
| 2960 | 2024-11-11T19:39:06.359Z |    Compiling rsa v0.9.6 | 
| 2961 | 2024-11-11T19:39:06.362Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-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 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)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=d83515ae026c9753 -C extra-filename=-d83515ae026c9753 --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-4774ceefd9811b02.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b950497410d08f2b.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-dbe027f7e6cbbe8c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1bcd6e7431d0c529.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f860fa672f8c28a7.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-37fe07d65ecb9243.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2962 | 2024-11-11T19:39:06.386Z |        Dirty quick-error v1.2.3: the rustflags changed | 
| 2963 | 2024-11-11T19:39:06.386Z |    Compiling quick-error v1.2.3 | 
| 2964 | 2024-11-11T19:39:06.388Z |        Dirty hubpack v0.1.2: the rustflags changed | 
| 2965 | 2024-11-11T19:39:06.388Z |    Compiling hubpack v0.1.2 | 
| 2966 | 2024-11-11T19:39:06.388Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c8b754fad6fc079c -C extra-filename=-c8b754fad6fc079c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2967 | 2024-11-11T19:39:06.408Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=dbf61326827696a1 -C extra-filename=-dbf61326827696a1 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -l static=bz2` | 
| 2968 | 2024-11-11T19:39:06.408Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=511ffae39571fcdb -C extra-filename=-511ffae39571fcdb --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-be416952c63d6b74.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2969 | 2024-11-11T19:39:06.533Z |      Running `/work/oxidecomputer/omicron/target/debug/build/multer-575096ee1911e6ef/build-script-build` | 
| 2970 | 2024-11-11T19:39:06.585Z |        Dirty ed25519-dalek v2.1.1: the rustflags changed | 
| 2971 | 2024-11-11T19:39:06.585Z |    Compiling ed25519-dalek v2.1.1 | 
| 2972 | 2024-11-11T19:39:06.588Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --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=f670185fe28d0078 -C extra-filename=-f670185fe28d0078 --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-f12c971a1db56268.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-fce264fdae4ae9ca.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f860fa672f8c28a7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2973 | 2024-11-11T19:39:06.616Z |        Dirty x509-cert v0.2.5: the rustflags changed | 
| 2974 | 2024-11-11T19:39:06.616Z |    Compiling x509-cert v0.2.5 | 
| 2975 | 2024-11-11T19:39:06.616Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=a17316c84dfe119d -C extra-filename=-a17316c84dfe119d --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-4774ceefd9811b02.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-33f4d8fc2dec0d4b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-37fe07d65ecb9243.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2976 | 2024-11-11T19:39:06.804Z |        Dirty heapless v0.7.17: the rustflags changed | 
| 2977 | 2024-11-11T19:39:06.805Z |    Compiling heapless v0.7.17 | 
| 2978 | 2024-11-11T19:39:06.822Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=e5eb12a5b4094c76 -C extra-filename=-e5eb12a5b4094c76 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-e5eb12a5b4094c76 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c6962bd1b9121721.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2979 | 2024-11-11T19:39:06.876Z |        Dirty slog-json v2.6.1: the rustflags changed | 
| 2980 | 2024-11-11T19:39:06.876Z |    Compiling slog-json v2.6.1 | 
| 2981 | 2024-11-11T19:39:06.879Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=eb0cb57cfe573841 -C extra-filename=-eb0cb57cfe573841 --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-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2982 | 2024-11-11T19:39:07.281Z |        Dirty enum-as-inner v0.6.1: the rustflags changed | 
| 2983 | 2024-11-11T19:39:07.281Z |    Compiling enum-as-inner v0.6.1 | 
| 2984 | 2024-11-11T19:39:07.284Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2dbbab2a7d707c67 -C extra-filename=-2dbbab2a7d707c67 --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-d3a2d607a5fdf8df.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2985 | 2024-11-11T19:39:07.358Z |        Dirty async-stream-impl v0.3.6: the rustflags changed | 
| 2986 | 2024-11-11T19:39:07.358Z |    Compiling async-stream-impl v0.3.6 | 
| 2987 | 2024-11-11T19:39:07.360Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=bf4ef024f9db5a24 -C extra-filename=-bf4ef024f9db5a24 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2988 | 2024-11-11T19:39:07.930Z |        Dirty idna v0.4.0: the rustflags changed | 
| 2989 | 2024-11-11T19:39:07.930Z |    Compiling idna v0.4.0 | 
| 2990 | 2024-11-11T19:39:07.933Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9a613912a37dc712 -C extra-filename=-9a613912a37dc712 --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-b3bd218e77493777.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-365aa1a7c82b17a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2991 | 2024-11-11T19:39:08.558Z |        Dirty dropshot v0.12.0: the rustflags changed | 
| 2992 | 2024-11-11T19:39:08.558Z |    Compiling dropshot v0.12.0 | 
| 2993 | 2024-11-11T19:39:08.561Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.12.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 '--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' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=544ed9a98bd2a107 -C extra-filename=-544ed9a98bd2a107 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-544ed9a98bd2a107 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2994 | 2024-11-11T19:39:08.883Z |        Dirty debug-ignore v1.0.5: the rustflags changed | 
| 2995 | 2024-11-11T19:39:08.883Z |    Compiling debug-ignore v1.0.5 | 
| 2996 | 2024-11-11T19:39:08.885Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=06a5fd56a58d72b1 -C extra-filename=-06a5fd56a58d72b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 2997 | 2024-11-11T19:39:08.943Z |        Dirty lalrpop-util v0.19.12: the rustflags changed | 
| 2998 | 2024-11-11T19:39:08.944Z |    Compiling lalrpop-util v0.19.12 | 
| 2999 | 2024-11-11T19:39:08.946Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=52313d9d65cb49f4 -C extra-filename=-52313d9d65cb49f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3000 | 2024-11-11T19:39:09.055Z |      Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-544ed9a98bd2a107/build-script-build` | 
| 3001 | 2024-11-11T19:39:09.138Z |        Dirty async-stream v0.3.6: the rustflags changed | 
| 3002 | 2024-11-11T19:39:09.138Z |    Compiling async-stream v0.3.6 | 
| 3003 | 2024-11-11T19:39:09.141Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=aa7346985812904d -C extra-filename=-aa7346985812904d --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-bf4ef024f9db5a24.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3004 | 2024-11-11T19:39:09.329Z |        Dirty hickory-proto v0.24.1: the rustflags changed | 
| 3005 | 2024-11-11T19:39:09.329Z |    Compiling hickory-proto v0.24.1 | 
| 3006 | 2024-11-11T19:39:09.332Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-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="text-parsing"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --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=3424bbf8ce57e058 -C extra-filename=-3424bbf8ce57e058 --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-4c8e06103831ec1b.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-84e888d97715bed6.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-2dbbab2a7d707c67.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bb45aa76554642b3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9a613912a37dc712.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-1633ce11f04956d7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-4b5c7b8dd5a16f70.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3007 | 2024-11-11T19:39:09.452Z |      Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e5eb12a5b4094c76/build-script-build` | 
| 3008 | 2024-11-11T19:39:09.478Z |        Dirty slog-bunyan v2.5.0: the rustflags changed | 
| 3009 | 2024-11-11T19:39:09.478Z |    Compiling slog-bunyan v2.5.0 | 
| 3010 | 2024-11-11T19:39:09.481Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=781fdb0910cc187e -C extra-filename=-781fdb0910cc187e --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-e7c0914443023527.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-eb0cb57cfe573841.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3011 | 2024-11-11T19:39:09.535Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=7d453c2c60ab2121 -C extra-filename=-7d453c2c60ab2121 --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-28b401de3dbe7ac5.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-00b6a6fc1cfba432.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5d8a463318a86900.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-d9c84f3cc4dc8e05.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4e5ab92ea1014325.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3012 | 2024-11-11T19:39:09.752Z |        Dirty bzip2 v0.4.4: the rustflags changed | 
| 3013 | 2024-11-11T19:39:09.752Z |    Compiling bzip2 v0.4.4 | 
| 3014 | 2024-11-11T19:39:09.755Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=6a0b59fe5a5d56a0 -C extra-filename=-6a0b59fe5a5d56a0 --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-dbf61326827696a1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3015 | 2024-11-11T19:39:10.182Z |        Dirty signal-hook-mio v0.2.4: the rustflags changed | 
| 3016 | 2024-11-11T19:39:10.182Z |    Compiling signal-hook-mio v0.2.4 | 
| 3017 | 2024-11-11T19:39:10.185Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=821c11c76c817bba -C extra-filename=-821c11c76c817bba --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-5e430ebab9bd9caf.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-37e4304872f28ac3.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-78ac86b264e9f763.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3018 | 2024-11-11T19:39:10.306Z |        Dirty console v0.15.8: the rustflags changed | 
| 3019 | 2024-11-11T19:39:10.306Z |    Compiling console v0.15.8 | 
| 3020 | 2024-11-11T19:39:10.308Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.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="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=1fadb5960a8d19a8 -C extra-filename=-1fadb5960a8d19a8 --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-802887cd43335884.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3021 | 2024-11-11T19:39:10.367Z |        Dirty dropshot_endpoint v0.12.0: the rustflags changed | 
| 3022 | 2024-11-11T19:39:10.367Z |    Compiling dropshot_endpoint v0.12.0 | 
| 3023 | 2024-11-11T19:39:10.370Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-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 '--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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=704eba9bc78670f8 -C extra-filename=-704eba9bc78670f8 --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-d3a2d607a5fdf8df.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a85680cc9908cb93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3024 | 2024-11-11T19:39:10.657Z |        Dirty serde_path_to_error v0.1.16: the rustflags changed | 
| 3025 | 2024-11-11T19:39:10.657Z |    Compiling serde_path_to_error v0.1.16 | 
| 3026 | 2024-11-11T19:39:10.660Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8ebf534aa119cf7e -C extra-filename=-8ebf534aa119cf7e --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-2e2f4eb969836d3f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3027 | 2024-11-11T19:39:11.153Z |        Dirty waitgroup v0.1.2: the rustflags changed | 
| 3028 | 2024-11-11T19:39:11.153Z |    Compiling waitgroup v0.1.2 | 
| 3029 | 2024-11-11T19:39:11.155Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=84a61c1709cea45f -C extra-filename=-84a61c1709cea45f --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-d6f71f9053019c8a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3030 | 2024-11-11T19:39:11.400Z |        Dirty hostname v0.4.0: the rustflags changed | 
| 3031 | 2024-11-11T19:39:11.401Z |    Compiling hostname v0.4.0 | 
| 3032 | 2024-11-11T19:39:11.403Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=2680ff2796872663 -C extra-filename=-2680ff2796872663 --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-3a9f8848cb985fb5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3033 | 2024-11-11T19:39:11.545Z |        Dirty hash32 v0.2.1: the rustflags changed | 
| 3034 | 2024-11-11T19:39:11.545Z |    Compiling hash32 v0.2.1 | 
| 3035 | 2024-11-11T19:39:11.548Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7bd519207083c438 -C extra-filename=-7bd519207083c438 --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-e24dfd866924e567.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3036 | 2024-11-11T19:39:11.675Z |        Dirty portable-atomic v1.9.0: the rustflags changed | 
| 3037 | 2024-11-11T19:39:11.675Z |    Compiling portable-atomic v1.9.0 | 
| 3038 | 2024-11-11T19:39:11.678Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.9.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=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' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --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)' -C metadata=d1ccff0fa1274dff -C extra-filename=-d1ccff0fa1274dff --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-d1ccff0fa1274dff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3039 | 2024-11-11T19:39:11.872Z |        Dirty smoltcp v0.9.1: the rustflags changed | 
| 3040 | 2024-11-11T19:39:11.872Z |    Compiling smoltcp v0.9.1 | 
| 3041 | 2024-11-11T19:39:11.875Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=b995c55bd7bcad00 -C extra-filename=-b995c55bd7bcad00 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-b995c55bd7bcad00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3042 | 2024-11-11T19:39:11.960Z |        Dirty linked-hash-map v0.5.6: the rustflags changed | 
| 3043 | 2024-11-11T19:39:11.960Z |    Compiling linked-hash-map v0.5.6 | 
| 3044 | 2024-11-11T19:39:11.963Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=3aa6e11da5df3b14 -C extra-filename=-3aa6e11da5df3b14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3045 | 2024-11-11T19:39:12.361Z |        Dirty predicates-core v1.0.8: the rustflags changed | 
| 3046 | 2024-11-11T19:39:12.361Z |    Compiling predicates-core v1.0.8 | 
| 3047 | 2024-11-11T19:39:12.364Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=04ddfe6f69a0dea9 -C extra-filename=-04ddfe6f69a0dea9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3048 | 2024-11-11T19:39:12.872Z |        Dirty unicode-properties v0.1.3: the rustflags changed | 
| 3049 | 2024-11-11T19:39:12.872Z |    Compiling unicode-properties v0.1.3 | 
| 3050 | 2024-11-11T19:39:12.875Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=2062cfe082417c8c -C extra-filename=-2062cfe082417c8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3051 | 2024-11-11T19:39:12.875Z |      Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-b995c55bd7bcad00/build-script-build` | 
| 3052 | 2024-11-11T19:39:12.875Z |        Dirty lru-cache v0.1.2: the rustflags changed | 
| 3053 | 2024-11-11T19:39:12.875Z |    Compiling lru-cache v0.1.2 | 
| 3054 | 2024-11-11T19:39:12.875Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=8ff4fd01cbe58fb5 -C extra-filename=-8ff4fd01cbe58fb5 --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-3aa6e11da5df3b14.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3055 | 2024-11-11T19:39:12.875Z |      Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-d1ccff0fa1274dff/build-script-build` | 
| 3056 | 2024-11-11T19:39:12.888Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=23b6744b78459df4 -C extra-filename=-23b6744b78459df4 --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-7bd519207083c438.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4e5ab92ea1014325.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-0470307aa641b20e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics` | 
| 3057 | 2024-11-11T19:39:12.988Z |        Dirty crossterm v0.28.1: the rustflags changed | 
| 3058 | 2024-11-11T19:39:12.988Z |    Compiling crossterm v0.28.1 | 
| 3059 | 2024-11-11T19:39:12.991Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=59d3c2f4b4dae7d2 -C extra-filename=-59d3c2f4b4dae7d2 --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-35b1b2b889dfc8ca.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-37e4304872f28ac3.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-278271ef528ea378.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-78ac86b264e9f763.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-821c11c76c817bba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3060 | 2024-11-11T19:39:13.083Z |        Dirty stringprep v0.1.5: the rustflags changed | 
| 3061 | 2024-11-11T19:39:13.083Z |    Compiling stringprep v0.1.5 | 
| 3062 | 2024-11-11T19:39:13.117Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ef03d475db04af85 -C extra-filename=-ef03d475db04af85 --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-b3bd218e77493777.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-365aa1a7c82b17a1.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-2062cfe082417c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3063 | 2024-11-11T19:39:13.970Z |        Dirty similar v2.6.0: the rustflags changed | 
| 3064 | 2024-11-11T19:39:13.970Z |    Compiling similar v2.6.0 | 
| 3065 | 2024-11-11T19:39:13.972Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.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="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=408a063a4091fdbc -C extra-filename=-408a063a4091fdbc --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-b51e3ea9db37203e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3b8587e0c7ea651d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3066 | 2024-11-11T19:39:14.093Z |        Dirty rayon v1.10.0: the rustflags changed | 
| 3067 | 2024-11-11T19:39:14.093Z |    Compiling rayon v1.10.0 | 
| 3068 | 2024-11-11T19:39:14.096Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=67b93f86f9ca9639 -C extra-filename=-67b93f86f9ca9639 --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-4a9dc6afd4d7fafa.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-11c1ffc60bd5ec2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3069 | 2024-11-11T19:39:14.249Z |        Dirty tokio-stream v0.1.16: the rustflags changed | 
| 3070 | 2024-11-11T19:39:14.250Z |    Compiling tokio-stream v0.1.16 | 
| 3071 | 2024-11-11T19:39:14.252Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.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 --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=6c9a16967fd14933 -C extra-filename=-6c9a16967fd14933 --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-b5918c7bb1241671.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3072 | 2024-11-11T19:39:15.050Z |        Dirty md-5 v0.10.6: the rustflags changed | 
| 3073 | 2024-11-11T19:39:15.050Z |    Compiling md-5 v0.10.6 | 
| 3074 | 2024-11-11T19:39:15.052Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=8c303ce35af43ac9 -C extra-filename=-8c303ce35af43ac9 --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-3a9f8848cb985fb5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3075 | 2024-11-11T19:39:15.325Z |        Dirty float-cmp v0.9.0: the rustflags changed | 
| 3076 | 2024-11-11T19:39:15.325Z |    Compiling float-cmp v0.9.0 | 
| 3077 | 2024-11-11T19:39:15.328Z |        Dirty fs-err v2.11.0: the rustflags changed | 
| 3078 | 2024-11-11T19:39:15.328Z |    Compiling fs-err v2.11.0 | 
| 3079 | 2024-11-11T19:39:15.328Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-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 --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=b06a3a0e37a27d50 -C extra-filename=-b06a3a0e37a27d50 --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-6660e290b0adf5ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3080 | 2024-11-11T19:39:15.355Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=5abf95b3526007fd -C extra-filename=-5abf95b3526007fd --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-5abf95b3526007fd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-9cfbfcf28d644455.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3081 | 2024-11-11T19:39:15.569Z |        Dirty normalize-line-endings v0.3.0: the rustflags changed | 
| 3082 | 2024-11-11T19:39:15.569Z |    Compiling normalize-line-endings v0.3.0 | 
| 3083 | 2024-11-11T19:39:15.594Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d5761b3ce4a8984e -C extra-filename=-d5761b3ce4a8984e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3084 | 2024-11-11T19:39:15.710Z |        Dirty fallible-iterator v0.2.0: the rustflags changed | 
| 3085 | 2024-11-11T19:39:15.710Z |    Compiling fallible-iterator v0.2.0 | 
| 3086 | 2024-11-11T19:39:15.714Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d5406de707b00213 -C extra-filename=-d5406de707b00213 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3087 | 2024-11-11T19:39:15.737Z |        Dirty difflib v0.4.0: the rustflags changed | 
| 3088 | 2024-11-11T19:39:15.737Z |    Compiling difflib v0.4.0 | 
| 3089 | 2024-11-11T19:39:15.739Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=80c812ca333ebf3d -C extra-filename=-80c812ca333ebf3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3090 | 2024-11-11T19:39:16.345Z |        Dirty predicates v3.1.2: the rustflags changed | 
| 3091 | 2024-11-11T19:39:16.345Z |    Compiling predicates v3.1.2 | 
| 3092 | 2024-11-11T19:39:16.347Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.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::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="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=b6b4eefa36f536f5 -C extra-filename=-b6b4eefa36f536f5 --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-ecf92dfe9f50908c.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-80c812ca333ebf3d.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-b06a3a0e37a27d50.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-d5761b3ce4a8984e.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-04ddfe6f69a0dea9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3093 | 2024-11-11T19:39:16.445Z |        Dirty postgres-protocol v0.6.7: the rustflags changed | 
| 3094 | 2024-11-11T19:39:16.445Z |    Compiling postgres-protocol v0.6.7 | 
| 3095 | 2024-11-11T19:39:16.448Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=aa65528d66dc6018 -C extra-filename=-aa65528d66dc6018 --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-031d0c34245e6fe3.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d5406de707b00213.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3716f9bff5f1ecbe.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-8c303ce35af43ac9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-ef03d475db04af85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3096 | 2024-11-11T19:39:16.695Z |      Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-5abf95b3526007fd/build-script-build` | 
| 3097 | 2024-11-11T19:39:16.856Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=10c30e8b402a74f5 -C extra-filename=-10c30e8b402a74f5 --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-0a29f9290229ca2f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-23b6744b78459df4.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-efebdf221d3b73ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3098 | 2024-11-11T19:39:17.200Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-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 --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' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --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)' -C metadata=8d2fad38ecfc9afb -C extra-filename=-8d2fad38ecfc9afb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(target_feature,values("zaamo","zabha","experimental-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_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_19,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_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,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","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha"))'` | 
| 3099 | 2024-11-11T19:39:17.307Z |        Dirty zip v0.6.6: the rustflags changed | 
| 3100 | 2024-11-11T19:39:17.307Z |    Compiling zip v0.6.6 | 
| 3101 | 2024-11-11T19:39:17.310Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=56e91e2c6f079a37 -C extra-filename=-56e91e2c6f079a37 --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-e24dfd866924e567.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-6a0b59fe5a5d56a0.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-7add7d581a0a3d92.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3102 | 2024-11-11T19:39:17.817Z |        Dirty resolv-conf v0.7.0: the rustflags changed | 
| 3103 | 2024-11-11T19:39:17.817Z |    Compiling resolv-conf v0.7.0 | 
| 3104 | 2024-11-11T19:39:17.820Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=9529a80f903030d6 -C extra-filename=-9529a80f903030d6 --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-e7c0914443023527.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-c8b754fad6fc079c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3105 | 2024-11-11T19:39:18.077Z |        Dirty phf v0.11.2: the rustflags changed | 
| 3106 | 2024-11-11T19:39:18.077Z |    Compiling phf v0.11.2 | 
| 3107 | 2024-11-11T19:39:18.079Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=bcff8eb39b7bf28f -C extra-filename=-bcff8eb39b7bf28f --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-e07776025399bf26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3108 | 2024-11-11T19:39:18.394Z |        Dirty tungstenite v0.24.0: the rustflags changed | 
| 3109 | 2024-11-11T19:39:18.395Z |    Compiling tungstenite v0.24.0 | 
| 3110 | 2024-11-11T19:39:18.397Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.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="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs)' --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=2dbb7dfb2e765824 -C extra-filename=-2dbb7dfb2e765824 --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-e24dfd866924e567.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-84e888d97715bed6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5d8a463318a86900.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-167f82d4d67f511e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-41c8d522324e4d83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3111 | 2024-11-11T19:39:18.554Z |        Dirty strum_macros v0.25.3: the rustflags changed | 
| 3112 | 2024-11-11T19:39:18.554Z |    Compiling strum_macros v0.25.3 | 
| 3113 | 2024-11-11T19:39:18.557Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.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)' --check-cfg 'cfg(feature, values())' -C metadata=affc2af8f2dac199 -C extra-filename=-affc2af8f2dac199 --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-1050d0d9df4c1c3b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-33a9d417a525d47f.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3114 | 2024-11-11T19:39:18.588Z |        Dirty serde-big-array v0.5.1: the rustflags changed | 
| 3115 | 2024-11-11T19:39:18.588Z |    Compiling serde-big-array v0.5.1 | 
| 3116 | 2024-11-11T19:39:18.591Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f7520c5dde00647a -C extra-filename=-f7520c5dde00647a --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3117 | 2024-11-11T19:39:18.734Z |        Dirty serde_repr v0.1.19: the rustflags changed | 
| 3118 | 2024-11-11T19:39:18.734Z |    Compiling serde_repr v0.1.19 | 
| 3119 | 2024-11-11T19:39:18.737Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2fe095fa1d31d208 -C extra-filename=-2fe095fa1d31d208 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3120 | 2024-11-11T19:39:18.834Z |        Dirty number_prefix v0.4.0: the rustflags changed | 
| 3121 | 2024-11-11T19:39:18.834Z |    Compiling number_prefix v0.4.0 | 
| 3122 | 2024-11-11T19:39:18.837Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f91b01a53cf9da41 -C extra-filename=-f91b01a53cf9da41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3123 | 2024-11-11T19:39:18.932Z |        Dirty peg-runtime v0.8.3: the rustflags changed | 
| 3124 | 2024-11-11T19:39:18.932Z |    Compiling peg-runtime v0.8.3 | 
| 3125 | 2024-11-11T19:39:18.935Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-runtime-0.8.3/lib.rs --error-format=json --json=diagnostic-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)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=8877ffe90b8dd028 -C extra-filename=-8877ffe90b8dd028 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3126 | 2024-11-11T19:39:18.966Z |        Dirty hickory-resolver v0.24.1: the rustflags changed | 
| 3127 | 2024-11-11T19:39:18.967Z |    Compiling hickory-resolver v0.24.1 | 
| 3128 | 2024-11-11T19:39:18.970Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-resolver-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="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("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=2edc41f0e746cd80 -C extra-filename=-2edc41f0e746cd80 --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-3a9f8848cb985fb5.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-8ff4fd01cbe58fb5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-278271ef528ea378.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-9529a80f903030d6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3129 | 2024-11-11T19:39:19.075Z |        Dirty indicatif v0.17.8: the rustflags changed | 
| 3130 | 2024-11-11T19:39:19.075Z |    Compiling indicatif v0.17.8 | 
| 3131 | 2024-11-11T19:39:19.078Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.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="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=33d63d8362b3dd13 -C extra-filename=-33d63d8362b3dd13 --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-1fadb5960a8d19a8.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-f91b01a53cf9da41.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-8d2fad38ecfc9afb.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-67b93f86f9ca9639.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3132 | 2024-11-11T19:39:19.114Z |        Dirty postgres-types v0.2.8: the rustflags changed | 
| 3133 | 2024-11-11T19:39:19.114Z |    Compiling postgres-types v0.2.8 | 
| 3134 | 2024-11-11T19:39:19.117Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-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="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)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "chrono-04", "cidr-02", "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-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=dfedfaede04f1cd8 -C extra-filename=-dfedfaede04f1cd8 --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-28b401de3dbe7ac5.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d5406de707b00213.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-aa65528d66dc6018.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3135 | 2024-11-11T19:39:19.579Z |        Dirty tokio-tungstenite v0.24.0: the rustflags changed | 
| 3136 | 2024-11-11T19:39:19.579Z |    Compiling tokio-tungstenite v0.24.0 | 
| 3137 | 2024-11-11T19:39:19.581Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.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="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --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=2d9b91e42db9704f -C extra-filename=-2d9b91e42db9704f --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-4d996534faf1d453.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-2dbb7dfb2e765824.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3138 | 2024-11-11T19:39:20.123Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=8ecdeec849edc631 -C extra-filename=-8ecdeec849edc631 --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-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'` | 
| 3139 | 2024-11-11T19:39:20.196Z |        Dirty derive-where v1.2.7: the rustflags changed | 
| 3140 | 2024-11-11T19:39:20.196Z |    Compiling derive-where v1.2.7 | 
| 3141 | 2024-11-11T19:39:20.199Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.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)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=d97bd0ec0dbf820c -C extra-filename=-d97bd0ec0dbf820c --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3142 | 2024-11-11T19:39:20.577Z |        Dirty whoami v1.5.2: the rustflags changed | 
| 3143 | 2024-11-11T19:39:20.577Z |    Compiling whoami v1.5.2 | 
| 3144 | 2024-11-11T19:39:20.580Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' --check-cfg 'cfg(daku)' -C metadata=1f7ae8f5d2c44572 -C extra-filename=-1f7ae8f5d2c44572 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3145 | 2024-11-11T19:39:20.601Z |    Compiling hashbrown v0.14.5 | 
| 3146 | 2024-11-11T19:39:20.630Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=5c206b67312ff43a -C extra-filename=-5c206b67312ff43a --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-3a57e7e4e88d8557.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-078c021b779ee5b6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3147 | 2024-11-11T19:39:20.981Z |        Dirty tokio-postgres v0.7.12: the rustflags changed | 
| 3148 | 2024-11-11T19:39:20.981Z |    Compiling tokio-postgres v0.7.12 | 
| 3149 | 2024-11-11T19:39:21.015Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.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="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-chrono-0_4", "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=0b0db03d454adf1c -C extra-filename=-0b0db03d454adf1c --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-4c8e06103831ec1b.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d5406de707b00213.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bb45aa76554642b3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-278271ef528ea378.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-d4f3330b78c89d7d.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-bcff8eb39b7bf28f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-aa65528d66dc6018.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dfedfaede04f1cd8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-1f7ae8f5d2c44572.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3150 | 2024-11-11T19:39:21.232Z |    Compiling unsafe-libyaml v0.2.11 | 
| 3151 | 2024-11-11T19:39:21.235Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=960b7d634cceef80 -C extra-filename=-960b7d634cceef80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3152 | 2024-11-11T19:39:21.259Z |        Dirty fastrand v2.1.1: the rustflags changed | 
| 3153 | 2024-11-11T19:39:21.259Z |    Compiling fastrand v2.1.1 | 
| 3154 | 2024-11-11T19:39:21.262Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=81f8dbca40fb40c8 -C extra-filename=-81f8dbca40fb40c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3155 | 2024-11-11T19:39:21.830Z |    Compiling ident_case v1.0.1 | 
| 3156 | 2024-11-11T19:39:21.833Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=db83d79ad623a547 -C extra-filename=-db83d79ad623a547 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3157 | 2024-11-11T19:39:21.981Z |    Compiling regress v0.10.1 | 
| 3158 | 2024-11-11T19:39:21.992Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=b0558860a9f57932 -C extra-filename=-b0558860a9f57932 --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-5c206b67312ff43a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3159 | 2024-11-11T19:39:22.027Z |    Compiling darling_core v0.20.10 | 
| 3160 | 2024-11-11T19:39:22.029Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=27a7c63dfdd9768d -C extra-filename=-27a7c63dfdd9768d --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-562dd616f443bd7a.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-db83d79ad623a547.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-dcb55cc28a345ba7.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3161 | 2024-11-11T19:39:22.676Z |        Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed | 
| 3162 | 2024-11-11T19:39:22.676Z |    Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) | 
| 3163 | 2024-11-11T19:39:22.678Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/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)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=8afd7a32597e698d -C extra-filename=-8afd7a32597e698d --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-35b1b2b889dfc8ca.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-511ffae39571fcdb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-f7520c5dde00647a.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-2fe095fa1d31d208.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-10c30e8b402a74f5.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-affc2af8f2dac199.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3689f5d55485dcf2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3164 | 2024-11-11T19:39:23.144Z |    Compiling serde_yaml v0.9.34+deprecated | 
| 3165 | 2024-11-11T19:39:23.146Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a91852fa20df3de8 -C extra-filename=-a91852fa20df3de8 --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-ee00718e200e680a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-2e2f4eb969836d3f.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-7e404b692f4fc795.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-960b7d634cceef80.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3166 | 2024-11-11T19:39:23.828Z |    Compiling ipnetwork v0.20.0 | 
| 3167 | 2024-11-11T19:39:23.831Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-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="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=e93687f563e14a1a -C extra-filename=-e93687f563e14a1a --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-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3168 | 2024-11-11T19:39:24.826Z |    Compiling tempfile v3.13.0 | 
| 3169 | 2024-11-11T19:39:24.829Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=666d070415f4a622 -C extra-filename=-666d070415f4a622 --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-3a9f8848cb985fb5.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-81f8dbca40fb40c8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3170 | 2024-11-11T19:39:25.314Z |        Dirty strum_macros v0.26.4: the rustflags changed | 
| 3171 | 2024-11-11T19:39:25.314Z |    Compiling strum_macros v0.26.4 | 
| 3172 | 2024-11-11T19:39:25.326Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4f33e6e51849c596 -C extra-filename=-4f33e6e51849c596 --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-d3a2d607a5fdf8df.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-33a9d417a525d47f.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3173 | 2024-11-11T19:39:25.701Z |    Compiling newtype-uuid v1.1.2 | 
| 3174 | 2024-11-11T19:39:25.704Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.1.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="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=895f8bcd08c072d3 -C extra-filename=-895f8bcd08c072d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-895f8bcd08c072d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3175 | 2024-11-11T19:39:26.066Z |    Compiling typify-impl v0.2.0 | 
| 3176 | 2024-11-11T19:39:26.069Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2a3b4a849d907497 -C extra-filename=-2a3b4a849d907497 --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-d3a2d607a5fdf8df.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b0558860a9f57932.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-173a1241f5d67181.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3177 | 2024-11-11T19:39:26.605Z |      Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-895f8bcd08c072d3/build-script-build` | 
| 3178 | 2024-11-11T19:39:26.649Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-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="alloc"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08", "serde", "std", "v4"))' -C metadata=e34685acac44cbed -C extra-filename=-e34685acac44cbed --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-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'` | 
| 3179 | 2024-11-11T19:39:26.992Z |    Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) | 
| 3180 | 2024-11-11T19:39:26.995Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/7dacd26/src/lib.rs --error-format=json --json=diagnostic-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)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=97eab9c7e64ab1b9 -C extra-filename=-97eab9c7e64ab1b9 --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-e93687f563e14a1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3181 | 2024-11-11T19:39:27.048Z |        Dirty structmeta-derive v0.3.0: the rustflags changed | 
| 3182 | 2024-11-11T19:39:27.048Z |    Compiling structmeta-derive v0.3.0 | 
| 3183 | 2024-11-11T19:39:27.051Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=29b03390efdae473 -C extra-filename=-29b03390efdae473 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3184 | 2024-11-11T19:39:27.227Z |    Compiling instant v0.1.13 | 
| 3185 | 2024-11-11T19:39:27.250Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=8c1f09ab07597f0a -C extra-filename=-8c1f09ab07597f0a --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-3a9f8848cb985fb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3186 | 2024-11-11T19:39:27.399Z |    Compiling regress v0.9.1 | 
| 3187 | 2024-11-11T19:39:27.401Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=bc1dba9d1e60e316 -C extra-filename=-bc1dba9d1e60e316 --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-5c206b67312ff43a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3188 | 2024-11-11T19:39:27.810Z |    Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) | 
| 3189 | 2024-11-11T19:39:27.813Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=f2bfd114d6ea0444 -C extra-filename=-f2bfd114d6ea0444 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e34685acac44cbed.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3190 | 2024-11-11T19:39:28.166Z |    Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) | 
| 3191 | 2024-11-11T19:39:28.169Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/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)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=e6818d8f5907607b -C extra-filename=-e6818d8f5907607b --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3192 | 2024-11-11T19:39:28.573Z |    Compiling darling_macro v0.20.10 | 
| 3193 | 2024-11-11T19:39:28.575Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ef61841d236bceae -C extra-filename=-ef61841d236bceae --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-27a7c63dfdd9768d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3194 | 2024-11-11T19:39:29.106Z |    Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) | 
| 3195 | 2024-11-11T19:39:29.109Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/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)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=534f0e50a5f36d13 -C extra-filename=-534f0e50a5f36d13 --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-214af69608e7a4f8.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-e6818d8f5907607b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3196 | 2024-11-11T19:39:29.289Z |    Compiling backoff v0.4.0 | 
| 3197 | 2024-11-11T19:39:29.292Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=51013d43a4b80945 -C extra-filename=-51013d43a4b80945 --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-b5918c7bb1241671.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-590053dba71050d7.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-8c1f09ab07597f0a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3198 | 2024-11-11T19:39:29.573Z |    Compiling macaddr v1.0.1 | 
| 3199 | 2024-11-11T19:39:29.575Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=66b484afaea79a74 -C extra-filename=-66b484afaea79a74 --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3200 | 2024-11-11T19:39:29.641Z |    Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) | 
| 3201 | 2024-11-11T19:39:29.692Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5fb4a8c9af38b7b5 -C extra-filename=-5fb4a8c9af38b7b5 --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-bea150908669ba2d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3202 | 2024-11-11T19:39:29.695Z |    Compiling darling v0.20.10 | 
| 3203 | 2024-11-11T19:39:29.698Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=31eecee60364af63 -C extra-filename=-31eecee60364af63 --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-27a7c63dfdd9768d.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-ef61841d236bceae.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3204 | 2024-11-11T19:39:29.825Z |    Compiling wait-timeout v0.2.0 | 
| 3205 | 2024-11-11T19:39:29.828Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=cdcfd34194b1af4c -C extra-filename=-cdcfd34194b1af4c --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3206 | 2024-11-11T19:39:29.851Z |    Compiling serde_with_macros v3.11.0 | 
| 3207 | 2024-11-11T19:39:29.854Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.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 --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(docsrs)' --check-cfg 'cfg(feature, values("schemars_0_8"))' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' -C metadata=603057993205f826 -C extra-filename=-603057993205f826 --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-31eecee60364af63.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3208 | 2024-11-11T19:39:30.038Z |        Dirty structmeta v0.3.0: the rustflags changed | 
| 3209 | 2024-11-11T19:39:30.038Z |    Compiling structmeta v0.3.0 | 
| 3210 | 2024-11-11T19:39:30.041Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6bce5d8d30b4dc13 -C extra-filename=-6bce5d8d30b4dc13 --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-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-29b03390efdae473.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3211 | 2024-11-11T19:39:30.064Z |    Compiling rusty-fork v0.3.0 | 
| 3212 | 2024-11-11T19:39:30.067Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=a17f1b8f4c395571 -C extra-filename=-a17f1b8f4c395571 --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-562dd616f443bd7a.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-c8b754fad6fc079c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-cdcfd34194b1af4c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3213 | 2024-11-11T19:39:30.434Z |    Compiling structmeta-derive v0.2.0 | 
| 3214 | 2024-11-11T19:39:30.437Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-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)' --check-cfg 'cfg(feature, values())' -C metadata=93ca92d9a09609a4 -C extra-filename=-93ca92d9a09609a4 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3215 | 2024-11-11T19:39:30.463Z |        Dirty parse-display-derive v0.10.0: the rustflags changed | 
| 3216 | 2024-11-11T19:39:30.463Z |    Compiling parse-display-derive v0.10.0 | 
| 3217 | 2024-11-11T19:39:30.463Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a1a97ac1c132c721 -C extra-filename=-a1a97ac1c132c721 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-325b2837f6dab56c.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-6bce5d8d30b4dc13.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3218 | 2024-11-11T19:39:30.487Z |        Dirty strum v0.26.3: the rustflags changed | 
| 3219 | 2024-11-11T19:39:30.487Z |    Compiling strum v0.26.3 | 
| 3220 | 2024-11-11T19:39:30.487Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=f270455a2911be9b -C extra-filename=-f270455a2911be9b --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-4f33e6e51849c596.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3221 | 2024-11-11T19:39:30.686Z |    Compiling rand_xorshift v0.3.0 | 
| 3222 | 2024-11-11T19:39:30.689Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=a7500ff609bfc855 -C extra-filename=-a7500ff609bfc855 --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-4d1a5cb9c29a1e88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3223 | 2024-11-11T19:39:30.812Z |    Compiling unarray v0.1.4 | 
| 3224 | 2024-11-11T19:39:30.815Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2bf266422463d40b -C extra-filename=-2bf266422463d40b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3225 | 2024-11-11T19:39:31.002Z |    Compiling proptest v1.5.0 | 
| 3226 | 2024-11-11T19:39:31.005Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-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 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)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "hardware-rng", "lazy_static", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=a5ca38db4f9d145a -C extra-filename=-a5ca38db4f9d145a --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-80ad4cd7f0cddf1a.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a2750eff915f90df.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-35b1b2b889dfc8ca.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c6397b142e62362c.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-a7500ff609bfc855.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-325b2837f6dab56c.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-a17f1b8f4c395571.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-2bf266422463d40b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3227 | 2024-11-11T19:39:31.037Z |    Compiling camino-tempfile v1.1.1 | 
| 3228 | 2024-11-11T19:39:31.037Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=02886f86a1bf7c50 -C extra-filename=-02886f86a1bf7c50 --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-2dae76f465709689.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3229 | 2024-11-11T19:39:31.506Z |        Dirty proc-macro-error-attr v1.0.4: the rustflags changed | 
| 3230 | 2024-11-11T19:39:31.506Z |    Compiling proc-macro-error-attr v1.0.4 | 
| 3231 | 2024-11-11T19:39:31.509Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f9b6ab3f83011d37 -C extra-filename=-f9b6ab3f83011d37 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-f9b6ab3f83011d37 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3232 | 2024-11-11T19:39:31.896Z |      Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-f9b6ab3f83011d37/build-script-build` | 
| 3233 | 2024-11-11T19:39:31.980Z |        Dirty proc-macro-error v1.0.4: the rustflags changed | 
| 3234 | 2024-11-11T19:39:31.980Z |    Compiling proc-macro-error v1.0.4 | 
| 3235 | 2024-11-11T19:39:31.991Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=8f8b230ae9f69857 -C extra-filename=-8f8b230ae9f69857 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-8f8b230ae9f69857 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3236 | 2024-11-11T19:39:32.362Z |      Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-8f8b230ae9f69857/build-script-build` | 
| 3237 | 2024-11-11T19:39:32.539Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3d707f169d2aebf6 -C extra-filename=-3d707f169d2aebf6 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3238 | 2024-11-11T19:39:32.564Z |    Compiling proc-macro-crate v1.3.1 | 
| 3239 | 2024-11-11T19:39:32.587Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6ad797eb5e62974f -C extra-filename=-6ad797eb5e62974f --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-0c8674b965abf4ac.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d004079115bc03a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3240 | 2024-11-11T19:39:32.826Z |    Compiling serde_with v3.11.0 | 
| 3241 | 2024-11-11T19:39:32.830Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.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=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' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' -C metadata=7bf31c2f04c55671 -C extra-filename=-7bf31c2f04c55671 --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-269908bc00c83ab7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e5552635b571d05f.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-603057993205f826.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3242 | 2024-11-11T19:39:33.373Z |    Compiling structmeta v0.2.0 | 
| 3243 | 2024-11-11T19:39:33.375Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-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)' --check-cfg 'cfg(feature, values())' -C metadata=725d6a122753b3c4 -C extra-filename=-725d6a122753b3c4 --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-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-93ca92d9a09609a4.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3244 | 2024-11-11T19:39:33.455Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=6e9d5c5615614982 -C extra-filename=-6e9d5c5615614982 --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-3d707f169d2aebf6.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback` | 
| 3245 | 2024-11-11T19:39:33.573Z |    Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) | 
| 3246 | 2024-11-11T19:39:33.577Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/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)' --check-cfg 'cfg(feature, values())' -C metadata=1c27de72720b2619 -C extra-filename=-1c27de72720b2619 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-1c27de72720b2619 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3247 | 2024-11-11T19:39:33.795Z |    Compiling test-strategy v0.3.1 | 
| 3248 | 2024-11-11T19:39:33.798Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.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)' --check-cfg 'cfg(feature, values())' -C metadata=f0f0de6fb314eb33 -C extra-filename=-f0f0de6fb314eb33 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-725d6a122753b3c4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3249 | 2024-11-11T19:39:34.001Z |      Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-1c27de72720b2619/build-script-build` | 
| 3250 | 2024-11-11T19:39:34.039Z |    Compiling num_enum_derive v0.5.11 | 
| 3251 | 2024-11-11T19:39:34.042Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=4568ea9de42f65ae -C extra-filename=-4568ea9de42f65ae --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-6ad797eb5e62974f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3252 | 2024-11-11T19:39:34.159Z |    Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) | 
| 3253 | 2024-11-11T19:39:34.162Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/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)' --check-cfg 'cfg(feature, values())' -C metadata=757e00e663870387 -C extra-filename=-757e00e663870387 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-757e00e663870387 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3254 | 2024-11-11T19:39:34.508Z |      Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-757e00e663870387/build-script-build` | 
| 3255 | 2024-11-11T19:39:34.548Z |    Compiling foreign-types-macros v0.2.3 | 
| 3256 | 2024-11-11T19:39:34.551Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=6450e777eb0404a0 -C extra-filename=-6450e777eb0404a0 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3257 | 2024-11-11T19:39:35.055Z |        Dirty parse-display v0.10.0: the rustflags changed | 
| 3258 | 2024-11-11T19:39:35.055Z |    Compiling parse-display v0.10.0 | 
| 3259 | 2024-11-11T19:39:35.078Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=56c41fe2ff54d94b -C extra-filename=-56c41fe2ff54d94b --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-a1a97ac1c132c721.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-325b2837f6dab56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3260 | 2024-11-11T19:39:35.748Z |    Compiling foreign-types-shared v0.3.1 | 
| 3261 | 2024-11-11T19:39:35.751Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8ff69dca91ebe45b -C extra-filename=-8ff69dca91ebe45b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3262 | 2024-11-11T19:39:35.882Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/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)' --check-cfg 'cfg(feature, values())' -C metadata=74eab5f7037f1975 -C extra-filename=-74eab5f7037f1975 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi` | 
| 3263 | 2024-11-11T19:39:36.066Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/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)' --check-cfg 'cfg(feature, values())' -C metadata=d9365185836bea5d -C extra-filename=-d9365185836bea5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs` | 
| 3264 | 2024-11-11T19:39:36.092Z |    Compiling foreign-types v0.5.0 | 
| 3265 | 2024-11-11T19:39:36.094Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b6e79b5895b5e812 -C extra-filename=-b6e79b5895b5e812 --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-6450e777eb0404a0.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-8ff69dca91ebe45b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3266 | 2024-11-11T19:39:36.218Z |    Compiling tabwriter v1.4.0 | 
| 3267 | 2024-11-11T19:39:36.224Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=e723bce7dfb4f45c -C extra-filename=-e723bce7dfb4f45c --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-05e53f56471964f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3268 | 2024-11-11T19:39:36.263Z |    Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) | 
| 3269 | 2024-11-11T19:39:36.266Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/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)' --check-cfg 'cfg(feature, values())' -C metadata=1a88777972899450 -C extra-filename=-1a88777972899450 --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-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3270 | 2024-11-11T19:39:36.716Z |    Compiling cstr-argument v0.1.2 | 
| 3271 | 2024-11-11T19:39:36.716Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c1f5a03a22326b9f -C extra-filename=-c1f5a03a22326b9f --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-3a9f8848cb985fb5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3272 | 2024-11-11T19:39:36.741Z |    Compiling num_enum v0.5.11 | 
| 3273 | 2024-11-11T19:39:36.741Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=49854af432b70515 -C extra-filename=-49854af432b70515 --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-4568ea9de42f65ae.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3274 | 2024-11-11T19:39:36.767Z |    Compiling pretty-hex v0.2.1 | 
| 3275 | 2024-11-11T19:39:36.769Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=55dae917b2b99854 -C extra-filename=-55dae917b2b99854 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3276 | 2024-11-11T19:39:36.906Z |    Compiling colored v2.1.0 | 
| 3277 | 2024-11-11T19:39:36.909Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-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)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=d888b7650fa31316 -C extra-filename=-d888b7650fa31316 --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-802887cd43335884.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3278 | 2024-11-11T19:39:36.953Z |    Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) | 
| 3279 | 2024-11-11T19:39:36.955Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/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)' --check-cfg 'cfg(feature, values())' -C metadata=c595adf7cbf31138 -C extra-filename=-c595adf7cbf31138 --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-5e430ebab9bd9caf.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-74eab5f7037f1975.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-49854af432b70515.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-55dae917b2b99854.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3280 | 2024-11-11T19:39:36.994Z |    Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) | 
| 3281 | 2024-11-11T19:39:36.996Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/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)' --check-cfg 'cfg(feature, values())' -C metadata=24929cb5ce42edcb -C extra-filename=-24929cb5ce42edcb --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-c1f5a03a22326b9f.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-b6e79b5895b5e812.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-d9365185836bea5d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3282 | 2024-11-11T19:39:37.258Z |    Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) | 
| 3283 | 2024-11-11T19:39:37.261Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/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)' --check-cfg 'cfg(feature, values())' -C metadata=4a0370efb37e1d04 -C extra-filename=-4a0370efb37e1d04 --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-5e430ebab9bd9caf.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-1a88777972899450.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3284 | 2024-11-11T19:39:37.294Z |    Compiling smf v0.2.3 | 
| 3285 | 2024-11-11T19:39:37.296Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b5989e0af9860e58 -C extra-filename=-b5989e0af9860e58 --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-e6b2108c6fa77141.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3286 | 2024-11-11T19:39:37.433Z |    Compiling crucible-workspace-hack v0.1.0 | 
| 3287 | 2024-11-11T19:39:37.435Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=26808da51c952f92 -C extra-filename=-26808da51c952f92 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-26808da51c952f92 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3288 | 2024-11-11T19:39:37.580Z |    Compiling termtree v0.4.1 | 
| 3289 | 2024-11-11T19:39:37.608Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-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)' --check-cfg 'cfg(feature, values())' -C metadata=373ffe5d0fb0f5bf -C extra-filename=-373ffe5d0fb0f5bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3290 | 2024-11-11T19:39:37.666Z |    Compiling heapless v0.8.0 | 
| 3291 | 2024-11-11T19:39:37.669Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=7986456ae1d458e3 -C extra-filename=-7986456ae1d458e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-7986456ae1d458e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3292 | 2024-11-11T19:39:37.692Z |    Compiling hash32 v0.3.1 | 
| 3293 | 2024-11-11T19:39:37.692Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e3a93d7b32f8c7dc -C extra-filename=-e3a93d7b32f8c7dc --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-e24dfd866924e567.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3294 | 2024-11-11T19:39:37.783Z |      Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-26808da51c952f92/build-script-build` | 
| 3295 | 2024-11-11T19:39:37.814Z |    Compiling predicates-tree v1.0.11 | 
| 3296 | 2024-11-11T19:39:37.816Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-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)' --check-cfg 'cfg(feature, values())' -C metadata=7bea3384e89989e9 -C extra-filename=-7bea3384e89989e9 --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-04ddfe6f69a0dea9.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-373ffe5d0fb0f5bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3297 | 2024-11-11T19:39:37.847Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e3e8b832add273de -C extra-filename=-e3e8b832add273de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3298 | 2024-11-11T19:39:37.944Z |    Compiling smoltcp v0.11.0 | 
| 3299 | 2024-11-11T19:39:37.948Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=3da8c1ff1d3dd60d -C extra-filename=-3da8c1ff1d3dd60d --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-3da8c1ff1d3dd60d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3300 | 2024-11-11T19:39:37.970Z |    Compiling cobs v0.2.3 | 
| 3301 | 2024-11-11T19:39:37.970Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=5349c22983e9c448 -C extra-filename=-5349c22983e9c448 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3302 | 2024-11-11T19:39:38.292Z |    Compiling postcard v1.0.10 | 
| 3303 | 2024-11-11T19:39:38.315Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=703f26c83933d587 -C extra-filename=-703f26c83933d587 --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-5349c22983e9c448.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3304 | 2024-11-11T19:39:38.319Z |    Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) | 
| 3305 | 2024-11-11T19:39:38.319Z |      Running `/work/oxidecomputer/omicron/target/debug/build/heapless-7986456ae1d458e3/build-script-build` | 
| 3306 | 2024-11-11T19:39:38.343Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=ca6bff980aadeddf -C extra-filename=-ca6bff980aadeddf --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-ca6bff980aadeddf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3307 | 2024-11-11T19:39:38.607Z |    Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) | 
| 3308 | 2024-11-11T19:39:38.610Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=d1acbc98b173c61f -C extra-filename=-d1acbc98b173c61f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3309 | 2024-11-11T19:39:38.656Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=14d94c5ed96d221b -C extra-filename=-14d94c5ed96d221b --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-e3a93d7b32f8c7dc.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-0470307aa641b20e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3310 | 2024-11-11T19:39:38.746Z |      Running `/work/oxidecomputer/omicron/target/debug/build/opte-ca6bff980aadeddf/build-script-build` | 
| 3311 | 2024-11-11T19:39:38.749Z |      Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-3da8c1ff1d3dd60d/build-script-build` | 
| 3312 | 2024-11-11T19:39:38.784Z |    Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) | 
| 3313 | 2024-11-11T19:39:38.806Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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)' --check-cfg 'cfg(feature, values())' -C metadata=d04d891df97ddff4 -C extra-filename=-d04d891df97ddff4 --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-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3314 | 2024-11-11T19:39:38.810Z |    Compiling sigpipe v0.1.3 | 
| 3315 | 2024-11-11T19:39:38.812Z |    Compiling mockall_derive v0.13.0 | 
| 3316 | 2024-11-11T19:39:38.812Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e6da12bceedb2076 -C extra-filename=-e6da12bceedb2076 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3317 | 2024-11-11T19:39:38.812Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.13.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)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=842af6cc7be011b8 -C extra-filename=-842af6cc7be011b8 --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-842af6cc7be011b8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3318 | 2024-11-11T19:39:38.931Z |    Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) | 
| 3319 | 2024-11-11T19:39:38.934Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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)' --check-cfg 'cfg(feature, values())' -C metadata=e2b1a95a9e77a6e4 -C extra-filename=-e2b1a95a9e77a6e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-e2b1a95a9e77a6e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3320 | 2024-11-11T19:39:38.968Z |    Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) | 
| 3321 | 2024-11-11T19:39:38.971Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7345deea2ebae74e -C extra-filename=-7345deea2ebae74e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3322 | 2024-11-11T19:39:39.172Z |      Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-842af6cc7be011b8/build-script-build` | 
| 3323 | 2024-11-11T19:39:39.209Z |    Compiling base64 v0.21.7 | 
| 3324 | 2024-11-11T19:39:39.211Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7715811988fb50db -C extra-filename=-7715811988fb50db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3325 | 2024-11-11T19:39:39.299Z |      Running `/work/oxidecomputer/omicron/target/debug/build/libnet-e2b1a95a9e77a6e4/build-script-build` | 
| 3326 | 2024-11-11T19:39:39.321Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.13.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)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=05014a35017d8dd9 -C extra-filename=-05014a35017d8dd9 --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-3a9f8848cb985fb5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'` | 
| 3327 | 2024-11-11T19:39:39.354Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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)' --check-cfg 'cfg(feature, values())' -C metadata=6ee083de47325848 -C extra-filename=-6ee083de47325848 --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-46c96921d480f96d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-d888b7650fa31316.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-c595adf7cbf31138.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-49854af432b70515.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-24929cb5ce42edcb.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-d9365185836bea5d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-4a0370efb37e1d04.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-56790cb1d81dbf36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` | 
| 3328 | 2024-11-11T19:39:39.791Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=c71804ebab552ee6 -C extra-filename=-c71804ebab552ee6 --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-0a29f9290229ca2f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-14d94c5ed96d221b.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-efebdf221d3b73ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3329 | 2024-11-11T19:39:39.879Z |    Compiling zone_cfg_derive v0.3.0 | 
| 3330 | 2024-11-11T19:39:39.882Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ceae55f721af9ba3 -C extra-filename=-ceae55f721af9ba3 --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-1050d0d9df4c1c3b.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-6e9d5c5615614982.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3331 | 2024-11-11T19:39:39.983Z |    Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) | 
| 3332 | 2024-11-11T19:39:39.986Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/86101ea/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)' --check-cfg 'cfg(feature, values())' -C metadata=2ecf7b305a647047 -C extra-filename=-2ecf7b305a647047 --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-5e430ebab9bd9caf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3333 | 2024-11-11T19:39:40.437Z |    Compiling num-derive v0.4.2 | 
| 3334 | 2024-11-11T19:39:40.441Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=dcb3b14874ed4111 -C extra-filename=-dcb3b14874ed4111 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3335 | 2024-11-11T19:39:41.547Z |    Compiling fragile v2.0.0 | 
| 3336 | 2024-11-11T19:39:41.569Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-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)' --check-cfg 'cfg(feature, values("slab"))' -C metadata=73a6e74c31472f7a -C extra-filename=-73a6e74c31472f7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3337 | 2024-11-11T19:39:42.168Z |    Compiling downcast v0.11.0 | 
| 3338 | 2024-11-11T19:39:42.170Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=743b5a8658f8a5cb -C extra-filename=-743b5a8658f8a5cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3339 | 2024-11-11T19:39:42.420Z |    Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) | 
| 3340 | 2024-11-11T19:39:42.423Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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' '--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="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=12fbd5f9158c3476 -C extra-filename=-12fbd5f9158c3476 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-12fbd5f9158c3476 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3341 | 2024-11-11T19:39:42.548Z |    Compiling typify-macro v0.2.0 | 
| 3342 | 2024-11-11T19:39:42.551Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0213b7aa9f72efc0 -C extra-filename=-0213b7aa9f72efc0 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a85680cc9908cb93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-2a3b4a849d907497.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3343 | 2024-11-11T19:39:42.784Z |    Compiling same-file v1.0.6 | 
| 3344 | 2024-11-11T19:39:42.787Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=89571a63ab29d2cc -C extra-filename=-89571a63ab29d2cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3345 | 2024-11-11T19:39:42.879Z |    Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) | 
| 3346 | 2024-11-11T19:39:42.882Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/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)' --check-cfg 'cfg(feature, values())' -C metadata=f5a0f5f7ecc363de -C extra-filename=-f5a0f5f7ecc363de --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-e3e8b832add273de.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-dcb3b14874ed4111.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3347 | 2024-11-11T19:39:43.103Z |    Compiling walkdir v2.5.0 | 
| 3348 | 2024-11-11T19:39:43.105Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d929d493231ed125 -C extra-filename=-d929d493231ed125 --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-89571a63ab29d2cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3349 | 2024-11-11T19:39:43.413Z |    Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) | 
| 3350 | 2024-11-11T19:39:43.416Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=f905dc6655554dee -C extra-filename=-f905dc6655554dee --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-d1acbc98b173c61f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-703f26c83933d587.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-c71804ebab552ee6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3351 | 2024-11-11T19:39:43.793Z |      Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-12fbd5f9158c3476/build-script-build` | 
| 3352 | 2024-11-11T19:39:43.833Z |    Compiling zone v0.3.0 | 
| 3353 | 2024-11-11T19:39:43.836Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-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="async"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=10ebddb6bfd57bb8 -C extra-filename=-10ebddb6bfd57bb8 --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-cf391c8b3491fee0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-ceae55f721af9ba3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3354 | 2024-11-11T19:39:43.858Z |    Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) | 
| 3355 | 2024-11-11T19:39:43.861Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/86101ea/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)' --check-cfg 'cfg(feature, values())' -C metadata=8cfef2821192c56e -C extra-filename=-8cfef2821192c56e --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-2ecf7b305a647047.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3356 | 2024-11-11T19:39:44.318Z |    Compiling atomicwrites v0.4.4 | 
| 3357 | 2024-11-11T19:39:44.321Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=98837ce3f896d34f -C extra-filename=-98837ce3f896d34f --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-d0fcbeecaf580e1a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3358 | 2024-11-11T19:39:44.631Z |        Dirty xattr v1.3.1: the rustflags changed | 
| 3359 | 2024-11-11T19:39:44.631Z |    Compiling xattr v1.3.1 | 
| 3360 | 2024-11-11T19:39:44.634Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=9925aa6141cde74c -C extra-filename=-9925aa6141cde74c --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-d0fcbeecaf580e1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3361 | 2024-11-11T19:39:44.683Z |        Dirty filetime v0.2.25: the rustflags changed | 
| 3362 | 2024-11-11T19:39:44.683Z |    Compiling filetime v0.2.25 | 
| 3363 | 2024-11-11T19:39:44.686Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.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)' --check-cfg 'cfg(feature, values())' -C metadata=8c3767e8502d24da -C extra-filename=-8c3767e8502d24da --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-3a9f8848cb985fb5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3364 | 2024-11-11T19:39:44.947Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=b56806cf956b9997 -C extra-filename=-b56806cf956b9997 --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-3a9f8848cb985fb5.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-1c6a03413b0b3797.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-d1acbc98b173c61f.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-d04d891df97ddff4.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-f905dc6655554dee.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-703f26c83933d587.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-c71804ebab552ee6.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-e723bce7dfb4f45c.rmeta --cap-lints allow -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)'` | 
| 3365 | 2024-11-11T19:39:45.029Z |        Dirty tar v0.4.42: the rustflags changed | 
| 3366 | 2024-11-11T19:39:45.029Z |    Compiling tar v0.4.42 | 
| 3367 | 2024-11-11T19:39:45.032Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.42/src/lib.rs --error-format=json --json=diagnostic-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)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=6ae0a6d32de5699f -C extra-filename=-6ae0a6d32de5699f --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-8c3767e8502d24da.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-9925aa6141cde74c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3368 | 2024-11-11T19:39:45.191Z |    Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) | 
| 3369 | 2024-11-11T19:39:45.212Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=3c30efe55451c93e -C extra-filename=-3c30efe55451c93e --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-3a9f8848cb985fb5.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-d1acbc98b173c61f.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-b56806cf956b9997.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-7345deea2ebae74e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-c71804ebab552ee6.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-e723bce7dfb4f45c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-65ce327e1c84bc7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3370 | 2024-11-11T19:39:45.444Z |    Compiling convert_case v0.4.0 | 
| 3371 | 2024-11-11T19:39:45.447Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=cb6fe0887106b57c -C extra-filename=-cb6fe0887106b57c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3372 | 2024-11-11T19:39:45.482Z |    Compiling newline-converter v0.3.0 | 
| 3373 | 2024-11-11T19:39:45.484Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=931bc0c4e7cf35b2 -C extra-filename=-931bc0c4e7cf35b2 --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-3b8587e0c7ea651d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3374 | 2024-11-11T19:39:45.661Z |    Compiling expectorate v1.1.0 | 
| 3375 | 2024-11-11T19:39:45.663Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-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)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=839a2b1c5737719f -C extra-filename=-839a2b1c5737719f --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-1fadb5960a8d19a8.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-931bc0c4e7cf35b2.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-408a063a4091fdbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3376 | 2024-11-11T19:39:45.854Z |    Compiling tungstenite v0.21.0 | 
| 3377 | 2024-11-11T19:39:45.857Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=77101eaea7b1079f -C extra-filename=-77101eaea7b1079f --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-e24dfd866924e567.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-84e888d97715bed6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5d8a463318a86900.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-167f82d4d67f511e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-41c8d522324e4d83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3378 | 2024-11-11T19:39:46.436Z |    Compiling derive_more v0.99.18 | 
| 3379 | 2024-11-11T19:39:46.440Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.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 --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)' --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=d030da557e258818 -C extra-filename=-d030da557e258818 --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-cb6fe0887106b57c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3380 | 2024-11-11T19:39:47.130Z |    Compiling typify v0.2.0 | 
| 3381 | 2024-11-11T19:39:47.177Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=d5d54b2d7a875d07 -C extra-filename=-d5d54b2d7a875d07 --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-2a3b4a849d907497.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-0213b7aa9f72efc0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3382 | 2024-11-11T19:39:47.203Z |    Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) | 
| 3383 | 2024-11-11T19:39:47.206Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/f3002b3/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)' --check-cfg 'cfg(feature, values())' -C metadata=b8c1c44d6478e658 -C extra-filename=-b8c1c44d6478e658 --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-5e430ebab9bd9caf.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-6ee083de47325848.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-b56806cf956b9997.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c30efe55451c93e.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-703f26c83933d587.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3384 | 2024-11-11T19:39:47.255Z |    Compiling progenitor-impl v0.8.0 | 
| 3385 | 2024-11-11T19:39:47.258Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=060f3d05e920a094 -C extra-filename=-060f3d05e920a094 --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-d3a2d607a5fdf8df.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-d5d54b2d7a875d07.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-173a1241f5d67181.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3386 | 2024-11-11T19:39:47.285Z |    Compiling mockall v0.13.0 | 
| 3387 | 2024-11-11T19:39:47.288Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=b4110bc94c5778ea -C extra-filename=-b4110bc94c5778ea --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-3a9f8848cb985fb5.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-743b5a8658f8a5cb.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-73a6e74c31472f7a.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-05014a35017d8dd9.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b6b4eefa36f536f5.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-7bea3384e89989e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3388 | 2024-11-11T19:39:47.425Z |    Compiling itertools v0.13.0 | 
| 3389 | 2024-11-11T19:39:47.428Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=ef3f99ff4724966d -C extra-filename=-ef3f99ff4724966d --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-4a9dc6afd4d7fafa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3390 | 2024-11-11T19:39:47.638Z |    Compiling tokio-tungstenite v0.21.0 | 
| 3391 | 2024-11-11T19:39:47.640Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=7147406d3e32374a -C extra-filename=-7147406d3e32374a --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-4d996534faf1d453.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-77101eaea7b1079f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3392 | 2024-11-11T19:39:47.996Z |    Compiling arc-swap v1.7.1 | 
| 3393 | 2024-11-11T19:39:48.017Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=b894926ab5bca6a3 -C extra-filename=-b894926ab5bca6a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3394 | 2024-11-11T19:39:48.209Z |    Compiling cancel-safe-futures v0.1.5 | 
| 3395 | 2024-11-11T19:39:48.212Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=2bfef09157e5983b -C extra-filename=-2bfef09157e5983b --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-2bfef09157e5983b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3396 | 2024-11-11T19:39:48.520Z |    Compiling slog-scope v4.4.0 | 
| 3397 | 2024-11-11T19:39:48.522Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a666ee8480364f99 -C extra-filename=-a666ee8480364f99 --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-b894926ab5bca6a3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3398 | 2024-11-11T19:39:48.619Z |    Compiling owo-colors v4.1.0 | 
| 3399 | 2024-11-11T19:39:48.641Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.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)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=728e0b35b4a569df -C extra-filename=-728e0b35b4a569df --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-728e0b35b4a569df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3400 | 2024-11-11T19:39:48.651Z |      Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-2bfef09157e5983b/build-script-build` | 
| 3401 | 2024-11-11T19:39:48.689Z |        Dirty swrite v0.1.0: the rustflags changed | 
| 3402 | 2024-11-11T19:39:48.689Z |    Compiling swrite v0.1.0 | 
| 3403 | 2024-11-11T19:39:48.691Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=322ebaa15fe87809 -C extra-filename=-322ebaa15fe87809 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3404 | 2024-11-11T19:39:48.834Z |    Compiling slog-stdlog v4.1.1 | 
| 3405 | 2024-11-11T19:39:48.837Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=57665a48dcfbf994 -C extra-filename=-57665a48dcfbf994 --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-81e3e574966e5fac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a666ee8480364f99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3406 | 2024-11-11T19:39:48.991Z |      Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-728e0b35b4a569df/build-script-build` | 
| 3407 | 2024-11-11T19:39:49.017Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=4f5a49ea48b21724 -C extra-filename=-4f5a49ea48b21724 --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-b5918c7bb1241671.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df9c791ee9497e83.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3408 | 2024-11-11T19:39:49.048Z |    Compiling slog-envlogger v2.2.0 | 
| 3409 | 2024-11-11T19:39:49.051Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=610ac2cf7d7c2391 -C extra-filename=-610ac2cf7d7c2391 --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-81e3e574966e5fac.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a666ee8480364f99.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-57665a48dcfbf994.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3410 | 2024-11-11T19:39:49.212Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.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)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=447d1f5efe48a3c9 -C extra-filename=-447d1f5efe48a3c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'` | 
| 3411 | 2024-11-11T19:39:49.638Z |    Compiling libsw v3.3.1 | 
| 3412 | 2024-11-11T19:39:49.641Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.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"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=6d7dea2a1049c2a0 -C extra-filename=-6d7dea2a1049c2a0 --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-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3413 | 2024-11-11T19:39:49.869Z |    Compiling password-hash v0.5.0 | 
| 3414 | 2024-11-11T19:39:49.873Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=b19fed9f81a45761 -C extra-filename=-b19fed9f81a45761 --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-b84d62cfe5b37fff.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3415 | 2024-11-11T19:39:49.975Z |    Compiling blake2 v0.10.6 | 
| 3416 | 2024-11-11T19:39:49.978Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=b98d53c8c307d68b -C extra-filename=-b98d53c8c307d68b --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-14c62e65ff922fd4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3417 | 2024-11-11T19:39:50.701Z |    Compiling linear-map v1.2.0 | 
| 3418 | 2024-11-11T19:39:50.704Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=8bbe14c21bacf7c7 -C extra-filename=-8bbe14c21bacf7c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3419 | 2024-11-11T19:39:50.879Z |    Compiling indent_write v2.2.0 | 
| 3420 | 2024-11-11T19:39:50.881Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bd05353f346aabec -C extra-filename=-bd05353f346aabec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3421 | 2024-11-11T19:39:51.071Z |    Compiling argon2 v0.5.3 | 
| 3422 | 2024-11-11T19:39:51.074Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=f472fe0d719d5a8a -C extra-filename=-f472fe0d719d5a8a --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-b84d62cfe5b37fff.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-b98d53c8c307d68b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-68208c04c9dfb23d.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-b19fed9f81a45761.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3423 | 2024-11-11T19:39:51.109Z |    Compiling num-rational v0.4.2 | 
| 3424 | 2024-11-11T19:39:51.113Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=f4141a2a5f40062f -C extra-filename=-f4141a2a5f40062f --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-705691fbe0070fa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3425 | 2024-11-11T19:39:51.338Z |    Compiling num-complex v0.4.6 | 
| 3426 | 2024-11-11T19:39:51.341Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=5687ad3b7b599738 -C extra-filename=-5687ad3b7b599738 --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-6660e290b0adf5ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3427 | 2024-11-11T19:39:51.625Z |    Compiling float-ord v0.3.2 | 
| 3428 | 2024-11-11T19:39:51.627Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6a9284525c6a267a -C extra-filename=-6a9284525c6a267a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3429 | 2024-11-11T19:39:51.816Z |    Compiling pem v3.0.4 | 
| 3430 | 2024-11-11T19:39:51.819Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=71c8d2920f23016d -C extra-filename=-71c8d2920f23016d --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-031d0c34245e6fe3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3431 | 2024-11-11T19:39:52.450Z |    Compiling num v0.4.3 | 
| 3432 | 2024-11-11T19:39:52.455Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=5e469ce88145a3ca -C extra-filename=-5e469ce88145a3ca --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-5687ad3b7b599738.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-491118f9ec503a05.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-f4141a2a5f40062f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3433 | 2024-11-11T19:39:52.578Z |    Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) | 
| 3434 | 2024-11-11T19:39:52.581Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/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)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=1f9bcbaf34bef57e -C extra-filename=-1f9bcbaf34bef57e --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-1f9bcbaf34bef57e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3435 | 2024-11-11T19:39:52.647Z |    Compiling humantime v2.1.0 | 
| 3436 | 2024-11-11T19:39:52.650Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-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)' --check-cfg 'cfg(feature, values())' -C metadata=d8ef303c93ae509e -C extra-filename=-d8ef303c93ae509e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3437 | 2024-11-11T19:39:52.754Z |    Compiling lzma-sys v0.1.20 | 
| 3438 | 2024-11-11T19:39:52.757Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=65b2e4e79886a7ac -C extra-filename=-65b2e4e79886a7ac --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-65b2e4e79886a7ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c92522b5f64ce473.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-7758a0649459c8d9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3439 | 2024-11-11T19:39:53.180Z |    Compiling heck v0.3.3 | 
| 3440 | 2024-11-11T19:39:53.183Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=96bf4329d56bc7e6 -C extra-filename=-96bf4329d56bc7e6 --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-3b8587e0c7ea651d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3441 | 2024-11-11T19:39:53.468Z |      Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-1f9bcbaf34bef57e/build-script-build` | 
| 3442 | 2024-11-11T19:39:53.529Z |    Compiling headers-core v0.3.0 | 
| 3443 | 2024-11-11T19:39:53.532Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e222c6f80cd7e172 -C extra-filename=-e222c6f80cd7e172 --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-99e5f16a5ee6c372.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3444 | 2024-11-11T19:39:53.604Z |    Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) | 
| 3445 | 2024-11-11T19:39:53.606Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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)' --check-cfg 'cfg(feature, values())' -C metadata=662335a3aa025fa9 -C extra-filename=-662335a3aa025fa9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-662335a3aa025fa9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3446 | 2024-11-11T19:39:53.629Z |      Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-65b2e4e79886a7ac/build-script-build` | 
| 3447 | 2024-11-11T19:39:53.676Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lzma_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=db2f7c199f0513c8 -C extra-filename=-db2f7c199f0513c8 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma` | 
| 3448 | 2024-11-11T19:39:53.713Z |    Compiling headers v0.4.0 | 
| 3449 | 2024-11-11T19:39:53.716Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=faec8e7d95486d45 -C extra-filename=-faec8e7d95486d45 --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-7715811988fb50db.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-e222c6f80cd7e172.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-af67607d813e61c0.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-d9c84f3cc4dc8e05.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-167f82d4d67f511e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3450 | 2024-11-11T19:39:53.863Z |    Compiling zone_cfg_derive v0.1.2 | 
| 3451 | 2024-11-11T19:39:53.867Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=26afb45d6da6d9d7 -C extra-filename=-26afb45d6da6d9d7 --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-96bf4329d56bc7e6.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-6e9d5c5615614982.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3452 | 2024-11-11T19:39:53.886Z |    Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) | 
| 3453 | 2024-11-11T19:39:53.918Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/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)' --check-cfg 'cfg(feature, values())' -C metadata=595870d995596f8b -C extra-filename=-595870d995596f8b --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-269908bc00c83ab7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e5552635b571d05f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-896f8a38cf2a3f95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3454 | 2024-11-11T19:39:53.918Z |    Compiling yasna v0.5.2 | 
| 3455 | 2024-11-11T19:39:53.920Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=b846f03187180230 -C extra-filename=-b846f03187180230 --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-b7ea25faceb1c102.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3456 | 2024-11-11T19:39:53.950Z |      Running `/work/oxidecomputer/omicron/target/debug/build/libnet-662335a3aa025fa9/build-script-build` | 
| 3457 | 2024-11-11T19:39:53.988Z |    Compiling base64 v0.13.1 | 
| 3458 | 2024-11-11T19:39:53.992Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e70bf7b11cabd4ec -C extra-filename=-e70bf7b11cabd4ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3459 | 2024-11-11T19:39:54.291Z |    Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) | 
| 3460 | 2024-11-11T19:39:54.293Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/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)' --check-cfg 'cfg(feature, values())' -C metadata=372f544bc341b983 -C extra-filename=-372f544bc341b983 --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-595870d995596f8b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e5552635b571d05f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-896f8a38cf2a3f95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3461 | 2024-11-11T19:39:54.614Z |    Compiling ron v0.7.1 | 
| 3462 | 2024-11-11T19:39:54.616Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=4bbebcf2dbafad31 -C extra-filename=-4bbebcf2dbafad31 --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-e70bf7b11cabd4ec.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0a29f9290229ca2f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3463 | 2024-11-11T19:39:54.946Z |    Compiling progenitor-macro v0.8.0 | 
| 3464 | 2024-11-11T19:39:54.948Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=86d150b766a456b4 -C extra-filename=-86d150b766a456b4 --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-a34bfbee80b10aa7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-060f3d05e920a094.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a85680cc9908cb93.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-a91852fa20df3de8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3465 | 2024-11-11T19:39:55.074Z |    Compiling rcgen v0.12.1 | 
| 3466 | 2024-11-11T19:39:55.077Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=b55fe1ed1fb95b70 -C extra-filename=-b55fe1ed1fb95b70 --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-71c8d2920f23016d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-0cd8f0161c467c76.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-b846f03187180230.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out` | 
| 3467 | 2024-11-11T19:39:55.501Z |    Compiling zone v0.1.8 | 
| 3468 | 2024-11-11T19:39:55.504Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=324a83cbd9b1c585 -C extra-filename=-324a83cbd9b1c585 --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-cf391c8b3491fee0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-26afb45d6da6d9d7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3469 | 2024-11-11T19:39:55.570Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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)' --check-cfg 'cfg(feature, values())' -C metadata=ba321f09afba9fa8 -C extra-filename=-ba321f09afba9fa8 --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-46c96921d480f96d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-d888b7650fa31316.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-c595adf7cbf31138.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-49854af432b70515.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-24929cb5ce42edcb.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-d9365185836bea5d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-4a0370efb37e1d04.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-56790cb1d81dbf36.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` | 
| 3470 | 2024-11-11T19:39:55.719Z |    Compiling xz2 v0.1.7 | 
| 3471 | 2024-11-11T19:39:55.722Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name xz2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=700ecedd749ca7ae -C extra-filename=-700ecedd749ca7ae --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-db2f7c199f0513c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64` | 
| 3472 | 2024-11-11T19:39:56.219Z |    Compiling subprocess v0.2.9 | 
| 3473 | 2024-11-11T19:39:56.221Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7650936bf1b9e12d -C extra-filename=-7650936bf1b9e12d --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3474 | 2024-11-11T19:39:56.969Z |        Dirty semver v0.1.20: the rustflags changed | 
| 3475 | 2024-11-11T19:39:56.970Z |    Compiling semver v0.1.20 | 
| 3476 | 2024-11-11T19:39:56.972Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6ff10f989b1c7eb2 -C extra-filename=-6ff10f989b1c7eb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3477 | 2024-11-11T19:39:56.995Z |    Compiling highway v1.2.0 | 
| 3478 | 2024-11-11T19:39:57.022Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=be4c4d9da57311f0 -C extra-filename=-be4c4d9da57311f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3479 | 2024-11-11T19:39:57.429Z |        Dirty rustc_version v0.1.7: the rustflags changed | 
| 3480 | 2024-11-11T19:39:57.429Z |    Compiling rustc_version v0.1.7 | 
| 3481 | 2024-11-11T19:39:57.453Z |    Compiling half v2.4.1 | 
| 3482 | 2024-11-11T19:39:57.456Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0c538109d64d4a25 -C extra-filename=-0c538109d64d4a25 --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-6ff10f989b1c7eb2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3483 | 2024-11-11T19:39:57.456Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=28346fe494e341c0 -C extra-filename=-28346fe494e341c0 --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-3a9f8848cb985fb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3484 | 2024-11-11T19:39:57.640Z |    Compiling ciborium-io v0.2.2 | 
| 3485 | 2024-11-11T19:39:57.643Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=c79b13659174a224 -C extra-filename=-c79b13659174a224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3486 | 2024-11-11T19:39:57.753Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/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)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=7276ba7ceb4ca0da -C extra-filename=-7276ba7ceb4ca0da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq` | 
| 3487 | 2024-11-11T19:39:57.789Z |    Compiling display-error-chain v0.2.2 | 
| 3488 | 2024-11-11T19:39:57.792Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=41fc4fa1993f6110 -C extra-filename=-41fc4fa1993f6110 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3489 | 2024-11-11T19:39:57.904Z |        Dirty newtype_derive v0.1.6: the rustflags changed | 
| 3490 | 2024-11-11T19:39:57.904Z |    Compiling newtype_derive v0.1.6 | 
| 3491 | 2024-11-11T19:39:57.906Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=3f08d21e73c2648f -C extra-filename=-3f08d21e73c2648f --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-3f08d21e73c2648f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-0c538109d64d4a25.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3492 | 2024-11-11T19:39:58.007Z |    Compiling ciborium-ll v0.2.2 | 
| 3493 | 2024-11-11T19:39:58.028Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=7535751725096775 -C extra-filename=-7535751725096775 --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-c79b13659174a224.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-28346fe494e341c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3494 | 2024-11-11T19:39:58.032Z |    Compiling slog-dtrace v0.3.0 | 
| 3495 | 2024-11-11T19:39:58.058Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2dd89ea849a89306 -C extra-filename=-2dd89ea849a89306 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-2dd89ea849a89306 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3496 | 2024-11-11T19:39:58.062Z |    Compiling keccak v0.1.5 | 
| 3497 | 2024-11-11T19:39:58.067Z |    Compiling arrayvec v0.7.6 | 
| 3498 | 2024-11-11T19:39:58.067Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=35c15e38ec98f5b8 -C extra-filename=-35c15e38ec98f5b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3499 | 2024-11-11T19:39:58.067Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=dbdbacd0ef1e499c -C extra-filename=-dbdbacd0ef1e499c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3500 | 2024-11-11T19:39:58.282Z |      Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-3f08d21e73c2648f/build-script-build` | 
| 3501 | 2024-11-11T19:39:58.383Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=8e6caaf875e40df5 -C extra-filename=-8e6caaf875e40df5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign` | 
| 3502 | 2024-11-11T19:39:58.389Z |    Compiling ciborium v0.2.2 | 
| 3503 | 2024-11-11T19:39:58.392Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=081eb7697efcc78d -C extra-filename=-081eb7697efcc78d --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-c79b13659174a224.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-7535751725096775.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3504 | 2024-11-11T19:39:58.413Z |      Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-2dd89ea849a89306/build-script-build` | 
| 3505 | 2024-11-11T19:39:58.492Z |    Compiling steno v0.4.1 | 
| 3506 | 2024-11-11T19:39:58.516Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=20a5a36e8e1568e8 -C extra-filename=-20a5a36e8e1568e8 --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-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3507 | 2024-11-11T19:39:58.516Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c7700afde05de868 -C extra-filename=-c7700afde05de868 --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-5fc87bb715fd1f15.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3508 | 2024-11-11T19:39:58.540Z |    Compiling sha3 v0.10.8 | 
| 3509 | 2024-11-11T19:39:58.570Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=0960f8ce1d02c6f2 -C extra-filename=-0960f8ce1d02c6f2 --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-14c62e65ff922fd4.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-35c15e38ec98f5b8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3510 | 2024-11-11T19:39:59.112Z |    Compiling arrayref v0.3.9 | 
| 3511 | 2024-11-11T19:39:59.115Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2a9ffedc8d5802f4 -C extra-filename=-2a9ffedc8d5802f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3512 | 2024-11-11T19:39:59.194Z |    Compiling constant_time_eq v0.3.1 | 
| 3513 | 2024-11-11T19:39:59.197Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=442b7ff743758ee7 -C extra-filename=-442b7ff743758ee7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3514 | 2024-11-11T19:39:59.230Z |    Compiling universal-hash v0.5.1 | 
| 3515 | 2024-11-11T19:39:59.233Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=29bb0c2b1bd25ad0 -C extra-filename=-29bb0c2b1bd25ad0 --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-d784a9f2661e9bce.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3516 | 2024-11-11T19:39:59.394Z |    Compiling opaque-debug v0.3.1 | 
| 3517 | 2024-11-11T19:39:59.396Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=033a7e233a789271 -C extra-filename=-033a7e233a789271 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3518 | 2024-11-11T19:39:59.449Z |    Compiling secrecy v0.8.0 | 
| 3519 | 2024-11-11T19:39:59.452Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=89fdf77a91527a9f -C extra-filename=-89fdf77a91527a9f --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-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3520 | 2024-11-11T19:39:59.509Z |    Compiling ring v0.16.20 | 
| 3521 | 2024-11-11T19:39:59.511Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=d1f18e1d0173613b -C extra-filename=-d1f18e1d0173613b --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-d1f18e1d0173613b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c92522b5f64ce473.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3522 | 2024-11-11T19:39:59.584Z |    Compiling blake3 v1.5.4 | 
| 3523 | 2024-11-11T19:39:59.587Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.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="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=3fd013c9dcf53165 -C extra-filename=-3fd013c9dcf53165 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-3fd013c9dcf53165 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c92522b5f64ce473.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3524 | 2024-11-11T19:39:59.609Z |    Compiling memmap2 v0.9.5 | 
| 3525 | 2024-11-11T19:39:59.612Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-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)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=b8f425394125bd60 -C extra-filename=-b8f425394125bd60 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3526 | 2024-11-11T19:39:59.747Z |    Compiling spin v0.5.2 | 
| 3527 | 2024-11-11T19:39:59.749Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=503103c6749770df -C extra-filename=-503103c6749770df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3528 | 2024-11-11T19:40:00.092Z |    Compiling aead v0.5.2 | 
| 3529 | 2024-11-11T19:40:00.098Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=0a797dfc71736319 -C extra-filename=-0a797dfc71736319 --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-d784a9f2661e9bce.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1bf707952bf72afc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3530 | 2024-11-11T19:40:00.098Z |    Compiling topological-sort v0.2.2 | 
| 3531 | 2024-11-11T19:40:00.098Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/topological-sort-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)' --check-cfg 'cfg(feature, values())' -C metadata=0e4c4d60639d4f38 -C extra-filename=-0e4c4d60639d4f38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3532 | 2024-11-11T19:40:00.128Z |    Compiling poly1305 v0.8.0 | 
| 3533 | 2024-11-11T19:40:00.130Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=8eec820a8650bd37 -C extra-filename=-8eec820a8650bd37 --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-68208c04c9dfb23d.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-033a7e233a789271.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-29bb0c2b1bd25ad0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3534 | 2024-11-11T19:40:00.265Z |    Compiling chacha20 v0.9.1 | 
| 3535 | 2024-11-11T19:40:00.268Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=863f2c4b69c07d03 -C extra-filename=-863f2c4b69c07d03 --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-3a9f8848cb985fb5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-70cb51caf15fac61.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-68208c04c9dfb23d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3536 | 2024-11-11T19:40:00.337Z |    Compiling gethostname v0.5.0 | 
| 3537 | 2024-11-11T19:40:00.337Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=55f8d1e2ea5c116f -C extra-filename=-55f8d1e2ea5c116f --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-d0fcbeecaf580e1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3538 | 2024-11-11T19:40:00.396Z |      Running `/work/oxidecomputer/omicron/target/debug/build/blake3-3fd013c9dcf53165/build-script-build` | 
| 3539 | 2024-11-11T19:40:00.532Z |    Compiling toolchain_find v0.4.0 | 
| 3540 | 2024-11-11T19:40:00.535Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-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)' --check-cfg 'cfg(feature, values())' -C metadata=f1a7343c0521db0a -C extra-filename=-f1a7343c0521db0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-584fe4101e36129b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3541 | 2024-11-11T19:40:00.719Z |      Running `/work/oxidecomputer/omicron/target/debug/build/ring-d1f18e1d0173613b/build-script-build` | 
| 3542 | 2024-11-11T19:40:00.754Z |    Compiling thiserror-impl-no-std v2.0.2 | 
| 3543 | 2024-11-11T19:40:00.757Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=a1b1c69cb7cace41 -C extra-filename=-a1b1c69cb7cace41 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3544 | 2024-11-11T19:40:01.055Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.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="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=f18e47162950ff17 -C extra-filename=-f18e47162950ff17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-2a9ffedc8d5802f4.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-dbdbacd0ef1e499c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-442b7ff743758ee7.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-b8f425394125bd60.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-11c1ffc60bd5ec2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi --check-cfg 'cfg(blake3_sse2_ffi, values(none()))' --check-cfg 'cfg(blake3_sse2_rust, values(none()))' --check-cfg 'cfg(blake3_sse41_ffi, values(none()))' --check-cfg 'cfg(blake3_sse41_rust, values(none()))' --check-cfg 'cfg(blake3_avx2_ffi, values(none()))' --check-cfg 'cfg(blake3_avx2_rust, values(none()))' --check-cfg 'cfg(blake3_avx512_ffi, values(none()))' --check-cfg 'cfg(blake3_neon, values(none()))'` | 
| 3545 | 2024-11-11T19:40:01.153Z |    Compiling rustfmt-wrapper v0.2.1 | 
| 3546 | 2024-11-11T19:40:01.156Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-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)' --check-cfg 'cfg(feature, values())' -C metadata=728027f4892a19a1 -C extra-filename=-728027f4892a19a1 --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-269908bc00c83ab7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-f1a7343c0521db0a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3547 | 2024-11-11T19:40:01.763Z |    Compiling nibble_vec v0.1.0 | 
| 3548 | 2024-11-11T19:40:01.765Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2c7e18c244155eba -C extra-filename=-2c7e18c244155eba --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-8fb7374548f1bc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3549 | 2024-11-11T19:40:01.834Z |    Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) | 
| 3550 | 2024-11-11T19:40:01.837Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/fdffa21/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)' --check-cfg 'cfg(feature, values())' -C metadata=dd582ea007a43b80 -C extra-filename=-dd582ea007a43b80 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-dd582ea007a43b80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3551 | 2024-11-11T19:40:01.974Z |    Compiling endian-type v0.1.2 | 
| 3552 | 2024-11-11T19:40:02.012Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a7e6ea96b4f051b8 -C extra-filename=-a7e6ea96b4f051b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3553 | 2024-11-11T19:40:02.191Z |      Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-dd582ea007a43b80/build-script-build` | 
| 3554 | 2024-11-11T19:40:02.230Z |    Compiling radix_trie v0.2.1 | 
| 3555 | 2024-11-11T19:40:02.233Z |    Compiling chacha20poly1305 v0.10.1 | 
| 3556 | 2024-11-11T19:40:02.233Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=8bb04f8c3c253765 -C extra-filename=-8bb04f8c3c253765 --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-a7e6ea96b4f051b8.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-2c7e18c244155eba.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3557 | 2024-11-11T19:40:02.255Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=dda10b61cff25e6f -C extra-filename=-dda10b61cff25e6f --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-0a797dfc71736319.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-863f2c4b69c07d03.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-70cb51caf15fac61.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-8eec820a8650bd37.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3558 | 2024-11-11T19:40:02.279Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/fdffa21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=865fbac8de6150a7 -C extra-filename=-865fbac8de6150a7 --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-3a9f8848cb985fb5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --cap-lints allow -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/` | 
| 3559 | 2024-11-11T19:40:02.495Z |    Compiling fxhash v0.2.1 | 
| 3560 | 2024-11-11T19:40:02.498Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2c7e6f72008b01d5 -C extra-filename=-2c7e6f72008b01d5 --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-e24dfd866924e567.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3561 | 2024-11-11T19:40:02.697Z |    Compiling termcolor v1.4.1 | 
| 3562 | 2024-11-11T19:40:02.718Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be1427a2e2b84e81 -C extra-filename=-be1427a2e2b84e81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3563 | 2024-11-11T19:40:02.721Z |    Compiling radium v0.7.0 | 
| 3564 | 2024-11-11T19:40:02.721Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1598b9fded02f93a -C extra-filename=-1598b9fded02f93a --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-1598b9fded02f93a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3565 | 2024-11-11T19:40:02.910Z |    Compiling maplit v1.0.2 | 
| 3566 | 2024-11-11T19:40:02.913Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c1a3be2c2093cfc0 -C extra-filename=-c1a3be2c2093cfc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3567 | 2024-11-11T19:40:03.045Z |    Compiling tap v1.0.1 | 
| 3568 | 2024-11-11T19:40:03.051Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e85ad104cd58050a -C extra-filename=-e85ad104cd58050a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3569 | 2024-11-11T19:40:03.246Z |      Running `/work/oxidecomputer/omicron/target/debug/build/radium-1598b9fded02f93a/build-script-build` | 
| 3570 | 2024-11-11T19:40:03.269Z |    Compiling maybe-uninit v2.0.0 | 
| 3571 | 2024-11-11T19:40:03.290Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2a1223f67eeac43f -C extra-filename=-2a1223f67eeac43f --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-2a1223f67eeac43f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3572 | 2024-11-11T19:40:03.301Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=71cbf2ce643a1991 -C extra-filename=-71cbf2ce643a1991 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -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` | 
| 3573 | 2024-11-11T19:40:03.329Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "internal_benches", "once_cell", "slow_tests", "std", "test_logging", "wasm32_c"))' -C metadata=e1fd9239aa8173de -C extra-filename=-e1fd9239aa8173de --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-0c8674b965abf4ac.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-503103c6749770df.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a38fedeb26716515.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -l static=ring-core -l static=ring-test` | 
| 3574 | 2024-11-11T19:40:03.584Z |    Compiling wyz v0.5.1 | 
| 3575 | 2024-11-11T19:40:03.588Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=97cc11f2059f1a4e -C extra-filename=-97cc11f2059f1a4e --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-e85ad104cd58050a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3576 | 2024-11-11T19:40:03.753Z |    Compiling packed_struct v0.10.1 | 
| 3577 | 2024-11-11T19:40:03.756Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=a7a22894b3ecd7ab -C extra-filename=-a7a22894b3ecd7ab --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-a7a22894b3ecd7ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3578 | 2024-11-11T19:40:03.848Z |      Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-2a1223f67eeac43f/build-script-build` | 
| 3579 | 2024-11-11T19:40:03.929Z |    Compiling funty v2.0.0 | 
| 3580 | 2024-11-11T19:40:03.933Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ec77332f65e180a6 -C extra-filename=-ec77332f65e180a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3581 | 2024-11-11T19:40:03.973Z |    Compiling thiserror-no-std v2.0.2 | 
| 3582 | 2024-11-11T19:40:03.976Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=51c3567cdf9b345a -C extra-filename=-51c3567cdf9b345a --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-a1b1c69cb7cace41.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3583 | 2024-11-11T19:40:04.042Z |    Compiling crc-catalog v2.4.0 | 
| 3584 | 2024-11-11T19:40:04.044Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=368d1d732715e739 -C extra-filename=-368d1d732715e739 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3585 | 2024-11-11T19:40:04.097Z |    Compiling vsss-rs v3.3.4 | 
| 3586 | 2024-11-11T19:40:04.099Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=39bb0c82af55a369 -C extra-filename=-39bb0c82af55a369 --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-f12c971a1db56268.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2766537d8ac0b1c3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c6397b142e62362c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-51c3567cdf9b345a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3587 | 2024-11-11T19:40:04.207Z |    Compiling crc v3.2.1 | 
| 3588 | 2024-11-11T19:40:04.210Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0359c19427118512 -C extra-filename=-0359c19427118512 --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-368d1d732715e739.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3589 | 2024-11-11T19:40:04.305Z |      Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-a7a22894b3ecd7ab/build-script-build` | 
| 3590 | 2024-11-11T19:40:04.348Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fe28ab29d50a715f -C extra-filename=-fe28ab29d50a715f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit` | 
| 3591 | 2024-11-11T19:40:04.467Z |    Compiling packed_struct_codegen v0.10.1 | 
| 3592 | 2024-11-11T19:40:04.469Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9111b532aa5f2f8b -C extra-filename=-9111b532aa5f2f8b --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3593 | 2024-11-11T19:40:04.984Z |    Compiling indexmap v1.9.3 | 
| 3594 | 2024-11-11T19:40:04.986Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=d41e1a4fecc0789a -C extra-filename=-d41e1a4fecc0789a --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-d41e1a4fecc0789a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-9cfbfcf28d644455.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3595 | 2024-11-11T19:40:05.377Z |    Compiling bitvec v1.0.1 | 
| 3596 | 2024-11-11T19:40:05.379Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=e04d708173710f55 -C extra-filename=-e04d708173710f55 --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-ec77332f65e180a6.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-71cbf2ce643a1991.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-e85ad104cd58050a.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-97cc11f2059f1a4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3597 | 2024-11-11T19:40:05.635Z |    Compiling nodrop v0.1.14 | 
| 3598 | 2024-11-11T19:40:05.638Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=338fc7449fd23d37 -C extra-filename=-338fc7449fd23d37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3599 | 2024-11-11T19:40:05.767Z |    Compiling array-init v0.0.4 | 
| 3600 | 2024-11-11T19:40:05.770Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4c6f2b913a52efa8 -C extra-filename=-4c6f2b913a52efa8 --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-338fc7449fd23d37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3601 | 2024-11-11T19:40:05.791Z |      Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-d41e1a4fecc0789a/build-script-build` | 
| 3602 | 2024-11-11T19:40:05.827Z |    Compiling smallvec v0.6.14 | 
| 3603 | 2024-11-11T19:40:05.830Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=53ae269cc0caf804 -C extra-filename=-53ae269cc0caf804 --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-fe28ab29d50a715f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3604 | 2024-11-11T19:40:06.294Z |    Compiling async-recursion v1.1.1 | 
| 3605 | 2024-11-11T19:40:06.297Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b496abfbe3fff0c0 -C extra-filename=-b496abfbe3fff0c0 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3606 | 2024-11-11T19:40:06.720Z |        Dirty aws-lc-sys v0.22.0: the rustflags changed | 
| 3607 | 2024-11-11T19:40:06.720Z |    Compiling aws-lc-sys v0.22.0 | 
| 3608 | 2024-11-11T19:40:06.723Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.22.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)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=c4664997ccd9ec40 -C extra-filename=-c4664997ccd9ec40 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4664997ccd9ec40 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-234cf1278106702b.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c92522b5f64ce473.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-9cedff855ab49c1f.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-95aeb3dcffc06d26.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-53f8af81c34808fc.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3609 | 2024-11-11T19:40:06.938Z |    Compiling bitfield v0.14.0 | 
| 3610 | 2024-11-11T19:40:06.940Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8bb7ddd4c247c759 -C extra-filename=-8bb7ddd4c247c759 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3611 | 2024-11-11T19:40:06.962Z |    Compiling hashbrown v0.12.3 | 
| 3612 | 2024-11-11T19:40:06.965Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=48b2ad806cc9a2ce -C extra-filename=-48b2ad806cc9a2ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3613 | 2024-11-11T19:40:07.267Z |    Compiling serde-hex v0.1.0 | 
| 3614 | 2024-11-11T19:40:07.270Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=16cfb77156ee50c2 -C extra-filename=-16cfb77156ee50c2 --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-4c6f2b913a52efa8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-53ae269cc0caf804.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3615 | 2024-11-11T19:40:07.422Z |    Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) | 
| 3616 | 2024-11-11T19:40:07.425Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/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)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=1c2c373f06174181 -C extra-filename=-1c2c373f06174181 --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-e24dfd866924e567.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-0359c19427118512.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3689f5d55485dcf2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3617 | 2024-11-11T19:40:07.756Z |    Compiling env_logger v0.10.2 | 
| 3618 | 2024-11-11T19:40:07.759Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-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="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=7816f2aa6396246a -C extra-filename=-7816f2aa6396246a --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-5650e16c205792da.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-be1427a2e2b84e81.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3619 | 2024-11-11T19:40:08.081Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=ec47372ea5443d1e -C extra-filename=-ec47372ea5443d1e --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-48b2ad806cc9a2ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std` | 
| 3620 | 2024-11-11T19:40:08.104Z |    Compiling ron v0.8.1 | 
| 3621 | 2024-11-11T19:40:08.106Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=491469e75e392ed7 -C extra-filename=-491469e75e392ed7 --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-7715811988fb50db.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-35b1b2b889dfc8ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e5552635b571d05f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3622 | 2024-11-11T19:40:08.796Z |    Compiling hashbrown v0.13.2 | 
| 3623 | 2024-11-11T19:40:08.802Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=60bdf52fbff26d10 -C extra-filename=-60bdf52fbff26d10 --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-3a57e7e4e88d8557.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3624 | 2024-11-11T19:40:08.951Z |    Compiling kstat-rs v0.2.4 | 
| 3625 | 2024-11-11T19:40:08.953Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7f4078a2df13ea0d -C extra-filename=-7f4078a2df13ea0d --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-5e430ebab9bd9caf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3626 | 2024-11-11T19:40:08.976Z |    Compiling crc-any v2.5.0 | 
| 3627 | 2024-11-11T19:40:08.976Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=17abd3841d56ad2e -C extra-filename=-17abd3841d56ad2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3628 | 2024-11-11T19:40:09.244Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=8d2e5b74a1f638d4 -C extra-filename=-8d2e5b74a1f638d4 --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-e04d708173710f55.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-9111b532aa5f2f8b.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3629 | 2024-11-11T19:40:09.511Z |    Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) | 
| 3630 | 2024-11-11T19:40:09.514Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/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)' --check-cfg 'cfg(feature, values())' -C metadata=805023a6f7d72c73 -C extra-filename=-805023a6f7d72c73 --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-491469e75e392ed7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-1c2c373f06174181.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3689f5d55485dcf2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3631 | 2024-11-11T19:40:09.603Z |    Compiling path-slash v0.1.5 | 
| 3632 | 2024-11-11T19:40:09.606Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d522400388ea23bc -C extra-filename=-d522400388ea23bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3633 | 2024-11-11T19:40:09.874Z |    Compiling libefi-sys v0.1.0 | 
| 3634 | 2024-11-11T19:40:09.877Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9befbfa7318ac1d6 -C extra-filename=-9befbfa7318ac1d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-9befbfa7318ac1d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3635 | 2024-11-11T19:40:09.958Z |    Compiling object v0.30.4 | 
| 3636 | 2024-11-11T19:40:09.961Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=44036c5f08f5d4b2 -C extra-filename=-44036c5f08f5d4b2 --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-7add7d581a0a3d92.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-60bdf52fbff26d10.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ec47372ea5443d1e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3637 | 2024-11-11T19:40:10.228Z |    Compiling bitfield-struct v0.6.2 | 
| 3638 | 2024-11-11T19:40:10.231Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8f56b1fd24c93ce0 -C extra-filename=-8f56b1fd24c93ce0 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3639 | 2024-11-11T19:40:10.252Z |      Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-9befbfa7318ac1d6/build-script-build` | 
| 3640 | 2024-11-11T19:40:10.290Z |    Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) | 
| 3641 | 2024-11-11T19:40:10.293Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/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)' --check-cfg 'cfg(feature, values())' -C metadata=41b1362ca5354f27 -C extra-filename=-41b1362ca5354f27 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-41b1362ca5354f27 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c92522b5f64ce473.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3642 | 2024-11-11T19:40:10.623Z |    Compiling parking_lot_core v0.8.6 | 
| 3643 | 2024-11-11T19:40:10.626Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=70f453fa34de59f5 -C extra-filename=-70f453fa34de59f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-70f453fa34de59f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3644 | 2024-11-11T19:40:10.785Z |      Running `/work/oxidecomputer/omicron/target/debug/build/tofino-41b1362ca5354f27/build-script-build` | 
| 3645 | 2024-11-11T19:40:10.919Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6a2ac96119b96591 -C extra-filename=-6a2ac96119b96591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi` | 
| 3646 | 2024-11-11T19:40:11.202Z |      Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-70f453fa34de59f5/build-script-build` | 
| 3647 | 2024-11-11T19:40:11.241Z |    Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) | 
| 3648 | 2024-11-11T19:40:11.243Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/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)' --check-cfg 'cfg(feature, values())' -C metadata=7b00f5942bd7339f -C extra-filename=-7b00f5942bd7339f --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-46c96921d480f96d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-49854af432b70515.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3649 | 2024-11-11T19:40:11.324Z |    Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) | 
| 3650 | 2024-11-11T19:40:11.328Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ee5d097817074fe4 -C extra-filename=-ee5d097817074fe4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3651 | 2024-11-11T19:40:11.461Z |    Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) | 
| 3652 | 2024-11-11T19:40:11.465Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/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)' --check-cfg 'cfg(feature, values())' -C metadata=827408ebe352de16 -C extra-filename=-827408ebe352de16 --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-5e430ebab9bd9caf.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-6a2ac96119b96591.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3653 | 2024-11-11T19:40:11.786Z |    Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) | 
| 3654 | 2024-11-11T19:40:11.789Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7ec470b97cb7ad05 -C extra-filename=-7ec470b97cb7ad05 --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-8f56b1fd24c93ce0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3655 | 2024-11-11T19:40:11.848Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/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)' --check-cfg 'cfg(feature, values())' -C metadata=c4491a361ebadbf3 -C extra-filename=-c4491a361ebadbf3 --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-46c96921d480f96d.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7b00f5942bd7339f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -l static=pci` | 
| 3656 | 2024-11-11T19:40:11.883Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=f5c71ce3736579d0 -C extra-filename=-f5c71ce3736579d0 --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-3a9f8848cb985fb5.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-8c1f09ab07597f0a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3657 | 2024-11-11T19:40:11.917Z |    Compiling hickory-client v0.24.1 | 
| 3658 | 2024-11-11T19:40:11.920Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-client-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-https", "dns-over-https-openssl", "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", "mdns", "native-certs", "rustls", "serde", "serde-config", "webpki-roots"))' -C metadata=23c0dba9210198e2 -C extra-filename=-23c0dba9210198e2 --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-3a9f8848cb985fb5.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-84e888d97715bed6.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bb45aa76554642b3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-8bb04f8c3c253765.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3659 | 2024-11-11T19:40:11.947Z |    Compiling hickory-server v0.24.1 | 
| 3660 | 2024-11-11T19:40:11.950Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-server-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "hickory-recursor", "hickory-resolver", "http", "native-certs", "openssl", "recursor", "resolver", "rusqlite", "rustls", "sqlite", "testing", "tls", "tls-openssl", "tokio-openssl", "tokio-rustls", "toml", "webpki-roots"))' -C metadata=1ae7c7d21a73f11f -C extra-filename=-1ae7c7d21a73f11f --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-4c8e06103831ec1b.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-2dbbab2a7d707c67.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3661 | 2024-11-11T19:40:12.325Z |    Compiling parking_lot v0.11.2 | 
| 3662 | 2024-11-11T19:40:12.328Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=7d3a3dae73ca135f -C extra-filename=-7d3a3dae73ca135f --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-8c1f09ab07597f0a.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-65827c51d8b26ea9.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-f5c71ce3736579d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3663 | 2024-11-11T19:40:12.518Z |    Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) | 
| 3664 | 2024-11-11T19:40:12.521Z |    Compiling const_format_proc_macros v0.2.33 | 
| 3665 | 2024-11-11T19:40:12.521Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/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)' --check-cfg 'cfg(feature, values())' -C metadata=080acd08431793e9 -C extra-filename=-080acd08431793e9 --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-7ec470b97cb7ad05.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-ee5d097817074fe4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3666 | 2024-11-11T19:40:12.521Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.33/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)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=5d2c8aae38a5bac1 -C extra-filename=-5d2c8aae38a5bac1 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-6b8f6d0757d70170.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3667 | 2024-11-11T19:40:13.209Z |    Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) | 
| 3668 | 2024-11-11T19:40:13.212Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ba413880d48d9f23 -C extra-filename=-ba413880d48d9f23 --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-8bb7ddd4c247c759.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-8d2e5b74a1f638d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3669 | 2024-11-11T19:40:13.297Z |    Compiling sled v0.34.7 | 
| 3670 | 2024-11-11T19:40:13.300Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=542f0d2a90a73863 -C extra-filename=-542f0d2a90a73863 --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-7add7d581a0a3d92.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-42d0637fa497cb3d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-830fd7ccfcb0c526.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-2c7e6f72008b01d5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-7d3a3dae73ca135f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3671 | 2024-11-11T19:40:13.323Z |    Compiling diff v0.1.13 | 
| 3672 | 2024-11-11T19:40:13.366Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=be0aa6a2a727b12d -C extra-filename=-be0aa6a2a727b12d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3673 | 2024-11-11T19:40:13.479Z |    Compiling primeorder v0.13.6 | 
| 3674 | 2024-11-11T19:40:13.482Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=c0a6971583ae48d4 -C extra-filename=-c0a6971583ae48d4 --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-2766537d8ac0b1c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3675 | 2024-11-11T19:40:13.965Z |    Compiling vte_generate_state_changes v0.1.2 | 
| 3676 | 2024-11-11T19:40:13.968Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a4b1cd07326270aa -C extra-filename=-a4b1cd07326270aa --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3677 | 2024-11-11T19:40:14.042Z |    Compiling nanorand v0.7.0 | 
| 3678 | 2024-11-11T19:40:14.045Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=bc2f287c0be00c8c -C extra-filename=-bc2f287c0be00c8c --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-590053dba71050d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3679 | 2024-11-11T19:40:14.611Z |    Compiling unicase v2.7.0 | 
| 3680 | 2024-11-11T19:40:14.613Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=3e37fc858ab8acd6 -C extra-filename=-3e37fc858ab8acd6 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-3e37fc858ab8acd6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3681 | 2024-11-11T19:40:14.657Z |    Compiling const_format v0.2.33 | 
| 3682 | 2024-11-11T19:40:14.705Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.33/src/lib.rs --error-format=json --json=diagnostic-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)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__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"))' -C metadata=5f1c5167cec04a77 -C extra-filename=-5f1c5167cec04a77 --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-5d2c8aae38a5bac1.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3683 | 2024-11-11T19:40:14.707Z |    Compiling vte v0.11.1 | 
| 3684 | 2024-11-11T19:40:14.736Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=fc5c55233fa87752 -C extra-filename=-fc5c55233fa87752 --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-045a5788be1472cc.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-a4b1cd07326270aa.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3685 | 2024-11-11T19:40:15.063Z |      Running `/work/oxidecomputer/omicron/target/debug/build/unicase-3e37fc858ab8acd6/build-script-build` | 
| 3686 | 2024-11-11T19:40:15.281Z |    Compiling flume v0.11.0 | 
| 3687 | 2024-11-11T19:40:15.284Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-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="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)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=2c1e229ad80b88c4 -C extra-filename=-2c1e229ad80b88c4 --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-b5918c7bb1241671.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df9c791ee9497e83.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-bc2f287c0be00c8c.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-4e5ab92ea1014325.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3688 | 2024-11-11T19:40:15.403Z |    Compiling dsl_auto_type v0.1.2 | 
| 3689 | 2024-11-11T19:40:15.405Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=847601c340319f55 -C extra-filename=-847601c340319f55 --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-31eecee60364af63.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d3a2d607a5fdf8df.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3690 | 2024-11-11T19:40:16.025Z |    Compiling fd-lock v4.0.2 | 
| 3691 | 2024-11-11T19:40:16.027Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=888b4329acb1e2e0 -C extra-filename=-888b4329acb1e2e0 --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-3a9f8848cb985fb5.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3692 | 2024-11-11T19:40:16.214Z |    Compiling diesel_table_macro_syntax v0.2.0 | 
| 3693 | 2024-11-11T19:40:16.216Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a5ccb3f2b7824aa1 -C extra-filename=-a5ccb3f2b7824aa1 --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-49c5bb9f5371ddd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3694 | 2024-11-11T19:40:16.256Z |    Compiling scheduled-thread-pool v0.2.7 | 
| 3695 | 2024-11-11T19:40:16.258Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9332ac77a6d619c1 -C extra-filename=-9332ac77a6d619c1 --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-278271ef528ea378.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3696 | 2024-11-11T19:40:16.492Z |    Compiling atty v0.2.14 | 
| 3697 | 2024-11-11T19:40:16.494Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0540cfb0dd00959c -C extra-filename=-0540cfb0dd00959c --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3698 | 2024-11-11T19:40:16.647Z |    Compiling buf-list v1.0.3 | 
| 3699 | 2024-11-11T19:40:16.650Z |    Compiling salty v0.3.0 | 
| 3700 | 2024-11-11T19:40:16.650Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=08925b1285d16b2c -C extra-filename=-08925b1285d16b2c --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-08925b1285d16b2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3701 | 2024-11-11T19:40:16.650Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=2361fdeca9f7e114 -C extra-filename=-2361fdeca9f7e114 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-2361fdeca9f7e114 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3702 | 2024-11-11T19:40:16.882Z |    Compiling crunchy v0.2.2 | 
| 3703 | 2024-11-11T19:40:16.885Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=aefce7b936f9dc46 -C extra-filename=-aefce7b936f9dc46 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-aefce7b936f9dc46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3704 | 2024-11-11T19:40:17.000Z |    Compiling diesel_derives v2.2.3 | 
| 3705 | 2024-11-11T19:40:17.003Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=195bb8f894647530 -C extra-filename=-195bb8f894647530 --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-a5ccb3f2b7824aa1.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-847601c340319f55.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3706 | 2024-11-11T19:40:17.161Z |      Running `/work/oxidecomputer/omicron/target/debug/build/salty-2361fdeca9f7e114/build-script-build` | 
| 3707 | 2024-11-11T19:40:17.199Z |    Compiling r2d2 v0.8.10 | 
| 3708 | 2024-11-11T19:40:17.202Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=05c0fbc3211649d2 -C extra-filename=-05c0fbc3211649d2 --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-81e3e574966e5fac.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-278271ef528ea378.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-9332ac77a6d619c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3709 | 2024-11-11T19:40:17.359Z |      Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-08925b1285d16b2c/build-script-build` | 
| 3710 | 2024-11-11T19:40:17.440Z |    Compiling strip-ansi-escapes v0.2.0 | 
| 3711 | 2024-11-11T19:40:17.440Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9c5bf3bf63f2bb18 -C extra-filename=-9c5bf3bf63f2bb18 --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-fc5c55233fa87752.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3712 | 2024-11-11T19:40:17.498Z |      Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-aefce7b936f9dc46/build-script-build` | 
| 3713 | 2024-11-11T19:40:17.537Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=78ad6e09465f7f12 -C extra-filename=-78ad6e09465f7f12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc` | 
| 3714 | 2024-11-11T19:40:17.605Z |    Compiling p384 v0.13.0 | 
| 3715 | 2024-11-11T19:40:17.608Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p384-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"' --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)' --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=70f42a8b6a5b51c0 -C extra-filename=-70f42a8b6a5b51c0 --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-5a997561f72bb41f.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2766537d8ac0b1c3.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c0a6971583ae48d4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3716 | 2024-11-11T19:40:17.866Z |    Compiling tiny-keccak v2.0.2 | 
| 3717 | 2024-11-11T19:40:17.869Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=27539360f5b3e7a6 -C extra-filename=-27539360f5b3e7a6 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-27539360f5b3e7a6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3718 | 2024-11-11T19:40:17.938Z |    Compiling nu-ansi-term v0.50.1 | 
| 3719 | 2024-11-11T19:40:17.941Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=66e6f472b41f674e -C extra-filename=-66e6f472b41f674e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3720 | 2024-11-11T19:40:18.274Z |      Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-27539360f5b3e7a6/build-script-build` | 
| 3721 | 2024-11-11T19:40:18.312Z |    Compiling mime_guess v2.0.5 | 
| 3722 | 2024-11-11T19:40:18.315Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=7e184f1d44bb9bdb -C extra-filename=-7e184f1d44bb9bdb --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-7e184f1d44bb9bdb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-78ad6e09465f7f12.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3723 | 2024-11-11T19:40:18.549Z |    Compiling reedline v0.35.0 | 
| 3724 | 2024-11-11T19:40:18.553Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.35.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)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=7910def2ab3d99e5 -C extra-filename=-7910def2ab3d99e5 --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-5fc87bb715fd1f15.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-888b4329acb1e2e0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4606acc70281245d.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-66e6f472b41f674e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-9c5bf3bf63f2bb18.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-4f33e6e51849c596.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3b8587e0c7ea651d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3725 | 2024-11-11T19:40:18.645Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=3282ce8aeb19d335 -C extra-filename=-3282ce8aeb19d335 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3726 | 2024-11-11T19:40:18.773Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=7123e1c58d4a2669 -C extra-filename=-7123e1c58d4a2669 --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-28b401de3dbe7ac5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds` | 
| 3727 | 2024-11-11T19:40:19.105Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=e1e28e31a462cb4b -C extra-filename=-e1e28e31a462cb4b --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-00085ad90001767c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl` | 
| 3728 | 2024-11-11T19:40:19.309Z |    Compiling phf_generator v0.11.2 | 
| 3729 | 2024-11-11T19:40:19.314Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-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)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=420b904a9c118595 -C extra-filename=-420b904a9c118595 --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-e07776025399bf26.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3730 | 2024-11-11T19:40:19.499Z |    Compiling env_filter v0.1.2 | 
| 3731 | 2024-11-11T19:40:19.503Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=a2b60bd5cb63e309 -C extra-filename=-a2b60bd5cb63e309 --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-81e3e574966e5fac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3732 | 2024-11-11T19:40:19.648Z |    Compiling ref-cast v1.0.23 | 
| 3733 | 2024-11-11T19:40:19.664Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.23/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)' --check-cfg 'cfg(feature, values())' -C metadata=0a576a530a61d333 -C extra-filename=-0a576a530a61d333 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-0a576a530a61d333 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3734 | 2024-11-11T19:40:20.024Z |      Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-c4664997ccd9ec40/build-script-main` | 
| 3735 | 2024-11-11T19:40:20.094Z |    Compiling env_logger v0.11.5 | 
| 3736 | 2024-11-11T19:40:20.098Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.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::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)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=596fe4364ea80861 -C extra-filename=-596fe4364ea80861 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-a2b60bd5cb63e309.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3737 | 2024-11-11T19:40:20.276Z |    Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) | 
| 3738 | 2024-11-11T19:40:20.311Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/3cc953c/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="getrandom"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "std", "thiserror"))' -C metadata=4d242719bc7a78bd -C extra-filename=-4d242719bc7a78bd --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-590053dba71050d7.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-511ffae39571fcdb.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-e1e28e31a462cb4b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3739 | 2024-11-11T19:40:20.313Z |      Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-0a576a530a61d333/build-script-build` | 
| 3740 | 2024-11-11T19:40:20.397Z |      Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-7e184f1d44bb9bdb/build-script-build` | 
| 3741 | 2024-11-11T19:40:20.450Z |    Compiling phf_codegen v0.11.2 | 
| 3742 | 2024-11-11T19:40:20.452Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_codegen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_codegen-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)' --check-cfg 'cfg(feature, values())' -C metadata=da0a7605fb817d3f -C extra-filename=-da0a7605fb817d3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_generator=/work/oxidecomputer/omicron/target/debug/deps/libphf_generator-420b904a9c118595.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-e07776025399bf26.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3743 | 2024-11-11T19:40:20.689Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=33ce3fbc0631fba9 -C extra-filename=-33ce3fbc0631fba9 --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-3282ce8aeb19d335.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3744 | 2024-11-11T19:40:20.819Z |    Compiling ascii-canvas v3.0.0 | 
| 3745 | 2024-11-11T19:40:20.825Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=cbbc7a2d0e7c6d4b -C extra-filename=-cbbc7a2d0e7c6d4b --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-2c9865cb6e9a9cfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3746 | 2024-11-11T19:40:21.252Z |    Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) | 
| 3747 | 2024-11-11T19:40:21.254Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/86101ea/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)' --check-cfg 'cfg(feature, values())' -C metadata=744d4561be9a951e -C extra-filename=-744d4561be9a951e --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-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3748 | 2024-11-11T19:40:21.306Z |    Compiling ref-cast-impl v1.0.23 | 
| 3749 | 2024-11-11T19:40:21.309Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.23/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)' --check-cfg 'cfg(feature, values())' -C metadata=72ecb55ac91e4c0b -C extra-filename=-72ecb55ac91e4c0b --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3750 | 2024-11-11T19:40:21.402Z |    Compiling parse-zoneinfo v0.3.1 | 
| 3751 | 2024-11-11T19:40:21.405Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_zoneinfo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-zoneinfo-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)' --check-cfg 'cfg(feature, values())' -C metadata=648baec86734e298 -C extra-filename=-648baec86734e298 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3752 | 2024-11-11T19:40:21.858Z |    Compiling ena v0.14.3 | 
| 3753 | 2024-11-11T19:40:21.860Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=410023b356528747 -C extra-filename=-410023b356528747 --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-81e3e574966e5fac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3754 | 2024-11-11T19:40:22.263Z |    Compiling cfg_aliases v0.1.1 | 
| 3755 | 2024-11-11T19:40:22.266Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=155706c3c73ad7ff -C extra-filename=-155706c3c73ad7ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3756 | 2024-11-11T19:40:22.384Z |    Compiling regex-syntax v0.6.29 | 
| 3757 | 2024-11-11T19:40:22.387Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=4d71a52c02658c2c -C extra-filename=-4d71a52c02658c2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3758 | 2024-11-11T19:40:22.596Z |        Dirty bytecount v0.6.8: the rustflags changed | 
| 3759 | 2024-11-11T19:40:22.596Z |    Compiling bytecount v0.6.8 | 
| 3760 | 2024-11-11T19:40:22.599Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=0959b9381c15e4b0 -C extra-filename=-0959b9381c15e4b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3761 | 2024-11-11T19:40:22.834Z |    Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) | 
| 3762 | 2024-11-11T19:40:22.836Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/cc13773/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)' --check-cfg 'cfg(feature, values())' -C metadata=8b72015a9a9b4a45 -C extra-filename=-8b72015a9a9b4a45 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-8b72015a9a9b4a45 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3763 | 2024-11-11T19:40:23.195Z |        Dirty papergrid v0.11.0: the rustflags changed | 
| 3764 | 2024-11-11T19:40:23.195Z |    Compiling papergrid v0.11.0 | 
| 3765 | 2024-11-11T19:40:23.198Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=e26b9931a93a2496 -C extra-filename=-e26b9931a93a2496 --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-0959b9381c15e4b0.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-562dd616f443bd7a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3766 | 2024-11-11T19:40:23.219Z |      Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-8b72015a9a9b4a45/build-script-build` | 
| 3767 | 2024-11-11T19:40:23.258Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.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)' --check-cfg 'cfg(feature, values())' -C metadata=5e11ad8373c95454 -C extra-filename=-5e11ad8373c95454 --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-72ecb55ac91e4c0b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'` | 
| 3768 | 2024-11-11T19:40:23.412Z |    Compiling nix v0.28.0 | 
| 3769 | 2024-11-11T19:40:23.415Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=91ca4430b2a4bf33 -C extra-filename=-91ca4430b2a4bf33 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-91ca4430b2a4bf33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-155706c3c73ad7ff.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3770 | 2024-11-11T19:40:23.835Z |    Compiling chrono-tz-build v0.4.0 | 
| 3771 | 2024-11-11T19:40:23.837Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-build-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)' --check-cfg 'cfg(feature, values("case-insensitive", "filter-by-regex", "phf_shared", "regex", "uncased"))' -C metadata=5293e77e7621c567 -C extra-filename=-5293e77e7621c567 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_zoneinfo=/work/oxidecomputer/omicron/target/debug/deps/libparse_zoneinfo-648baec86734e298.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-da0a7605fb817d3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3772 | 2024-11-11T19:40:24.301Z |    Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) | 
| 3773 | 2024-11-11T19:40:24.312Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/3cc953c/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=504abf16a5afca5c -C extra-filename=-504abf16a5afca5c --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-46c96921d480f96d.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-4d242719bc7a78bd.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-4774ceefd9811b02.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f670185fe28d0078.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-596fe4364ea80861.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-70f42a8b6a5b51c0.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5bba9131e5a5a9a7.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a17316c84dfe119d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3774 | 2024-11-11T19:40:25.296Z |    Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) | 
| 3775 | 2024-11-11T19:40:25.299Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/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)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=ea5a91f171e937a4 -C extra-filename=-ea5a91f171e937a4 --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-e24dfd866924e567.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-4774ceefd9811b02.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-17abd3841d56ad2e.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-33f4d8fc2dec0d4b.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-7816f2aa6396246a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-ba413880d48d9f23.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-8d2e5b74a1f638d4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5bba9131e5a5a9a7.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d83515ae026c9753.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-16cfb77156ee50c2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a17316c84dfe119d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3689f5d55485dcf2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3776 | 2024-11-11T19:40:25.474Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=97c69cb8d814fc0e -C extra-filename=-97c69cb8d814fc0e --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-d9c84f3cc4dc8e05.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-78ad6e09465f7f12.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3777 | 2024-11-11T19:40:25.592Z |    Compiling lalrpop v0.19.12 | 
| 3778 | 2024-11-11T19:40:25.595Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=32b3e23e47986d9b -C extra-filename=-32b3e23e47986d9b --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-cbbc7a2d0e7c6d4b.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-80ad4cd7f0cddf1a.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-be0aa6a2a727b12d.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-410023b356528747.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-5650e16c205792da.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-cf391c8b3491fee0.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-52313d9d65cb49f4.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-4d71a52c02658c2c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d1899eb74ee961d4.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2c9865cb6e9a9cfd.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-33ce3fbc0631fba9.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-6b8f6d0757d70170.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3779 | 2024-11-11T19:40:26.540Z |    Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) | 
| 3780 | 2024-11-11T19:40:26.543Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/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)' --check-cfg 'cfg(feature, values())' -C metadata=807e86b0d7fdae41 -C extra-filename=-807e86b0d7fdae41 --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-031d0c34245e6fe3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-e3e8b832add273de.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3781 | 2024-11-11T19:40:26.845Z |      Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-560c72b643fe45fc/build-script-build` | 
| 3782 | 2024-11-11T19:40:26.889Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.22.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)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=579b21e34bcfbc58 -C extra-filename=-579b21e34bcfbc58 --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-5e430ebab9bd9caf.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -l static=aws_lc_0_22_0_crypto -l static=aws_lc_0_22_0_rust_wrapper --cfg use_bindgen_generated` | 
| 3783 | 2024-11-11T19:40:27.213Z |      Running `/work/oxidecomputer/omicron/target/debug/build/rustls-676b1869b72420b4/build-script-build` | 
| 3784 | 2024-11-11T19:40:27.255Z |    Compiling tabled_derive v0.7.0 | 
| 3785 | 2024-11-11T19:40:27.258Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=dd323e3cbdab46cd -C extra-filename=-dd323e3cbdab46cd --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-1050d0d9df4c1c3b.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-6e9d5c5615614982.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3786 | 2024-11-11T19:40:27.650Z |    Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) | 
| 3787 | 2024-11-11T19:40:27.672Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/f48e2da/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)' --check-cfg 'cfg(feature, values())' -C metadata=113bfea6928d0bb9 -C extra-filename=-113bfea6928d0bb9 --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-bea150908669ba2d.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-ba413880d48d9f23.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-ea5a91f171e937a4.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-44036c5f08f5d4b2.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-d522400388ea23bc.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d83515ae026c9753.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-1c2c373f06174181.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-805023a6f7d72c73.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-896f8a38cf2a3f95.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a17316c84dfe119d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3689f5d55485dcf2.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-56e91e2c6f079a37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3788 | 2024-11-11T19:40:27.938Z |    Compiling http-range v0.1.5 | 
| 3789 | 2024-11-11T19:40:27.941Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1deca27afdf2502d -C extra-filename=-1deca27afdf2502d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3790 | 2024-11-11T19:40:28.316Z |    Compiling hyper-staticfile v0.10.1 | 
| 3791 | 2024-11-11T19:40:28.318Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5e3cac8fbbda9149 -C extra-filename=-5e3cac8fbbda9149 --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-4d996534faf1d453.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-1deca27afdf2502d.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-af67607d813e61c0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-97c69cb8d814fc0e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-d4f3330b78c89d7d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3792 | 2024-11-11T19:40:28.716Z |    Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) | 
| 3793 | 2024-11-11T19:40:28.719Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/86101ea/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)' --check-cfg 'cfg(feature, values())' -C metadata=d4cb7b4a7046aea6 -C extra-filename=-d4cb7b4a7046aea6 --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-807e86b0d7fdae41.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-744d4561be9a951e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3794 | 2024-11-11T19:40:29.026Z |    Compiling diesel v2.2.4 | 
| 3795 | 2024-11-11T19:40:29.029Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.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="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)' --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=a713319941a7f8ae -C extra-filename=-a713319941a7f8ae --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-35b1b2b889dfc8ca.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-195bb8f894647530.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-2e2f4eb969836d3f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-05c0fbc3211649d2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 3796 | 2024-11-11T19:40:29.471Z |    Compiling chrono-tz v0.10.0 | 
| 3797 | 2024-11-11T19:40:29.473Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-0.10.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=96c5e6e4f0e70ed8 -C extra-filename=-96c5e6e4f0e70ed8 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-96c5e6e4f0e70ed8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-5293e77e7621c567.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3798 | 2024-11-11T19:40:29.850Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-rs-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="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs)' --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=4da7672578b7494e -C extra-filename=-4da7672578b7494e --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-579b21e34bcfbc58.rmeta --extern mirai_annotations=/work/oxidecomputer/omicron/target/debug/deps/libmirai_annotations-cbee85a0a2b68772.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a38fedeb26716515.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/` | 
| 3799 | 2024-11-11T19:40:29.872Z |    Compiling tabled v0.15.0 | 
| 3800 | 2024-11-11T19:40:29.875Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=febec8f9772be7da -C extra-filename=-febec8f9772be7da --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-e26b9931a93a2496.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-dd323e3cbdab46cd.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3801 | 2024-11-11T19:40:30.429Z |      Running `/work/oxidecomputer/omicron/target/debug/build/nix-91ca4430b2a4bf33/build-script-build` | 
| 3802 | 2024-11-11T19:40:30.468Z |    Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) | 
| 3803 | 2024-11-11T19:40:30.470Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-55585085c2a3fa20/a1b342c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c53dbb5965d3e908 -C extra-filename=-c53dbb5965d3e908 --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-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3804 | 2024-11-11T19:40:31.809Z |    Compiling derive_builder_core v0.20.2 | 
| 3805 | 2024-11-11T19:40:31.813Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=bed128e12405710a -C extra-filename=-bed128e12405710a --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-31eecee60364af63.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3806 | 2024-11-11T19:40:33.128Z |        Dirty rustls-webpki v0.102.8: the rustflags changed | 
| 3807 | 2024-11-11T19:40:33.128Z |    Compiling rustls-webpki v0.102.8 | 
| 3808 | 2024-11-11T19:40:33.131Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=b700c49395ffa896 -C extra-filename=-b700c49395ffa896 --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-4da7672578b7494e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-0cd8f0161c467c76.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a3def94b599e812e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f6565c5c75f6604f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out` | 
| 3809 | 2024-11-11T19:40:33.483Z |    Compiling libxml v0.3.3 | 
| 3810 | 2024-11-11T19:40:33.487Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2105f7f472052fac -C extra-filename=-2105f7f472052fac --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-2105f7f472052fac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-7758a0649459c8d9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3811 | 2024-11-11T19:40:33.672Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=7dc44940db95abaf -C extra-filename=-7dc44940db95abaf --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-35b1b2b889dfc8ca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish` | 
| 3812 | 2024-11-11T19:40:33.949Z |      Running `/work/oxidecomputer/omicron/target/debug/build/libxml-2105f7f472052fac/build-script-build` | 
| 3813 | 2024-11-11T19:40:34.003Z |      Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-96c5e6e4f0e70ed8/build-script-build` | 
| 3814 | 2024-11-11T19:40:34.142Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.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="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)' --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=77b7465717e59b36 -C extra-filename=-77b7465717e59b36 --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-4da7672578b7494e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-0cd8f0161c467c76.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a3def94b599e812e.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b700c49395ffa896.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` | 
| 3815 | 2024-11-11T19:40:35.199Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=86ce2bcf6e43d449 -C extra-filename=-86ce2bcf6e43d449 --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-81e3e574966e5fac.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-0cd8f0161c467c76.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a3def94b599e812e.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b700c49395ffa896.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/` | 
| 3816 | 2024-11-11T19:40:35.224Z |    Compiling derive_builder_macro v0.20.2 | 
| 3817 | 2024-11-11T19:40:35.227Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=32ad886412af3571 -C extra-filename=-32ad886412af3571 --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-bed128e12405710a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3818 | 2024-11-11T19:40:36.301Z |    Compiling samael v0.0.17 | 
| 3819 | 2024-11-11T19:40:36.316Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/bindings.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="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=8c22bee5ae73c94b -C extra-filename=-8c22bee5ae73c94b --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-8c22bee5ae73c94b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-234cf1278106702b.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-7758a0649459c8d9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3820 | 2024-11-11T19:40:36.722Z |    Compiling peg-macros v0.8.4 | 
| 3821 | 2024-11-11T19:40:36.725Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-macros-0.8.4/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)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=cf3ec0ddc5862b92 -C extra-filename=-cf3ec0ddc5862b92 --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-8877ffe90b8dd028.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3822 | 2024-11-11T19:40:37.495Z |    Compiling signal-hook-tokio v0.3.1 | 
| 3823 | 2024-11-11T19:40:37.534Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=05801cf678197461 -C extra-filename=-05801cf678197461 --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-b5918c7bb1241671.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-78ac86b264e9f763.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3824 | 2024-11-11T19:40:37.701Z |    Compiling strum_macros v0.24.3 | 
| 3825 | 2024-11-11T19:40:37.703Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b2f2b177c677ea99 -C extra-filename=-b2f2b177c677ea99 --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-1050d0d9df4c1c3b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-33a9d417a525d47f.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3826 | 2024-11-11T19:40:38.785Z |    Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) | 
| 3827 | 2024-11-11T19:40:38.788Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=c523b5e270b80ad9 -C extra-filename=-c523b5e270b80ad9 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-c523b5e270b80ad9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f31c551e32c21fb6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3828 | 2024-11-11T19:40:40.011Z |        Dirty tokio-rustls v0.25.0: the rustflags changed | 
| 3829 | 2024-11-11T19:40:40.011Z |    Compiling tokio-rustls v0.25.0 | 
| 3830 | 2024-11-11T19:40:40.014Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=ed20314887acf9b7 -C extra-filename=-ed20314887acf9b7 --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-86ce2bcf6e43d449.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a3def94b599e812e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/` | 
| 3831 | 2024-11-11T19:40:40.475Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-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 '--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' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' -C metadata=665a970a00c44b65 -C extra-filename=-665a970a00c44b65 --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-aa7346985812904d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-704eba9bc78670f8.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-54f603217e16f814.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-2680ff2796872663.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0913e5e06d0a664.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-7d453c2c60ab2121.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-d4f3330b78c89d7d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-86ce2bcf6e43d449.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e2ed480392ef3b43.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-79a4fa8b8c133532.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8ebf534aa119cf7e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-167f82d4d67f511e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-781fdb0910cc187e.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-eb0cb57cfe573841.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ed20314887acf9b7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-84a61c1709cea45f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/` | 
| 3832 | 2024-11-11T19:40:40.515Z |    Compiling sqlparser_derive v0.2.2 | 
| 3833 | 2024-11-11T19:40:40.517Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=035e4f26b8824071 -C extra-filename=-035e4f26b8824071 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3834 | 2024-11-11T19:40:41.301Z |        Dirty tokio-rustls v0.26.0: the rustflags changed | 
| 3835 | 2024-11-11T19:40:41.301Z |    Compiling tokio-rustls v0.26.0 | 
| 3836 | 2024-11-11T19:40:41.308Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=a3ae52bd259e9563 -C extra-filename=-a3ae52bd259e9563 --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-77b7465717e59b36.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a3def94b599e812e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out` | 
| 3837 | 2024-11-11T19:40:41.672Z |    Compiling memoffset v0.9.1 | 
| 3838 | 2024-11-11T19:40:41.675Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=5967e75f0172548e -C extra-filename=-5967e75f0172548e --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-5967e75f0172548e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-9cfbfcf28d644455.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3839 | 2024-11-11T19:40:41.802Z |        Dirty hyper-rustls v0.27.3: the rustflags changed | 
| 3840 | 2024-11-11T19:40:41.802Z |    Compiling hyper-rustls v0.27.3 | 
| 3841 | 2024-11-11T19:40:41.804Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.27.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="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs)' --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=448245cf197a0c21 -C extra-filename=-448245cf197a0c21 --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-4d996534faf1d453.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0913e5e06d0a664.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-77b7465717e59b36.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a3def94b599e812e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a3ae52bd259e9563.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-3737aa8bd4a33f57.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-749aba53f670d508.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out` | 
| 3842 | 2024-11-11T19:40:42.074Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/cc13773/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)' --check-cfg 'cfg(feature, values())' -C metadata=a22589985546b0bf -C extra-filename=-a22589985546b0bf --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-46c96921d480f96d.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-4d242719bc7a78bd.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-504abf16a5afca5c.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f670185fe28d0078.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-865fbac8de6150a7.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5bba9131e5a5a9a7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-77b7465717e59b36.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-89fdf77a91527a9f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a3ae52bd259e9563.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a17316c84dfe119d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -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/ -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out` | 
| 3843 | 2024-11-11T19:40:42.440Z |        Dirty reqwest v0.12.8: the rustflags changed | 
| 3844 | 2024-11-11T19:40:42.440Z |    Compiling reqwest v0.12.8 | 
| 3845 | 2024-11-11T19:40:42.442Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.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=unexpected_cfgs --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="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__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-no-provider", "rustls-tls-webpki-roots", "socks", "stream", "trust-dns", "zstd"))' --check-cfg 'cfg(reqwest_unstable)' -C metadata=1b17d12378c1734d -C extra-filename=-1b17d12378c1734d --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-031d0c34245e6fe3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-48ba4fa9dc043f65.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-b7d23389242b5b24.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-00b6a6fc1cfba432.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bb45aa76554642b3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-19e004036eaf1865.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-91f8536d070c9a73.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-448245cf197a0c21.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-c45f9e5017ac93d9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0913e5e06d0a664.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-1633ce11f04956d7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-d9c84f3cc4dc8e05.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-1a36278c196eae05.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-d4f3330b78c89d7d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-77b7465717e59b36.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e2ed480392ef3b43.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a3def94b599e812e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-c410210361622bed.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-ccfc53b5b37cc8f6.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a3ae52bd259e9563.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-3737aa8bd4a33f57.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-749aba53f670d508.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64` | 
| 3846 | 2024-11-11T19:40:44.413Z |    Compiling indoc v1.0.9 | 
| 3847 | 2024-11-11T19:40:44.416Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=59267a485e8feb26 -C extra-filename=-59267a485e8feb26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3848 | 2024-11-11T19:40:44.788Z |    Compiling unicode_categories v0.1.1 | 
| 3849 | 2024-11-11T19:40:44.791Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e4fc53ab0633279d -C extra-filename=-e4fc53ab0633279d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3850 | 2024-11-11T19:40:45.161Z |        Dirty qorb v0.2.0: the rustflags changed | 
| 3851 | 2024-11-11T19:40:45.161Z |    Compiling qorb v0.2.0 | 
| 3852 | 2024-11-11T19:40:45.163Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/qorb-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="probes"' --cfg 'feature="qtop"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=672dedc65c360018 -C extra-filename=-672dedc65c360018 --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-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d97bd0ec0dbf820c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2d9b91e42db9704f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/` | 
| 3853 | 2024-11-11T19:40:45.525Z |    Compiling progenitor-client v0.8.0 | 
| 3854 | 2024-11-11T19:40:45.528Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b1ce33ddc9ff2760 -C extra-filename=-b1ce33ddc9ff2760 --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-28b401de3dbe7ac5.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-d4f3330b78c89d7d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64` | 
| 3855 | 2024-11-11T19:40:46.032Z |    Compiling progenitor v0.8.0 | 
| 3856 | 2024-11-11T19:40:46.034Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d03fa57889efd2b1 -C extra-filename=-d03fa57889efd2b1 --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-b1ce33ddc9ff2760.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-060f3d05e920a094.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-86d150b766a456b4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64` | 
| 3857 | 2024-11-11T19:40:46.284Z |    Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) | 
| 3858 | 2024-11-11T19:40:46.286Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/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)' --check-cfg 'cfg(feature, values())' -C metadata=4b18975f57f8f54a -C extra-filename=-4b18975f57f8f54a --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-46c96921d480f96d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-d4f3330b78c89d7d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64` | 
| 3859 | 2024-11-11T19:40:48.404Z |    Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) | 
| 3860 | 2024-11-11T19:40:48.407Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/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)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=40843a053a93ef43 -C extra-filename=-40843a053a93ef43 --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-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7715811988fb50db.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-7147406d3e32374a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64` | 
| 3861 | 2024-11-11T19:40:48.485Z |    Compiling omicron-zone-package v0.11.1 | 
| 3862 | 2024-11-11T19:40:48.488Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-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)' --check-cfg 'cfg(feature, values())' -C metadata=adf59936f6d7e418 -C extra-filename=-adf59936f6d7e418 --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-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-f18e47162950ff17.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-8c3767e8502d24da.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e1fd9239aa8173de.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e5552635b571d05f.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-896f8a38cf2a3f95.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-0e4c4d60639d4f38.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out` | 
| 3863 | 2024-11-11T19:40:49.637Z |    Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) | 
| 3864 | 2024-11-11T19:40:49.640Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/86101ea/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)' --check-cfg 'cfg(feature, values())' -C metadata=6cc86f9178dab6b8 -C extra-filename=-6cc86f9178dab6b8 --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-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7715811988fb50db.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-7147406d3e32374a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64` | 
| 3865 | 2024-11-11T19:40:51.812Z |    Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) | 
| 3866 | 2024-11-11T19:40:51.815Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/056283e/ddm-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)' --check-cfg 'cfg(feature, values())' -C metadata=71939a08f27ebc09 -C extra-filename=-71939a08f27ebc09 --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-97eab9c7e64ab1b9.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-d4f3330b78c89d7d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64` | 
| 3867 | 2024-11-11T19:40:53.305Z |    Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) | 
| 3868 | 2024-11-11T19:40:53.307Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/agent-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)' --check-cfg 'cfg(feature, values())' -C metadata=396f5c460293820a -C extra-filename=-396f5c460293820a --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-46c96921d480f96d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-e3e8b832add273de.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-d4f3330b78c89d7d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64` | 
| 3869 | 2024-11-11T19:40:54.052Z |    Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) | 
| 3870 | 2024-11-11T19:40:54.055Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/651fb58/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)' --check-cfg 'cfg(feature, values())' -C metadata=c3c18052cb8eb945 -C extra-filename=-c3c18052cb8eb945 --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-ecf92dfe9f50908c.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-d888b7650fa31316.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-ba321f09afba9fa8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-40843a053a93ef43.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-372f544bc341b983.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-4bbebcf2dbafad31.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-e723bce7dfb4f45c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-7147406d3e32374a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-896f8a38cf2a3f95.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-700ecedd749ca7ae.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-324a83cbd9b1c585.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` | 
| 3871 | 2024-11-11T19:40:54.288Z |    Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) | 
| 3872 | 2024-11-11T19:40:54.291Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=c70ca8bcfd4b65c1 -C extra-filename=-c70ca8bcfd4b65c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-c70ca8bcfd4b65c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-3a57e7e4e88d8557.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ec610d6212043b4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-4da7672578b7494e.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-8480a90d47051b07.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-b84d62cfe5b37fff.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-80ad4cd7f0cddf1a.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a2750eff915f90df.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0a29f9290229ca2f.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-35b1b2b889dfc8ca.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b51e3ea9db37203e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c92522b5f64ce473.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-70cb51caf15fac61.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-735728b5689c6f19.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-1fadb5960a8d19a8.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-48ba4fa9dc043f65.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-42d0637fa497cb3d.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-830fd7ccfcb0c526.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-d784a9f2661e9bce.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f12c971a1db56268.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2d24512202c3edb4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-5a997561f72bb41f.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f670185fe28d0078.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2766537d8ac0b1c3.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e1b6ce8fcb9eb7b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bb45aa76554642b3.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df9c791ee9497e83.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2eb9c3ff2ae48fa.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1bf707952bf72afc.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-590053dba71050d7.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-153758aceb3cd21b.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-12263ebdd16de34d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3716f9bff5f1ecbe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-448245cf197a0c21.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0913e5e06d0a664.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-a5aa95a529ec771a.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-cf391c8b3491fee0.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4606acc70281245d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-52313d9d65cb49f4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-efebdf221d3b73ad.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-37e4304872f28ac3.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f31c551e32c21fb6.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b950497410d08f2b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-491118f9ec503a05.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8877ffe90b8dd028.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5bba9131e5a5a9a7.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-bcff8eb39b7bf28f.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-e07776025399bf26.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1bcd6e7431d0c529.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dfedfaede04f1cd8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b6b4eefa36f536f5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f1e3a7c04597f989.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-325b2837f6dab56c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d83515ae026c9753.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-77b7465717e59b36.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b700c49395ffa896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-79a4fa8b8c133532.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-167f82d4d67f511e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-408a063a4091fdbc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4e5ab92ea1014325.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d1899eb74ee961d4.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-3267e1ebc2fd832d.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a3ae52bd259e9563.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-896f8a38cf2a3f95.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-60f59f901f5af4f1.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d004079115bc03a.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4f9d309aee4b7b19.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-b3bd218e77493777.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-365aa1a7c82b17a1.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-6b8f6d0757d70170.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-42e66d799d40a197.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a17316c84dfe119d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-65ce327e1c84bc7e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-56e91e2c6f079a37.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3873 | 2024-11-11T19:40:54.625Z |    Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) | 
| 3874 | 2024-11-11T19:40:54.628Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=83f2067bbc32cf44 -C extra-filename=-83f2067bbc32cf44 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-83f2067bbc32cf44 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-adf59936f6d7e418.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-728027f4892a19a1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out` | 
| 3875 | 2024-11-11T19:40:54.662Z |      Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-c70ca8bcfd4b65c1/build-script-build` | 
| 3876 | 2024-11-11T19:40:54.721Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=da497dc19820ea3d -C extra-filename=-da497dc19820ea3d --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-3a57e7e4e88d8557.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ec610d6212043b4f.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-4da7672578b7494e.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-8480a90d47051b07.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-b84d62cfe5b37fff.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-80ad4cd7f0cddf1a.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a2750eff915f90df.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0a29f9290229ca2f.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-35b1b2b889dfc8ca.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b51e3ea9db37203e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-70cb51caf15fac61.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-735728b5689c6f19.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-1fadb5960a8d19a8.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-48ba4fa9dc043f65.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-42d0637fa497cb3d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-830fd7ccfcb0c526.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-d784a9f2661e9bce.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f12c971a1db56268.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2d24512202c3edb4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-5a997561f72bb41f.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f670185fe28d0078.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2766537d8ac0b1c3.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e1b6ce8fcb9eb7b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bb45aa76554642b3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df9c791ee9497e83.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2eb9c3ff2ae48fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1bf707952bf72afc.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-590053dba71050d7.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-153758aceb3cd21b.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-12263ebdd16de34d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3716f9bff5f1ecbe.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-448245cf197a0c21.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0913e5e06d0a664.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-a5aa95a529ec771a.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-cf391c8b3491fee0.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4606acc70281245d.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-52313d9d65cb49f4.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-efebdf221d3b73ad.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-37e4304872f28ac3.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f31c551e32c21fb6.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b950497410d08f2b.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-491118f9ec503a05.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8877ffe90b8dd028.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5bba9131e5a5a9a7.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-bcff8eb39b7bf28f.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-e07776025399bf26.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1bcd6e7431d0c529.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dfedfaede04f1cd8.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b6b4eefa36f536f5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f1e3a7c04597f989.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-325b2837f6dab56c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d83515ae026c9753.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-77b7465717e59b36.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b700c49395ffa896.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-79a4fa8b8c133532.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-167f82d4d67f511e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-408a063a4091fdbc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4e5ab92ea1014325.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d1899eb74ee961d4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a3ae52bd259e9563.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-896f8a38cf2a3f95.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-60f59f901f5af4f1.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d004079115bc03a.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4f9d309aee4b7b19.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-b3bd218e77493777.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-365aa1a7c82b17a1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-42e66d799d40a197.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a17316c84dfe119d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-65ce327e1c84bc7e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-56e91e2c6f079a37.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3877 | 2024-11-11T19:40:54.856Z |    Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) | 
| 3878 | 2024-11-11T19:40:54.859Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=931ed4ae26d6b157 -C extra-filename=-931ed4ae26d6b157 --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-da497dc19820ea3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3879 | 2024-11-11T19:40:55.003Z |    Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) | 
| 3880 | 2024-11-11T19:40:55.006Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=fc724ba2ef95e52b -C extra-filename=-fc724ba2ef95e52b --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-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-e6da12bceedb2076.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3881 | 2024-11-11T19:40:55.674Z |    Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) | 
| 3882 | 2024-11-11T19:40:55.677Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=c01ca28e29b6083f -C extra-filename=-c01ca28e29b6083f --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-da497dc19820ea3d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3883 | 2024-11-11T19:40:55.768Z |    Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) | 
| 3884 | 2024-11-11T19:40:55.771Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=4aba2b12e521722b -C extra-filename=-4aba2b12e521722b --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-46c96921d480f96d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-931ed4ae26d6b157.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-51013d43a4b80945.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4b18975f57f8f54a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b1ce33ddc9ff2760.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3885 | 2024-11-11T19:40:56.003Z |    Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) | 
| 3886 | 2024-11-11T19:40:56.006Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=722858a77a58a55d -C extra-filename=-722858a77a58a55d --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-46c96921d480f96d.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d97bd0ec0dbf820c.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-bd05353f346aabec.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-6d7dea2a1049c2a0.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-8bbe14c21bacf7c7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-322ebaa15fe87809.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3887 | 2024-11-11T19:40:56.069Z |    Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) | 
| 3888 | 2024-11-11T19:40:56.072Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=403cc23422d9d2fa -C extra-filename=-403cc23422d9d2fa --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-f472fe0d719d5a8a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3889 | 2024-11-11T19:40:56.292Z |    Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) | 
| 3890 | 2024-11-11T19:40:56.295Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=03168bf0e9f9ebde -C extra-filename=-03168bf0e9f9ebde --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-031d0c34245e6fe3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3891 | 2024-11-11T19:40:56.530Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=696e8fa9e1d1b804 -C extra-filename=-696e8fa9e1d1b804 --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-46c96921d480f96d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-931ed4ae26d6b157.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-51013d43a4b80945.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4b18975f57f8f54a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b1ce33ddc9ff2760.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3892 | 2024-11-11T19:40:59.954Z |    Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) | 
| 3893 | 2024-11-11T19:40:59.956Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=61c2282de6d21b66 -C extra-filename=-61c2282de6d21b66 --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-da497dc19820ea3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3894 | 2024-11-11T19:41:00.216Z |    Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) | 
| 3895 | 2024-11-11T19:41:00.219Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=f3f4f80cc9ceedd0 -C extra-filename=-f3f4f80cc9ceedd0 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-f3f4f80cc9ceedd0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c01ca28e29b6083f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3896 | 2024-11-11T19:41:00.623Z |      Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-f3f4f80cc9ceedd0/build-script-build` | 
| 3897 | 2024-11-11T19:41:00.659Z |    Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) | 
| 3898 | 2024-11-11T19:41:00.662Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=62529cdba505d69b -C extra-filename=-62529cdba505d69b --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-da497dc19820ea3d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3899 | 2024-11-11T19:41:00.897Z |    Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) | 
| 3900 | 2024-11-11T19:41:00.901Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-model/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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=20998bd19a77cc0a -C extra-filename=-20998bd19a77cc0a --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-20998bd19a77cc0a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c01ca28e29b6083f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3901 | 2024-11-11T19:41:01.193Z |    Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) | 
| 3902 | 2024-11-11T19:41:01.195Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=e7d2baa7fa7e5c75 -C extra-filename=-e7d2baa7fa7e5c75 --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-d3a2d607a5fdf8df.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-62529cdba505d69b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a85680cc9908cb93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3903 | 2024-11-11T19:41:01.245Z |      Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-20998bd19a77cc0a/build-script-build` | 
| 3904 | 2024-11-11T19:41:01.285Z |    Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) | 
| 3905 | 2024-11-11T19:41:01.288Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-fixed-data/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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=1344032254cc84dc -C extra-filename=-1344032254cc84dc --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-1344032254cc84dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c01ca28e29b6083f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3906 | 2024-11-11T19:41:01.671Z |    Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) | 
| 3907 | 2024-11-11T19:41:01.674Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=02c5dead56e9ac5c -C extra-filename=-02c5dead56e9ac5c --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-da497dc19820ea3d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3908 | 2024-11-11T19:41:02.472Z |    Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) | 
| 3909 | 2024-11-11T19:41:02.474Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/86101ea/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a545b1205e6f6f3e -C extra-filename=-a545b1205e6f6f3e --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-46c96921d480f96d.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-0540cfb0dd00959c.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7715811988fb50db.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-744d4561be9a951e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-781fdb0910cc187e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-7147406d3e32374a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64` | 
| 3910 | 2024-11-11T19:41:02.836Z |      Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-1344032254cc84dc/build-script-build` | 
| 3911 | 2024-11-11T19:41:02.875Z |    Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) | 
| 3912 | 2024-11-11T19:41:02.878Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/auth/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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=1be4413ac0e63da2 -C extra-filename=-1be4413ac0e63da2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-1be4413ac0e63da2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c01ca28e29b6083f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3913 | 2024-11-11T19:41:03.246Z |    Compiling sqlformat v0.2.6 | 
| 3914 | 2024-11-11T19:41:03.249Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=42b1b522d80a7480 -C extra-filename=-42b1b522d80a7480 --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-f31c551e32c21fb6.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-e4fc53ab0633279d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3915 | 2024-11-11T19:41:04.590Z |      Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-5967e75f0172548e/build-script-build` | 
| 3916 | 2024-11-11T19:41:04.769Z |    Compiling sqlparser v0.45.0 | 
| 3917 | 2024-11-11T19:41:04.772Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=3557fe839a6455f6 -C extra-filename=-3557fe839a6455f6 --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-81e3e574966e5fac.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-035e4f26b8824071.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3918 | 2024-11-11T19:41:09.102Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 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' '--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="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=7ab96a8b4381dffc -C extra-filename=-7ab96a8b4381dffc --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-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-8cfef2821192c56e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f5a0f5f7ecc363de.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-b4110bc94c5778ea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c30efe55451c93e.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-fc724ba2ef95e52b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-1f7ae8f5d2c44572.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib --check-cfg 'cfg(svcadm_autoclear)'` | 
| 3919 | 2024-11-11T19:41:09.291Z |    Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) | 
| 3920 | 2024-11-11T19:41:09.294Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=76cd6a2b3c2fbf80 -C extra-filename=-76cd6a2b3c2fbf80 --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-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3921 | 2024-11-11T19:41:10.380Z |    Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) | 
| 3922 | 2024-11-11T19:41:10.383Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=648bf00bf481df77 -C extra-filename=-648bf00bf481df77 --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-46c96921d480f96d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3923 | 2024-11-11T19:41:12.442Z |    Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) | 
| 3924 | 2024-11-11T19:41:12.445Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=d90ccff738138b2b -C extra-filename=-d90ccff738138b2b --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-28b401de3dbe7ac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-6a9284525c6a267a.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3925 | 2024-11-11T19:41:13.522Z |    Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) | 
| 3926 | 2024-11-11T19:41:13.525Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=afb28bc15b3a8f38 -C extra-filename=-afb28bc15b3a8f38 --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-46c96921d480f96d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3927 | 2024-11-11T19:41:15.986Z |    Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) | 
| 3928 | 2024-11-11T19:41:15.989Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-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' '--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="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=c7468917257feaff -C extra-filename=-c7468917257feaff --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-46c96921d480f96d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-8c3767e8502d24da.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-c3c18052cb8eb945.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-0cd8f0161c467c76.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-86ce2bcf6e43d449.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3929 | 2024-11-11T19:41:17.748Z |    Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) | 
| 3930 | 2024-11-11T19:41:17.751Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=4e426d338234ce0f -C extra-filename=-4e426d338234ce0f --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-46c96921d480f96d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-be4c4d9da57311f0.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d90ccff738138b2b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3931 | 2024-11-11T19:41:17.800Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=605d63adb380a745 -C extra-filename=-605d63adb380a745 --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-28b401de3dbe7ac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-6a9284525c6a267a.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-696e8fa9e1d1b804.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3932 | 2024-11-11T19:41:18.422Z |    Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) | 
| 3933 | 2024-11-11T19:41:18.427Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=7183f7820acaefc7 -C extra-filename=-7183f7820acaefc7 --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-46c96921d480f96d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d3a2d607a5fdf8df.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d90ccff738138b2b.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3934 | 2024-11-11T19:41:19.035Z |    Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) | 
| 3935 | 2024-11-11T19:41:19.038Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=9428c37dfef3ec3e -C extra-filename=-9428c37dfef3ec3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3936 | 2024-11-11T19:41:20.065Z |      Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-83f2067bbc32cf44/build-script-build` | 
| 3937 | 2024-11-11T19:41:20.701Z |    Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) | 
| 3938 | 2024-11-11T19:41:20.704Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=543acf02384607bc -C extra-filename=-543acf02384607bc --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-5fc87bb715fd1f15.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3939 | 2024-11-11T19:41:21.707Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=b5bf8ea4aef7824c -C extra-filename=-b5bf8ea4aef7824c --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-46c96921d480f96d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d3a2d607a5fdf8df.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-605d63adb380a745.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3940 | 2024-11-11T19:41:21.850Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=93113f79609730c4 -C extra-filename=-93113f79609730c4 --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-5fc87bb715fd1f15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b1ce33ddc9ff2760.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3941 | 2024-11-11T19:41:21.973Z |    Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) | 
| 3942 | 2024-11-11T19:41:21.975Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=e37c53b68bb7ceda -C extra-filename=-e37c53b68bb7ceda --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-5fc87bb715fd1f15.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3943 | 2024-11-11T19:41:22.424Z |    Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) | 
| 3944 | 2024-11-11T19:41:22.427Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=b51f792d0eb6178b -C extra-filename=-b51f792d0eb6178b --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-4c8e06103831ec1b.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91722d65ff8a2813.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-89fdf77a91527a9f.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3945 | 2024-11-11T19:41:22.515Z |    Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) | 
| 3946 | 2024-11-11T19:41:22.518Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=2c2e9b39cec97992 -C extra-filename=-2c2e9b39cec97992 --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-081eb7697efcc78d.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-865fbac8de6150a7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3947 | 2024-11-11T19:41:23.258Z |    Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) | 
| 3948 | 2024-11-11T19:41:23.261Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=90c14e0012074cc8 -C extra-filename=-90c14e0012074cc8 --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-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e37c53b68bb7ceda.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-23c0dba9210198e2.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1ae7c7d21a73f11f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3949 | 2024-11-11T19:41:23.461Z |    Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) | 
| 3950 | 2024-11-11T19:41:23.464Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=7e3e91e2425739de -C extra-filename=-7e3e91e2425739de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-cc8768000459eec0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6395fd819530f713.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bb4fc0e68df45522.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3951 | 2024-11-11T19:41:23.675Z |    Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) | 
| 3952 | 2024-11-11T19:41:23.678Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=8d8a3ab44ba1d2c9 -C extra-filename=-8d8a3ab44ba1d2c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c2e9b39cec97992.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3953 | 2024-11-11T19:41:24.227Z |    Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) | 
| 3954 | 2024-11-11T19:41:24.229Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=3a6941f95e77ca44 -C extra-filename=-3a6941f95e77ca44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3955 | 2024-11-11T19:41:24.988Z |    Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) | 
| 3956 | 2024-11-11T19:41:24.992Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=489179c835395a17 -C extra-filename=-489179c835395a17 --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-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3957 | 2024-11-11T19:41:25.317Z |    Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) | 
| 3958 | 2024-11-11T19:41:25.319Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=5a564b305e87dc5f -C extra-filename=-5a564b305e87dc5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3959 | 2024-11-11T19:41:25.707Z |    Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) | 
| 3960 | 2024-11-11T19:41:25.710Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=663e25bd25e070d5 -C extra-filename=-663e25bd25e070d5 --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-da497dc19820ea3d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b5bf8ea4aef7824c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-605d63adb380a745.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3961 | 2024-11-11T19:41:26.856Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=a5ac263f2b2a98f4 -C extra-filename=-a5ac263f2b2a98f4 --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-28b401de3dbe7ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dda10b61cff25e6f.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91722d65ff8a2813.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-89fdf77a91527a9f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-39bb0c82af55a369.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 3962 | 2024-11-11T19:41:27.729Z |    Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) | 
| 3963 | 2024-11-11T19:41:27.733Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=803959e4c3b4b426 -C extra-filename=-803959e4c3b4b426 --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-46c96921d480f96d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-931ed4ae26d6b157.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-48ba4fa9dc043f65.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d97bd0ec0dbf820c.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e34685acac44cbed.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6395fd819530f713.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e426d338234ce0f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3964 | 2024-11-11T19:41:28.180Z |    Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) | 
| 3965 | 2024-11-11T19:41:28.183Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=17f838e77a27ce57 -C extra-filename=-17f838e77a27ce57 --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-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3966 | 2024-11-11T19:41:28.752Z |    Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) | 
| 3967 | 2024-11-11T19:41:28.755Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=430bf38977f5bd96 -C extra-filename=-430bf38977f5bd96 --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-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7b00f5942bd7339f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-827408ebe352de16.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-080acd08431793e9.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out` | 
| 3968 | 2024-11-11T19:41:32.771Z |    Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) | 
| 3969 | 2024-11-11T19:41:32.773Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=d5f004076cf374c5 -C extra-filename=-d5f004076cf374c5 --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-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a5ac263f2b2a98f4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cc86f9178dab6b8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 3970 | 2024-11-11T19:41:32.970Z |    Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) | 
| 3971 | 2024-11-11T19:41:32.973Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=09970c317d53c0f8 -C extra-filename=-09970c317d53c0f8 --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-46c96921d480f96d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-61c2282de6d21b66.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-7183f7820acaefc7.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-663e25bd25e070d5.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d90ccff738138b2b.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3972 | 2024-11-11T19:41:33.434Z |    Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) | 
| 3973 | 2024-11-11T19:41:33.436Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --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' '--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="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=d9114359da4cd326 -C extra-filename=-d9114359da4cd326 --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-3a9f8848cb985fb5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-7f4078a2df13ea0d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3974 | 2024-11-11T19:41:38.359Z |    Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) | 
| 3975 | 2024-11-11T19:41:38.361Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=c7626a78782e6181 -C extra-filename=-c7626a78782e6181 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3976 | 2024-11-11T19:41:40.052Z |    Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) | 
| 3977 | 2024-11-11T19:41:40.055Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=a3215c00dc4f0595 -C extra-filename=-a3215c00dc4f0595 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-71939a08f27ebc09.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b1ce33ddc9ff2760.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3978 | 2024-11-11T19:41:42.062Z |    Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) | 
| 3979 | 2024-11-11T19:41:42.065Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=96bf5eb2e1fbc436 -C extra-filename=-96bf5eb2e1fbc436 --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-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b51f792d0eb6178b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-430bf38977f5bd96.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out` | 
| 3980 | 2024-11-11T19:41:42.249Z |    Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) | 
| 3981 | 2024-11-11T19:41:42.271Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=29f49ec11867bc10 -C extra-filename=-29f49ec11867bc10 --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-665a970a00c44b65.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 3982 | 2024-11-11T19:41:42.777Z |    Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) | 
| 3983 | 2024-11-11T19:41:42.780Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=e611f97694f597fb -C extra-filename=-e611f97694f597fb --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-2dae76f465709689.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 3984 | 2024-11-11T19:41:43.638Z |    Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) | 
| 3985 | 2024-11-11T19:41:43.641Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=1afb9ebbf6550c1c -C extra-filename=-1afb9ebbf6550c1c --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-665a970a00c44b65.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3986 | 2024-11-11T19:41:44.275Z |    Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) | 
| 3987 | 2024-11-11T19:41:44.278Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=339e0468bf42ba0e -C extra-filename=-339e0468bf42ba0e --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-e93687f563e14a1a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3988 | 2024-11-11T19:41:45.335Z |    Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) | 
| 3989 | 2024-11-11T19:41:45.337Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=a87b6ab337d402fe -C extra-filename=-a87b6ab337d402fe --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-665a970a00c44b65.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-8d8a3ab44ba1d2c9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 3990 | 2024-11-11T19:41:45.901Z |    Compiling peg v0.8.4 | 
| 3991 | 2024-11-11T19:41:45.903Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=2df5b7950dd75f83 -C extra-filename=-2df5b7950dd75f83 --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-cf3ec0ddc5862b92.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8877ffe90b8dd028.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3992 | 2024-11-11T19:41:46.030Z |      Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-c523b5e270b80ad9/build-script-build` | 
| 3993 | 2024-11-11T19:41:46.074Z |      Running `/work/oxidecomputer/omicron/target/debug/build/samael-8c22bee5ae73c94b/build-script-bindings` | 
| 3994 | 2024-11-11T19:41:46.203Z |    Compiling rustyline v14.0.0 | 
| 3995 | 2024-11-11T19:41:46.206Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=d0096c9f8d1cafe3 -C extra-filename=-d0096c9f8d1cafe3 --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-35b1b2b889dfc8ca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-888b4329acb1e2e0.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-584fe4101e36129b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-7dc44940db95abaf.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-8bb04f8c3c253765.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3b8587e0c7ea651d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-045a5788be1472cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3996 | 2024-11-11T19:41:46.522Z |    Compiling derive_builder v0.20.2 | 
| 3997 | 2024-11-11T19:41:46.525Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' --check-cfg 'cfg(compiletests)' -C metadata=1724a3b10b29989a -C extra-filename=-1724a3b10b29989a --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-32ad886412af3571.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3998 | 2024-11-11T19:41:46.723Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=7cbbe7319620a8ed -C extra-filename=-7cbbe7319620a8ed --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-5fc87bb715fd1f15.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-bcff8eb39b7bf28f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 3999 | 2024-11-11T19:41:47.769Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=26c14852c4c20af0 -C extra-filename=-26c14852c4c20af0 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2` | 
| 4000 | 2024-11-11T19:41:48.297Z |    Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) | 
| 4001 | 2024-11-11T19:41:48.299Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=ae8df0697557ac6e -C extra-filename=-ae8df0697557ac6e --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-5fc87bb715fd1f15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4002 | 2024-11-11T19:41:48.335Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=3c4a7ccfb31ee89b -C extra-filename=-3c4a7ccfb31ee89b --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-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-e7d2baa7fa7e5c75.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d97bd0ec0dbf820c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-339e0468bf42ba0e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-7e3e91e2425739de.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4003 | 2024-11-11T19:41:48.546Z |    Compiling bcs v0.1.6 | 
| 4004 | 2024-11-11T19:41:48.549Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9f945a5ccaa40a2c -C extra-filename=-9f945a5ccaa40a2c --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-269908bc00c83ab7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4005 | 2024-11-11T19:41:49.230Z |    Compiling quick-xml v0.33.0 | 
| 4006 | 2024-11-11T19:41:49.233Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.33.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="serialize"' --check-cfg 'cfg(docsrs)' --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=a7cbd5476b02a01a -C extra-filename=-a7cbd5476b02a01a --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-67e0a46ec2bfb252.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4007 | 2024-11-11T19:41:50.490Z |    Compiling oso-derive v0.27.3 | 
| 4008 | 2024-11-11T19:41:50.493Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=12d27bed31b77097 -C extra-filename=-12d27bed31b77097 --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-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4009 | 2024-11-11T19:41:50.535Z |    Compiling impl-trait-for-tuples v0.2.2 | 
| 4010 | 2024-11-11T19:41:50.538Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=403e7ae55e241dc9 -C extra-filename=-403e7ae55e241dc9 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4011 | 2024-11-11T19:41:51.665Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=4233cda64c5cf237 -C extra-filename=-4233cda64c5cf237 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -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` | 
| 4012 | 2024-11-11T19:41:51.802Z |      Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-1be4413ac0e63da2/build-script-build` | 
| 4013 | 2024-11-11T19:41:51.842Z |    Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) | 
| 4014 | 2024-11-11T19:41:51.845Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=14617e8c00e076ab -C extra-filename=-14617e8c00e076ab --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-d3a2d607a5fdf8df.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-62529cdba505d69b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a85680cc9908cb93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4015 | 2024-11-11T19:41:52.900Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=b985ba7dc8c170a5 -C extra-filename=-b985ba7dc8c170a5 --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-031d0c34245e6fe3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-84e888d97715bed6.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-1724a3b10b29989a.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-26c14852c4c20af0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6395fd819530f713.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-93810288b6c0d5c3.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bb4fc0e68df45522.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-a7cbd5476b02a01a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 -l z -l lzma -l m -l socket -l nsl -l m -l xml2 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg xmlsec_dynamic` | 
| 4016 | 2024-11-11T19:41:53.632Z |    Compiling tungstenite v0.23.0 | 
| 4017 | 2024-11-11T19:41:53.635Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=045326bcc56846bc -C extra-filename=-045326bcc56846bc --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-e24dfd866924e567.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-84e888d97715bed6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5d8a463318a86900.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-167f82d4d67f511e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-41c8d522324e4d83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4018 | 2024-11-11T19:41:56.035Z |    Compiling pin-project-internal v1.1.6 | 
| 4019 | 2024-11-11T19:41:56.038Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ea535887a4be9ca2 -C extra-filename=-ea535887a4be9ca2 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4020 | 2024-11-11T19:41:58.282Z |    Compiling diesel-dtrace v0.3.0 | 
| 4021 | 2024-11-11T19:41:58.375Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-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)' --check-cfg 'cfg(feature, values())' -C metadata=b8a0832b3f06a54a -C extra-filename=-b8a0832b3f06a54a --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-b8a0832b3f06a54a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4022 | 2024-11-11T19:41:58.650Z |    Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) | 
| 4023 | 2024-11-11T19:41:58.653Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/gateway-sp-comms/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)' --check-cfg 'cfg(feature, values())' -C metadata=4ea9effa48dcfb49 -C extra-filename=-4ea9effa48dcfb49 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-4ea9effa48dcfb49 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fe20cb8cb0cd687a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4024 | 2024-11-11T19:41:58.670Z |      Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-b8a0832b3f06a54a/build-script-build` | 
| 4025 | 2024-11-11T19:41:58.752Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=630bf026c693223e -C extra-filename=-630bf026c693223e --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-46c96921d480f96d.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b496abfbe3fff0c0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-9f945a5ccaa40a2c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7cbbe7319620a8ed.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c53dbb5965d3e908.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f1c5167cec04a77.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-be4c4d9da57311f0.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-3bfbe37480da92fc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f31c551e32c21fb6.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e426d338234ce0f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-2df5b7950dd75f83.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-d0096c9f8d1cafe3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-42b1b522d80a7480.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3557fe839a6455f6.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4026 | 2024-11-11T19:41:59.044Z |      Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-4ea9effa48dcfb49/build-script-build` | 
| 4027 | 2024-11-11T19:41:59.126Z |    Compiling tokio-tungstenite v0.23.1 | 
| 4028 | 2024-11-11T19:41:59.129Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=ee3cb7542fd8a3cb -C extra-filename=-ee3cb7542fd8a3cb --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-4d996534faf1d453.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-045326bcc56846bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4029 | 2024-11-11T19:41:59.192Z |    Compiling pin-project v1.1.6 | 
| 4030 | 2024-11-11T19:41:59.195Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8f35bbfe82bd23bd -C extra-filename=-8f35bbfe82bd23bd --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-ea535887a4be9ca2.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4031 | 2024-11-11T19:41:59.346Z |    Compiling nix v0.27.1 | 
| 4032 | 2024-11-11T19:41:59.349Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=9fc87520889aa63d -C extra-filename=-9fc87520889aa63d --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-35b1b2b889dfc8ca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-4233cda64c5cf237.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4033 | 2024-11-11T19:41:59.682Z |    Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) | 
| 4034 | 2024-11-11T19:41:59.704Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-queries/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' '--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="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=569adb21fe4c13aa -C extra-filename=-569adb21fe4c13aa --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-569adb21fe4c13aa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c01ca28e29b6083f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4035 | 2024-11-11T19:42:00.075Z |    Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) | 
| 4036 | 2024-11-11T19:42:00.086Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=adc9def4df4e9d91 -C extra-filename=-adc9def4df4e9d91 --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-5fc87bb715fd1f15.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4037 | 2024-11-11T19:42:00.900Z |    Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) | 
| 4038 | 2024-11-11T19:42:00.903Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/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)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=593b81e0b4e7c451 -C extra-filename=-593b81e0b4e7c451 --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-e24dfd866924e567.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-0359c19427118512.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3689f5d55485dcf2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4039 | 2024-11-11T19:42:01.250Z |    Compiling bb8 v0.8.5 | 
| 4040 | 2024-11-11T19:42:01.253Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=11878ffdd4c440f6 -C extra-filename=-11878ffdd4c440f6 --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-4c8e06103831ec1b.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-278271ef528ea378.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4041 | 2024-11-11T19:42:01.277Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/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)' --check-cfg 'cfg(feature, values())' -C metadata=058e7da08ca2ec3c -C extra-filename=-058e7da08ca2ec3c --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-4c8e06103831ec1b.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-51013d43a4b80945.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-2c7e6f72008b01d5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-511ffae39571fcdb.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-113bfea6928d0bb9.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-8ff4fd01cbe58fb5.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9fc87520889aa63d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-f7520c5dde00647a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d1899eb74ee961d4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-593b81e0b4e7c451.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-56e91e2c6f079a37.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4042 | 2024-11-11T19:42:01.874Z |    Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) | 
| 4043 | 2024-11-11T19:42:01.878Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=afd6e4576f50a4db -C extra-filename=-afd6e4576f50a4db --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-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a5ac263f2b2a98f4.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-29f49ec11867bc10.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c7626a78782e6181.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5e3cac8fbbda9149.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b51f792d0eb6178b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4b18975f57f8f54a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a3215c00dc4f0595.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cc86f9178dab6b8.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a545b1205e6f6f3e.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-d4cb7b4a7046aea6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-1afb9ebbf6550c1c.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-02c5dead56e9ac5c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e611f97694f597fb.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-430bf38977f5bd96.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-96bf5eb2e1fbc436.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a22589985546b0bf.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` | 
| 4044 | 2024-11-11T19:42:06.342Z |    Compiling async-bb8-diesel v0.2.1 | 
| 4045 | 2024-11-11T19:42:06.345Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=2bfa151f1d0dc977 -C extra-filename=-2bfa151f1d0dc977 --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-4c8e06103831ec1b.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-11878ffdd4c440f6.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4046 | 2024-11-11T19:42:07.208Z |      Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-569adb21fe4c13aa/build-script-build` | 
| 4047 | 2024-11-11T19:42:07.248Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-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)' --check-cfg 'cfg(feature, values())' -C metadata=19bbd81941be0b85 -C extra-filename=-19bbd81941be0b85 --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-a713319941a7f8ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4048 | 2024-11-11T19:42:07.694Z |        Dirty cargo-platform v0.1.8: the rustflags changed | 
| 4049 | 2024-11-11T19:42:07.694Z |    Compiling cargo-platform v0.1.8 | 
| 4050 | 2024-11-11T19:42:07.698Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a65f0bad97b28439 -C extra-filename=-a65f0bad97b28439 --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4051 | 2024-11-11T19:42:08.026Z |    Compiling snafu-derive v0.8.5 | 
| 4052 | 2024-11-11T19:42:08.029Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=9f59f61f8dc393d7 -C extra-filename=-9f59f61f8dc393d7 --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-d3a2d607a5fdf8df.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4053 | 2024-11-11T19:42:08.049Z |    Compiling lockfree-object-pool v0.1.6 | 
| 4054 | 2024-11-11T19:42:08.051Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lockfree_object_pool --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f6244e961a54d63e -C extra-filename=-f6244e961a54d63e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4055 | 2024-11-11T19:42:08.276Z |    Compiling zip v2.1.3 | 
| 4056 | 2024-11-11T19:42:08.279Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-2.1.3/src/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="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "hmac", "lzma", "lzma-rs", "pbkdf2", "rand", "sha1", "time", "unreserved", "zeroize", "zopfli", "zstd"))' -C metadata=ebe97bfe7d637d9d -C extra-filename=-ebe97bfe7d637d9d --out-dir /work/oxidecomputer/omicron/target/debug/build/zip-ebe97bfe7d637d9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4057 | 2024-11-11T19:42:08.354Z |    Compiling simd-adler32 v0.3.7 | 
| 4058 | 2024-11-11T19:42:08.357Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=08daf340d3b62efd -C extra-filename=-08daf340d3b62efd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4059 | 2024-11-11T19:42:08.685Z |    Compiling bumpalo v3.16.0 | 
| 4060 | 2024-11-11T19:42:08.687Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=927c2047c5474414 -C extra-filename=-927c2047c5474414 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4061 | 2024-11-11T19:42:08.931Z |      Running `/work/oxidecomputer/omicron/target/debug/build/zip-ebe97bfe7d637d9d/build-script-build` | 
| 4062 | 2024-11-11T19:42:08.970Z |        Dirty cargo_metadata v0.18.1: the rustflags changed | 
| 4063 | 2024-11-11T19:42:08.970Z |    Compiling cargo_metadata v0.18.1 | 
| 4064 | 2024-11-11T19:42:08.972Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=d0cf58a4bbc98c4b -C extra-filename=-d0cf58a4bbc98c4b --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-2dae76f465709689.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-a65f0bad97b28439.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4065 | 2024-11-11T19:42:09.190Z |    Compiling zopfli v0.8.1 | 
| 4066 | 2024-11-11T19:42:09.193Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=e5cbe676aa360ff5 -C extra-filename=-e5cbe676aa360ff5 --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-927c2047c5474414.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-7add7d581a0a3d92.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-f6244e961a54d63e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-08daf340d3b62efd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4067 | 2024-11-11T19:42:09.285Z |    Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) | 
| 4068 | 2024-11-11T19:42:09.289Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=53fc82a5a9671c61 -C extra-filename=-53fc82a5a9671c61 --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-46c96921d480f96d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a87b6ab337d402fe.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-058e7da08ca2ec3c.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-8d8a3ab44ba1d2c9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c2e9b39cec97992.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-78ac86b264e9f763.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ee3cb7542fd8a3cb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4069 | 2024-11-11T19:42:10.990Z |    Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) | 
| 4070 | 2024-11-11T19:42:10.992Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=60d7142213be7953 -C extra-filename=-60d7142213be7953 --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-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-8d8a3ab44ba1d2c9.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4071 | 2024-11-11T19:42:12.577Z |    Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) | 
| 4072 | 2024-11-11T19:42:12.580Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=2242d316a286a9f4 -C extra-filename=-2242d316a286a9f4 --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-5fc87bb715fd1f15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4073 | 2024-11-11T19:42:13.568Z |    Compiling snafu v0.8.5 | 
| 4074 | 2024-11-11T19:42:13.570Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=0f2783fd35b3e0e6 -C extra-filename=-0f2783fd35b3e0e6 --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-b5918c7bb1241671.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-8f35bbfe82bd23bd.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-9f59f61f8dc393d7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4075 | 2024-11-11T19:42:14.511Z |    Compiling globset v0.4.15 | 
| 4076 | 2024-11-11T19:42:14.513Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=7241121766406117 -C extra-filename=-7241121766406117 --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-ec610d6212043b4f.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b51e3ea9db37203e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f1e3a7c04597f989.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-325b2837f6dab56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4077 | 2024-11-11T19:42:14.818Z |    Compiling olpc-cjson v0.1.4 | 
| 4078 | 2024-11-11T19:42:14.821Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=93efa6c7827aa421 -C extra-filename=-93efa6c7827aa421 --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-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-365aa1a7c82b17a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4079 | 2024-11-11T19:42:15.130Z |    Compiling serde_plain v1.0.2 | 
| 4080 | 2024-11-11T19:42:15.159Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0c997e1eedec55e3 -C extra-filename=-0c997e1eedec55e3 --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4081 | 2024-11-11T19:42:15.470Z |    Compiling displaydoc v0.2.5 | 
| 4082 | 2024-11-11T19:42:15.473Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5c17094927973408 -C extra-filename=-5c17094927973408 --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-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4083 | 2024-11-11T19:42:15.580Z |    Compiling typed-path v0.9.3 | 
| 4084 | 2024-11-11T19:42:15.584Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=59a211d754b91c38 -C extra-filename=-59a211d754b91c38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4085 | 2024-11-11T19:42:16.269Z |    Compiling parse-size v1.1.0 | 
| 4086 | 2024-11-11T19:42:16.271Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=bb2f600db5635e6e -C extra-filename=-bb2f600db5635e6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4087 | 2024-11-11T19:42:16.549Z |    Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) | 
| 4088 | 2024-11-11T19:42:16.552Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=abc964b9288c03c8 -C extra-filename=-abc964b9288c03c8 --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-5fc87bb715fd1f15.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4089 | 2024-11-11T19:42:17.376Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-2.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="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "hmac", "lzma", "lzma-rs", "pbkdf2", "rand", "sha1", "time", "unreserved", "zeroize", "zopfli", "zstd"))' -C metadata=a28742d97f826442 -C extra-filename=-a28742d97f826442 --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-6a0b59fe5a5d56a0.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-7add7d581a0a3d92.rmeta --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-5c17094927973408.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-e5cbe676aa360ff5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4090 | 2024-11-11T19:42:18.655Z |    Compiling tough v0.19.0 | 
| 4091 | 2024-11-11T19:42:18.658Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.19.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)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=84825ec0b6bc4fbf -C extra-filename=-84825ec0b6bc4fbf --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-b496abfbe3fff0c0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-4da7672578b7494e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-1c6a03413b0b3797.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-7241121766406117.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-93efa6c7827aa421.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-d4f3330b78c89d7d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-77b7465717e59b36.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-0c997e1eedec55e3.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-0f2783fd35b3e0e6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-59a211d754b91c38.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-a38fedeb26716515.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64` | 
| 4092 | 2024-11-11T19:42:19.040Z |    Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) | 
| 4093 | 2024-11-11T19:42:19.042Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=415d3d6344ab25b2 -C extra-filename=-415d3d6344ab25b2 --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-2dae76f465709689.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-8d8a3ab44ba1d2c9.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-53fc82a5a9671c61.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60d7142213be7953.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4094 | 2024-11-11T19:42:19.416Z |    Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) | 
| 4095 | 2024-11-11T19:42:19.419Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=8bcab6a1ba6b5a0e -C extra-filename=-8bcab6a1ba6b5a0e --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-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-abc964b9288c03c8.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2242d316a286a9f4.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4096 | 2024-11-11T19:42:21.892Z |    Compiling assert_matches v1.5.0 | 
| 4097 | 2024-11-11T19:42:21.895Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=228419f004731a29 -C extra-filename=-228419f004731a29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4098 | 2024-11-11T19:42:22.016Z |    Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) | 
| 4099 | 2024-11-11T19:42:22.018Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=10ad26ead4b7c71e -C extra-filename=-10ad26ead4b7c71e --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-4c8e06103831ec1b.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4100 | 2024-11-11T19:42:22.607Z |    Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) | 
| 4101 | 2024-11-11T19:42:22.609Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be185402b6b8588b -C extra-filename=-be185402b6b8588b --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-1050d0d9df4c1c3b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4102 | 2024-11-11T19:42:24.588Z |    Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) | 
| 4103 | 2024-11-11T19:42:24.592Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=2dea4dae3de22bfc -C extra-filename=-2dea4dae3de22bfc --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-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-4da7672578b7494e.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-113bfea6928d0bb9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-bb2f600db5635e6e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8ebf534aa119cf7e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-84825ec0b6bc4fbf.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a28742d97f826442.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64` | 
| 4104 | 2024-11-11T19:42:28.809Z |    Compiling rand_seeder v0.3.0 | 
| 4105 | 2024-11-11T19:42:28.812Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_seeder-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)' --check-cfg 'cfg(feature, values())' -C metadata=d152ef51b0170613 -C extra-filename=-d152ef51b0170613 --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-4d1a5cb9c29a1e88.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4106 | 2024-11-11T19:42:29.167Z |    Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) | 
| 4107 | 2024-11-11T19:42:29.169Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=e928a23e328132e6 -C extra-filename=-e928a23e328132e6 --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-5fc87bb715fd1f15.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4108 | 2024-11-11T19:42:29.741Z |    Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) | 
| 4109 | 2024-11-11T19:42:29.744Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=3730d9880924d9f2 -C extra-filename=-3730d9880924d9f2 --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-5fc87bb715fd1f15.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4110 | 2024-11-11T19:42:31.786Z |    Compiling libz-sys v1.1.20 | 
| 4111 | 2024-11-11T19:42:31.788Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' --check-cfg 'cfg(zng)' -C metadata=7a2bea83c815ae2f -C extra-filename=-7a2bea83c815ae2f --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-7a2bea83c815ae2f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c92522b5f64ce473.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-7758a0649459c8d9.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-7dd77e83823b2403.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4112 | 2024-11-11T19:42:31.976Z |    Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) | 
| 4113 | 2024-11-11T19:42:31.979Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=5d73ebc1f2d434b6 -C extra-filename=-5d73ebc1f2d434b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e34685acac44cbed.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-d152ef51b0170613.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4114 | 2024-11-11T19:42:32.223Z |    Compiling libgit2-sys v0.17.0+1.8.1 | 
| 4115 | 2024-11-11T19:42:32.226Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=18d2df79882ab23f -C extra-filename=-18d2df79882ab23f --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-18d2df79882ab23f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-c92522b5f64ce473.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-7758a0649459c8d9.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4116 | 2024-11-11T19:42:32.633Z |      Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-7a2bea83c815ae2f/build-script-build` | 
| 4117 | 2024-11-11T19:42:32.790Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' --check-cfg 'cfg(zng)' -C metadata=d64f38523aa8786f -C extra-filename=-d64f38523aa8786f --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z` | 
| 4118 | 2024-11-11T19:42:32.984Z |    Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) | 
| 4119 | 2024-11-11T19:42:32.987Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=e18d797d99bd565e -C extra-filename=-e18d797d99bd565e --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-46c96921d480f96d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e928a23e328132e6.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3730d9880924d9f2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d73ebc1f2d434b6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4120 | 2024-11-11T19:42:33.215Z |      Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-18d2df79882ab23f/build-script-build` | 
| 4121 | 2024-11-11T19:42:33.631Z |    Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) | 
| 4122 | 2024-11-11T19:42:33.633Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=e1ad004cff736ea6 -C extra-filename=-e1ad004cff736ea6 --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-46c96921d480f96d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4123 | 2024-11-11T19:42:33.987Z |    Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) | 
| 4124 | 2024-11-11T19:42:33.990Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=d3125288edf5139c -C extra-filename=-d3125288edf5139c --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-46c96921d480f96d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-113bfea6928d0bb9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-84825ec0b6bc4fbf.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/ssl-3/lib/amd64` | 
| 4125 | 2024-11-11T19:42:36.586Z |    Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) | 
| 4126 | 2024-11-11T19:42:36.589Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=d1db57d5341c9be8 -C extra-filename=-d1db57d5341c9be8 --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-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4127 | 2024-11-11T19:42:36.770Z |    Compiling vergen v8.3.2 | 
| 4128 | 2024-11-11T19:42:36.773Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.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="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=949263135a152872 -C extra-filename=-949263135a152872 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-949263135a152872 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-33a9d417a525d47f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4129 | 2024-11-11T19:42:37.163Z |    Compiling is_ci v1.2.0 | 
| 4130 | 2024-11-11T19:42:37.166Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f8613e1398b10914 -C extra-filename=-f8613e1398b10914 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4131 | 2024-11-11T19:42:37.456Z |    Compiling supports-color v3.0.1 | 
| 4132 | 2024-11-11T19:42:37.458Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-3.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)' --check-cfg 'cfg(feature, values())' -C metadata=7c95c4514ef5b573 -C extra-filename=-7c95c4514ef5b573 --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-f8613e1398b10914.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4133 | 2024-11-11T19:42:37.762Z |      Running `/work/oxidecomputer/omicron/target/debug/build/vergen-949263135a152872/build-script-build` | 
| 4134 | 2024-11-11T19:42:37.802Z |    Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) | 
| 4135 | 2024-11-11T19:42:37.804Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/saga-recovery/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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=231fc1da3622f260 -C extra-filename=-231fc1da3622f260 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-231fc1da3622f260 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c01ca28e29b6083f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4136 | 2024-11-11T19:42:38.167Z |    Compiling libsqlite3-sys v0.30.1 | 
| 4137 | 2024-11-11T19:42:38.170Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-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="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=5f7ab85b6627e717 -C extra-filename=-5f7ab85b6627e717 --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-5f7ab85b6627e717 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-7758a0649459c8d9.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-7dd77e83823b2403.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4138 | 2024-11-11T19:42:38.696Z |    Compiling rustls v0.21.12 | 
| 4139 | 2024-11-11T19:42:38.701Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=95e18f3120e56632 -C extra-filename=-95e18f3120e56632 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-95e18f3120e56632 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4140 | 2024-11-11T19:42:38.791Z |    Compiling cfg_aliases v0.2.1 | 
| 4141 | 2024-11-11T19:42:38.794Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ce4838beab2efb5a -C extra-filename=-ce4838beab2efb5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4142 | 2024-11-11T19:42:38.839Z |      Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-5f7ab85b6627e717/build-script-build` | 
| 4143 | 2024-11-11T19:42:38.890Z |      Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-231fc1da3622f260/build-script-build` | 
| 4144 | 2024-11-11T19:42:38.919Z |    Compiling nix v0.29.0 | 
| 4145 | 2024-11-11T19:42:38.919Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="uio"' --check-cfg 'cfg(docsrs)' --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=d2b5ec39e84ac4bb -C extra-filename=-d2b5ec39e84ac4bb --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-d2b5ec39e84ac4bb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-ce4838beab2efb5a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4146 | 2024-11-11T19:42:38.952Z |    Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) | 
| 4147 | 2024-11-11T19:42:38.974Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=e34a5d0acf4660be -C extra-filename=-e34a5d0acf4660be --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-46c96921d480f96d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d1db57d5341c9be8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d90ccff738138b2b.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e426d338234ce0f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4148 | 2024-11-11T19:42:39.070Z |      Running `/work/oxidecomputer/omicron/target/debug/build/rustls-95e18f3120e56632/build-script-build` | 
| 4149 | 2024-11-11T19:42:39.108Z |    Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) | 
| 4150 | 2024-11-11T19:42:39.110Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=33f2bc5ce9af71d4 -C extra-filename=-33f2bc5ce9af71d4 --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-46c96921d480f96d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-1633ce11f04956d7.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e18d797d99bd565e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d73ebc1f2d434b6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4151 | 2024-11-11T19:42:39.846Z |    Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) | 
| 4152 | 2024-11-11T19:42:39.849Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=7707748724ae905d -C extra-filename=-7707748724ae905d --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-665a970a00c44b65.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4153 | 2024-11-11T19:42:41.757Z |    Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) | 
| 4154 | 2024-11-11T19:42:41.760Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/metrics-producer-gc/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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=39ec11ce4595da7f -C extra-filename=-39ec11ce4595da7f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-39ec11ce4595da7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c01ca28e29b6083f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4155 | 2024-11-11T19:42:42.121Z |    Compiling castaway v0.2.3 | 
| 4156 | 2024-11-11T19:42:42.123Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b38c2492adeecc5f -C extra-filename=-b38c2492adeecc5f --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-33a9d417a525d47f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4157 | 2024-11-11T19:42:42.321Z |    Compiling sct v0.7.1 | 
| 4158 | 2024-11-11T19:42:42.323Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ff75829adae6c8cd -C extra-filename=-ff75829adae6c8cd --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-0cd8f0161c467c76.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f6565c5c75f6604f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out` | 
| 4159 | 2024-11-11T19:42:42.661Z |    Compiling rustls-webpki v0.101.7 | 
| 4160 | 2024-11-11T19:42:42.663Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=facabfa945ad1c84 -C extra-filename=-facabfa945ad1c84 --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-0cd8f0161c467c76.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f6565c5c75f6604f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out` | 
| 4161 | 2024-11-11T19:42:44.133Z |    Compiling concurrent-queue v2.5.0 | 
| 4162 | 2024-11-11T19:42:44.136Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=da7f910902bca3b8 -C extra-filename=-da7f910902bca3b8 --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-830fd7ccfcb0c526.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4163 | 2024-11-11T19:42:44.382Z |    Compiling parking v2.2.1 | 
| 4164 | 2024-11-11T19:42:44.385Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=196e890731cb174a -C extra-filename=-196e890731cb174a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4165 | 2024-11-11T19:42:44.531Z |        Dirty smawk v0.3.2: the rustflags changed | 
| 4166 | 2024-11-11T19:42:44.531Z |    Compiling smawk v0.3.2 | 
| 4167 | 2024-11-11T19:42:44.553Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=a822469ffd80d1af -C extra-filename=-a822469ffd80d1af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4168 | 2024-11-11T19:42:44.775Z |        Dirty unicode-linebreak v0.1.5: the rustflags changed | 
| 4169 | 2024-11-11T19:42:44.775Z |    Compiling unicode-linebreak v0.1.5 | 
| 4170 | 2024-11-11T19:42:44.777Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e0624f2cb2f13090 -C extra-filename=-e0624f2cb2f13090 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4171 | 2024-11-11T19:42:44.803Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=9807597b7fa8891e -C extra-filename=-9807597b7fa8891e --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-81e3e574966e5fac.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-0cd8f0161c467c76.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-facabfa945ad1c84.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-ff75829adae6c8cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out` | 
| 4172 | 2024-11-11T19:42:45.289Z |        Dirty textwrap v0.16.1: the rustflags changed | 
| 4173 | 2024-11-11T19:42:45.289Z |    Compiling textwrap v0.16.1 | 
| 4174 | 2024-11-11T19:42:45.292Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-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="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=5a5eb8767712dc39 -C extra-filename=-5a5eb8767712dc39 --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-a822469ffd80d1af.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e0624f2cb2f13090.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4175 | 2024-11-11T19:42:46.442Z |    Compiling compact_str v0.8.0 | 
| 4176 | 2024-11-11T19:42:46.445Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=85281ec71c94b4a9 -C extra-filename=-85281ec71c94b4a9 --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-b38c2492adeecc5f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-2e2f4eb969836d3f.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-33a9d417a525d47f.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-7e404b692f4fc795.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4177 | 2024-11-11T19:42:47.795Z |      Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-39ec11ce4595da7f/build-script-build` | 
| 4178 | 2024-11-11T19:42:47.834Z |      Running `/work/oxidecomputer/omicron/target/debug/build/nix-d2b5ec39e84ac4bb/build-script-build` | 
| 4179 | 2024-11-11T19:42:47.873Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-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="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=845e48447588c060 -C extra-filename=-845e48447588c060 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l sqlite3` | 
| 4180 | 2024-11-11T19:42:48.392Z |    Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) | 
| 4181 | 2024-11-11T19:42:48.394Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/execution/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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=f1bf77c9e3a8283e -C extra-filename=-f1bf77c9e3a8283e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-f1bf77c9e3a8283e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c01ca28e29b6083f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4182 | 2024-11-11T19:42:48.774Z |    Compiling unicode-truncate v1.1.0 | 
| 4183 | 2024-11-11T19:42:48.776Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a6c61a3cc8f222dc -C extra-filename=-a6c61a3cc8f222dc --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-ef3f99ff4724966d.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3b8587e0c7ea651d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4184 | 2024-11-11T19:42:49.014Z |    Compiling hashlink v0.9.1 | 
| 4185 | 2024-11-11T19:42:49.016Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-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)' --check-cfg 'cfg(feature, values("serde", "serde_impl"))' -C metadata=bd747f931bb1d44b -C extra-filename=-bd747f931bb1d44b --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-5c206b67312ff43a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4186 | 2024-11-11T19:42:49.125Z |    Compiling instability v0.3.2 | 
| 4187 | 2024-11-11T19:42:49.128Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ddb7e1844a20f9e5 -C extra-filename=-ddb7e1844a20f9e5 --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-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4188 | 2024-11-11T19:42:49.685Z |    Compiling lru v0.12.5 | 
| 4189 | 2024-11-11T19:42:49.688Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=590fc8a93d9b1813 -C extra-filename=-590fc8a93d9b1813 --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-12263ebdd16de34d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4190 | 2024-11-11T19:42:50.062Z |    Compiling fallible-streaming-iterator v0.1.9 | 
| 4191 | 2024-11-11T19:42:50.065Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=35f0e059f9bc3dcf -C extra-filename=-35f0e059f9bc3dcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4192 | 2024-11-11T19:42:50.260Z |    Compiling fallible-iterator v0.3.0 | 
| 4193 | 2024-11-11T19:42:50.262Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-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="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=364bc2760138f33d -C extra-filename=-364bc2760138f33d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4194 | 2024-11-11T19:42:50.336Z |    Compiling cassowary v0.3.0 | 
| 4195 | 2024-11-11T19:42:50.337Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=06e90cedeb0aa0f8 -C extra-filename=-06e90cedeb0aa0f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4196 | 2024-11-11T19:42:50.581Z |      Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-f1bf77c9e3a8283e/build-script-build` | 
| 4197 | 2024-11-11T19:42:50.621Z |    Compiling tokio-rustls v0.24.1 | 
| 4198 | 2024-11-11T19:42:50.623Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=16f5ad96d2d2d033 -C extra-filename=-16f5ad96d2d2d033 --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-9807597b7fa8891e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out` | 
| 4199 | 2024-11-11T19:42:50.969Z |    Compiling rusqlite v0.32.1 | 
| 4200 | 2024-11-11T19:42:50.972Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.32.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)' --check-cfg 'cfg(feature, values("array", "backup", "blob", "buildtime_bindgen", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "chrono", "collation", "column_decltype", "csv", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "in_gecko", "limits", "load_extension", "loadable_extension", "modern-full", "modern_sqlite", "preupdate_hook", "release_memory", "rusqlite-macros", "serde_json", "serialize", "series", "session", "sqlcipher", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "wasm32-wasi-vfs", "window", "with-asan"))' -C metadata=6cfdd701ea7d7b85 -C extra-filename=-6cfdd701ea7d7b85 --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-35b1b2b889dfc8ca.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-364bc2760138f33d.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-35f0e059f9bc3dcf.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-bd747f931bb1d44b.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-845e48447588c060.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64` | 
| 4201 | 2024-11-11T19:42:51.055Z |    Compiling ratatui v0.28.1 | 
| 4202 | 2024-11-11T19:42:51.057Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-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 '--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)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=0adf17ff7cdef8cf -C extra-filename=-0adf17ff7cdef8cf --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-35b1b2b889dfc8ca.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-06e90cedeb0aa0f8.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-85281ec71c94b4a9.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rmeta --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-ddb7e1844a20f9e5.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-590fc8a93d9b1813.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-4f33e6e51849c596.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3b8587e0c7ea651d.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-a6c61a3cc8f222dc.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4203 | 2024-11-11T19:42:51.610Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="uio"' --check-cfg 'cfg(docsrs)' --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=18305f888bd0df85 -C extra-filename=-18305f888bd0df85 --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-35b1b2b889dfc8ca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --cap-lints allow -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)'` | 
| 4204 | 2024-11-11T19:42:52.263Z |    Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) | 
| 4205 | 2024-11-11T19:42:52.266Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=39f790e74c047d26 -C extra-filename=-39f790e74c047d26 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-39f790e74c047d26 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c01ca28e29b6083f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4206 | 2024-11-11T19:42:52.613Z |    Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) | 
| 4207 | 2024-11-11T19:42:52.616Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=f5418e65636081c2 -C extra-filename=-f5418e65636081c2 --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-5fc87bb715fd1f15.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4208 | 2024-11-11T19:42:53.001Z |    Compiling rustls-pemfile v1.0.4 | 
| 4209 | 2024-11-11T19:42:53.004Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5721b3273366768d -C extra-filename=-5721b3273366768d --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-7715811988fb50db.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4210 | 2024-11-11T19:42:53.423Z |    Compiling twox-hash v1.6.3 | 
| 4211 | 2024-11-11T19:42:53.423Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.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 --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "digest_0_10", "digest_0_9", "rand", "serde", "serialize", "std"))' -C metadata=bb78d885293dd1bf -C extra-filename=-bb78d885293dd1bf --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-3a9f8848cb985fb5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4212 | 2024-11-11T19:42:53.620Z |    Compiling polar-core v0.27.3 | 
| 4213 | 2024-11-11T19:42:53.623Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=61166b3103c06ed6 -C extra-filename=-61166b3103c06ed6 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-61166b3103c06ed6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-32b3e23e47986d9b.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e5552635b571d05f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4214 | 2024-11-11T19:42:53.762Z |      Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-39f790e74c047d26/build-script-build` | 
| 4215 | 2024-11-11T19:42:53.800Z |    Compiling event-listener v5.3.1 | 
| 4216 | 2024-11-11T19:42:53.803Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=274b7c5bda910729 -C extra-filename=-274b7c5bda910729 --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-da7f910902bca3b8.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-196e890731cb174a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4217 | 2024-11-11T19:42:54.024Z |    Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) | 
| 4218 | 2024-11-11T19:42:54.027Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/pantry-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)' --check-cfg 'cfg(feature, values())' -C metadata=c02409512ca01d67 -C extra-filename=-c02409512ca01d67 --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-46c96921d480f96d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-e3e8b832add273de.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-d4f3330b78c89d7d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64` | 
| 4219 | 2024-11-11T19:42:54.136Z |    Compiling fatfs v0.3.6 | 
| 4220 | 2024-11-11T19:42:54.139Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=1eed3ea897599868 -C extra-filename=-1eed3ea897599868 --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-0a29f9290229ca2f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4221 | 2024-11-11T19:42:54.386Z |    Compiling event-listener-strategy v0.5.2 | 
| 4222 | 2024-11-11T19:42:54.388Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=27ddf2a806ed5279 -C extra-filename=-27ddf2a806ed5279 --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-274b7c5bda910729.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4223 | 2024-11-11T19:42:54.620Z |    Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) | 
| 4224 | 2024-11-11T19:42:54.623Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=332af7a4818e6abc -C extra-filename=-332af7a4818e6abc --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-5fc87bb715fd1f15.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e1ad004cff736ea6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4225 | 2024-11-11T19:42:55.300Z |      Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-61166b3103c06ed6/build-script-build` | 
| 4226 | 2024-11-11T19:42:55.875Z |    Compiling csv-core v0.1.11 | 
| 4227 | 2024-11-11T19:42:55.878Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=834419877fe4d465 -C extra-filename=-834419877fe4d465 --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-67e0a46ec2bfb252.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4228 | 2024-11-11T19:42:56.414Z |    Compiling csv v1.3.0 | 
| 4229 | 2024-11-11T19:42:56.417Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-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)' --check-cfg 'cfg(feature, values())' -C metadata=018c3bc025bc9701 -C extra-filename=-018c3bc025bc9701 --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-834419877fe4d465.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-2e2f4eb969836d3f.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-7e404b692f4fc795.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4230 | 2024-11-11T19:42:56.728Z |    Compiling futures-lite v2.3.0 | 
| 4231 | 2024-11-11T19:42:56.730Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=f16fb55d208dc91a -C extra-filename=-f16fb55d208dc91a --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-81f8dbca40fb40c8.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-196e890731cb174a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4232 | 2024-11-11T19:42:56.997Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polar-core-0.27.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=8c2167120ad68f3e -C extra-filename=-8c2167120ad68f3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-59267a485e8feb26.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-52313d9d65cb49f4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-b2f2b177c677ea99.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4233 | 2024-11-11T19:42:57.602Z |    Compiling rtoolbox v0.0.2 | 
| 4234 | 2024-11-11T19:42:57.605Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=0af217aa31a6b29d -C extra-filename=-0af217aa31a6b29d --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4235 | 2024-11-11T19:42:57.742Z |    Compiling shell-words v1.1.0 | 
| 4236 | 2024-11-11T19:42:57.744Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=36b6a3ee47d58bd1 -C extra-filename=-36b6a3ee47d58bd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4237 | 2024-11-11T19:42:58.053Z |    Compiling plotters-backend v0.3.7 | 
| 4238 | 2024-11-11T19:42:58.056Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3b34fd50df3715d0 -C extra-filename=-3b34fd50df3715d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4239 | 2024-11-11T19:42:58.075Z |    Compiling hex-literal v0.4.1 | 
| 4240 | 2024-11-11T19:42:58.078Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e63e6a17c605bcb1 -C extra-filename=-e63e6a17c605bcb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4241 | 2024-11-11T19:42:58.238Z |    Compiling rpassword v7.3.1 | 
| 4242 | 2024-11-11T19:42:58.240Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.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)' --check-cfg 'cfg(feature, values())' -C metadata=50948bb900fc73f7 -C extra-filename=-50948bb900fc73f7 --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-5e430ebab9bd9caf.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-0af217aa31a6b29d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4243 | 2024-11-11T19:42:58.373Z |    Compiling tui-tree-widget v0.22.0 | 
| 4244 | 2024-11-11T19:42:58.376Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.22.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 --forbid=unsafe_code '--warn=clippy::pedantic' '--warn=clippy::nursery' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8f7eaeaf00d2cf6e -C extra-filename=-8f7eaeaf00d2cf6e --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-0adf17ff7cdef8cf.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4245 | 2024-11-11T19:42:58.578Z |    Compiling plotters-svg v0.3.7 | 
| 4246 | 2024-11-11T19:42:58.581Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=a211e70a6c3ada74 -C extra-filename=-a211e70a6c3ada74 --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-3b34fd50df3715d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4247 | 2024-11-11T19:42:58.607Z |    Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) | 
| 4248 | 2024-11-11T19:42:58.610Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=1eb78353414d96bd -C extra-filename=-1eb78353414d96bd --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-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-1fadb5960a8d19a8.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4249 | 2024-11-11T19:42:58.738Z |    Compiling yansi v1.0.1 | 
| 4250 | 2024-11-11T19:42:58.741Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=8a7a773a53f44161 -C extra-filename=-8a7a773a53f44161 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4251 | 2024-11-11T19:42:58.983Z |    Compiling cast v0.3.0 | 
| 4252 | 2024-11-11T19:42:59.004Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=f08fa51388c86af4 -C extra-filename=-f08fa51388c86af4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4253 | 2024-11-11T19:42:59.372Z |    Compiling criterion-plot v0.5.0 | 
| 4254 | 2024-11-11T19:42:59.374Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-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)' --check-cfg 'cfg(feature, values())' -C metadata=e3227afaefaa6733 -C extra-filename=-e3227afaefaa6733 --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-f08fa51388c86af4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-cf391c8b3491fee0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4255 | 2024-11-11T19:42:59.480Z |    Compiling pretty_assertions v1.4.1 | 
| 4256 | 2024-11-11T19:42:59.483Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=5c2f248fca963beb -C extra-filename=-5c2f248fca963beb --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-be0aa6a2a727b12d.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-8a7a773a53f44161.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4257 | 2024-11-11T19:43:00.010Z |    Compiling plotters v0.3.7 | 
| 4258 | 2024-11-11T19:43:00.012Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --check-cfg 'cfg(docsrs)' --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"))' --check-cfg 'cfg(doc_cfg)' -C metadata=01fd82f2d86b3259 -C extra-filename=-01fd82f2d86b3259 --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-6660e290b0adf5ff.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-3b34fd50df3715d0.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-a211e70a6c3ada74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4259 | 2024-11-11T19:43:00.423Z |    Compiling async-lock v3.4.0 | 
| 4260 | 2024-11-11T19:43:00.426Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=73027ac206961c47 -C extra-filename=-73027ac206961c47 --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-274b7c5bda910729.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-27ddf2a806ed5279.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4261 | 2024-11-11T19:43:00.574Z |    Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) | 
| 4262 | 2024-11-11T19:43:00.577Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=c6d5dae8473b6883 -C extra-filename=-c6d5dae8473b6883 --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-46c96921d480f96d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4263 | 2024-11-11T19:43:01.675Z |    Compiling polyval v0.6.2 | 
| 4264 | 2024-11-11T19:43:01.678Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=2a7e69a181cb9591 -C extra-filename=-2a7e69a181cb9591 --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-3a9f8848cb985fb5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-68208c04c9dfb23d.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-033a7e233a789271.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-29bb0c2b1bd25ad0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4265 | 2024-11-11T19:43:02.147Z |    Compiling polling v3.7.3 | 
| 4266 | 2024-11-11T19:43:02.150Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' -C metadata=1fb38aeb3a572eef -C extra-filename=-1fb38aeb3a572eef --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-3a9f8848cb985fb5.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4267 | 2024-11-11T19:43:02.531Z |    Compiling tinytemplate v1.2.1 | 
| 4268 | 2024-11-11T19:43:02.534Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fa7507bedc147d4e -C extra-filename=-fa7507bedc147d4e --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-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4269 | 2024-11-11T19:43:02.902Z |    Compiling oorandom v11.1.4 | 
| 4270 | 2024-11-11T19:43:02.904Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.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)' --check-cfg 'cfg(feature, values())' -C metadata=3185c17176bf3146 -C extra-filename=-3185c17176bf3146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4271 | 2024-11-11T19:43:03.128Z |    Compiling anes v0.1.6 | 
| 4272 | 2024-11-11T19:43:03.131Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=eca92ae75113ede3 -C extra-filename=-eca92ae75113ede3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4273 | 2024-11-11T19:43:03.573Z |    Compiling criterion v0.5.1 | 
| 4274 | 2024-11-11T19:43:03.576Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-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="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "async-std", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv", "csv_output", "default", "futures", "html_reports", "plotters", "rayon", "real_blackbox", "smol", "stable", "tokio"))' -C metadata=de51d727f092374d -C extra-filename=-de51d727f092374d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-eca92ae75113ede3.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-f08fa51388c86af4.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-e3227afaefaa6733.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-5650e16c205792da.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-cf391c8b3491fee0.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-3185c17176bf3146.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-01fd82f2d86b3259.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-67b93f86f9ca9639.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e5552635b571d05f.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-fa7507bedc147d4e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4275 | 2024-11-11T19:43:03.597Z |    Compiling async-io v2.3.4 | 
| 4276 | 2024-11-11T19:43:03.626Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(polling_test_poll_backend)' -C metadata=68ef3bf41c733569 -C extra-filename=-68ef3bf41c733569 --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-73027ac206961c47.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-da7f910902bca3b8.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-f16fb55d208dc91a.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-196e890731cb174a.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-1fb38aeb3a572eef.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-89b400fb2d230988.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4277 | 2024-11-11T19:43:04.733Z |    Compiling ghash v0.5.1 | 
| 4278 | 2024-11-11T19:43:04.736Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=3e566122b38a1858 -C extra-filename=-3e566122b38a1858 --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-033a7e233a789271.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-2a7e69a181cb9591.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4279 | 2024-11-11T19:43:04.962Z |    Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) | 
| 4280 | 2024-11-11T19:43:04.965Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=0a8440aa249ac036 -C extra-filename=-0a8440aa249ac036 --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-46c96921d480f96d.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0adf17ff7cdef8cf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-50948bb900fc73f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-36b6a3ee47d58bd1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5a5eb8767712dc39.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4f9d309aee4b7b19.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f7eaeaf00d2cf6e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e1ad004cff736ea6.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-332af7a4818e6abc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4281 | 2024-11-11T19:43:05.749Z |    Compiling oso v0.27.3 | 
| 4282 | 2024-11-11T19:43:05.751Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oso-0.27.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="oso-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anyhow", "clap", "cli", "default", "derive", "oso-derive", "rustyline", "rustyline-derive", "tracing-subscriber", "uuid-06", "uuid-07", "uuid-10"))' -C metadata=8fa56400d55764b0 -C extra-filename=-8fa56400d55764b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern impl_trait_for_tuples=/work/oxidecomputer/omicron/target/debug/deps/libimpl_trait_for_tuples-403e7ae55e241dc9.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-12d27bed31b77097.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-8c2167120ad68f3e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4283 | 2024-11-11T19:43:11.384Z |    Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) | 
| 4284 | 2024-11-11T19:43:11.386Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=8e33c0ded8226000 -C extra-filename=-8e33c0ded8226000 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4285 | 2024-11-11T19:43:13.052Z |    Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) | 
| 4286 | 2024-11-11T19:43:13.055Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=6532162578279890 -C extra-filename=-6532162578279890 --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-da497dc19820ea3d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4287 | 2024-11-11T19:43:14.667Z |    Compiling ctr v0.9.2 | 
| 4288 | 2024-11-11T19:43:14.670Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=05bb3078466e79f8 -C extra-filename=-05bb3078466e79f8 --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-70cb51caf15fac61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4289 | 2024-11-11T19:43:15.085Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=815db0fd2b3ffb61 -C extra-filename=-815db0fd2b3ffb61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4290 | 2024-11-11T19:43:15.611Z |    Compiling target-lexicon v0.12.16 | 
| 4291 | 2024-11-11T19:43:15.614Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/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)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=6f5a57746f4051da -C extra-filename=-6f5a57746f4051da --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-6f5a57746f4051da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4292 | 2024-11-11T19:43:16.411Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=274a11aa8d339e2a -C extra-filename=-274a11aa8d339e2a --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-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-14617e8c00e076ab.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-48ba4fa9dc043f65.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-815db0fd2b3ffb61.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6395fd819530f713.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8fa56400d55764b0.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b985ba7dc8c170a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` | 
| 4293 | 2024-11-11T19:43:16.648Z |    Compiling doc-comment v0.3.3 | 
| 4294 | 2024-11-11T19:43:16.651Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-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)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=17a638f5652b3db3 -C extra-filename=-17a638f5652b3db3 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-17a638f5652b3db3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4295 | 2024-11-11T19:43:17.311Z |    Compiling async-task v4.7.1 | 
| 4296 | 2024-11-11T19:43:17.314Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=51d643c4b60c055d -C extra-filename=-51d643c4b60c055d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4297 | 2024-11-11T19:43:17.872Z |      Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-17a638f5652b3db3/build-script-build` | 
| 4298 | 2024-11-11T19:43:18.061Z |      Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-6f5a57746f4051da/build-script-build` | 
| 4299 | 2024-11-11T19:43:18.143Z |    Compiling aes-gcm v0.10.3 | 
| 4300 | 2024-11-11T19:43:18.146Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=52263400f96efb85 -C extra-filename=-52263400f96efb85 --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-0a797dfc71736319.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-e833f65031fdede9.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-70cb51caf15fac61.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-05bb3078466e79f8.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-3e566122b38a1858.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4301 | 2024-11-11T19:43:18.454Z |    Compiling async-channel v2.3.1 | 
| 4302 | 2024-11-11T19:43:18.457Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=accd637d3f4bb1a7 -C extra-filename=-accd637d3f4bb1a7 --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-da7f910902bca3b8.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-27ddf2a806ed5279.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4303 | 2024-11-11T19:43:18.778Z |    Compiling piper v0.2.4 | 
| 4304 | 2024-11-11T19:43:18.780Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=215235779c97063e -C extra-filename=-215235779c97063e --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-d6f71f9053019c8a.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-81f8dbca40fb40c8.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4305 | 2024-11-11T19:43:19.223Z |    Compiling ssh-encoding v0.2.0 | 
| 4306 | 2024-11-11T19:43:19.226Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=bbf2aac8c54bed10 -C extra-filename=-bbf2aac8c54bed10 --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-b84d62cfe5b37fff.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5bba9131e5a5a9a7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4307 | 2024-11-11T19:43:19.811Z |    Compiling blowfish v0.9.1 | 
| 4308 | 2024-11-11T19:43:19.814Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=6419c2e395a4b73c -C extra-filename=-6419c2e395a4b73c --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-e24dfd866924e567.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-70cb51caf15fac61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4309 | 2024-11-11T19:43:20.294Z |    Compiling assert_cmd v2.0.16 | 
| 4310 | 2024-11-11T19:43:20.297Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.16/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=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::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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=99c2153d390a87d7 -C extra-filename=-99c2153d390a87d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-99c2153d390a87d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4311 | 2024-11-11T19:43:20.819Z |    Compiling guppy-workspace-hack v0.1.0 | 
| 4312 | 2024-11-11T19:43:20.822Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=87cd797dd260befb -C extra-filename=-87cd797dd260befb --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-87cd797dd260befb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4313 | 2024-11-11T19:43:21.194Z |      Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-87cd797dd260befb/build-script-build` | 
| 4314 | 2024-11-11T19:43:21.230Z |      Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-99c2153d390a87d7/build-script-build` | 
| 4315 | 2024-11-11T19:43:21.267Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --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' '--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="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=a3eca9cc42b4cb41 -C extra-filename=-a3eca9cc42b4cb41 --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-46c96921d480f96d.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f1c5167cec04a77.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-e7d2baa7fa7e5c75.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-19bbd81941be0b85.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-274a11aa8d339e2a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-815db0fd2b3ffb61.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-322ebaa15fe87809.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` | 
| 4316 | 2024-11-11T19:43:25.472Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.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)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=0cc706e011500a28 -C extra-filename=-0cc706e011500a28 --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-5e430ebab9bd9caf.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-d64f38523aa8786f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored` | 
| 4317 | 2024-11-11T19:43:26.206Z |    Compiling git2 v0.19.0 | 
| 4318 | 2024-11-11T19:43:26.209Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.19.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)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=ae55a028899d00c5 -C extra-filename=-ae55a028899d00c5 --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-35b1b2b889dfc8ca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-0cc706e011500a28.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/usr/lib/amd64` | 
| 4319 | 2024-11-11T19:43:26.692Z |    Compiling bcrypt-pbkdf v0.10.0 | 
| 4320 | 2024-11-11T19:43:26.695Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=64f3d5fcbf927751 -C extra-filename=-64f3d5fcbf927751 --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-6419c2e395a4b73c.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-37538b7feee1db88.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4321 | 2024-11-11T19:43:27.366Z |    Compiling ssh-cipher v0.2.0 | 
| 4322 | 2024-11-11T19:43:27.374Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=0f064149a167cc22 -C extra-filename=-0f064149a167cc22 --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-e833f65031fdede9.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-52263400f96efb85.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4514ea4332137eea.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-863f2c4b69c07d03.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-70cb51caf15fac61.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-05bb3078466e79f8.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-8eec820a8650bd37.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-bbf2aac8c54bed10.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4323 | 2024-11-11T19:43:29.033Z |    Compiling blocking v1.6.1 | 
| 4324 | 2024-11-11T19:43:29.036Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=49358a448209c015 -C extra-filename=-49358a448209c015 --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-accd637d3f4bb1a7.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-51d643c4b60c055d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-f16fb55d208dc91a.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-215235779c97063e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4325 | 2024-11-11T19:43:29.658Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=bb72172c95b3b42f -C extra-filename=-bb72172c95b3b42f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'` | 
| 4326 | 2024-11-11T19:43:30.473Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-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)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=5326fb920dcf640a -C extra-filename=-5326fb920dcf640a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4327 | 2024-11-11T19:43:30.601Z |    Compiling async-executor v1.13.1 | 
| 4328 | 2024-11-11T19:43:30.603Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=7a2391aa6b6d7a2b -C extra-filename=-7a2391aa6b6d7a2b --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-51d643c4b60c055d.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-da7f910902bca3b8.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-81f8dbca40fb40c8.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-f16fb55d208dc91a.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-89b400fb2d230988.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4329 | 2024-11-11T19:43:31.458Z |    Compiling async-signal v0.2.10 | 
| 4330 | 2024-11-11T19:43:31.460Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=64cfb0992450c137 -C extra-filename=-64cfb0992450c137 --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-68ef3bf41c733569.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-16475f3d81a69a38.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4331 | 2024-11-11T19:43:31.898Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.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="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=2931ddd7c5aec5c5 -C extra-filename=-2931ddd7c5aec5c5 --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-46c96921d480f96d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-ae55a028899d00c5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c6962bd1b9121721.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'` | 
| 4332 | 2024-11-11T19:43:33.761Z |    Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) | 
| 4333 | 2024-11-11T19:43:33.764Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=757d6da25d29cebb -C extra-filename=-757d6da25d29cebb --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-5fc87bb715fd1f15.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-018c3bc025bc9701.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4334 | 2024-11-11T19:43:35.208Z |    Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) | 
| 4335 | 2024-11-11T19:43:35.210Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=7ab68468a26f29f4 -C extra-filename=-7ab68468a26f29f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c7626a78782e6181.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e1ad004cff736ea6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4336 | 2024-11-11T19:43:35.893Z |    Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) | 
| 4337 | 2024-11-11T19:43:35.895Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/common/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)' --check-cfg 'cfg(feature, values())' -C metadata=05fa1e9ca29edd53 -C extra-filename=-05fa1e9ca29edd53 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-05fa1e9ca29edd53 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-2931ddd7c5aec5c5.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/usr/lib/amd64` | 
| 4338 | 2024-11-11T19:43:37.620Z |      Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-05fa1e9ca29edd53/build-script-build` | 
| 4339 | 2024-11-11T19:43:38.042Z |    Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) | 
| 4340 | 2024-11-11T19:43:38.045Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=b586418680dee26a -C extra-filename=-b586418680dee26a --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-46c96921d480f96d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4341 | 2024-11-11T19:43:39.285Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/b7b9d56/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)' --check-cfg 'cfg(feature, values())' -C metadata=e1f2e629ed7d0adc -C extra-filename=-e1f2e629ed7d0adc --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-46c96921d480f96d.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-0540cfb0dd00959c.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-e3e8b832add273de.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-18305f888bd0df85.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-6cfdd701ea7d7b85.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-5721b3273366768d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-781fdb0910cc187e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-16f5ad96d2d2d033.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-bb78d885293dd1bf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/lib/amd64` | 
| 4342 | 2024-11-11T19:43:39.991Z |    Compiling password-hash v0.4.2 | 
| 4343 | 2024-11-11T19:43:39.993Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=ebf486f6a43c56f0 -C extra-filename=-ebf486f6a43c56f0 --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-b84d62cfe5b37fff.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4344 | 2024-11-11T19:43:40.837Z |    Compiling futures-timer v3.0.3 | 
| 4345 | 2024-11-11T19:43:40.840Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=1a96430470513a52 -C extra-filename=-1a96430470513a52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4346 | 2024-11-11T19:43:40.963Z |    Compiling event-listener v2.5.3 | 
| 4347 | 2024-11-11T19:43:40.966Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=641f512e268a6a2e -C extra-filename=-641f512e268a6a2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4348 | 2024-11-11T19:43:41.427Z |    Compiling matches v0.1.10 | 
| 4349 | 2024-11-11T19:43:41.429Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c7b7f8307f0c8c2e -C extra-filename=-c7b7f8307f0c8c2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4350 | 2024-11-11T19:43:41.557Z |    Compiling target-spec v3.2.2 | 
| 4351 | 2024-11-11T19:43:41.560Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' -C metadata=451bc4cf83a40891 -C extra-filename=-451bc4cf83a40891 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-451bc4cf83a40891 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4352 | 2024-11-11T19:43:41.740Z |    Compiling idna v0.2.3 | 
| 4353 | 2024-11-11T19:43:41.742Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-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)' --check-cfg 'cfg(feature, values())' -C metadata=2527d401800b0eef -C extra-filename=-2527d401800b0eef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern matches=/work/oxidecomputer/omicron/target/debug/deps/libmatches-c7b7f8307f0c8c2e.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-b3bd218e77493777.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-365aa1a7c82b17a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4354 | 2024-11-11T19:43:41.928Z |    Compiling async-channel v1.9.0 | 
| 4355 | 2024-11-11T19:43:41.988Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=099bd6e5124d5ede -C extra-filename=-099bd6e5124d5ede --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-da7f910902bca3b8.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-641f512e268a6a2e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4356 | 2024-11-11T19:43:42.196Z |      Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-451bc4cf83a40891/build-script-build` | 
| 4357 | 2024-11-11T19:43:42.234Z |    Compiling pbkdf2 v0.11.0 | 
| 4358 | 2024-11-11T19:43:42.234Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-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="default"' --cfg 'feature="hmac"' --cfg 'feature="password-hash"' --cfg 'feature="sha2"' --cfg 'feature="simple"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=456086f9aa748cc8 -C extra-filename=-456086f9aa748cc8 --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-14c62e65ff922fd4.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3716f9bff5f1ecbe.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-ebf486f6a43c56f0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4359 | 2024-11-11T19:43:42.257Z |    Compiling async-process v2.3.0 | 
| 4360 | 2024-11-11T19:43:42.257Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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(docsrs)' --check-cfg 'cfg(feature, values())' --check-cfg 'cfg(async_process_force_signal_backend)' -C metadata=0d86adfe33e2686f -C extra-filename=-0d86adfe33e2686f --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-68ef3bf41c733569.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-73027ac206961c47.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-64cfb0992450c137.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-274b7c5bda910729.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-f16fb55d208dc91a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4361 | 2024-11-11T19:43:42.615Z |    Compiling async-global-executor v2.4.1 | 
| 4362 | 2024-11-11T19:43:42.618Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=34db72f06e1d222e -C extra-filename=-34db72f06e1d222e --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-accd637d3f4bb1a7.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-7a2391aa6b6d7a2b.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-68ef3bf41c733569.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-73027ac206961c47.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-49358a448209c015.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-f16fb55d208dc91a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4363 | 2024-11-11T19:43:43.309Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.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=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::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' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=37988133177ead49 -C extra-filename=-37988133177ead49 --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-ecf92dfe9f50908c.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b51e3ea9db37203e.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-5326fb920dcf640a.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b6b4eefa36f536f5.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-04ddfe6f69a0dea9.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-7bea3384e89989e9.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-cdcfd34194b1af4c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4364 | 2024-11-11T19:43:43.591Z |    Compiling cfg-expr v0.17.0 | 
| 4365 | 2024-11-11T19:43:43.595Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-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="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=d861f893966bf665 -C extra-filename=-d861f893966bf665 --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-8fb7374548f1bc5f.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-bb72172c95b3b42f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4366 | 2024-11-11T19:43:43.624Z |    Compiling ssh-key v0.6.6 | 
| 4367 | 2024-11-11T19:43:43.627Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ssh-key-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="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=584eff148e17ca2d -C extra-filename=-584eff148e17ca2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-64f3d5fcbf927751.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f670185fe28d0078.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b950497410d08f2b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d83515ae026c9753.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-803be08526a01892.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f860fa672f8c28a7.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-0f064149a167cc22.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-bbf2aac8c54bed10.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4368 | 2024-11-11T19:43:44.260Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6e1eb562c0780c33 -C extra-filename=-6e1eb562c0780c33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4369 | 2024-11-11T19:43:44.394Z |    Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) | 
| 4370 | 2024-11-11T19:43:44.397Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=6fe04eba22325ed7 -C extra-filename=-6fe04eba22325ed7 --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-46c96921d480f96d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c53dbb5965d3e908.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-61c2282de6d21b66.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d90ccff738138b2b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4371 | 2024-11-11T19:43:44.662Z |    Compiling p256 v0.13.2 | 
| 4372 | 2024-11-11T19:43:44.665Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p256-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="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="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha256", "std", "test-vectors", "voprf"))' -C metadata=e45b389a0745dd8a -C extra-filename=-e45b389a0745dd8a --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-5a997561f72bb41f.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2766537d8ac0b1c3.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c0a6971583ae48d4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4373 | 2024-11-11T19:43:44.996Z |    Compiling p521 v0.13.3 | 
| 4374 | 2024-11-11T19:43:44.999Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p521-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 --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="sha512"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "hash2curve", "jwk", "pem", "pkcs8", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors", "voprf"))' -C metadata=b48e814a97ddda90 -C extra-filename=-b48e814a97ddda90 --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-8480a90d47051b07.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-5a997561f72bb41f.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2766537d8ac0b1c3.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c0a6971583ae48d4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4375 | 2024-11-11T19:43:45.553Z |    Compiling enum-as-inner v0.5.1 | 
| 4376 | 2024-11-11T19:43:45.555Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.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)' --check-cfg 'cfg(feature, values())' -C metadata=65d48f882f5b89a2 -C extra-filename=-65d48f882f5b89a2 --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-1050d0d9df4c1c3b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4377 | 2024-11-11T19:43:46.178Z |    Compiling async-attributes v1.1.2 | 
| 4378 | 2024-11-11T19:43:46.182Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=449b0111a1f46c8c -C extra-filename=-449b0111a1f46c8c --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-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a5d19bab82be3de2.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4379 | 2024-11-11T19:43:46.728Z |    Compiling num_cpus v1.16.0 | 
| 4380 | 2024-11-11T19:43:46.730Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=243903d200be7671 -C extra-filename=-243903d200be7671 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4381 | 2024-11-11T19:43:46.897Z |    Compiling russh-cryptovec v0.7.3 | 
| 4382 | 2024-11-11T19:43:46.900Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-cryptovec-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=822f3cc7bb67de93 -C extra-filename=-822f3cc7bb67de93 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4383 | 2024-11-11T19:43:47.207Z |    Compiling kv-log-macro v1.0.7 | 
| 4384 | 2024-11-11T19:43:47.223Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kv-log-macro-1.0.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)' --check-cfg 'cfg(feature, values())' -C metadata=3bdd2210cec43f70 -C extra-filename=-3bdd2210cec43f70 --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-81e3e574966e5fac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4385 | 2024-11-11T19:43:47.257Z |    Compiling md5 v0.7.0 | 
| 4386 | 2024-11-11T19:43:47.260Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/md5-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 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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b073594af4664e9a -C extra-filename=-b073594af4664e9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4387 | 2024-11-11T19:43:47.296Z |    Compiling threadpool v1.8.1 | 
| 4388 | 2024-11-11T19:43:47.298Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9a7f55c9f1fd0ac2 -C extra-filename=-9a7f55c9f1fd0ac2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-243903d200be7671.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4389 | 2024-11-11T19:43:47.445Z |    Compiling async-std v1.13.0 | 
| 4390 | 2024-11-11T19:43:47.447Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.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"' --cfg 'feature="async-attributes"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="attributes"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-attributes", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "attributes", "crossbeam-utils", "default", "docs", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "io_safety", "kv-log-macro", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "surf", "tokio02", "tokio03", "tokio1", "unstable", "wasm-bindgen-futures"))' -C metadata=7c08ec019efefb42 -C extra-filename=-7c08ec019efefb42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_attributes=/work/oxidecomputer/omicron/target/debug/deps/libasync_attributes-449b0111a1f46c8c.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-099bd6e5124d5ede.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-34db72f06e1d222e.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-68ef3bf41c733569.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-73027ac206961c47.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-0d86adfe33e2686f.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-830fd7ccfcb0c526.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-f16fb55d208dc91a.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-3bdd2210cec43f70.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a362daa557157f0a.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-c0e76bbe9c234d8a.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-89b400fb2d230988.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4391 | 2024-11-11T19:43:47.782Z |    Compiling russh-keys v0.45.0 | 
| 4392 | 2024-11-11T19:43:47.785Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=a3d7aff477f8ae33 -C extra-filename=-a3d7aff477f8ae33 --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-e833f65031fdede9.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-64f3d5fcbf927751.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-b45d5f40f97f3d22.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4514ea4332137eea.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-05bb3078466e79f8.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-84e888d97715bed6.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-33f4d8fc2dec0d4b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-5a997561f72bb41f.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f670185fe28d0078.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2766537d8ac0b1c3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3716f9bff5f1ecbe.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-584fe4101e36129b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-a5aa95a529ec771a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-b073594af4664e9a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-e45b389a0745dd8a.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-70f42a8b6a5b51c0.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-b48e814a97ddda90.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-456086f9aa748cc8.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-dbe027f7e6cbbe8c.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-1432c434e681d04b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1bcd6e7431d0c529.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d83515ae026c9753.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-822f3cc7bb67de93.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-803be08526a01892.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-167f82d4d67f511e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-37fe07d65ecb9243.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-bbf2aac8c54bed10.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-584eff148e17ca2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-328a86a25ec28f1d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4393 | 2024-11-11T19:43:48.108Z |    Compiling trust-dns-proto v0.22.0 | 
| 4394 | 2024-11-11T19:43:48.110Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_dns_proto --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.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)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "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", "http", "js-sys", "mdns", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki", "webpki-roots"))' -C metadata=458293e17690d867 -C extra-filename=-458293e17690d867 --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-4c8e06103831ec1b.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-84e888d97715bed6.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-65d48f882f5b89a2.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bb45aa76554642b3.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-2527d401800b0eef.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-1633ce11f04956d7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-4b5c7b8dd5a16f70.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4395 | 2024-11-11T19:43:48.178Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' -C metadata=0b22d985bebf7ba8 -C extra-filename=-0b22d985bebf7ba8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_expr=/work/oxidecomputer/omicron/target/debug/deps/libcfg_expr-d861f893966bf665.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-6e1eb562c0780c33.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-bb72172c95b3b42f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-173a1241f5d67181.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4396 | 2024-11-11T19:43:49.217Z |    Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) | 
| 4397 | 2024-11-11T19:43:49.220Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=fd90a56a19aa42e3 -C extra-filename=-fd90a56a19aa42e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-757d6da25d29cebb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4398 | 2024-11-11T19:43:50.920Z |    Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) | 
| 4399 | 2024-11-11T19:43:50.922Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=7d5ce03f777f45f0 -C extra-filename=-7d5ce03f777f45f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4400 | 2024-11-11T19:43:51.892Z |    Compiling httptest v0.16.1 | 
| 4401 | 2024-11-11T19:43:51.895Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1de30f1816ee2ce -C extra-filename=-e1de30f1816ee2ce --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-b51e3ea9db37203e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-4b624fa19efe616d.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-54f603217e16f814.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0913e5e06d0a664.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4402 | 2024-11-11T19:43:55.005Z |    Compiling num-bigint v0.4.6 | 
| 4403 | 2024-11-11T19:43:55.007Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=fe62cbb72904ed1e -C extra-filename=-fe62cbb72904ed1e --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-705691fbe0070fa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4404 | 2024-11-11T19:43:55.988Z |    Compiling pathdiff v0.2.2 | 
| 4405 | 2024-11-11T19:43:55.991Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-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="camino"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=79827d38800b31f3 -C extra-filename=-79827d38800b31f3 --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-2dae76f465709689.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4406 | 2024-11-11T19:43:56.012Z |    Compiling rustls-native-certs v0.7.3 | 
| 4407 | 2024-11-11T19:43:56.047Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=42fbeff49f2175cb -C extra-filename=-42fbeff49f2175cb --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-93810288b6c0d5c3.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e2ed480392ef3b43.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a3def94b599e812e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4408 | 2024-11-11T19:43:56.182Z |    Compiling des v0.8.1 | 
| 4409 | 2024-11-11T19:43:56.185Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/des-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)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=da8047d06de7d0f4 -C extra-filename=-da8047d06de7d0f4 --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-70cb51caf15fac61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4410 | 2024-11-11T19:43:56.567Z |    Compiling dhcproto-macros v0.1.0 | 
| 4411 | 2024-11-11T19:43:56.570Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-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)' --check-cfg 'cfg(feature, values())' -C metadata=5ae77181c63f1618 -C extra-filename=-5ae77181c63f1618 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4412 | 2024-11-11T19:43:56.639Z |    Compiling escape8259 v0.5.3 | 
| 4413 | 2024-11-11T19:43:56.641Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/escape8259-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)' --check-cfg 'cfg(feature, values())' -C metadata=5ace038d44412058 -C extra-filename=-5ace038d44412058 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4414 | 2024-11-11T19:43:57.061Z |    Compiling nested v0.1.1 | 
| 4415 | 2024-11-11T19:43:57.064Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nested-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)' --check-cfg 'cfg(feature, values())' -C metadata=32c0e4c721372cef -C extra-filename=-32c0e4c721372cef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4416 | 2024-11-11T19:43:57.400Z |    Compiling guppy v0.17.8 | 
| 4417 | 2024-11-11T19:43:57.420Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.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=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' --check-cfg 'cfg(doc_cfg)' -C metadata=4f13465fac258363 -C extra-filename=-4f13465fac258363 --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-3a57e7e4e88d8557.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-6f4d34828a647125.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-6e1eb562c0780c33.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-32c0e4c721372cef.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-79827d38800b31f3.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-0b22d985bebf7ba8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4418 | 2024-11-11T19:43:57.555Z |    Compiling libtest-mimic v0.7.3 | 
| 4419 | 2024-11-11T19:43:57.557Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e2179ae7650ee88b -C extra-filename=-e2179ae7650ee88b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-5ace038d44412058.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-be1427a2e2b84e81.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-9a7f55c9f1fd0ac2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4420 | 2024-11-11T19:43:57.630Z |    Compiling dhcproto v0.12.0 | 
| 4421 | 2024-11-11T19:43:57.653Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dhcproto-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=9934e5f62bf9c921 -C extra-filename=-9934e5f62bf9c921 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dhcproto_macros=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto_macros-5ae77181c63f1618.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-1633ce11f04956d7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-458293e17690d867.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4422 | 2024-11-11T19:43:59.637Z |    Compiling russh v0.45.0 | 
| 4423 | 2024-11-11T19:43:59.641Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-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="flate2"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=f156dee49e64cafe -C extra-filename=-f156dee49e64cafe --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-e833f65031fdede9.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-52263400f96efb85.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-35b1b2b889dfc8ca.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-4514ea4332137eea.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-863f2c4b69c07d03.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-05bb3078466e79f8.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f12c971a1db56268.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-da8047d06de7d0f4.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2766537d8ac0b1c3.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1bf707952bf72afc.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e63e6a17c605bcb1.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3716f9bff5f1ecbe.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-fe62cbb72904ed1e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-e45b389a0745dd8a.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-70f42a8b6a5b51c0.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-b48e814a97ddda90.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-8eec820a8650bd37.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-822f3cc7bb67de93.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a3d7aff477f8ae33.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-167f82d4d67f511e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-bbf2aac8c54bed10.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-584eff148e17ca2d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4424 | 2024-11-11T19:44:01.059Z |    Compiling hyper-rustls v0.26.0 | 
| 4425 | 2024-11-11T19:44:01.062Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=01841764644879bd -C extra-filename=-01841764644879bd --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-4d996534faf1d453.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0913e5e06d0a664.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-86ce2bcf6e43d449.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-42fbeff49f2175cb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a3def94b599e812e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ed20314887acf9b7.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-3737aa8bd4a33f57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/` | 
| 4426 | 2024-11-11T19:44:01.630Z |    Compiling async-object-pool v0.1.5 | 
| 4427 | 2024-11-11T19:44:01.633Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-object-pool-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)' --check-cfg 'cfg(feature, values())' -C metadata=53c2b396ae0ab52c -C extra-filename=-53c2b396ae0ab52c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-7c08ec019efefb42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4428 | 2024-11-11T19:44:01.847Z |    Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) | 
| 4429 | 2024-11-11T19:44:01.851Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=33938f4b2d800b6f -C extra-filename=-33938f4b2d800b6f --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-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8e33c0ded8226000.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4430 | 2024-11-11T19:44:05.587Z |    Compiling fancy-regex v0.13.0 | 
| 4431 | 2024-11-11T19:44:05.590Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fancy-regex-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="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=6ee8f88d56e958bc -C extra-filename=-6ee8f88d56e958bc --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-80ad4cd7f0cddf1a.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f1e3a7c04597f989.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-325b2837f6dab56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4432 | 2024-11-11T19:44:05.660Z |    Compiling rstest_macros v0.23.0 | 
| 4433 | 2024-11-11T19:44:05.663Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.23.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="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=d17da9d1a30bc4e2 -C extra-filename=-d17da9d1a30bc4e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-d17da9d1a30bc4e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-c6962bd1b9121721.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4434 | 2024-11-11T19:44:06.291Z |    Compiling assert-json-diff v2.0.2 | 
| 4435 | 2024-11-11T19:44:06.295Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert-json-diff-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)' --check-cfg 'cfg(feature, values())' -C metadata=d1c0f5be7efa5ead -C extra-filename=-d1c0f5be7efa5ead --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-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4436 | 2024-11-11T19:44:07.252Z |    Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) | 
| 4437 | 2024-11-11T19:44:07.255Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c34b3dd186bdf0a6 -C extra-filename=-c34b3dd186bdf0a6 --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4438 | 2024-11-11T19:44:07.750Z |    Compiling serde_regex v1.1.0 | 
| 4439 | 2024-11-11T19:44:07.753Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_regex-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)' --check-cfg 'cfg(feature, values())' -C metadata=00f3e4a032fa03f8 -C extra-filename=-00f3e4a032fa03f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4440 | 2024-11-11T19:44:07.809Z |    Compiling path-tree v0.8.1 | 
| 4441 | 2024-11-11T19:44:07.830Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-tree-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)' --check-cfg 'cfg(feature, values())' -C metadata=d01f63ba5edab0a3 -C extra-filename=-d01f63ba5edab0a3 --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-8fb7374548f1bc5f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4442 | 2024-11-11T19:44:07.833Z |    Compiling internet-checksum v0.2.1 | 
| 4443 | 2024-11-11T19:44:07.833Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/internet-checksum-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)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=f37f510ef1326d5a -C extra-filename=-f37f510ef1326d5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4444 | 2024-11-11T19:44:07.996Z |    Compiling stringmetrics v2.2.2 | 
| 4445 | 2024-11-11T19:44:08.031Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringmetrics-2.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)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=23983281da586d9f -C extra-filename=-23983281da586d9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4446 | 2024-11-11T19:44:08.037Z |    Compiling datatest-stable v0.2.9 | 
| 4447 | 2024-11-11T19:44:08.060Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-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)' --check-cfg 'cfg(feature, values())' -C metadata=8e01a56238392879 -C extra-filename=-8e01a56238392879 --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-2dae76f465709689.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-6ee8f88d56e958bc.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-e2179ae7650ee88b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4448 | 2024-11-11T19:44:08.103Z |      Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-d17da9d1a30bc4e2/build-script-build` | 
| 4449 | 2024-11-11T19:44:08.197Z |    Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) | 
| 4450 | 2024-11-11T19:44:08.219Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=4b30c612eb5294e1 -C extra-filename=-4b30c612eb5294e1 --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-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-7d5ce03f777f45f0.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c2e9b39cec97992.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a3215c00dc4f0595.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-430bf38977f5bd96.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-96bf5eb2e1fbc436.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out` | 
| 4451 | 2024-11-11T19:44:08.283Z |    Compiling httpmock v0.8.0-alpha.1 | 
| 4452 | 2024-11-11T19:44:08.285Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpmock-0.8.0-alpha.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="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "env_logger", "experimental", "headers", "http2", "https", "hyper-rustls", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pemfile", "serde_yaml", "standalone", "tls-detect", "tokio-rustls"))' -C metadata=292d34e6280ef3c7 -C extra-filename=-292d34e6280ef3c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/omicron/target/debug/deps/libassert_json_diff-d1c0f5be7efa5ead.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-53c2b396ae0ab52c.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-7c08ec019efefb42.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-830fd7ccfcb0c526.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-54f603217e16f814.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-1a96430470513a52.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0913e5e06d0a664.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-d01f63ba5edab0a3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-00f3e4a032fa03f8.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-408a063a4091fdbc.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-23983281da586d9f.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-e723bce7dfb4f45c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4453 | 2024-11-11T19:44:08.426Z |    Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) | 
| 4454 | 2024-11-11T19:44:08.429Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=892d5a704ebdbcf8 -C extra-filename=-892d5a704ebdbcf8 --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-5e430ebab9bd9caf.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4455 | 2024-11-11T19:44:08.759Z |    Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) | 
| 4456 | 2024-11-11T19:44:08.762Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-cli/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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=12dc5d208c286e6f -C extra-filename=-12dc5d208c286e6f --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-12dc5d208c286e6f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c01ca28e29b6083f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4457 | 2024-11-11T19:44:09.074Z |    Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) | 
| 4458 | 2024-11-11T19:44:09.077Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 cockroach-admin/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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=e130b68fb17a50d3 -C extra-filename=-e130b68fb17a50d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-e130b68fb17a50d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c01ca28e29b6083f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4459 | 2024-11-11T19:44:09.123Z |    Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) | 
| 4460 | 2024-11-11T19:44:09.126Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omdb/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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=930b1f6f9960b484 -C extra-filename=-930b1f6f9960b484 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-930b1f6f9960b484 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c01ca28e29b6083f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4461 | 2024-11-11T19:44:09.465Z |    Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) | 
| 4462 | 2024-11-11T19:44:09.481Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/omicron-dev/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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=ca78ca2fc3bb422c -C extra-filename=-ca78ca2fc3bb422c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-ca78ca2fc3bb422c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c01ca28e29b6083f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4463 | 2024-11-11T19:44:09.510Z |    Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) | 
| 4464 | 2024-11-11T19:44:09.513Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/db-dev/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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=21ea201a40314ccf -C extra-filename=-21ea201a40314ccf --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-21ea201a40314ccf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c01ca28e29b6083f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4465 | 2024-11-11T19:44:09.882Z |    Compiling similar-asserts v1.6.0 | 
| 4466 | 2024-11-11T19:44:09.885Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-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="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=25db4bcca623ea92 -C extra-filename=-25db4bcca623ea92 --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-1fadb5960a8d19a8.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-408a063a4091fdbc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4467 | 2024-11-11T19:44:09.910Z |    Compiling proc-macro-crate v3.2.0 | 
| 4468 | 2024-11-11T19:44:09.931Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-3.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)' --check-cfg 'cfg(feature, values())' -C metadata=f6d0706ee8109a08 -C extra-filename=-f6d0706ee8109a08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4f9d309aee4b7b19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4469 | 2024-11-11T19:44:11.048Z |    Compiling trybuild v1.0.100 | 
| 4470 | 2024-11-11T19:44:11.051Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.100/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)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=a49ac97d26d7ee4c -C extra-filename=-a49ac97d26d7ee4c --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-a49ac97d26d7ee4c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4471 | 2024-11-11T19:44:11.399Z |    Compiling relative-path v1.9.3 | 
| 4472 | 2024-11-11T19:44:11.401Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/relative-path-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=3767bd8bc244e904 -C extra-filename=-3767bd8bc244e904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4473 | 2024-11-11T19:44:11.629Z |      Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-a49ac97d26d7ee4c/build-script-build` | 
| 4474 | 2024-11-11T19:44:11.670Z |      Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-21ea201a40314ccf/build-script-build` | 
| 4475 | 2024-11-11T19:44:11.708Z |      Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-ca78ca2fc3bb422c/build-script-build` | 
| 4476 | 2024-11-11T19:44:11.748Z |      Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-930b1f6f9960b484/build-script-build` | 
| 4477 | 2024-11-11T19:44:11.789Z |      Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-e130b68fb17a50d3/build-script-build` | 
| 4478 | 2024-11-11T19:44:11.829Z |      Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-12dc5d208c286e6f/build-script-build` | 
| 4479 | 2024-11-11T19:44:11.867Z |    Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) | 
| 4480 | 2024-11-11T19:44:11.869Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=8c1e8c93c46bb3cf -C extra-filename=-8c1e8c93c46bb3cf --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-ecf92dfe9f50908c.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-d888b7650fa31316.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9934e5f62bf9c921.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f37f510ef1326d5a.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c34b3dd186bdf0a6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c6d5dae8473b6883.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f156dee49e64cafe.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a3d7aff477f8ae33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` | 
| 4481 | 2024-11-11T19:44:12.138Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.23.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="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=44336fae127f2dae -C extra-filename=-44336fae127f2dae --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-3a9f8848cb985fb5.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-f6d0706ee8109a08.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-3767bd8bc244e904.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-173a1241f5d67181.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4482 | 2024-11-11T19:44:14.434Z |    Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) | 
| 4483 | 2024-11-11T19:44:14.437Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=77a74c3be412e39b -C extra-filename=-77a74c3be412e39b --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-46c96921d480f96d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c7626a78782e6181.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-113bfea6928d0bb9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b586418680dee26a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-7e3e91e2425739de.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a3215c00dc4f0595.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-84825ec0b6bc4fbf.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d3125288edf5139c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e1ad004cff736ea6.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7ab68468a26f29f4.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-332af7a4818e6abc.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4484 | 2024-11-11T19:44:15.636Z |    Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) | 
| 4485 | 2024-11-11T19:44:15.639Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=2cb4b527968c48b7 -C extra-filename=-2cb4b527968c48b7 --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-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4486 | 2024-11-11T19:44:16.585Z |    Compiling multimap v0.10.0 | 
| 4487 | 2024-11-11T19:44:16.588Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multimap-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="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=76fe319705e4106c -C extra-filename=-76fe319705e4106c --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-269908bc00c83ab7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4488 | 2024-11-11T19:44:16.956Z |    Compiling uzers v0.12.1 | 
| 4489 | 2024-11-11T19:44:16.958Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uzers-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="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=4623ec6fb7fea2c8 -C extra-filename=-4623ec6fb7fea2c8 --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-5e430ebab9bd9caf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4490 | 2024-11-11T19:44:18.312Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.100/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=7ea881b21c7ada3f -C extra-filename=-7ea881b21c7ada3f --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-b6e13772d541a13d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-e5552635b571d05f.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-be1427a2e2b84e81.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(trybuild_no_target)' --check-cfg 'cfg(host_os, values("windows"))'` | 
| 4491 | 2024-11-11T19:44:22.569Z |    Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) | 
| 4492 | 2024-11-11T19:44:22.573Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=e8f4641818ffda84 -C extra-filename=-e8f4641818ffda84 --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-46c96921d480f96d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0a8440aa249ac036.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4493 | 2024-11-11T19:44:22.807Z |    Compiling rstest v0.23.0 | 
| 4494 | 2024-11-11T19:44:22.810Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-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="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=185b60df75e343df -C extra-filename=-185b60df75e343df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-1a96430470513a52.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-44336fae127f2dae.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4495 | 2024-11-11T19:44:23.043Z |    Compiling partial-io v0.5.4 | 
| 4496 | 2024-11-11T19:44:23.046Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/partial-io-0.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="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=8ccb28712c7bfa46 -C extra-filename=-8ccb28712c7bfa46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-8f35bbfe82bd23bd.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4497 | 2024-11-11T19:44:23.589Z |    Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) | 
| 4498 | 2024-11-11T19:44:23.593Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 live-tests/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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=041e86038aff4c84 -C extra-filename=-041e86038aff4c84 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-041e86038aff4c84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c01ca28e29b6083f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4499 | 2024-11-11T19:44:23.950Z |    Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) | 
| 4500 | 2024-11-11T19:44:23.952Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/ch-dev/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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=d4a3fa8cbaffa7ff -C extra-filename=-d4a3fa8cbaffa7ff --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-d4a3fa8cbaffa7ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c01ca28e29b6083f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4501 | 2024-11-11T19:44:24.339Z |    Compiling blake2b_simd v1.0.2 | 
| 4502 | 2024-11-11T19:44:24.342Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-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 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)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=71e05bc29825adf7 -C extra-filename=-71e05bc29825adf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-2a9ffedc8d5802f4.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-dbdbacd0ef1e499c.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-442b7ff743758ee7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4503 | 2024-11-11T19:44:25.686Z |    Compiling rand_distr v0.4.3 | 
| 4504 | 2024-11-11T19:44:25.688Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_distr-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde1", "std", "std_math"))' -C metadata=4ea3708543961eda -C extra-filename=-4ea3708543961eda --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-6660e290b0adf5ff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4505 | 2024-11-11T19:44:26.722Z |    Compiling approx v0.5.1 | 
| 4506 | 2024-11-11T19:44:26.725Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/approx-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)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=ac7742081aa9cdf3 -C extra-filename=-ac7742081aa9cdf3 --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-6660e290b0adf5ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4507 | 2024-11-11T19:44:26.831Z |    Compiling rust-argon2 v2.1.0 | 
| 4508 | 2024-11-11T19:44:26.834Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-argon2-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=21a5198b716a1d65 -C extra-filename=-21a5198b716a1d65 --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-7715811988fb50db.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-71e05bc29825adf7.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-442b7ff743758ee7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4509 | 2024-11-11T19:44:27.005Z |      Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-d4a3fa8cbaffa7ff/build-script-build` | 
| 4510 | 2024-11-11T19:44:27.048Z |      Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-041e86038aff4c84/build-script-build` | 
| 4511 | 2024-11-11T19:44:27.083Z |    Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) | 
| 4512 | 2024-11-11T19:44:27.087Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=bb2f6a033ddc6f88 -C extra-filename=-bb2f6a033ddc6f88 --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-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-4623ec6fb7fea2c8.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` | 
| 4513 | 2024-11-11T19:44:28.206Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=692af3887010a8e3 -C extra-filename=-692af3887010a8e3 --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-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-fd90a56a19aa42e3.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-757d6da25d29cebb.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-018c3bc025bc9701.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4514 | 2024-11-11T19:44:28.577Z |    Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) | 
| 4515 | 2024-11-11T19:44:28.580Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=bf582c5d4ca3dfb2 -C extra-filename=-bf582c5d4ca3dfb2 --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-46c96921d480f96d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-29f49ec11867bc10.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8e33c0ded8226000.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-fd90a56a19aa42e3.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e37c53b68bb7ceda.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a87b6ab337d402fe.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-bd05353f346aabec.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b586418680dee26a.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e34a5d0acf4660be.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7707748724ae905d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d1db57d5341c9be8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-abc964b9288c03c8.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-1afb9ebbf6550c1c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-408a063a4091fdbc.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e611f97694f597fb.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7ab68468a26f29f4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` | 
| 4516 | 2024-11-11T19:44:29.947Z |    Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) | 
| 4517 | 2024-11-11T19:44:29.950Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=f69ef1188295f2ce -C extra-filename=-f69ef1188295f2ce --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-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-adf59936f6d7e418.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-67b93f86f9ca9639.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-0cd8f0161c467c76.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-430bf38977f5bd96.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-781fdb0910cc187e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out` | 
| 4518 | 2024-11-11T19:44:32.733Z |    Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) | 
| 4519 | 2024-11-11T19:44:32.736Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=22d33ca9afc4f34f -C extra-filename=-22d33ca9afc4f34f --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-da497dc19820ea3d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4520 | 2024-11-11T19:44:33.702Z |    Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) | 
| 4521 | 2024-11-11T19:44:33.704Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=3cffb1c56dfee3bf -C extra-filename=-3cffb1c56dfee3bf --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-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4522 | 2024-11-11T19:44:33.881Z |    Compiling cargo_toml v0.20.5 | 
| 4523 | 2024-11-11T19:44:33.884Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.20.5/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("features"))' -C metadata=843e959e19d5dfc6 -C extra-filename=-843e959e19d5dfc6 --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-269908bc00c83ab7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4524 | 2024-11-11T19:44:35.589Z |    Compiling termios v0.3.3 | 
| 4525 | 2024-11-11T19:44:35.592Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termios-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)' --check-cfg 'cfg(feature, values())' -C metadata=151ec45cfc7621c2 -C extra-filename=-151ec45cfc7621c2 --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-5e430ebab9bd9caf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4526 | 2024-11-11T19:44:35.717Z |    Compiling indoc v2.0.5 | 
| 4527 | 2024-11-11T19:44:35.720Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.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)' --check-cfg 'cfg(feature, values())' -C metadata=ca2725ac7d076d6b -C extra-filename=-ca2725ac7d076d6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4528 | 2024-11-11T19:44:35.885Z |    Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) | 
| 4529 | 2024-11-11T19:44:35.887Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bfedf2a74d42891e -C extra-filename=-bfedf2a74d42891e --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-46c96921d480f96d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-151ec45cfc7621c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ee3cb7542fd8a3cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4530 | 2024-11-11T19:44:36.850Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 update-engine/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dc538e3a161be70b -C extra-filename=-dc538e3a161be70b --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-46c96921d480f96d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d97bd0ec0dbf820c.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-bd05353f346aabec.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-ca2725ac7d076d6b.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-6d7dea2a1049c2a0.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-8bbe14c21bacf7c7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-322ebaa15fe87809.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4531 | 2024-11-11T19:44:39.752Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=82b78ca42c5206b4 -C extra-filename=-82b78ca42c5206b4 --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-46c96921d480f96d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-29f49ec11867bc10.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8e33c0ded8226000.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-fd90a56a19aa42e3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e37c53b68bb7ceda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a87b6ab337d402fe.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-bd05353f346aabec.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b586418680dee26a.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e34a5d0acf4660be.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7707748724ae905d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-bf582c5d4ca3dfb2.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d1db57d5341c9be8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-abc964b9288c03c8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-1afb9ebbf6550c1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-408a063a4091fdbc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e611f97694f597fb.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7ab68468a26f29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` | 
| 4532 | 2024-11-11T19:44:41.281Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dde69431e071fa5f -C extra-filename=-dde69431e071fa5f --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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-14617e8c00e076ab.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-48ba4fa9dc043f65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-815db0fd2b3ffb61.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6395fd819530f713.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8fa56400d55764b0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b985ba7dc8c170a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` | 
| 4533 | 2024-11-11T19:44:42.019Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a2bed358836645a9 -C extra-filename=-a2bed358836645a9 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-3cffb1c56dfee3bf.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4534 | 2024-11-11T19:44:42.395Z |    Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) | 
| 4535 | 2024-11-11T19:44:42.398Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a6c573b1f3c6ad3 -C extra-filename=-5a6c573b1f3c6ad3 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-843e959e19d5dfc6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-322ebaa15fe87809.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5a5eb8767712dc39.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4536 | 2024-11-11T19:44:42.742Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a27a3a095f8f3b89 -C extra-filename=-a27a3a095f8f3b89 --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-46c96921d480f96d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0a8440aa249ac036.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-e8f4641818ffda84.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4537 | 2024-11-11T19:44:44.429Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1f505846ea6dfe87 -C extra-filename=-1f505846ea6dfe87 --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-46c96921d480f96d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0a8440aa249ac036.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-e8f4641818ffda84.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4538 | 2024-11-11T19:44:44.669Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=39a3820b1033b4d5 -C extra-filename=-39a3820b1033b4d5 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-f69ef1188295f2ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-adf59936f6d7e418.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-67b93f86f9ca9639.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-0cd8f0161c467c76.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-430bf38977f5bd96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-781fdb0910cc187e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out` | 
| 4539 | 2024-11-11T19:44:45.073Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9858c624194a19e1 -C extra-filename=-9858c624194a19e1 --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-46c96921d480f96d.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-f472fe0d719d5a8a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-de51d727f092374d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-21a5198b716a1d65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4540 | 2024-11-11T19:44:46.418Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2021 dev-tools/ch-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fa44fba36233d3a7 -C extra-filename=-fa44fba36233d3a7 --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-46c96921d480f96d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4541 | 2024-11-11T19:44:46.783Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/types/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bacdb2f34b802360 -C extra-filename=-bacdb2f34b802360 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-ac7742081aa9cdf3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-de51d727f092374d.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-6a9284525c6a267a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-61c2282de6d21b66.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d90ccff738138b2b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-4ea3708543961eda.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-185b60df75e343df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-7ea881b21c7ada3f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4542 | 2024-11-11T19:44:47.817Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=075a61e2b6899c53 -C extra-filename=-075a61e2b6899c53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-ac7742081aa9cdf3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-de51d727f092374d.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-6a9284525c6a267a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-61c2282de6d21b66.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-4ea3708543961eda.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-185b60df75e343df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-7ea881b21c7ada3f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4543 | 2024-11-11T19:44:48.456Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f3849698b1e84b7d -C extra-filename=-f3849698b1e84b7d --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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-292d34e6280ef3c7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-abc964b9288c03c8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2242d316a286a9f4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-8bcab6a1ba6b5a0e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4544 | 2024-11-11T19:44:49.746Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de7619f4d55b065a -C extra-filename=-de7619f4d55b065a --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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-292d34e6280ef3c7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-abc964b9288c03c8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2242d316a286a9f4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-8bcab6a1ba6b5a0e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4545 | 2024-11-11T19:44:50.862Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ed80f6ccf0cd673 -C extra-filename=-9ed80f6ccf0cd673 --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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-292d34e6280ef3c7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-abc964b9288c03c8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2242d316a286a9f4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-8bcab6a1ba6b5a0e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4546 | 2024-11-11T19:44:52.336Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=91889ee3749319a2 -C extra-filename=-91889ee3749319a2 --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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-292d34e6280ef3c7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-abc964b9288c03c8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2242d316a286a9f4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4547 | 2024-11-11T19:44:57.416Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=92d63067b3745c56 -C extra-filename=-92d63067b3745c56 --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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e63e6a17c605bcb1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-4b30c612eb5294e1.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-7d5ce03f777f45f0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c2e9b39cec97992.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a3215c00dc4f0595.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-8ccb28712c7bfa46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-430bf38977f5bd96.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-96bf5eb2e1fbc436.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L native=/usr/lib/amd64` | 
| 4548 | 2024-11-11T19:44:58.986Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=864dcee122eb78c1 -C extra-filename=-864dcee122eb78c1 --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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e63e6a17c605bcb1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-7d5ce03f777f45f0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c2e9b39cec97992.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a3215c00dc4f0595.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-8ccb28712c7bfa46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-430bf38977f5bd96.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-96bf5eb2e1fbc436.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out` | 
| 4549 | 2024-11-11T19:44:59.527Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c08fb5fd35e43c78 -C extra-filename=-c08fb5fd35e43c78 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-2cb4b527968c48b7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4550 | 2024-11-11T19:45:00.539Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 dev-tools/ls-apis/src/bin/ls-apis.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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=0b0fe52c863d071c -C extra-filename=-0b0fe52c863d071c --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-2cb4b527968c48b7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4551 | 2024-11-11T19:45:01.520Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2021 dev-tools/ls-apis/tests/test_dependencies.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04b874dce2e53128 -C extra-filename=-04b874dce2e53128 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-2cb4b527968c48b7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4552 | 2024-11-11T19:45:03.429Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8075d9c17abb2bad -C extra-filename=-8075d9c17abb2bad --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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c7626a78782e6181.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-415d3d6344ab25b2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-113bfea6928d0bb9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-4b30c612eb5294e1.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b586418680dee26a.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-7d5ce03f777f45f0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-7e3e91e2425739de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a3215c00dc4f0595.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-84825ec0b6bc4fbf.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1eb78353414d96bd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d3125288edf5139c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0a8440aa249ac036.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e1ad004cff736ea6.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7ab68468a26f29f4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-332af7a4818e6abc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4553 | 2024-11-11T19:45:04.795Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd79376b48edd36f -C extra-filename=-bd79376b48edd36f --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-ecf92dfe9f50908c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-d888b7650fa31316.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9934e5f62bf9c921.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-8c1e8c93c46bb3cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f37f510ef1326d5a.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c34b3dd186bdf0a6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c6d5dae8473b6883.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f156dee49e64cafe.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a3d7aff477f8ae33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` | 
| 4554 | 2024-11-11T19:45:05.498Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1fdcffad234a6b8d -C extra-filename=-1fdcffad234a6b8d --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-ecf92dfe9f50908c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-d888b7650fa31316.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9934e5f62bf9c921.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-8c1e8c93c46bb3cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f37f510ef1326d5a.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c34b3dd186bdf0a6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c6d5dae8473b6883.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f156dee49e64cafe.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a3d7aff477f8ae33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` | 
| 4555 | 2024-11-11T19:45:07.453Z |    Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) | 
| 4556 | 2024-11-11T19:45:07.456Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-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' '--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="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=1bac12ebabd55e41 -C extra-filename=-1bac12ebabd55e41 --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-46c96921d480f96d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-415d3d6344ab25b2.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-10ad26ead4b7c71e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-8bcab6a1ba6b5a0e.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/` | 
| 4557 | 2024-11-11T19:45:07.781Z |    Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) | 
| 4558 | 2024-11-11T19:45:07.784Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=8f366d345e7ceb96 -C extra-filename=-8f366d345e7ceb96 --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-46c96921d480f96d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` | 
| 4559 | 2024-11-11T19:45:09.365Z |    Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) | 
| 4560 | 2024-11-11T19:45:09.367Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=daa912cad531fde6 -C extra-filename=-daa912cad531fde6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` | 
| 4561 | 2024-11-11T19:45:09.723Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=46282651810530bf -C extra-filename=-46282651810530bf --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-5fc87bb715fd1f15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` | 
| 4562 | 2024-11-11T19:45:10.317Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=eb94976a3b4744f9 -C extra-filename=-eb94976a3b4744f9 --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-5fc87bb715fd1f15.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2242d316a286a9f4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` | 
| 4563 | 2024-11-11T19:45:11.175Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=04f15349b0f65d5f -C extra-filename=-04f15349b0f65d5f --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-46c96921d480f96d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e928a23e328132e6.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3730d9880924d9f2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f5418e65636081c2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e34685acac44cbed.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-daa912cad531fde6.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` | 
| 4564 | 2024-11-11T19:45:11.767Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=811bf7fb547344ac -C extra-filename=-811bf7fb547344ac --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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c7626a78782e6181.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-113bfea6928d0bb9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b586418680dee26a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-7e3e91e2425739de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a3215c00dc4f0595.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-84825ec0b6bc4fbf.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d3125288edf5139c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e1ad004cff736ea6.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-77a74c3be412e39b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7ab68468a26f29f4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-332af7a4818e6abc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4565 | 2024-11-11T19:45:12.566Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9bda0a7fd3bfbdac -C extra-filename=-9bda0a7fd3bfbdac --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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c7626a78782e6181.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-415d3d6344ab25b2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-113bfea6928d0bb9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-4b30c612eb5294e1.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b586418680dee26a.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-7d5ce03f777f45f0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-7e3e91e2425739de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a3215c00dc4f0595.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-84825ec0b6bc4fbf.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1eb78353414d96bd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d3125288edf5139c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0a8440aa249ac036.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e1ad004cff736ea6.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-77a74c3be412e39b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7ab68468a26f29f4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-332af7a4818e6abc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4566 | 2024-11-11T19:45:20.602Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=f5909000899717d9 -C extra-filename=-f5909000899717d9 --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-46c96921d480f96d.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e928a23e328132e6.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3730d9880924d9f2.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f5418e65636081c2.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e1f2e629ed7d0adc.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c02409512ca01d67.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1eed3ea897599868.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4b18975f57f8f54a.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-274a11aa8d339e2a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-339e0468bf42ba0e.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e34a5d0acf4660be.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7707748724ae905d.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e18d797d99bd565e.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-eb94976a3b4744f9.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-daa912cad531fde6.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-04f15349b0f65d5f.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-33f2bc5ce9af71d4.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8f366d345e7ceb96.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-46282651810530bf.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-10ad26ead4b7c71e.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6395fd819530f713.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2242d316a286a9f4.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e426d338234ce0f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b1ce33ddc9ff2760.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cc86f9178dab6b8.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-0cd8f0161c467c76.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-86ce2bcf6e43d449.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e2ed480392ef3b43.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b985ba7dc8c170a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-84825ec0b6bc4fbf.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d3125288edf5139c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` | 
| 4567 | 2024-11-11T19:45:21.067Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2021 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc005c616e6eaeda -C extra-filename=-fc005c616e6eaeda --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-fd90a56a19aa42e3.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-757d6da25d29cebb.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-018c3bc025bc9701.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-692af3887010a8e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/` | 
| 4568 | 2024-11-11T19:45:22.088Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=54fa2437e8b3901e -C extra-filename=-54fa2437e8b3901e --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-46c96921d480f96d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-018c3bc025bc9701.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-1c6a03413b0b3797.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-415d3d6344ab25b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-76fe319705e4106c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e18d797d99bd565e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8f366d345e7ceb96.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-46282651810530bf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2242d316a286a9f4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0adf17ff7cdef8cf.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5a5eb8767712dc39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` | 
| 4569 | 2024-11-11T19:45:23.196Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c24c95632263b624 -C extra-filename=-c24c95632263b624 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` | 
| 4570 | 2024-11-11T19:45:26.254Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e66bce6732584862 -C extra-filename=-e66bce6732584862 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8e33c0ded8226000.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c53dbb5965d3e908.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-33938f4b2d800b6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6fe04eba22325ed7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/` | 
| 4571 | 2024-11-11T19:45:28.312Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=42d8f2912d2b670b -C extra-filename=-42d8f2912d2b670b --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-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f1c5167cec04a77.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-e7d2baa7fa7e5c75.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-19bbd81941be0b85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-01841764644879bd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-274a11aa8d339e2a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-815db0fd2b3ffb61.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e18d797d99bd565e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-33f2bc5ce9af71d4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8fa56400d55764b0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b6b4eefa36f536f5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-86ce2bcf6e43d449.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-322ebaa15fe87809.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2c9865cb6e9a9cfd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/` | 
| 4572 | 2024-11-11T19:45:28.512Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f7b07f57f891640d -C extra-filename=-f7b07f57f891640d --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-5fc87bb715fd1f15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-274a11aa8d339e2a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6532162578279890.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/` | 
| 4573 | 2024-11-11T19:45:33.740Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 clickhouse-admin/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f81dd47fbf703499 -C extra-filename=-f81dd47fbf703499 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8e33c0ded8226000.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c53dbb5965d3e908.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-33938f4b2d800b6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6fe04eba22325ed7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/` | 
| 4574 | 2024-11-11T19:45:41.938Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2d695f0ea538e3a3 -C extra-filename=-2d695f0ea538e3a3 --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-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e928a23e328132e6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3730d9880924d9f2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f5418e65636081c2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-de51d727f092374d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e1f2e629ed7d0adc.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c02409512ca01d67.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1eed3ea897599868.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-415d3d6344ab25b2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e1de30f1816ee2ce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-113bfea6928d0bb9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-01841764644879bd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4b18975f57f8f54a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-274a11aa8d339e2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-339e0468bf42ba0e.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e34a5d0acf4660be.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7707748724ae905d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e18d797d99bd565e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-eb94976a3b4744f9.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-daa912cad531fde6.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-04f15349b0f65d5f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-33f2bc5ce9af71d4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8f366d345e7ceb96.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-46282651810530bf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-10ad26ead4b7c71e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6532162578279890.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6395fd819530f713.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c6d5dae8473b6883.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2242d316a286a9f4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-8bcab6a1ba6b5a0e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e426d338234ce0f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b1ce33ddc9ff2760.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cc86f9178dab6b8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-0cd8f0161c467c76.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-86ce2bcf6e43d449.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e2ed480392ef3b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b985ba7dc8c170a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-25db4bcca623ea92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60d7142213be7953.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2c9865cb6e9a9cfd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-84825ec0b6bc4fbf.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1eb78353414d96bd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d3125288edf5139c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/` | 
| 4575 | 2024-11-11T19:45:44.852Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=23afb861ec5c775b -C extra-filename=-23afb861ec5c775b --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8e33c0ded8226000.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c53dbb5965d3e908.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-33938f4b2d800b6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6fe04eba22325ed7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/` | 
| 4576 | 2024-11-11T19:45:44.877Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cb9a5317275bc1f6 -C extra-filename=-cb9a5317275bc1f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e1de30f1816ee2ce.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2242d316a286a9f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/` | 
| 4577 | 2024-11-11T19:45:45.352Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=74c4583855bf34ff -C extra-filename=-74c4583855bf34ff --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8e33c0ded8226000.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c53dbb5965d3e908.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6fe04eba22325ed7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/` | 
| 4578 | 2024-11-11T19:45:46.933Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2570cfa855218c4f -C extra-filename=-2570cfa855218c4f --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-fd90a56a19aa42e3.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-757d6da25d29cebb.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-018c3bc025bc9701.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/` | 
| 4579 | 2024-11-11T19:45:47.836Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=9689b52f9a977b08 -C extra-filename=-9689b52f9a977b08 --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-46c96921d480f96d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-415d3d6344ab25b2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-10ad26ead4b7c71e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-8bcab6a1ba6b5a0e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/` | 
| 4580 | 2024-11-11T19:45:56.595Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef2c0299b08a1f53 -C extra-filename=-ef2c0299b08a1f53 --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-46c96921d480f96d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` | 
| 4581 | 2024-11-11T19:45:59.612Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2021 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b8ed246ac4d8a36e -C extra-filename=-b8ed246ac4d8a36e --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-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-22d33ca9afc4f34f.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e18d797d99bd565e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-33f2bc5ce9af71d4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8f366d345e7ceb96.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5a5eb8767712dc39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` | 
| 4582 | 2024-11-11T19:46:04.831Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ccbc06bd46bc12f2 -C extra-filename=-ccbc06bd46bc12f2 --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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c7626a78782e6181.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-415d3d6344ab25b2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-113bfea6928d0bb9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-4b30c612eb5294e1.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b586418680dee26a.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-7d5ce03f777f45f0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-7e3e91e2425739de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a3215c00dc4f0595.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-84825ec0b6bc4fbf.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1eb78353414d96bd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d3125288edf5139c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0a8440aa249ac036.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e1ad004cff736ea6.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-77a74c3be412e39b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7ab68468a26f29f4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-332af7a4818e6abc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4583 | 2024-11-11T19:46:07.610Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=bab0f631cce41a97 -C extra-filename=-bab0f631cce41a97 --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-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a5ac263f2b2a98f4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-29f49ec11867bc10.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c7626a78782e6181.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4f13465fac258363.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e63e6a17c605bcb1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5e3cac8fbbda9149.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b51f792d0eb6178b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4b18975f57f8f54a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a3215c00dc4f0595.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cc86f9178dab6b8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a545b1205e6f6f3e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-d4cb7b4a7046aea6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-1afb9ebbf6550c1c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-02c5dead56e9ac5c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e611f97694f597fb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-430bf38977f5bd96.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-96bf5eb2e1fbc436.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a22589985546b0bf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` | 
| 4584 | 2024-11-11T19:46:10.467Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=1490d7f20bb44c1e -C extra-filename=-1490d7f20bb44c1e --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-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a5ac263f2b2a98f4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-29f49ec11867bc10.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c7626a78782e6181.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4f13465fac258363.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e63e6a17c605bcb1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5e3cac8fbbda9149.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b51f792d0eb6178b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4b18975f57f8f54a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a3215c00dc4f0595.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cc86f9178dab6b8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a545b1205e6f6f3e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-d4cb7b4a7046aea6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-1afb9ebbf6550c1c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-02c5dead56e9ac5c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e611f97694f597fb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-430bf38977f5bd96.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-96bf5eb2e1fbc436.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a22589985546b0bf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` | 
| 4585 | 2024-11-11T19:46:13.514Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.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' '--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)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=792120c135edce4e -C extra-filename=-792120c135edce4e --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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a5ac263f2b2a98f4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-29f49ec11867bc10.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c7626a78782e6181.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5e3cac8fbbda9149.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b51f792d0eb6178b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4b18975f57f8f54a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a3215c00dc4f0595.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cc86f9178dab6b8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a545b1205e6f6f3e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-d4cb7b4a7046aea6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-1afb9ebbf6550c1c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-02c5dead56e9ac5c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e611f97694f597fb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-430bf38977f5bd96.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-96bf5eb2e1fbc436.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a22589985546b0bf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` | 
| 4586 | 2024-11-11T19:46:29.631Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8dff8f986f0ee629 -C extra-filename=-8dff8f986f0ee629 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-4623ec6fb7fea2c8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` | 
| 4587 | 2024-11-11T19:46:31.510Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bfb05fbf810677de -C extra-filename=-bfb05fbf810677de --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-ecf92dfe9f50908c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-d888b7650fa31316.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9934e5f62bf9c921.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-8c1e8c93c46bb3cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f37f510ef1326d5a.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c34b3dd186bdf0a6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c6d5dae8473b6883.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f156dee49e64cafe.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a3d7aff477f8ae33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` | 
| 4588 | 2024-11-11T19:46:34.246Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 sled-agent/src/bin/zone-bundle.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' '--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)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=efc80565eb11af13 -C extra-filename=-efc80565eb11af13 --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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a5ac263f2b2a98f4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-29f49ec11867bc10.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c7626a78782e6181.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5e3cac8fbbda9149.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b51f792d0eb6178b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4b18975f57f8f54a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a3215c00dc4f0595.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cc86f9178dab6b8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a545b1205e6f6f3e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-d4cb7b4a7046aea6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-1afb9ebbf6550c1c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-02c5dead56e9ac5c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e611f97694f597fb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-430bf38977f5bd96.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-96bf5eb2e1fbc436.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a22589985546b0bf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` | 
| 4589 | 2024-11-11T19:46:45.058Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=a57ef0afc0281567 -C extra-filename=-a57ef0afc0281567 --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-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a5ac263f2b2a98f4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-29f49ec11867bc10.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c7626a78782e6181.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4f13465fac258363.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e63e6a17c605bcb1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5e3cac8fbbda9149.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b51f792d0eb6178b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4b18975f57f8f54a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a3215c00dc4f0595.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cc86f9178dab6b8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a545b1205e6f6f3e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-d4cb7b4a7046aea6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-1afb9ebbf6550c1c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-02c5dead56e9ac5c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e611f97694f597fb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-430bf38977f5bd96.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-96bf5eb2e1fbc436.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a22589985546b0bf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` | 
| 4590 | 2024-11-11T19:46:46.116Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d9d47bb393f7a61b -C extra-filename=-d9d47bb393f7a61b --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-4623ec6fb7fea2c8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-bb2f6a033ddc6f88.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` | 
| 4591 | 2024-11-11T19:46:48.687Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e9e66b4c46762a3 -C extra-filename=-4e9e66b4c46762a3 --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-46c96921d480f96d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e928a23e328132e6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3730d9880924d9f2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-415d3d6344ab25b2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d73ebc1f2d434b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/` | 
| 4592 | 2024-11-11T19:46:49.485Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=6f01864315017a50 -C extra-filename=-6f01864315017a50 --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-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a5ac263f2b2a98f4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-29f49ec11867bc10.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c7626a78782e6181.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4f13465fac258363.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e63e6a17c605bcb1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5e3cac8fbbda9149.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b51f792d0eb6178b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4b18975f57f8f54a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a3215c00dc4f0595.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cc86f9178dab6b8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a545b1205e6f6f3e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-d4cb7b4a7046aea6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-1afb9ebbf6550c1c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-02c5dead56e9ac5c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e611f97694f597fb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-430bf38977f5bd96.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-96bf5eb2e1fbc436.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a22589985546b0bf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` | 
| 4593 | 2024-11-11T19:46:52.384Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=808f888ea698cc6c -C extra-filename=-808f888ea698cc6c --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-ecf92dfe9f50908c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-d888b7650fa31316.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9934e5f62bf9c921.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f37f510ef1326d5a.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c34b3dd186bdf0a6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c6d5dae8473b6883.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f156dee49e64cafe.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a3d7aff477f8ae33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` | 
| 4594 | 2024-11-11T19:46:57.275Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 sled-agent/src/bin/sled-agent-sim.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' '--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)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=acb3f813c704b1b5 -C extra-filename=-acb3f813c704b1b5 --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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a5ac263f2b2a98f4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-29f49ec11867bc10.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c7626a78782e6181.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5e3cac8fbbda9149.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b51f792d0eb6178b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4b18975f57f8f54a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a3215c00dc4f0595.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cc86f9178dab6b8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a545b1205e6f6f3e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-d4cb7b4a7046aea6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-1afb9ebbf6550c1c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-02c5dead56e9ac5c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e611f97694f597fb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-430bf38977f5bd96.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-96bf5eb2e1fbc436.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a22589985546b0bf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` | 
| 4595 | 2024-11-11T19:46:58.365Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=c4e51fd085e6092a -C extra-filename=-c4e51fd085e6092a --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-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e18d797d99bd565e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-33f2bc5ce9af71d4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-322ebaa15fe87809.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d73ebc1f2d434b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4596 | 2024-11-11T19:47:11.298Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2021 dev-tools/db-dev/tests/test-db-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=18acba9a98e12902 -C extra-filename=-18acba9a98e12902 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-892d5a704ebdbcf8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4597 | 2024-11-11T19:47:21.728Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4b6aa072d0d324e8 -C extra-filename=-4b6aa072d0d324e8 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-892d5a704ebdbcf8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4598 | 2024-11-11T19:47:23.994Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 dev-tools/db-dev/src/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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=a07c7310c95533e7 -C extra-filename=-a07c7310c95533e7 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4599 | 2024-11-11T19:47:24.282Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a784c59714ba4cc -C extra-filename=-7a784c59714ba4cc --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-46c96921d480f96d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-37988133177ead49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-1fadb5960a8d19a8.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-8e01a56238392879.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b6b4eefa36f536f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4600 | 2024-11-11T19:47:26.792Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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 test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=75243743351cc374 -C extra-filename=-75243743351cc374 --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-46c96921d480f96d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-37988133177ead49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-1fadb5960a8d19a8.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-8e01a56238392879.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b6b4eefa36f536f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1eb78353414d96bd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4601 | 2024-11-11T19:47:30.714Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c503b7fe4a3358f0 -C extra-filename=-c503b7fe4a3358f0 --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-46c96921d480f96d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-37988133177ead49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-1fadb5960a8d19a8.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-8e01a56238392879.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b6b4eefa36f536f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1eb78353414d96bd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4602 | 2024-11-11T19:47:31.048Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=313bae0f466cec12 -C extra-filename=-313bae0f466cec12 --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-46c96921d480f96d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-37988133177ead49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-1fadb5960a8d19a8.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-8e01a56238392879.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b6b4eefa36f536f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1eb78353414d96bd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4603 | 2024-11-11T19:47:32.578Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-keeper.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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=95e0b6430adf76ee -C extra-filename=-95e0b6430adf76ee --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8e33c0ded8226000.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-33938f4b2d800b6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4604 | 2024-11-11T19:47:33.419Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 clickhouse-admin/src/bin/clickhouse-admin-server.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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=3ea39775beb2563c -C extra-filename=-3ea39775beb2563c --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8e33c0ded8226000.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-33938f4b2d800b6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4605 | 2024-11-11T19:47:35.846Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=4773669590e0a807 -C extra-filename=-4773669590e0a807 --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-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a5ac263f2b2a98f4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-29f49ec11867bc10.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c7626a78782e6181.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4f13465fac258363.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e63e6a17c605bcb1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5e3cac8fbbda9149.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b51f792d0eb6178b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4b18975f57f8f54a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a3215c00dc4f0595.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cc86f9178dab6b8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a545b1205e6f6f3e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-d4cb7b4a7046aea6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-1afb9ebbf6550c1c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-02c5dead56e9ac5c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e611f97694f597fb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-430bf38977f5bd96.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-96bf5eb2e1fbc436.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a22589985546b0bf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` | 
| 4606 | 2024-11-11T19:47:37.939Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d332d0752b3da110 -C extra-filename=-d332d0752b3da110 --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-46c96921d480f96d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-29f49ec11867bc10.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8e33c0ded8226000.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-fd90a56a19aa42e3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e37c53b68bb7ceda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a87b6ab337d402fe.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-bd05353f346aabec.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b586418680dee26a.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e34a5d0acf4660be.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7707748724ae905d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d1db57d5341c9be8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-abc964b9288c03c8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-1afb9ebbf6550c1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-408a063a4091fdbc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e611f97694f597fb.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7ab68468a26f29f4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/` | 
| 4607 | 2024-11-11T19:47:44.132Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=ff0a8fdec2431194 -C extra-filename=-ff0a8fdec2431194 --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-46c96921d480f96d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b496abfbe3fff0c0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-9f945a5ccaa40a2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7cbbe7319620a8ed.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c53dbb5965d3e908.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f1c5167cec04a77.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-de51d727f092374d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-be4c4d9da57311f0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-3bfbe37480da92fc.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f31c551e32c21fb6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6fe04eba22325ed7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e426d338234ce0f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-2df5b7950dd75f83.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-d0096c9f8d1cafe3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-42b1b522d80a7480.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3557fe839a6455f6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4608 | 2024-11-11T19:47:47.636Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=777851ba8821c8c3 -C extra-filename=-777851ba8821c8c3 --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-46c96921d480f96d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b496abfbe3fff0c0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-9f945a5ccaa40a2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7cbbe7319620a8ed.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c53dbb5965d3e908.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f1c5167cec04a77.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-de51d727f092374d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-be4c4d9da57311f0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-3bfbe37480da92fc.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f31c551e32c21fb6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6fe04eba22325ed7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e426d338234ce0f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-2df5b7950dd75f83.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-d0096c9f8d1cafe3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-42b1b522d80a7480.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3557fe839a6455f6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4609 | 2024-11-11T19:47:49.122Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=52214fc8b9816af5 -C extra-filename=-52214fc8b9816af5 --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-46c96921d480f96d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b496abfbe3fff0c0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-9f945a5ccaa40a2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7cbbe7319620a8ed.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c53dbb5965d3e908.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f1c5167cec04a77.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-de51d727f092374d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-be4c4d9da57311f0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-3bfbe37480da92fc.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f31c551e32c21fb6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6fe04eba22325ed7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e426d338234ce0f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-2df5b7950dd75f83.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-d0096c9f8d1cafe3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-42b1b522d80a7480.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3557fe839a6455f6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4610 | 2024-11-11T19:47:50.306Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4221ebca6d1a997e -C extra-filename=-4221ebca6d1a997e --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-46c96921d480f96d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-37988133177ead49.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0adf17ff7cdef8cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-50948bb900fc73f7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-36b6a3ee47d58bd1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5a5eb8767712dc39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4f9d309aee4b7b19.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f7eaeaf00d2cf6e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e1ad004cff736ea6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-332af7a4818e6abc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4611 | 2024-11-11T19:48:01.101Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=70d037c115fef021 -C extra-filename=-70d037c115fef021 --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-46c96921d480f96d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-37988133177ead49.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0adf17ff7cdef8cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-50948bb900fc73f7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-36b6a3ee47d58bd1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5a5eb8767712dc39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4f9d309aee4b7b19.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f7eaeaf00d2cf6e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0a8440aa249ac036.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e1ad004cff736ea6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-332af7a4818e6abc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4612 | 2024-11-11T19:48:02.840Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a3886c549bc2c22 -C extra-filename=-0a3886c549bc2c22 --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-46c96921d480f96d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-37988133177ead49.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0adf17ff7cdef8cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-50948bb900fc73f7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-36b6a3ee47d58bd1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5a5eb8767712dc39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4f9d309aee4b7b19.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f7eaeaf00d2cf6e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0a8440aa249ac036.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e1ad004cff736ea6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-332af7a4818e6abc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4613 | 2024-11-11T19:48:03.473Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 wicket/src/bin/wicket.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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=a9b481f5b3848ed7 -C extra-filename=-a9b481f5b3848ed7 --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-46c96921d480f96d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0adf17ff7cdef8cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-50948bb900fc73f7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-36b6a3ee47d58bd1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5a5eb8767712dc39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4f9d309aee4b7b19.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f7eaeaf00d2cf6e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0a8440aa249ac036.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e1ad004cff736ea6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-332af7a4818e6abc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4614 | 2024-11-11T19:48:04.184Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=419e36c5f2a0de7f -C extra-filename=-419e36c5f2a0de7f --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-46c96921d480f96d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0a8440aa249ac036.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4615 | 2024-11-11T19:48:06.995Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=320b09a77fef9239 -C extra-filename=-320b09a77fef9239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4616 | 2024-11-11T19:48:08.940Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca1efc65b7cfd94e -C extra-filename=-ca1efc65b7cfd94e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-757d6da25d29cebb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4617 | 2024-11-11T19:48:10.742Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 update-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ecb1ebca3f2657bf -C extra-filename=-ecb1ebca3f2657bf --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-46c96921d480f96d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-113bfea6928d0bb9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-84825ec0b6bc4fbf.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1eb78353414d96bd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` | 
| 4618 | 2024-11-11T19:48:16.206Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=24b16092283f28c7 -C extra-filename=-24b16092283f28c7 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-1fadb5960a8d19a8.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1eb78353414d96bd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4619 | 2024-11-11T19:48:20.697Z |    Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) | 
| 4620 | 2024-11-11T19:48:20.699Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2021 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=26e68c0fc524a424 -C extra-filename=-26e68c0fc524a424 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-adf59936f6d7e418.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-36b6a3ee47d58bd1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out` | 
| 4621 | 2024-11-11T19:48:27.161Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=409e4611be059431 -C extra-filename=-409e4611be059431 --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-5fc87bb715fd1f15.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-018c3bc025bc9701.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4622 | 2024-11-11T19:48:30.203Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/collector/src/bin/oximeter.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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=9e16d8a101d65dfa -C extra-filename=-9e16d8a101d65dfa --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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-abc964b9288c03c8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2242d316a286a9f4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-8bcab6a1ba6b5a0e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4623 | 2024-11-11T19:48:31.200Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 oximeter/collector/src/bin/clickhouse-schema-updater.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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=9e8acc0f2004bd0c -C extra-filename=-9e8acc0f2004bd0c --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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-abc964b9288c03c8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2242d316a286a9f4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-8bcab6a1ba6b5a0e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4624 | 2024-11-11T19:48:34.880Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=28d9f5906de6d5ac -C extra-filename=-28d9f5906de6d5ac --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-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-1633ce11f04956d7.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e18d797d99bd565e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d73ebc1f2d434b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4625 | 2024-11-11T19:48:41.272Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a91b87c7325a30e -C extra-filename=-5a91b87c7325a30e --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-5fc87bb715fd1f15.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e1ad004cff736ea6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4626 | 2024-11-11T19:48:44.616Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=20007c8f23a252b8 -C extra-filename=-20007c8f23a252b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c7626a78782e6181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e1ad004cff736ea6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4627 | 2024-11-11T19:48:47.521Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b6e2786dd491cf19 -C extra-filename=-b6e2786dd491cf19 --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-46c96921d480f96d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d1db57d5341c9be8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d90ccff738138b2b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e426d338234ce0f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4628 | 2024-11-11T19:48:50.094Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=39e7c6c102dc53e6 -C extra-filename=-39e7c6c102dc53e6 --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-46c96921d480f96d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a87b6ab337d402fe.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-058e7da08ca2ec3c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-8d8a3ab44ba1d2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c2e9b39cec97992.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-53fc82a5a9671c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-78ac86b264e9f763.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ee3cb7542fd8a3cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4629 | 2024-11-11T19:48:51.004Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=63e7f86d15e62158 -C extra-filename=-63e7f86d15e62158 --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-46c96921d480f96d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a87b6ab337d402fe.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-058e7da08ca2ec3c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-415d3d6344ab25b2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-8d8a3ab44ba1d2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c2e9b39cec97992.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-53fc82a5a9671c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-78ac86b264e9f763.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60d7142213be7953.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ee3cb7542fd8a3cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4630 | 2024-11-11T19:48:57.340Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c34383cd71d77eb -C extra-filename=-4c34383cd71d77eb --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-46c96921d480f96d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a87b6ab337d402fe.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-058e7da08ca2ec3c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-415d3d6344ab25b2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-8d8a3ab44ba1d2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c2e9b39cec97992.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-53fc82a5a9671c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-78ac86b264e9f763.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60d7142213be7953.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ee3cb7542fd8a3cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4631 | 2024-11-11T19:48:59.890Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=50f332a3b34ecdf2 -C extra-filename=-50f332a3b34ecdf2 --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-2dae76f465709689.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-8d8a3ab44ba1d2c9.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-53fc82a5a9671c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60d7142213be7953.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4632 | 2024-11-11T19:49:02.746Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=900011c23ac2a723 -C extra-filename=-900011c23ac2a723 --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-46c96921d480f96d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a87b6ab337d402fe.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-058e7da08ca2ec3c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-415d3d6344ab25b2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-8d8a3ab44ba1d2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c2e9b39cec97992.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-78ac86b264e9f763.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60d7142213be7953.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ee3cb7542fd8a3cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4633 | 2024-11-11T19:49:06.770Z |    Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) | 
| 4634 | 2024-11-11T19:49:06.772Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2021 dev-tools/mgs-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc84d39ab6855332 -C extra-filename=-bc84d39ab6855332 --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-46c96921d480f96d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-415d3d6344ab25b2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-53fc82a5a9671c61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4635 | 2024-11-11T19:49:09.535Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b54a717b882d0707 -C extra-filename=-b54a717b882d0707 --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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-4da7672578b7494e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-113bfea6928d0bb9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-bb2f600db5635e6e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8ebf534aa119cf7e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-84825ec0b6bc4fbf.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a28742d97f826442.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` | 
| 4636 | 2024-11-11T19:49:10.757Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=322ea214927e2fed -C extra-filename=-322ea214927e2fed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e34685acac44cbed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-d152ef51b0170613.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4637 | 2024-11-11T19:49:11.335Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 oximeter/db/src/bin/oxdb/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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=0886bb4bc6c31fa2 -C extra-filename=-0886bb4bc6c31fa2 --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-46c96921d480f96d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b496abfbe3fff0c0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-9f945a5ccaa40a2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7cbbe7319620a8ed.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c53dbb5965d3e908.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f1c5167cec04a77.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-be4c4d9da57311f0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-3bfbe37480da92fc.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f31c551e32c21fb6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e426d338234ce0f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-2df5b7950dd75f83.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-d0096c9f8d1cafe3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-42b1b522d80a7480.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3557fe839a6455f6.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4638 | 2024-11-11T19:49:19.036Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6208f9225e79c599 -C extra-filename=-6208f9225e79c599 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e37c53b68bb7ceda.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-23c0dba9210198e2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1ae7c7d21a73f11f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4639 | 2024-11-11T19:49:22.333Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 dns-server/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e02345d469ca67f -C extra-filename=-8e02345d469ca67f --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e37c53b68bb7ceda.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-23c0dba9210198e2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1ae7c7d21a73f11f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4640 | 2024-11-11T19:49:27.174Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c46dfdd1a743cb92 -C extra-filename=-c46dfdd1a743cb92 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e37c53b68bb7ceda.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-23c0dba9210198e2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1ae7c7d21a73f11f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4641 | 2024-11-11T19:49:27.895Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c99d93bbf2369af3 -C extra-filename=-c99d93bbf2369af3 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e37c53b68bb7ceda.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-23c0dba9210198e2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1ae7c7d21a73f11f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4642 | 2024-11-11T19:49:28.816Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=abddb9ffbd1dbc7c -C extra-filename=-abddb9ffbd1dbc7c --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e37c53b68bb7ceda.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-23c0dba9210198e2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1ae7c7d21a73f11f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4643 | 2024-11-11T19:49:30.248Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0facb24492e5edc7 -C extra-filename=-0facb24492e5edc7 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e37c53b68bb7ceda.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-23c0dba9210198e2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1ae7c7d21a73f11f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4644 | 2024-11-11T19:49:32.339Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=94e7e3d9c77b663d -C extra-filename=-94e7e3d9c77b663d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a5ac263f2b2a98f4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dda10b61cff25e6f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91722d65ff8a2813.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-89fdf77a91527a9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-39bb0c82af55a369.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64` | 
| 4645 | 2024-11-11T19:49:36.640Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=97200d01e2256a3d -C extra-filename=-97200d01e2256a3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dda10b61cff25e6f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91722d65ff8a2813.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-89fdf77a91527a9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-39bb0c82af55a369.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4646 | 2024-11-11T19:49:39.672Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3aed2dcac2a57a8b -C extra-filename=-3aed2dcac2a57a8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a5ac263f2b2a98f4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dda10b61cff25e6f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91722d65ff8a2813.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-89fdf77a91527a9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-39bb0c82af55a369.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64` | 
| 4647 | 2024-11-11T19:49:41.293Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=17435627ff85df58 -C extra-filename=-17435627ff85df58 --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-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4648 | 2024-11-11T19:49:58.592Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d63d2a5e432ef52f -C extra-filename=-d63d2a5e432ef52f --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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-8d8a3ab44ba1d2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60d7142213be7953.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4649 | 2024-11-11T19:50:00.691Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e3b1d66bcb0f878b -C extra-filename=-e3b1d66bcb0f878b --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4650 | 2024-11-11T19:50:02.043Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ae8701527caeec8 -C extra-filename=-6ae8701527caeec8 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-adf59936f6d7e418.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-67b93f86f9ca9639.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-0cd8f0161c467c76.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-430bf38977f5bd96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-781fdb0910cc187e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out` | 
| 4651 | 2024-11-11T19:50:03.808Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=11055b0dc244d78b -C extra-filename=-11055b0dc244d78b --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-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4652 | 2024-11-11T19:50:05.633Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8905d5857363c67a -C extra-filename=-8905d5857363c67a --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-665a970a00c44b65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4653 | 2024-11-11T19:50:08.707Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5c6552baaeb53db9 -C extra-filename=-5c6552baaeb53db9 --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-4c8e06103831ec1b.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4654 | 2024-11-11T19:50:09.034Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ad0937f8bb66e987 -C extra-filename=-ad0937f8bb66e987 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-e7d2baa7fa7e5c75.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d97bd0ec0dbf820c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-339e0468bf42ba0e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-7e3e91e2425739de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4655 | 2024-11-11T19:50:10.901Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=888bcf4963aa8de8 -C extra-filename=-888bcf4963aa8de8 --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-5fc87bb715fd1f15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4656 | 2024-11-11T19:50:22.240Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55b53288d624e5b3 -C extra-filename=-55b53288d624e5b3 --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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a5ac263f2b2a98f4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cc86f9178dab6b8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64` | 
| 4657 | 2024-11-11T19:50:28.145Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=edcc67a1a42d1741 -C extra-filename=-edcc67a1a42d1741 --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-2dae76f465709689.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4658 | 2024-11-11T19:50:31.026Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 sled-agent/bootstrap-agent-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e3035988b3273eb8 -C extra-filename=-e3035988b3273eb8 --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-665a970a00c44b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` | 
| 4659 | 2024-11-11T19:50:32.741Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5d2724f3741cb50b -C extra-filename=-5d2724f3741cb50b --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-46c96921d480f96d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4660 | 2024-11-11T19:50:33.392Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=18ada421bc2a5eba -C extra-filename=-18ada421bc2a5eba --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4661 | 2024-11-11T19:50:42.891Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=59081698f9542d88 -C extra-filename=-59081698f9542d88 --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-46c96921d480f96d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4662 | 2024-11-11T19:50:44.301Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7bccdaf2dd76b90 -C extra-filename=-b7bccdaf2dd76b90 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7b00f5942bd7339f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-827408ebe352de16.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-080acd08431793e9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out` | 
| 4663 | 2024-11-11T19:50:45.006Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a2e1d88610fa22f -C extra-filename=-7a2e1d88610fa22f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-71939a08f27ebc09.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b1ce33ddc9ff2760.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4664 | 2024-11-11T19:50:46.163Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=90290e69b875f0b3 -C extra-filename=-90290e69b875f0b3 --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-46c96921d480f96d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-931ed4ae26d6b157.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-48ba4fa9dc043f65.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d97bd0ec0dbf820c.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e34685acac44cbed.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6395fd819530f713.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e426d338234ce0f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4665 | 2024-11-11T19:50:47.115Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=261347863e037327 -C extra-filename=-261347863e037327 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4666 | 2024-11-11T19:50:54.862Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04b8323eb4634de0 -C extra-filename=-04b8323eb4634de0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4667 | 2024-11-11T19:50:55.624Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 clients/bootstrap-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ca3fdff3c2e712f -C extra-filename=-0ca3fdff3c2e712f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4668 | 2024-11-11T19:50:59.787Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=05bda7f395f1875f -C extra-filename=-05bda7f395f1875f --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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b51f792d0eb6178b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-430bf38977f5bd96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out` | 
| 4669 | 2024-11-11T19:51:00.267Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dea50587ede5e25c -C extra-filename=-dea50587ede5e25c --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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4670 | 2024-11-11T19:51:09.061Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b5645e25e4943633 -C extra-filename=-b5645e25e4943633 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4671 | 2024-11-11T19:51:10.419Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=9cd682ca340287f5 -C extra-filename=-9cd682ca340287f5 --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-3a9f8848cb985fb5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-7f4078a2df13ea0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4672 | 2024-11-11T19:51:16.093Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6cfd29e46639c2e4 -C extra-filename=-6cfd29e46639c2e4 --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-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-61c2282de6d21b66.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-7183f7820acaefc7.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-663e25bd25e070d5.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d90ccff738138b2b.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4673 | 2024-11-11T19:51:18.022Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 dns-server/src/bin/dns-server.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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=3cd9f4ab4fb73ba3 -C extra-filename=-3cd9f4ab4fb73ba3 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e37c53b68bb7ceda.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-23c0dba9210198e2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1ae7c7d21a73f11f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4674 | 2024-11-11T19:51:21.295Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 dns-server/src/bin/dns-db-dump.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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=9ee5d70c3a05f9f0 -C extra-filename=-9ee5d70c3a05f9f0 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e37c53b68bb7ceda.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-23c0dba9210198e2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1ae7c7d21a73f11f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4675 | 2024-11-11T19:51:22.975Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 dns-server/src/bin/dnsadm.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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=eff4857d0aceb393 -C extra-filename=-eff4857d0aceb393 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e37c53b68bb7ceda.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-23c0dba9210198e2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1ae7c7d21a73f11f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4676 | 2024-11-11T19:51:25.011Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8f0a5192736977f4 -C extra-filename=-8f0a5192736977f4 --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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-8d8a3ab44ba1d2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4677 | 2024-11-11T19:51:25.280Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c95eb89142c7cc2f -C extra-filename=-c95eb89142c7cc2f --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-665a970a00c44b65.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-8d8a3ab44ba1d2c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4678 | 2024-11-11T19:51:27.872Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d22fa8f567cdfdb -C extra-filename=-6d22fa8f567cdfdb --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-da497dc19820ea3d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b5bf8ea4aef7824c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-605d63adb380a745.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4679 | 2024-11-11T19:51:28.961Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=101750adf30b73bb -C extra-filename=-101750adf30b73bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c2e9b39cec97992.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4680 | 2024-11-11T19:51:29.639Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cdb833055af58128 -C extra-filename=-cdb833055af58128 --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-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d3a2d607a5fdf8df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-7183f7820acaefc7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d90ccff738138b2b.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4681 | 2024-11-11T19:51:32.134Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b7a711def9dda7f -C extra-filename=-5b7a711def9dda7f --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-5fc87bb715fd1f15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b1ce33ddc9ff2760.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4682 | 2024-11-11T19:51:32.669Z |    Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) | 
| 4683 | 2024-11-11T19:51:32.671Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=45b94457675e6617 -C extra-filename=-45b94457675e6617 --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-46c96921d480f96d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4684 | 2024-11-11T19:51:33.229Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1a21cc8535e9766b -C extra-filename=-1a21cc8535e9766b --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-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c53dbb5965d3e908.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-61c2282de6d21b66.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d90ccff738138b2b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4685 | 2024-11-11T19:51:33.673Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e4fe0d280ddbc2d -C extra-filename=-5e4fe0d280ddbc2d --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-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-be4c4d9da57311f0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d90ccff738138b2b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4686 | 2024-11-11T19:51:34.933Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3c3b35755d0b37aa -C extra-filename=-3c3b35755d0b37aa --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-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d3a2d607a5fdf8df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d90ccff738138b2b.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4687 | 2024-11-11T19:51:36.239Z |    Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) | 
| 4688 | 2024-11-11T19:51:36.241Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da7d0ceb4234f96d -C extra-filename=-da7d0ceb4234f96d --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6395fd819530f713.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4689 | 2024-11-11T19:51:37.038Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a5bbe5bf7f5d183e -C extra-filename=-a5bbe5bf7f5d183e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-cc8768000459eec0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6395fd819530f713.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bb4fc0e68df45522.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64` | 
| 4690 | 2024-11-11T19:51:44.217Z |    Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) | 
| 4691 | 2024-11-11T19:51:44.227Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3c6dc210a45b978f -C extra-filename=-3c6dc210a45b978f --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-46c96921d480f96d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4692 | 2024-11-11T19:51:45.479Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c9bfb09a863cb2ad -C extra-filename=-c9bfb09a863cb2ad --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-5e430ebab9bd9caf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4693 | 2024-11-11T19:51:45.805Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 test-utils/src/bin/falcon_runner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=8d6f4a51c9b4106e -C extra-filename=-8d6f4a51c9b4106e --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-46c96921d480f96d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-8c3767e8502d24da.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-c3c18052cb8eb945.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-0cd8f0161c467c76.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-86ce2bcf6e43d449.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4694 | 2024-11-11T19:51:46.912Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 test-utils/src/bin/falcon_runner_cli.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=9167e8cee8fdf454 -C extra-filename=-9167e8cee8fdf454 --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-46c96921d480f96d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-8c3767e8502d24da.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-c3c18052cb8eb945.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-0cd8f0161c467c76.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-86ce2bcf6e43d449.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4695 | 2024-11-11T19:51:47.858Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2021 dev-tools/cert-dev/tests/test-cert-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f6df4438e947b9e2 -C extra-filename=-f6df4438e947b9e2 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6395fd819530f713.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4696 | 2024-11-11T19:51:48.173Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b5f117b450596c86 -C extra-filename=-b5f117b450596c86 --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-5fc87bb715fd1f15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4697 | 2024-11-11T19:51:48.177Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d335db8362ea476b -C extra-filename=-d335db8362ea476b --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-5fc87bb715fd1f15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4698 | 2024-11-11T19:51:48.499Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=27203395f0673503 -C extra-filename=-27203395f0673503 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4699 | 2024-11-11T19:51:48.971Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9a01096381f7848a -C extra-filename=-9a01096381f7848a --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-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4700 | 2024-11-11T19:51:50.764Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=183f858bdced268b -C extra-filename=-183f858bdced268b --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-081eb7697efcc78d.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-865fbac8de6150a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4701 | 2024-11-11T19:51:51.196Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eeef8b4e6b4c1a44 -C extra-filename=-eeef8b4e6b4c1a44 --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-5fc87bb715fd1f15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4702 | 2024-11-11T19:51:51.812Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f3ecf33c9ea7b72 -C extra-filename=-5f3ecf33c9ea7b72 --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-665a970a00c44b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4703 | 2024-11-11T19:51:53.061Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de16873231d24954 -C extra-filename=-de16873231d24954 --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-5fc87bb715fd1f15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4704 | 2024-11-11T19:51:53.808Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d26a7a8f5360d1fc -C extra-filename=-d26a7a8f5360d1fc --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-5fc87bb715fd1f15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4705 | 2024-11-11T19:51:55.199Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=77137beb80bb384d -C extra-filename=-77137beb80bb384d --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-5fc87bb715fd1f15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4706 | 2024-11-11T19:51:55.751Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47d64161df3e527b -C extra-filename=-47d64161df3e527b --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-46c96921d480f96d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4707 | 2024-11-11T19:51:56.380Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e0c3664323b77c5 -C extra-filename=-6e0c3664323b77c5 --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-4c8e06103831ec1b.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91722d65ff8a2813.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-89fdf77a91527a9f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4708 | 2024-11-11T19:51:57.758Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df65c5cb6806f552 -C extra-filename=-df65c5cb6806f552 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4709 | 2024-11-11T19:52:00.163Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=4bcc07d8dbca2104 -C extra-filename=-4bcc07d8dbca2104 --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-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-8cfef2821192c56e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f5a0f5f7ecc363de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-b4110bc94c5778ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c30efe55451c93e.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-fc724ba2ef95e52b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-1f7ae8f5d2c44572.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib --check-cfg 'cfg(svcadm_autoclear)'` | 
| 4710 | 2024-11-11T19:52:00.268Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=068e47a427083278 -C extra-filename=-068e47a427083278 --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-e93687f563e14a1a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4711 | 2024-11-11T19:52:04.177Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=12ebcf59c4ae43e5 -C extra-filename=-12ebcf59c4ae43e5 --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-46c96921d480f96d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-8c3767e8502d24da.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-c3c18052cb8eb945.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-0cd8f0161c467c76.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-86ce2bcf6e43d449.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4712 | 2024-11-11T19:52:07.672Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f14d990a68565444 -C extra-filename=-f14d990a68565444 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d3a2d607a5fdf8df.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-62529cdba505d69b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a85680cc9908cb93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4713 | 2024-11-11T19:52:08.984Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5be1c621eb7f815d -C extra-filename=-5be1c621eb7f815d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d3a2d607a5fdf8df.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-62529cdba505d69b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a85680cc9908cb93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4714 | 2024-11-11T19:52:10.323Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e443ce861f4f6d77 -C extra-filename=-e443ce861f4f6d77 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-fc724ba2ef95e52b.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-e6da12bceedb2076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4715 | 2024-11-11T19:52:11.053Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=ab0e0312e8acdf57 -C extra-filename=-ab0e0312e8acdf57 --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-46c96921d480f96d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-931ed4ae26d6b157.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-51013d43a4b80945.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4b18975f57f8f54a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b1ce33ddc9ff2760.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4716 | 2024-11-11T19:52:13.275Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98f08ea986db4f5d -C extra-filename=-98f08ea986db4f5d --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-da497dc19820ea3d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4717 | 2024-11-11T19:52:14.441Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d3fb3df891c67fb -C extra-filename=-8d3fb3df891c67fb --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-031d0c34245e6fe3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4718 | 2024-11-11T19:52:15.231Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c0e091bc7b304c67 -C extra-filename=-c0e091bc7b304c67 --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-da497dc19820ea3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4719 | 2024-11-11T19:52:16.606Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=84b2766da94d9613 -C extra-filename=-84b2766da94d9613 --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-da497dc19820ea3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4720 | 2024-11-11T19:52:17.519Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eba75aa6c7e1d1aa -C extra-filename=-eba75aa6c7e1d1aa --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4721 | 2024-11-11T19:52:18.058Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=09158f5b6f1f13ec -C extra-filename=-09158f5b6f1f13ec --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-46c96921d480f96d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4722 | 2024-11-11T19:52:19.861Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7f680dc4e0d9bf6 -C extra-filename=-b7f680dc4e0d9bf6 --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-da497dc19820ea3d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4723 | 2024-11-11T19:52:20.369Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8ab9d5d14a92f7f9 -C extra-filename=-8ab9d5d14a92f7f9 --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-da497dc19820ea3d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4724 | 2024-11-11T19:52:20.938Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f76aaad467378f91 -C extra-filename=-f76aaad467378f91 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4725 | 2024-11-11T19:52:21.641Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=604bea20949efb60 -C extra-filename=-604bea20949efb60 --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-5fc87bb715fd1f15.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4726 | 2024-11-11T19:52:23.516Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=487b93c621f5a297 -C extra-filename=-487b93c621f5a297 --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-e6da12bceedb2076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4727 | 2024-11-11T19:52:27.717Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2a52c49368b97bca -C extra-filename=-2a52c49368b97bca --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-da497dc19820ea3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4728 | 2024-11-11T19:52:28.237Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=21622e2f231e66ec -C extra-filename=-21622e2f231e66ec --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-da497dc19820ea3d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4729 | 2024-11-11T19:52:28.651Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 dev-tools/cert-dev/src/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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=049f88a087a9059d -C extra-filename=-049f88a087a9059d --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-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4730 | 2024-11-11T19:52:29.366Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f6bb01b75351c4db -C extra-filename=-f6bb01b75351c4db --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-3a57e7e4e88d8557.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ec610d6212043b4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-4da7672578b7494e.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-8480a90d47051b07.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-b84d62cfe5b37fff.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-80ad4cd7f0cddf1a.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a2750eff915f90df.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0a29f9290229ca2f.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-35b1b2b889dfc8ca.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b51e3ea9db37203e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-70cb51caf15fac61.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-735728b5689c6f19.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-1fadb5960a8d19a8.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-48ba4fa9dc043f65.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-42d0637fa497cb3d.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-830fd7ccfcb0c526.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-d784a9f2661e9bce.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f12c971a1db56268.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2d24512202c3edb4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-5a997561f72bb41f.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f670185fe28d0078.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2766537d8ac0b1c3.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e1b6ce8fcb9eb7b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bb45aa76554642b3.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df9c791ee9497e83.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2eb9c3ff2ae48fa.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1bf707952bf72afc.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-590053dba71050d7.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-153758aceb3cd21b.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-12263ebdd16de34d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3716f9bff5f1ecbe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-448245cf197a0c21.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0913e5e06d0a664.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-a5aa95a529ec771a.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-cf391c8b3491fee0.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4606acc70281245d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-52313d9d65cb49f4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-efebdf221d3b73ad.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-37e4304872f28ac3.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f31c551e32c21fb6.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b950497410d08f2b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-491118f9ec503a05.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8877ffe90b8dd028.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5bba9131e5a5a9a7.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-bcff8eb39b7bf28f.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-e07776025399bf26.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1bcd6e7431d0c529.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dfedfaede04f1cd8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b6b4eefa36f536f5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f1e3a7c04597f989.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-325b2837f6dab56c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d83515ae026c9753.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-77b7465717e59b36.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b700c49395ffa896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-79a4fa8b8c133532.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-167f82d4d67f511e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-408a063a4091fdbc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4e5ab92ea1014325.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d1899eb74ee961d4.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a3ae52bd259e9563.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-896f8a38cf2a3f95.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-60f59f901f5af4f1.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d004079115bc03a.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4f9d309aee4b7b19.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-b3bd218e77493777.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-365aa1a7c82b17a1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-42e66d799d40a197.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a17316c84dfe119d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-65ce327e1c84bc7e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-56e91e2c6f079a37.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib` | 
| 4731 | 2024-11-11T19:52:30.287Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' -C metadata=c31095a9b79ca586 -C extra-filename=-c31095a9b79ca586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e34685acac44cbed.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` | 
| 4732 | 2024-11-11T19:55:10.215Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dadde2da8014dd5d -C extra-filename=-dadde2da8014dd5d --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-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e928a23e328132e6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3730d9880924d9f2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f5418e65636081c2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-de51d727f092374d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e1f2e629ed7d0adc.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c02409512ca01d67.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1eed3ea897599868.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-415d3d6344ab25b2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e1de30f1816ee2ce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-113bfea6928d0bb9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-01841764644879bd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4b18975f57f8f54a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-274a11aa8d339e2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-339e0468bf42ba0e.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e34a5d0acf4660be.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7707748724ae905d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e18d797d99bd565e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-eb94976a3b4744f9.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-daa912cad531fde6.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-04f15349b0f65d5f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-33f2bc5ce9af71d4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8f366d345e7ceb96.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-46282651810530bf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-10ad26ead4b7c71e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6532162578279890.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f5909000899717d9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6395fd819530f713.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c6d5dae8473b6883.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2242d316a286a9f4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-8bcab6a1ba6b5a0e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e426d338234ce0f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b1ce33ddc9ff2760.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cc86f9178dab6b8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-0cd8f0161c467c76.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-86ce2bcf6e43d449.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e2ed480392ef3b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b985ba7dc8c170a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-25db4bcca623ea92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60d7142213be7953.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2c9865cb6e9a9cfd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-84825ec0b6bc4fbf.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1eb78353414d96bd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d3125288edf5139c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/` | 
| 4733 | 2024-11-11T19:55:10.221Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6fbff63db67a6fed -C extra-filename=-6fbff63db67a6fed --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-46c96921d480f96d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-10ad26ead4b7c71e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-892d5a704ebdbcf8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f5909000899717d9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c6d5dae8473b6883.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` | 
| 4734 | 2024-11-11T19:55:10.221Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7d8c5a4ecbef85d7 -C extra-filename=-7d8c5a4ecbef85d7 --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-46c96921d480f96d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-10ad26ead4b7c71e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-892d5a704ebdbcf8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f5909000899717d9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c6d5dae8473b6883.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` | 
| 4735 | 2024-11-11T19:55:10.222Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0be6d1ba631fd153 -C extra-filename=-0be6d1ba631fd153 --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-46c96921d480f96d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-018c3bc025bc9701.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-1c6a03413b0b3797.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-415d3d6344ab25b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-76fe319705e4106c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e18d797d99bd565e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8f366d345e7ceb96.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-46282651810530bf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6532162578279890.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f5909000899717d9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2242d316a286a9f4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0adf17ff7cdef8cf.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5a5eb8767712dc39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` | 
| 4736 | 2024-11-11T19:55:10.254Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c045f29cd197e991 -C extra-filename=-c045f29cd197e991 --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-46c96921d480f96d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e928a23e328132e6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3730d9880924d9f2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f5418e65636081c2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e1de30f1816ee2ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-1633ce11f04956d7.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e34685acac44cbed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e18d797d99bd565e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-daa912cad531fde6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-33f2bc5ce9af71d4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8f366d345e7ceb96.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6532162578279890.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f5909000899717d9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` | 
| 4737 | 2024-11-11T19:55:10.255Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 dev-tools/omicron-dev/src/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 '--allow=clippy::style' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=69d89fb3c6861717 -C extra-filename=-69d89fb3c6861717 --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-46c96921d480f96d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-10ad26ead4b7c71e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f5909000899717d9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` | 
| 4738 | 2024-11-11T19:55:16.418Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=14f2c2fd655237bf -C extra-filename=-14f2c2fd655237bf --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-46c96921d480f96d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-018c3bc025bc9701.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-1c6a03413b0b3797.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-415d3d6344ab25b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-76fe319705e4106c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e18d797d99bd565e.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8f366d345e7ceb96.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-46282651810530bf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6532162578279890.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f5909000899717d9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2242d316a286a9f4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0adf17ff7cdef8cf.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5a5eb8767712dc39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` | 
| 4739 | 2024-11-11T19:55:22.721Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=550d8e12e03ca3c6 -C extra-filename=-550d8e12e03ca3c6 --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-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e928a23e328132e6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3730d9880924d9f2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f5418e65636081c2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e1f2e629ed7d0adc.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c02409512ca01d67.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1eed3ea897599868.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4b18975f57f8f54a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-274a11aa8d339e2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-339e0468bf42ba0e.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e34a5d0acf4660be.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7707748724ae905d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e18d797d99bd565e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-eb94976a3b4744f9.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-daa912cad531fde6.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-04f15349b0f65d5f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-33f2bc5ce9af71d4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8f366d345e7ceb96.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-46282651810530bf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-10ad26ead4b7c71e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f5909000899717d9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6395fd819530f713.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2242d316a286a9f4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e426d338234ce0f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b1ce33ddc9ff2760.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cc86f9178dab6b8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-0cd8f0161c467c76.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-86ce2bcf6e43d449.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e2ed480392ef3b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b985ba7dc8c170a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-84825ec0b6bc4fbf.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d3125288edf5139c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` | 
| 4740 | 2024-11-11T19:55:27.058Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85444eea80141022 -C extra-filename=-85444eea80141022 --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-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e18d797d99bd565e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-33f2bc5ce9af71d4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8f366d345e7ceb96.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6532162578279890.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f5909000899717d9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-322ebaa15fe87809.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d73ebc1f2d434b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` | 
| 4741 | 2024-11-11T19:55:31.946Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e22444f6d06ae53 -C extra-filename=-6e22444f6d06ae53 --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-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e928a23e328132e6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3730d9880924d9f2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f5418e65636081c2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-de51d727f092374d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e1f2e629ed7d0adc.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c02409512ca01d67.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1eed3ea897599868.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-415d3d6344ab25b2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e1de30f1816ee2ce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-113bfea6928d0bb9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-01841764644879bd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4b18975f57f8f54a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-274a11aa8d339e2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-339e0468bf42ba0e.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e34a5d0acf4660be.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7707748724ae905d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e18d797d99bd565e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-eb94976a3b4744f9.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-daa912cad531fde6.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-04f15349b0f65d5f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-33f2bc5ce9af71d4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8f366d345e7ceb96.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-46282651810530bf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-10ad26ead4b7c71e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6532162578279890.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f5909000899717d9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6395fd819530f713.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c6d5dae8473b6883.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2242d316a286a9f4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-8bcab6a1ba6b5a0e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e426d338234ce0f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b1ce33ddc9ff2760.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cc86f9178dab6b8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-0cd8f0161c467c76.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-86ce2bcf6e43d449.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e2ed480392ef3b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b985ba7dc8c170a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-25db4bcca623ea92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60d7142213be7953.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2c9865cb6e9a9cfd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-84825ec0b6bc4fbf.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1eb78353414d96bd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d3125288edf5139c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/` | 
| 4742 | 2024-11-11T19:55:33.636Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ea83b3243675ac6f -C extra-filename=-ea83b3243675ac6f --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-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e18d797d99bd565e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-33f2bc5ce9af71d4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8f366d345e7ceb96.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6532162578279890.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f5909000899717d9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-322ebaa15fe87809.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d73ebc1f2d434b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64` | 
| 4743 | 2024-11-11T19:55:57.282Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--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' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=22c5f7f1be9eaa32 -C extra-filename=-22c5f7f1be9eaa32 --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-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e928a23e328132e6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3730d9880924d9f2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f5418e65636081c2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-de51d727f092374d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e1f2e629ed7d0adc.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c02409512ca01d67.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1eed3ea897599868.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-415d3d6344ab25b2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e1de30f1816ee2ce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-113bfea6928d0bb9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-01841764644879bd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4b18975f57f8f54a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-274a11aa8d339e2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-339e0468bf42ba0e.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e34a5d0acf4660be.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7707748724ae905d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e18d797d99bd565e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-eb94976a3b4744f9.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-daa912cad531fde6.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-04f15349b0f65d5f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-33f2bc5ce9af71d4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8f366d345e7ceb96.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-46282651810530bf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-10ad26ead4b7c71e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6532162578279890.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f5909000899717d9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6395fd819530f713.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c6d5dae8473b6883.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2242d316a286a9f4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-8bcab6a1ba6b5a0e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e426d338234ce0f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b1ce33ddc9ff2760.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cc86f9178dab6b8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-0cd8f0161c467c76.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-86ce2bcf6e43d449.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e2ed480392ef3b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b985ba7dc8c170a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-25db4bcca623ea92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60d7142213be7953.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2c9865cb6e9a9cfd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-84825ec0b6bc4fbf.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1eb78353414d96bd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d3125288edf5139c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out -L /usr/platform/oxide/lib/amd64/` | 
| 4744 | 2024-11-11T19:56:50.518Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 nexus/src/bin/schema-updater.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' '--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)' --check-cfg 'cfg(feature, values())' -C metadata=a6afdf86c59e31ad -C extra-filename=-a6afdf86c59e31ad --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-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e928a23e328132e6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3730d9880924d9f2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f5418e65636081c2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e1f2e629ed7d0adc.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c02409512ca01d67.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1eed3ea897599868.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4b18975f57f8f54a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-274a11aa8d339e2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-339e0468bf42ba0e.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e34a5d0acf4660be.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7707748724ae905d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e18d797d99bd565e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-eb94976a3b4744f9.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-daa912cad531fde6.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-04f15349b0f65d5f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-33f2bc5ce9af71d4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8f366d345e7ceb96.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-46282651810530bf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-10ad26ead4b7c71e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f5909000899717d9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6395fd819530f713.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2242d316a286a9f4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e426d338234ce0f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b1ce33ddc9ff2760.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cc86f9178dab6b8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-0cd8f0161c467c76.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-86ce2bcf6e43d449.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e2ed480392ef3b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b985ba7dc8c170a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-84825ec0b6bc4fbf.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d3125288edf5139c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` | 
| 4745 | 2024-11-11T20:19:48.825Z |     Finished `dev` profile [unoptimized + debuginfo] target(s) in 41m 51s | 
| 4746 | 2024-11-11T20:20:08.557Z |  | 
| 4747 | 2024-11-11T20:20:08.560Z | real    42:11.692323691 | 
| 4748 | 2024-11-11T20:20:08.560Z | user  2:03:35.208671729 | 
| 4749 | 2024-11-11T20:20:08.560Z | sys     25:01.873041902 | 
| 4750 | 2024-11-11T20:20:08.560Z | trap       11.831542366 | 
| 4751 | 2024-11-11T20:20:08.561Z | tflt       16.586140295 | 
| 4752 | 2024-11-11T20:20:08.563Z | dflt  2:13:31.624737363 | 
| 4753 | 2024-11-11T20:20:08.563Z | kflt        0.585973311 | 
| 4754 | 2024-11-11T20:20:08.563Z | lock  8:15:53.580991111 | 
| 4755 | 2024-11-11T20:20:08.563Z | slp  21:50:51.819033039 | 
| 4756 | 2024-11-11T20:20:08.563Z | lat      9:11.224116930 | 
| 4757 | 2024-11-11T20:20:08.563Z | stop     8:59.244536302 | 
| 4758 | 2024-11-11T20:20:08.600Z | + banner test | 
| 4759 | 2024-11-11T20:20:08.662Z | + ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose | 
| 4760 | 2024-11-11T20:20:08.666Z |  | 
| 4761 | 2024-11-11T20:20:08.666Z |   #####  ######   ####    ##### | 
| 4762 | 2024-11-11T20:20:08.666Z |     #    #       #          # | 
| 4763 | 2024-11-11T20:20:08.666Z |     #    #####    ####      # | 
| 4764 | 2024-11-11T20:20:08.666Z |     #    #            #     # | 
| 4765 | 2024-11-11T20:20:08.666Z |     #    #       #    #     # | 
| 4766 | 2024-11-11T20:20:08.666Z |     #    ######   ####      # | 
| 4767 | 2024-11-11T20:20:08.666Z |  | 
| 4768 | 2024-11-11T20:20:13.063Z | info: experimental features enabled: setup-scripts | 
| 4769 | 2024-11-11T20:20:14.632Z |    Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) | 
| 4770 | 2024-11-11T20:20:14.786Z |    Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) | 
| 4771 | 2024-11-11T20:20:14.809Z |    Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) | 
| 4772 | 2024-11-11T20:20:14.829Z |    Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) | 
| 4773 | 2024-11-11T20:20:26.409Z |     Finished `test` profile [unoptimized + debuginfo] target(s) in 13.30s | 
| 4774 | 2024-11-11T20:20:32.909Z | ------------ | 
| 4775 | 2024-11-11T20:20:32.909Z |  Nextest run ID 68ac5492-5ddc-4ab7-a1a7-c23138c3eb78 with nextest profile: ci | 
| 4776 | 2024-11-11T20:20:32.912Z |     Starting 1673 tests across 171 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter) | 
| 4777 | 2024-11-11T20:20:32.916Z |        SETUP [      1/1] crdb-seed: cargo run -p crdb-seed --profile test | 
| 4778 | 2024-11-11T20:20:33.686Z |    Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) | 
| 4779 | 2024-11-11T20:20:36.414Z |    Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) | 
| 4780 | 2024-11-11T20:20:38.458Z |    Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) | 
| 4781 | 2024-11-11T20:20:44.316Z |     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.33s | 
| 4782 | 2024-11-11T20:20:44.435Z |      Running `target/debug/crdb-seed` | 
| 4783 | 2024-11-11T20:20:44.475Z | Nov 11 20:20:42.806 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpkRDisW | 
| 4784 | 2024-11-11T20:20:44.478Z | Nov 11 20:20:42.806 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpf82y1i,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpkRDisW/listen-url | 
| 4785 | 2024-11-11T20:20:44.479Z | Nov 11 20:20:42.808 INFO cockroach environment: BUILDOMAT_JOB_ID=01JCEB28BMQF6FQ8VM0MH1H9TT BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=rss-datasets GITHUB_REF=refs/heads/rss-datasets GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc GOTRACEBACK=crash HOME=/home/build LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out:/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out:/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envqPCYqS NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out:/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out:/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=68ac5492-5ddc-4ab7-a1a7-c23138c3eb78 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 PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=--document-private-items -D warnings RUSTFLAGS=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.82.0-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime | 
| 4786 | 2024-11-11T20:20:45.793Z | Nov 11 20:20:44.126 INFO cockroach pid: 9057 | 
| 4787 | 2024-11-11T20:20:45.793Z | Nov 11 20:20:44.126 INFO cockroach listen URL: postgresql://root@[::1]:44710/omicron?sslmode=disable | 
| 4788 | 2024-11-11T20:20:45.793Z | Nov 11 20:20:44.126 INFO cockroach: populating | 
| 4789 | 2024-11-11T20:20:48.407Z | Nov 11 20:20:46.739 INFO cockroach: populated | 
| 4790 | 2024-11-11T20:20:50.492Z | Nov 11 20:20:48.824 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/b0167e6136cac141e08a5dc4564e8eaae50be5cbb44fd23d1c7f4cb2f6780222.tar` | 
| 4791 | 2024-11-11T20:20:50.497Z |   SETUP PASS [      1/1] crdb-seed: cargo run -p crdb-seed --profile test | 
| 4792 | 2024-11-11T20:20:50.541Z |         PASS [   0.034s] api_identity test::test_identity | 
| 4793 | 2024-11-11T20:20:50.543Z |         PASS [   0.028s] api_identity test::test_identity_no_field | 
| 4794 | 2024-11-11T20:20:50.553Z |         PASS [   0.018s] bootstore trust_quorum::rack_secret::tests::create_and_verify | 
| 4795 | 2024-11-11T20:20:50.553Z |         PASS [   0.034s] bootstore schemes::tests::hello_roundtrip | 
| 4796 | 2024-11-11T20:20:50.566Z |         PASS [   0.023s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares | 
| 4797 | 2024-11-11T20:20:50.566Z |         PASS [   0.048s] authz-macros tests::test_authz_snapshots | 
| 4798 | 2024-11-11T20:20:50.566Z |         PASS [   0.032s] bootstore schemes::v0::share_pkg::tests::create_packages | 
| 4799 | 2024-11-11T20:20:50.617Z |         PASS [   0.092s] bootstore schemes::v0::peer::tests::network_config | 
| 4800 | 2024-11-11T20:20:50.622Z |         PASS [   0.056s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success | 
| 4801 | 2024-11-11T20:20:50.629Z |         PASS [   0.066s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success | 
| 4802 | 2024-11-11T20:20:50.639Z |         PASS [   0.076s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail | 
| 4803 | 2024-11-11T20:20:50.639Z |         PASS [   0.019s] clickhouse-admin-types tests::test_empty_output_parse_fail | 
| 4804 | 2024-11-11T20:20:50.645Z |         PASS [   0.022s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail | 
| 4805 | 2024-11-11T20:20:50.650Z |         PASS [   0.021s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail | 
| 4806 | 2024-11-11T20:20:50.659Z |         PASS [   0.019s] clickhouse-admin-types tests::test_full_lgif_parse_success | 
| 4807 | 2024-11-11T20:20:50.664Z |         PASS [   0.030s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success | 
| 4808 | 2024-11-11T20:20:50.668Z |         PASS [   0.024s] clickhouse-admin-types tests::test_full_raft_config_parse_success | 
| 4809 | 2024-11-11T20:20:50.694Z |         PASS [   0.017s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail | 
| 4810 | 2024-11-11T20:20:50.694Z |         PASS [   0.023s] clickhouse-admin-types tests::test_generate_replica_config | 
| 4811 | 2024-11-11T20:20:50.694Z |         PASS [   0.032s] clickhouse-admin-types tests::test_generate_keeper_config | 
| 4812 | 2024-11-11T20:20:50.699Z |         PASS [   0.030s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail | 
| 4813 | 2024-11-11T20:20:50.703Z |         PASS [   0.022s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail | 
| 4814 | 2024-11-11T20:20:50.709Z |         PASS [   0.020s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail | 
| 4815 | 2024-11-11T20:20:50.713Z |         PASS [   0.020s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail | 
| 4816 | 2024-11-11T20:20:50.718Z |         PASS [   0.020s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail | 
| 4817 | 2024-11-11T20:20:50.723Z |         PASS [   0.020s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail | 
| 4818 | 2024-11-11T20:20:50.729Z |         PASS [   0.020s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail | 
| 4819 | 2024-11-11T20:20:50.788Z |         PASS [   0.020s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail | 
| 4820 | 2024-11-11T20:20:50.792Z |         PASS [   0.021s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail | 
| 4821 | 2024-11-11T20:20:50.792Z |         PASS [   0.021s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail | 
| 4822 | 2024-11-11T20:20:50.793Z |         PASS [   0.021s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail | 
| 4823 | 2024-11-11T20:20:50.793Z |         PASS [   0.021s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail | 
| 4824 | 2024-11-11T20:20:50.793Z |         PASS [   0.021s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail | 
| 4825 | 2024-11-11T20:20:50.793Z |         PASS [   0.021s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail | 
| 4826 | 2024-11-11T20:20:50.793Z |         PASS [   0.021s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail | 
| 4827 | 2024-11-11T20:20:50.793Z |         PASS [   0.021s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail | 
| 4828 | 2024-11-11T20:20:50.793Z |         PASS [   0.022s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail | 
| 4829 | 2024-11-11T20:20:50.793Z |         PASS [   0.022s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail | 
| 4830 | 2024-11-11T20:20:50.795Z |         PASS [   0.240s] cert-dev::test-cert-dev test_cert_create | 
| 4831 | 2024-11-11T20:20:50.803Z |         PASS [   0.015s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes | 
| 4832 | 2024-11-11T20:20:50.822Z |         PASS [   0.026s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes | 
| 4833 | 2024-11-11T20:20:50.822Z |         PASS [   0.017s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value | 
| 4834 | 2024-11-11T20:20:50.825Z |         PASS [   0.014s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv | 
| 4835 | 2024-11-11T20:20:50.825Z |         PASS [   0.014s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv | 
| 4836 | 2024-11-11T20:20:50.858Z |         PASS [   0.080s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input | 
| 4837 | 2024-11-11T20:20:50.863Z |         PASS [   0.092s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input | 
| 4838 | 2024-11-11T20:20:50.940Z |         PASS [   0.075s] db-macros lookup::test::test_lookup_snapshots | 
| 4839 | 2024-11-11T20:20:50.959Z |         PASS [   0.020s] db-macros tests::test_derive_metadata_identity_fails_for_enums | 
| 4840 | 2024-11-11T20:20:50.975Z |         PASS [   0.015s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type | 
| 4841 | 2024-11-11T20:20:50.993Z |         PASS [   0.018s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity | 
| 4842 | 2024-11-11T20:20:51.008Z |         PASS [   0.015s] db-macros tests::test_derive_metadata_identity_fails_without_table_name | 
| 4843 | 2024-11-11T20:20:51.025Z |         PASS [   0.017s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles | 
| 4844 | 2024-11-11T20:20:51.045Z |         PASS [   0.021s] db-macros tests::test_derive_snapshots | 
| 4845 | 2024-11-11T20:20:51.059Z |         PASS [   0.015s] db-macros tests::test_derive_with_unknown_field | 
| 4846 | 2024-11-11T20:20:51.099Z |         PASS [   0.274s] db-dev::test-db-dev test_db_dev_wipe_no_args | 
| 4847 | 2024-11-11T20:20:51.099Z |         PASS [   0.280s] db-dev::test-db-dev test_db_dev_populate_no_args | 
| 4848 | 2024-11-11T20:20:51.312Z |         PASS [   0.216s] dns-server storage::test::test_update_in_progress | 
| 4849 | 2024-11-11T20:20:51.322Z |         PASS [   0.220s] dns-server storage::test::test_update_interrupted | 
| 4850 | 2024-11-11T20:20:51.330Z |         PASS [   0.268s] dns-server storage::test::test_update_basic | 
| 4851 | 2024-11-11T20:20:51.622Z |         PASS [   1.099s] bootstore schemes::v0::peer::tests::basic_3_nodes | 
| 4852 | 2024-11-11T20:20:51.798Z |         PASS [   0.457s] dns-server::basic_test answers_match_question | 
| 4853 | 2024-11-11T20:20:51.798Z |         PASS [   0.465s] dns-server::basic_test aaaa_crud | 
| 4854 | 2024-11-11T20:20:51.798Z |         PASS [   0.477s] dns-server::basic_test a_crud | 
| 4855 | 2024-11-11T20:20:51.855Z |         PASS [   0.231s] dns-server::basic_test empty_record | 
| 4856 | 2024-11-11T20:20:52.017Z |         PASS [   0.222s] dns-server::basic_test multi_record_crud | 
| 4857 | 2024-11-11T20:20:52.054Z |         PASS [   0.245s] dns-server::basic_test nxdomain | 
| 4858 | 2024-11-11T20:20:52.062Z |         PASS [   0.259s] dns-server::basic_test name_contains_zone | 
| 4859 | 2024-11-11T20:20:52.126Z |         PASS [   0.272s] dns-server::basic_test servfail | 
| 4860 | 2024-11-11T20:20:52.135Z |         PASS [   0.081s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules | 
| 4861 | 2024-11-11T20:20:52.165Z |         PASS [   0.032s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping | 
| 4862 | 2024-11-11T20:20:52.239Z |         PASS [   0.103s] illumos-utils destructor::test::test_delayed_delete | 
| 4863 | 2024-11-11T20:20:52.266Z |         PASS [   0.028s] illumos-utils destructor::test::test_destructor_bad_close | 
| 4864 | 2024-11-11T20:20:52.274Z |         PASS [   0.265s] dns-server::basic_test srv_crud | 
| 4865 | 2024-11-11T20:20:52.308Z |         PASS [   0.033s] illumos-utils link::test::test_allocate | 
| 4866 | 2024-11-11T20:20:52.308Z |         PASS [   0.024s] illumos-utils link::test::test_allocate_within_scopes | 
| 4867 | 2024-11-11T20:20:52.342Z |         PASS [   0.030s] illumos-utils zfs::test::parse_dataset_bad_avail | 
| 4868 | 2024-11-11T20:20:52.342Z |         PASS [   0.037s] illumos-utils running_zone::tests::test_is_oxide_smf_service | 
| 4869 | 2024-11-11T20:20:52.361Z |         PASS [   0.026s] illumos-utils zfs::test::parse_dataset_bad_quota | 
| 4870 | 2024-11-11T20:20:52.368Z |         PASS [   0.026s] illumos-utils zfs::test::parse_dataset_bad_reservation | 
| 4871 | 2024-11-11T20:20:52.384Z |         PASS [   0.023s] illumos-utils zfs::test::parse_dataset_bad_usage | 
| 4872 | 2024-11-11T20:20:52.392Z |         PASS [   0.025s] illumos-utils zfs::test::parse_dataset_bad_uuid | 
| 4873 | 2024-11-11T20:20:52.411Z |         PASS [   0.027s] illumos-utils zfs::test::parse_dataset_missing_fields | 
| 4874 | 2024-11-11T20:20:52.419Z |         PASS [   0.026s] illumos-utils zfs::test::parse_dataset_props | 
| 4875 | 2024-11-11T20:20:52.434Z |         PASS [   0.022s] illumos-utils zfs::test::parse_dataset_props_with_optionals | 
| 4876 | 2024-11-11T20:20:52.445Z |         PASS [   0.027s] illumos-utils zone::tests::test_parse_ip_network | 
| 4877 | 2024-11-11T20:20:52.457Z |         PASS [   0.024s] illumos-utils zpool::test::test_parse_zpool | 
| 4878 | 2024-11-11T20:20:52.469Z |         PASS [   0.024s] illumos-utils zpool::test::test_parse_zpool_missing_column | 
| 4879 | 2024-11-11T20:20:53.249Z |         PASS [   1.077s] illumos-utils destructor::test::test_delayed_delete_with_error | 
| 4880 | 2024-11-11T20:20:53.326Z |         PASS [   2.782s] bootstore::v0-fsm-proptest-learner run | 
| 4881 | 2024-11-11T20:20:53.491Z |         PASS [   0.225s] installinator-common block_size_writer::tests::proptest_block_writer | 
| 4882 | 2024-11-11T20:20:54.070Z |         PASS [   1.600s] installinator write::tests::proptest_write_artifact | 
| 4883 | 2024-11-11T20:20:54.123Z |         PASS [   0.662s] internal-dns-resolver resolver::test::insert_and_lookup_one_record | 
| 4884 | 2024-11-11T20:20:54.146Z |         PASS [   0.819s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records | 
| 4885 | 2024-11-11T20:20:54.312Z |         PASS [   0.241s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails | 
| 4886 | 2024-11-11T20:20:54.513Z |         PASS [   0.349s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client | 
| 4887 | 2024-11-11T20:20:54.593Z |         PASS [   0.464s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server | 
| 4888 | 2024-11-11T20:20:54.649Z |         PASS [   0.048s] internal-dns-types config::test::display_hosts | 
| 4889 | 2024-11-11T20:20:54.687Z |         PASS [   0.038s] internal-dns-types config::test::display_srv_service | 
| 4890 | 2024-11-11T20:20:54.706Z |         PASS [   0.384s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets | 
| 4891 | 2024-11-11T20:20:54.751Z |         PASS [   0.058s] internal-dns-types config::test::test_builder_errors | 
| 4892 | 2024-11-11T20:20:54.805Z |         PASS [   0.307s] internal-dns-resolver resolver::test::update_record | 
| 4893 | 2024-11-11T20:20:54.832Z |         PASS [   0.092s] internal-dns-types diff::test::diff_different | 
| 4894 | 2024-11-11T20:20:54.835Z |         PASS [   0.127s] internal-dns-types config::test::test_builder_output | 
| 4895 | 2024-11-11T20:20:54.841Z |         PASS [   0.039s] internal-dns-types diff::test::diff_equivalent | 
| 4896 | 2024-11-11T20:20:54.859Z |         PASS [   0.028s] internal-dns-types diff::test::diff_invalid | 
| 4897 | 2024-11-11T20:20:54.902Z |         PASS [   0.054s] ipcc tests::deserialize_fixed_value | 
| 4898 | 2024-11-11T20:20:54.938Z |         PASS [   0.088s] ipcc tests::installinator_image_id_round_trip | 
| 4899 | 2024-11-11T20:20:54.959Z |         PASS [   0.096s] ipcc tests::serialized_size | 
| 4900 | 2024-11-11T20:20:55.094Z |         PASS [   0.165s] key-manager tests::different_disks_produce_different_keys | 
| 4901 | 2024-11-11T20:20:55.094Z |         PASS [   0.104s] key-manager tests::disk_encryption_key_epoch_0 | 
| 4902 | 2024-11-11T20:20:55.094Z |         PASS [   0.122s] key-manager tests::different_ikm_produces_different_keys | 
| 4903 | 2024-11-11T20:20:55.115Z |         PASS [   0.050s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch | 
| 4904 | 2024-11-11T20:20:55.115Z |         PASS [   4.548s] bootstore::v0-fsm-proptest-rack-coordinator run | 
| 4905 | 2024-11-11T20:20:55.330Z |         PASS [   0.198s] nexus-auth authn::external::session_cookie::test::test_get_token | 
| 4906 | 2024-11-11T20:20:55.331Z |         PASS [   0.209s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie | 
| 4907 | 2024-11-11T20:20:55.373Z |         PASS [   0.047s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header | 
| 4908 | 2024-11-11T20:20:55.391Z |         PASS [   0.057s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present | 
| 4909 | 2024-11-11T20:20:55.413Z |         PASS [   0.051s] nexus-auth authn::external::session_cookie::test::test_missing_cookie | 
| 4910 | 2024-11-11T20:20:55.694Z |         PASS [   0.040s] nexus-auth authn::external::session_cookie::test::test_other_cookie | 
| 4911 | 2024-11-11T20:20:55.694Z |         PASS [   0.333s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle | 
| 4912 | 2024-11-11T20:20:55.694Z |         PASS [   0.047s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value | 
| 4913 | 2024-11-11T20:20:55.694Z |         PASS [   3.410s] dns-server::commands_test test_dnsadm | 
| 4914 | 2024-11-11T20:20:55.698Z |         PASS [   0.382s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute | 
| 4915 | 2024-11-11T20:20:55.698Z |         PASS [   0.088s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error | 
| 4916 | 2024-11-11T20:20:55.698Z |         PASS [   0.065s] nexus-auth authn::external::session_cookie::test::test_valid_cookie | 
| 4917 | 2024-11-11T20:20:55.698Z |         PASS [   0.053s] nexus-auth authn::external::spoof::test::test_make_header_value | 
| 4918 | 2024-11-11T20:20:55.698Z |         PASS [   0.080s] nexus-auth authn::external::spoof::test::test_make_header_value_raw | 
| 4919 | 2024-11-11T20:20:55.698Z |         PASS [   0.045s] nexus-auth authn::external::spoof::test::test_spoof_header_missing | 
| 4920 | 2024-11-11T20:20:55.698Z |         PASS [   0.073s] nexus-auth authn::external::spoof::test::test_spoof_header_valid | 
| 4921 | 2024-11-11T20:20:55.698Z |         PASS [   0.099s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids | 
| 4922 | 2024-11-11T20:20:55.698Z |         PASS [   0.083s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values | 
| 4923 | 2024-11-11T20:20:55.698Z |         PASS [   0.045s] nexus-auth authn::external::token::test::test_make_header_value | 
| 4924 | 2024-11-11T20:20:55.698Z |         PASS [   0.052s] nexus-auth authn::external::token::test::test_token_header_bad_utf8 | 
| 4925 | 2024-11-11T20:20:55.698Z |         PASS [   0.034s] nexus-auth authn::external::token::test::test_token_header_missing | 
| 4926 | 2024-11-11T20:20:55.698Z |         PASS [   0.094s] nexus-auth authn::external::test::test_authn_sequence | 
| 4927 | 2024-11-11T20:20:55.698Z |         PASS [   0.071s] nexus-auth authn::external::token::test::test_token_header_valid | 
| 4928 | 2024-11-11T20:20:55.720Z |         PASS [   0.084s] nexus-auth authn::test::test_internal_users | 
| 4929 | 2024-11-11T20:20:55.747Z |         PASS [   0.081s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes | 
| 4930 | 2024-11-11T20:20:55.781Z |         PASS [   0.081s] nexus-auth context::test::test_child_context | 
| 4931 | 2024-11-11T20:20:55.797Z |         PASS [   0.070s] nexus-auth context::test::test_test_context | 
| 4932 | 2024-11-11T20:20:55.797Z |         PASS [   0.115s] nexus-auth context::test::test_background_context | 
| 4933 | 2024-11-11T20:20:55.805Z |         PASS [   0.157s] nexus-auth authz::context::test::test_unregistered_resource | 
| 4934 | 2024-11-11T20:20:55.830Z |         PASS [   0.031s] nexus-config nexus_config::test::test_config_nonexistent | 
| 4935 | 2024-11-11T20:20:55.843Z |         PASS [   0.064s] nexus-config nexus_config::test::test_config_bad_toml | 
| 4936 | 2024-11-11T20:20:55.843Z |         PASS [   0.048s] nexus-config nexus_config::test::test_config_empty | 
| 4937 | 2024-11-11T20:20:55.862Z |         PASS [   0.033s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable | 
| 4938 | 2024-11-11T20:20:55.869Z |         PASS [   0.124s] nexus-config nexus_config::test::test_bad_authn_schemes | 
| 4939 | 2024-11-11T20:20:55.879Z |         PASS [   0.073s] nexus-config nexus_config::test::test_deployment_config_schema | 
| 4940 | 2024-11-11T20:20:55.886Z |         PASS [   0.025s] nexus-config postgres_config::test::test_bad_url | 
| 4941 | 2024-11-11T20:20:55.901Z |         PASS [   0.050s] nexus-config nexus_config::test::test_valid | 
| 4942 | 2024-11-11T20:20:55.901Z |         PASS [   0.025s] nexus-config postgres_config::test::test_example_url | 
| 4943 | 2024-11-11T20:20:55.908Z |         PASS [   0.071s] nexus-config nexus_config::test::test_repo_configs_are_valid | 
| 4944 | 2024-11-11T20:20:55.920Z |         PASS [   0.025s] nexus-db-fixed-data test::test_allowlist_id_is_valid | 
| 4945 | 2024-11-11T20:20:55.946Z |         PASS [   0.050s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data | 
| 4946 | 2024-11-11T20:20:55.946Z |         PASS [   0.026s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid | 
| 4947 | 2024-11-11T20:20:55.948Z |         PASS [   0.042s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid | 
| 4948 | 2024-11-11T20:20:55.953Z |         PASS [   0.045s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid | 
| 4949 | 2024-11-11T20:20:55.961Z |         PASS [   0.042s] nexus-db-model bytecount::test::test_bytecount_i64_conversions | 
| 4950 | 2024-11-11T20:20:55.981Z |         PASS [   0.052s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count | 
| 4951 | 2024-11-11T20:20:55.988Z |         PASS [   0.043s] nexus-db-model instance_state::tests::test_from_str_roundtrips | 
| 4952 | 2024-11-11T20:20:55.995Z |         PASS [   0.035s] nexus-db-model role_assignment::tests::test_role_assignment_from_database | 
| 4953 | 2024-11-11T20:20:56.009Z |         PASS [   0.050s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware | 
| 4954 | 2024-11-11T20:20:56.009Z |         PASS [   0.064s] nexus-db-model device_auth::test::test_generate_user_code | 
| 4955 | 2024-11-11T20:20:56.014Z |         PASS [   3.557s] installinator mock_peers::tests::proptest_fetch_artifact | 
| 4956 | 2024-11-11T20:20:56.026Z |         PASS [   0.037s] nexus-db-model schema_versions::test::test_known_versions | 
| 4957 | 2024-11-11T20:20:56.042Z |         PASS [   0.030s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names | 
| 4958 | 2024-11-11T20:20:56.045Z |         PASS [   0.054s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections | 
| 4959 | 2024-11-11T20:20:56.045Z |         PASS [   0.037s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections | 
| 4960 | 2024-11-11T20:20:56.054Z |         PASS [   0.035s] nexus-db-model schema_versions::test::test_verify | 
| 4961 | 2024-11-11T20:20:56.054Z |         PASS [   0.041s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files | 
| 4962 | 2024-11-11T20:20:56.065Z |         PASS [   0.028s] nexus-db-model tests::test_ip_subnet_check_requestable_address | 
| 4963 | 2024-11-11T20:20:56.065Z |         PASS [   0.036s] nexus-db-model semver_version::test::test_to_from_sortable_string | 
| 4964 | 2024-11-11T20:20:56.081Z |         PASS [   0.023s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr | 
| 4965 | 2024-11-11T20:20:56.081Z |         PASS [   0.033s] nexus-db-model tests::test_ipv6_net_random_subnet | 
| 4966 | 2024-11-11T20:20:56.085Z |         PASS [   0.028s] nexus-db-model tests::test_roles_database_strings | 
| 4967 | 2024-11-11T20:20:56.101Z |         PASS [   0.027s] nexus-db-model vmm_state::tests::test_from_str_roundtrips | 
| 4968 | 2024-11-11T20:20:56.101Z |         PASS [   0.033s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states | 
| 4969 | 2024-11-11T20:20:56.321Z |         PASS [   5.497s] db-dev::test-db-dev test_db_killed | 
| 4970 | 2024-11-11T20:21:01.071Z |         PASS [   4.972s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails | 
| 4971 | 2024-11-11T20:21:01.072Z |         PASS [   4.977s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails | 
| 4972 | 2024-11-11T20:21:01.072Z |         PASS [   4.966s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails | 
| 4973 | 2024-11-11T20:21:01.091Z |         PASS [   4.976s] nexus-db-queries db::collection_attach::test::test_attach_once | 
| 4974 | 2024-11-11T20:21:01.182Z |         PASS [   0.092s] nexus-db-queries db::collection_attach::test::test_verify_query | 
| 4975 | 2024-11-11T20:21:01.373Z |         PASS [   5.040s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous | 
| 4976 | 2024-11-11T20:21:01.657Z |         PASS [   5.561s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times | 
| 4977 | 2024-11-11T20:21:01.713Z |         PASS [   5.636s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails | 
| 4978 | 2024-11-11T20:21:04.891Z |         PASS [   3.828s] nexus-db-queries db::collection_attach::test::test_attach_with_filters | 
| 4979 | 2024-11-11T20:21:04.995Z |         PASS [   3.928s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached | 
| 4980 | 2024-11-11T20:21:05.298Z |         PASS [   4.124s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails | 
| 4981 | 2024-11-11T20:21:05.343Z |         PASS [   0.043s] nexus-db-queries db::collection_detach::test::test_verify_query | 
| 4982 | 2024-11-11T20:21:05.640Z |         PASS [   3.914s] nexus-db-queries db::collection_detach::test::test_detach_once | 
| 4983 | 2024-11-11T20:21:05.954Z |         PASS [   4.882s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter | 
| 4984 | 2024-11-11T20:21:06.285Z |         PASS [   4.919s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails | 
| 4985 | 2024-11-11T20:21:06.340Z |         PASS [   4.687s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails | 
| 4986 | 2024-11-11T20:21:08.925Z |         PASS [   3.942s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter | 
| 4987 | 2024-11-11T20:21:09.538Z |         PASS [   4.646s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached | 
| 4988 | 2024-11-11T20:21:09.740Z |         PASS [   4.398s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource | 
| 4989 | 2024-11-11T20:21:09.760Z |         PASS [   3.474s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails | 
| 4990 | 2024-11-11T20:21:09.803Z |         PASS [   0.042s] nexus-db-queries db::collection_detach_many::test::test_verify_query | 
| 4991 | 2024-11-11T20:21:09.858Z |         PASS [   4.235s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection | 
| 4992 | 2024-11-11T20:21:10.001Z |         PASS [   4.046s] nexus-db-queries db::collection_detach_many::test::test_detach_many | 
| 4993 | 2024-11-11T20:21:10.043Z |         PASS [   0.042s] nexus-db-queries db::collection_insert::test::test_verify_query | 
| 4994 | 2024-11-11T20:21:10.085Z |         PASS [   0.042s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix | 
| 4995 | 2024-11-11T20:21:10.124Z |         PASS [   0.039s] nexus-db-queries db::column_walker::test::test_walk_columns | 
| 4996 | 2024-11-11T20:21:10.167Z |         PASS [   0.043s] nexus-db-queries db::column_walker::test::test_walk_table | 
| 4997 | 2024-11-11T20:21:10.422Z |         PASS [   4.078s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds | 
| 4998 | 2024-11-11T20:21:10.948Z |         PASS [  20.084s] db-dev::test-db-dev test_db_run | 
| 4999 | 2024-11-11T20:21:12.595Z |         PASS [   3.669s] nexus-db-queries db::collection_detach_many::test::test_detach_once | 
| 5000 | 2024-11-11T20:21:12.752Z |         PASS [   2.943s] nexus-db-queries db::collection_insert::test::test_collection_not_present | 
| 5001 | 2024-11-11T20:21:12.753Z |         PASS [   2.887s] nexus-db-queries db::collection_insert::test::test_collection_present | 
| 5002 | 2024-11-11T20:21:13.416Z |         PASS [   3.877s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous | 
| 5003 | 2024-11-11T20:21:14.056Z |         PASS [   4.316s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached | 
| 5004 | 2024-11-11T20:21:15.726Z |         PASS [   5.557s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops | 
| 5005 | 2024-11-11T20:21:16.015Z |         PASS [   5.593s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name | 
| 5006 | 2024-11-11T20:21:17.587Z |         PASS [   6.637s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic | 
| 5007 | 2024-11-11T20:21:17.787Z |         PASS [   3.728s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward | 
| 5008 | 2024-11-11T20:21:17.855Z |         PASS [   5.257s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id | 
| 5009 | 2024-11-11T20:21:17.902Z |         PASS [   5.156s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade | 
| 5010 | 2024-11-11T20:21:17.987Z |         PASS [   2.261s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version | 
| 5011 | 2024-11-11T20:21:18.547Z |         PASS [   5.792s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists | 
| 5012 | 2024-11-11T20:21:19.035Z |         PASS [   5.617s] nexus-db-queries db::datastore::dataset::test::test_upsert_and_delete_while_blueprint_changes | 
| 5013 | 2024-11-11T20:21:19.104Z |         PASS [   3.092s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress | 
| 5014 | 2024-11-11T20:21:23.614Z |         PASS [   5.760s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint | 
| 5015 | 2024-11-11T20:21:24.091Z |         PASS [   6.503s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking | 
| 5016 | 2024-11-11T20:21:24.135Z |         PASS [   0.044s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic | 
| 5017 | 2024-11-11T20:21:24.181Z |         PASS [   6.192s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target | 
| 5018 | 2024-11-11T20:21:24.323Z |         PASS [   6.535s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking | 
| 5019 | 2024-11-11T20:21:24.547Z |         PASS [   6.643s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target | 
| 5020 | 2024-11-11T20:21:24.755Z |         PASS [   6.207s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint | 
| 5021 | 2024-11-11T20:21:24.901Z |         PASS [   5.865s] nexus-db-queries db::datastore::deployment::tests::test_set_target | 
| 5022 | 2024-11-11T20:21:25.343Z |         PASS [   6.238s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled | 
| 5023 | 2024-11-11T20:21:29.651Z |         PASS [   6.035s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent | 
| 5024 | 2024-11-11T20:21:29.802Z |         PASS [   5.658s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness | 
| 5025 | 2024-11-11T20:21:30.112Z |         PASS [   5.930s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version | 
| 5026 | 2024-11-11T20:21:30.493Z |         PASS [   5.945s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic | 
| 5027 | 2024-11-11T20:21:30.656Z |         PASS [   5.754s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized | 
| 5028 | 2024-11-11T20:21:30.689Z |         PASS [   5.934s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex | 
| 5029 | 2024-11-11T20:21:31.038Z |         PASS [   6.715s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental | 
| 5030 | 2024-11-11T20:21:32.379Z |         PASS [   7.033s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list | 
| 5031 | 2024-11-11T20:21:35.913Z |         PASS [   6.117s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent | 
| 5032 | 2024-11-11T20:21:36.199Z |         PASS [   6.086s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all | 
| 5033 | 2024-11-11T20:21:36.315Z |         PASS [   5.658s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked | 
| 5034 | 2024-11-11T20:21:36.453Z |         PASS [   5.761s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock | 
| 5035 | 2024-11-11T20:21:36.554Z |         PASS [   6.061s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids | 
| 5036 | 2024-11-11T20:21:36.898Z |         PASS [   5.857s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_ | 
| 5037 | 2024-11-11T20:21:37.392Z |         PASS [   7.741s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent | 
| 5038 | 2024-11-11T20:21:37.638Z |         PASS [   5.258s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent | 
| 5039 | 2024-11-11T20:21:41.357Z |         PASS [   5.158s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found | 
| 5040 | 2024-11-11T20:21:42.138Z |         PASS [   6.224s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay | 
| 5041 | 2024-11-11T20:21:42.547Z |         PASS [   5.991s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database | 
| 5042 | 2024-11-11T20:21:42.626Z |         PASS [   6.307s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion | 
| 5043 | 2024-11-11T20:21:42.848Z |         PASS [   5.950s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools | 
| 5044 | 2024-11-11T20:21:43.208Z |         PASS [   5.813s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool | 
| 5045 | 2024-11-11T20:21:44.172Z |         PASS [   6.532s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization | 
| 5046 | 2024-11-11T20:21:45.082Z |         PASS [   8.617s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert | 
| 5047 | 2024-11-11T20:21:47.324Z |         PASS [   5.185s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones | 
| 5048 | 2024-11-11T20:21:47.920Z |         PASS [   5.371s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking | 
| 5049 | 2024-11-11T20:21:48.247Z |         PASS [   5.623s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted | 
| 5050 | 2024-11-11T20:21:48.420Z |         PASS [   5.572s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance | 
| 5051 | 2024-11-11T20:21:49.298Z |         PASS [   6.090s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list | 
| 5052 | 2024-11-11T20:21:49.371Z |         PASS [   5.197s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge | 
| 5053 | 2024-11-11T20:21:49.423Z |         PASS [   8.065s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset | 
| 5054 | 2024-11-11T20:21:52.152Z |         PASS [   7.078s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors | 
| 5055 | 2024-11-11T20:21:53.379Z |         PASS [   5.458s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged | 
| 5056 | 2024-11-11T20:21:53.712Z |         PASS [   5.291s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired | 
| 5057 | 2024-11-11T20:21:55.232Z |         PASS [   5.930s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled | 
| 5058 | 2024-11-11T20:21:55.319Z |         PASS [   5.948s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency | 
| 5059 | 2024-11-11T20:21:55.698Z |         PASS [   6.272s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled | 
| 5060 | 2024-11-11T20:21:58.081Z |         PASS [   5.928s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks | 
| 5061 | 2024-11-11T20:21:59.012Z |         PASS [   5.630s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled | 
| 5062 | 2024-11-11T20:21:59.324Z |         PASS [   5.611s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides | 
| 5063 | 2024-11-11T20:22:01.432Z |         PASS [   5.733s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty | 
| 5064 | 2024-11-11T20:22:01.708Z |         PASS [   6.476s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list | 
| 5065 | 2024-11-11T20:22:03.085Z |         PASS [   7.763s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets | 
| 5066 | 2024-11-11T20:22:03.132Z |         PASS [   0.047s] nexus-db-queries db::datastore::region::test::test_extent_count | 
| 5067 | 2024-11-11T20:22:03.765Z |         PASS [   5.683s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error | 
| 5068 | 2024-11-11T20:22:04.320Z |         PASS [   5.307s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error | 
| 5069 | 2024-11-11T20:22:04.663Z |         PASS [  17.335s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly | 
| 5070 | 2024-11-11T20:22:05.133Z |         PASS [   5.806s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services | 
| 5071 | 2024-11-11T20:22:07.213Z |         PASS [   5.504s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations | 
| 5072 | 2024-11-11T20:22:07.940Z |         PASS [   6.508s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services | 
| 5073 | 2024-11-11T20:22:08.273Z |         PASS [   5.141s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume | 
| 5074 | 2024-11-11T20:22:09.151Z |         PASS [   5.385s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga | 
| 5075 | 2024-11-11T20:22:09.554Z |         PASS [   5.234s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga | 
| 5076 | 2024-11-11T20:22:10.015Z |         PASS [   5.351s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps | 
| 5077 | 2024-11-11T20:22:10.299Z |         PASS [   5.166s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict | 
| 5078 | 2024-11-11T20:22:13.079Z |         PASS [   5.865s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement | 
| 5079 | 2024-11-11T20:22:13.509Z |         PASS [   5.235s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume | 
| 5080 | 2024-11-11T20:22:13.773Z |         PASS [   5.831s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc | 
| 5081 | 2024-11-11T20:22:14.446Z |         PASS [   5.293s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region | 
| 5082 | 2024-11-11T20:22:14.897Z |         PASS [   4.880s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent | 
| 5083 | 2024-11-11T20:22:14.950Z |         PASS [   5.393s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume | 
| 5084 | 2024-11-11T20:22:15.621Z |         PASS [   5.322s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas | 
| 5085 | 2024-11-11T20:22:17.878Z |         PASS [  29.626s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters | 
| 5086 | 2024-11-11T20:22:18.562Z |         PASS [   5.482s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes | 
| 5087 | 2024-11-11T20:22:19.196Z |         PASS [   5.685s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes | 
| 5088 | 2024-11-11T20:22:19.386Z |         PASS [   5.612s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment | 
| 5089 | 2024-11-11T20:22:19.689Z |         PASS [   5.243s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent | 
| 5090 | 2024-11-11T20:22:21.605Z |         PASS [   5.984s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks | 
| 5091 | 2024-11-11T20:22:21.793Z |         PASS [   6.897s] nexus-db-queries db::datastore::sled::test::sled_list_batch | 
| 5092 | 2024-11-11T20:22:22.071Z |         PASS [   7.122s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable | 
| 5093 | 2024-11-11T20:22:24.339Z |         PASS [   5.777s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned | 
| 5094 | 2024-11-11T20:22:25.072Z |         PASS [   5.875s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen | 
| 5095 | 2024-11-11T20:22:25.112Z |         PASS [   5.716s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware | 
| 5096 | 2024-11-11T20:22:25.167Z |         PASS [   5.465s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches | 
| 5097 | 2024-11-11T20:22:27.206Z |         PASS [   5.600s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent | 
| 5098 | 2024-11-11T20:22:27.240Z |         PASS [   5.445s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent | 
| 5099 | 2024-11-11T20:22:28.186Z |         PASS [   6.114s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints | 
| 5100 | 2024-11-11T20:22:29.466Z |         PASS [  11.585s] nexus-db-queries db::datastore::sled::test::test_sled_transitions | 
| 5101 | 2024-11-11T20:22:29.672Z |         PASS [   5.332s] nexus-db-queries db::datastore::test::test_project_creation | 
| 5102 | 2024-11-11T20:22:30.024Z |         PASS [   4.951s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan | 
| 5103 | 2024-11-11T20:22:30.693Z |         PASS [   5.588s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent | 
| 5104 | 2024-11-11T20:22:33.543Z |         PASS [   6.334s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools | 
| 5105 | 2024-11-11T20:22:33.752Z |         PASS [   6.511s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service | 
| 5106 | 2024-11-11T20:22:34.286Z |         PASS [   6.099s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory | 
| 5107 | 2024-11-11T20:22:37.889Z |         PASS [  12.729s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent | 
| 5108 | 2024-11-11T20:22:38.697Z |         PASS [   5.154s] nexus-db-queries db::datastore::test::test_session_methods | 
| 5109 | 2024-11-11T20:22:38.815Z |         PASS [   5.059s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation | 
| 5110 | 2024-11-11T20:22:38.963Z |         PASS [   4.676s] nexus-db-queries db::datastore::test::test_ssh_keys | 
| 5111 | 2024-11-11T20:22:40.764Z |         PASS [  11.089s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random | 
| 5112 | 2024-11-11T20:22:42.420Z |         PASS [  11.724s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails | 
| 5113 | 2024-11-11T20:22:42.593Z |         PASS [  13.124s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails | 
| 5114 | 2024-11-11T20:22:43.120Z |         PASS [   5.231s] nexus-db-queries db::datastore::test::test_table_scan | 
| 5115 | 2024-11-11T20:22:43.564Z |         PASS [  13.539s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds | 
| 5116 | 2024-11-11T20:22:43.606Z |         PASS [   0.041s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr | 
| 5117 | 2024-11-11T20:22:43.653Z |         PASS [   0.045s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr | 
| 5118 | 2024-11-11T20:22:43.946Z |         PASS [   5.245s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete | 
| 5119 | 2024-11-11T20:22:43.967Z |         PASS [   5.003s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete | 
| 5120 | 2024-11-11T20:22:44.260Z |         PASS [   5.437s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice | 
| 5121 | 2024-11-11T20:22:46.583Z |         PASS [   5.818s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice | 
| 5122 | 2024-11-11T20:22:48.028Z |         PASS [   5.434s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources | 
| 5123 | 2024-11-11T20:22:48.163Z |         PASS [   5.742s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime | 
| 5124 | 2024-11-11T20:22:48.245Z |         PASS [   5.123s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr | 
| 5125 | 2024-11-11T20:22:48.864Z |         PASS [   5.212s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region | 
| 5126 | 2024-11-11T20:22:49.486Z |         PASS [   5.519s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned | 
| 5127 | 2024-11-11T20:22:49.539Z |         PASS [   5.595s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot | 
| 5128 | 2024-11-11T20:22:49.969Z |         PASS [   5.713s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion | 
| 5129 | 2024-11-11T20:22:50.735Z |         PASS [   1.871s] nexus-db-queries db::explain::test::test_explain_async | 
| 5130 | 2024-11-11T20:22:51.731Z |         PASS [   2.244s] nexus-db-queries db::explain::test::test_explain_full_table_scan | 
| 5131 | 2024-11-11T20:22:52.426Z |         PASS [   5.843s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries | 
| 5132 | 2024-11-11T20:22:54.653Z |         PASS [   5.113s] nexus-db-queries db::lookup::test::test_lookup | 
| 5133 | 2024-11-11T20:22:54.918Z |         PASS [   4.951s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending | 
| 5134 | 2024-11-11T20:22:54.930Z |         PASS [   6.765s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve | 
| 5135 | 2024-11-11T20:22:54.976Z |         PASS [   0.059s] nexus-db-queries db::pagination::test::test_paginator | 
| 5136 | 2024-11-11T20:22:55.047Z |         PASS [   4.309s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending | 
| 5137 | 2024-11-11T20:22:55.573Z |         PASS [   7.545s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint | 
| 5138 | 2024-11-11T20:22:55.629Z |         PASS [   7.383s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets | 
| 5139 | 2024-11-11T20:22:56.002Z |         PASS [   4.272s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins | 
| 5140 | 2024-11-11T20:22:56.047Z |         PASS [   3.621s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending | 
| 5141 | 2024-11-11T20:22:59.655Z |         PASS [   5.000s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending | 
| 5142 | 2024-11-11T20:23:01.005Z |         PASS [   5.430s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range | 
| 5143 | 2024-11-11T20:23:01.038Z |         PASS [   5.991s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent | 
| 5144 | 2024-11-11T20:23:01.092Z |         PASS [   6.114s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap | 
| 5145 | 2024-11-11T20:23:01.261Z |         PASS [   5.631s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent | 
| 5146 | 2024-11-11T20:23:01.298Z |         PASS [   0.038s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address | 
| 5147 | 2024-11-11T20:23:01.407Z |         PASS [   6.477s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool | 
| 5148 | 2024-11-11T20:23:01.894Z |         PASS [   5.888s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion | 
| 5149 | 2024-11-11T20:23:02.159Z |         PASS [   6.109s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools | 
| 5150 | 2024-11-11T20:23:05.862Z |         PASS [   6.206s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok | 
| 5151 | 2024-11-11T20:23:07.021Z |         PASS [   5.982s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent | 
| 5152 | 2024-11-11T20:23:07.202Z |         PASS [   6.194s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range | 
| 5153 | 2024-11-11T20:23:07.289Z |         PASS [   5.394s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails | 
| 5154 | 2024-11-11T20:23:07.390Z |         PASS [   6.086s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds | 
| 5155 | 2024-11-11T20:23:07.402Z |         PASS [   5.996s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails | 
| 5156 | 2024-11-11T20:23:07.860Z |         PASS [   5.700s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip | 
| 5157 | 2024-11-11T20:23:08.308Z |         PASS [   7.216s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion | 
| 5158 | 2024-11-11T20:23:11.053Z |         PASS [   5.190s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac | 
| 5159 | 2024-11-11T20:23:12.979Z |         PASS [   5.957s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails | 
| 5160 | 2024-11-11T20:23:13.013Z |         PASS [   5.803s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails | 
| 5161 | 2024-11-11T20:23:13.051Z |         PASS [   5.655s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot | 
| 5162 | 2024-11-11T20:23:13.062Z |         PASS [   0.056s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address | 
| 5163 | 2024-11-11T20:23:13.097Z |         PASS [   5.801s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails | 
| 5164 | 2024-11-11T20:23:13.441Z |         PASS [   6.030s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails | 
| 5165 | 2024-11-11T20:23:13.698Z |         PASS [   5.837s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails | 
| 5166 | 2024-11-11T20:23:13.828Z |         PASS [   5.519s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails | 
| 5167 | 2024-11-11T20:23:13.877Z |         PASS [   0.049s] nexus-db-queries db::queries::next_item::tests::test_shift_indices | 
| 5168 | 2024-11-11T20:23:16.991Z |         PASS [   5.938s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation | 
| 5169 | 2024-11-11T20:23:17.006Z |         PASS [   3.942s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined | 
| 5170 | 2024-11-11T20:23:17.374Z |         PASS [   3.674s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps | 
| 5171 | 2024-11-11T20:23:17.436Z |         PASS [   0.444s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers | 
| 5172 | 2024-11-11T20:23:17.445Z |         PASS [   0.442s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer | 
| 5173 | 2024-11-11T20:23:17.501Z |         PASS [   4.409s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices | 
| 5174 | 2024-11-11T20:23:17.570Z |         PASS [   4.135s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined | 
| 5175 | 2024-11-11T20:23:17.841Z |         PASS [   0.271s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance | 
| 5176 | 2024-11-11T20:23:17.952Z |         PASS [   4.073s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query | 
| 5177 | 2024-11-11T20:23:18.186Z |         PASS [   0.344s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage | 
| 5178 | 2024-11-11T20:23:18.295Z |         PASS [   0.344s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance | 
| 5179 | 2024-11-11T20:23:18.451Z |         PASS [   5.473s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails | 
| 5180 | 2024-11-11T20:23:18.461Z |         PASS [   0.279s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage | 
| 5181 | 2024-11-11T20:23:18.613Z |         PASS [   1.168s] nexus-db-queries db::queries::region_allocation::test::expectorate_query | 
| 5182 | 2024-11-11T20:23:20.092Z |         PASS [   6.038s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query | 
| 5183 | 2024-11-11T20:23:20.095Z |         PASS [   0.108s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count | 
| 5184 | 2024-11-11T20:23:20.095Z |         PASS [   0.035s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps | 
| 5185 | 2024-11-11T20:23:20.095Z |         PASS [   0.036s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping | 
| 5186 | 2024-11-11T20:23:20.096Z |         PASS [   1.894s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers | 
| 5187 | 2024-11-11T20:23:20.096Z |         PASS [   0.050s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping | 
| 5188 | 2024-11-11T20:23:20.096Z |         PASS [   0.059s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping | 
| 5189 | 2024-11-11T20:23:20.227Z |         PASS [   2.727s] nexus-db-queries db::queries::region_allocation::test::explainable | 
| 5190 | 2024-11-11T20:23:20.423Z |         PASS [   2.129s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance | 
| 5191 | 2024-11-11T20:23:20.462Z |         PASS [   2.008s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage | 
| 5192 | 2024-11-11T20:23:20.490Z |         PASS [   2.015s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance | 
| 5193 | 2024-11-11T20:23:20.506Z |         PASS [   3.065s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer | 
| 5194 | 2024-11-11T20:23:20.801Z |         PASS [   2.187s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage | 
| 5195 | 2024-11-11T20:23:20.847Z |         PASS [   0.045s] nexus-defaults tests::test_random_vpc_ipv6_prefix | 
| 5196 | 2024-11-11T20:23:21.404Z |         PASS [   0.559s] nexus-inventory builder::test::test_basic | 
| 5197 | 2024-11-11T20:23:21.413Z |         PASS [   2.108s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query | 
| 5198 | 2024-11-11T20:23:21.427Z |         PASS [   0.024s] nexus-inventory builder::test::test_empty | 
| 5199 | 2024-11-11T20:23:21.452Z |         PASS [   0.038s] nexus-inventory builder::test::test_problems | 
| 5200 | 2024-11-11T20:23:21.758Z |         PASS [   2.428s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query | 
| 5201 | 2024-11-11T20:23:22.329Z |         PASS [   2.101s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent | 
| 5202 | 2024-11-11T20:23:22.692Z |         PASS [   0.937s] nexus-inventory collector::test::test_multi_mgs_failure | 
| 5203 | 2024-11-11T20:23:23.475Z |         PASS [   1.144s] nexus-inventory collector::test::test_sled_agent_failure | 
| 5204 | 2024-11-11T20:23:23.746Z |         PASS [   2.315s] nexus-inventory collector::test::test_basic | 
| 5205 | 2024-11-11T20:23:23.883Z |         PASS [   0.137s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings | 
| 5206 | 2024-11-11T20:23:24.014Z |         PASS [   2.558s] nexus-inventory collector::test::test_multi_mgs | 
| 5207 | 2024-11-11T20:23:25.017Z |         PASS [   4.534s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples | 
| 5208 | 2024-11-11T20:23:25.272Z |         PASS [   4.769s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples | 
| 5209 | 2024-11-11T20:23:29.138Z |         PASS [   6.444s] nexus-metrics-producer-gc tests::test_prune_expired_producers | 
| 5210 | 2024-11-11T20:23:29.164Z |         PASS [   5.687s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector | 
| 5211 | 2024-11-11T20:23:29.269Z |         PASS [   0.105s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic | 
| 5212 | 2024-11-11T20:23:29.368Z |         PASS [   0.099s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic | 
| 5213 | 2024-11-11T20:23:29.427Z |         PASS [   0.057s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty | 
| 5214 | 2024-11-11T20:23:29.519Z |         PASS [   0.086s] nexus-reconfigurator-execution dns::test::test_dns_compute_update | 
| 5215 | 2024-11-11T20:23:31.745Z |         PASS [  11.319s] nexus-db-queries policy_test::test_conferred_roles | 
| 5216 | 2024-11-11T20:23:51.151Z |         PASS [  27.263s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option | 
| 5217 | 2024-11-11T20:23:55.661Z |         PASS [  23.912s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks | 
| 5218 | 2024-11-11T20:23:56.541Z |         PASS [  31.264s] nexus-reconfigurator-execution datasets::tests::test_dataset_records_delete | 
| 5219 | 2024-11-11T20:23:56.656Z |         PASS [  32.635s] nexus-reconfigurator-execution datasets::tests::test_dataset_record_blueprint_removal_without_expunging | 
| 5220 | 2024-11-11T20:23:57.072Z |         PASS [  32.051s] nexus-reconfigurator-execution datasets::tests::test_dataset_record_create | 
| 5221 | 2024-11-11T20:23:57.552Z |         PASS [   0.480s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases | 
| 5222 | 2024-11-11T20:23:57.589Z |         PASS [   0.037s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones | 
| 5223 | 2024-11-11T20:23:57.643Z |         PASS [   0.034s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks | 
| 5224 | 2024-11-11T20:23:57.673Z |         PASS [  28.519s] nexus-reconfigurator-execution datasets::tests::test_dataset_records_update | 
| 5225 | 2024-11-11T20:23:57.749Z |         PASS [   0.070s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones | 
| 5226 | 2024-11-11T20:23:57.749Z |         PASS [   0.110s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic | 
| 5227 | 2024-11-11T20:23:57.798Z |         PASS [   0.054s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb | 
| 5228 | 2024-11-11T20:23:57.834Z |         PASS [   0.087s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial | 
| 5229 | 2024-11-11T20:23:57.872Z |         PASS [   0.085s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip | 
| 5230 | 2024-11-11T20:23:57.884Z |         PASS [   0.049s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip | 
| 5231 | 2024-11-11T20:23:57.933Z |         PASS [   0.060s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac | 
| 5232 | 2024-11-11T20:23:57.973Z |         PASS [   0.091s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds | 
| 5233 | 2024-11-11T20:23:57.982Z |         PASS [   0.049s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated | 
| 5234 | 2024-11-11T20:23:58.011Z |         PASS [   0.038s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously | 
| 5235 | 2024-11-11T20:23:58.021Z |         PASS [   0.038s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones | 
| 5236 | 2024-11-11T20:23:58.039Z |         PASS [   0.029s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper | 
| 5237 | 2024-11-11T20:23:58.057Z |         PASS [   0.031s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added | 
| 5238 | 2024-11-11T20:23:58.119Z |         PASS [   0.038s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers | 
| 5239 | 2024-11-11T20:23:58.122Z |         PASS [   0.051s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership | 
| 5240 | 2024-11-11T20:23:58.141Z |         PASS [   0.039s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed | 
| 5241 | 2024-11-11T20:23:58.292Z |         PASS [   0.149s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator | 
| 5242 | 2024-11-11T20:23:58.396Z |         PASS [   0.090s] nexus-reconfigurator-planning blueprint_builder::internal_dns::test::test_dns_subnet_allocator | 
| 5243 | 2024-11-11T20:23:58.543Z |         PASS [   0.151s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones | 
| 5244 | 2024-11-11T20:23:58.621Z |         PASS [   0.123s] nexus-reconfigurator-planning example::tests::builder_zone_counts | 
| 5245 | 2024-11-11T20:23:58.678Z |         PASS [   0.038s] nexus-reconfigurator-planning example::tests::instances_on_examples | 
| 5246 | 2024-11-11T20:23:58.762Z |         PASS [   0.071s] nexus-reconfigurator-planning ip_allocator::test::test_basic | 
| 5247 | 2024-11-11T20:23:59.175Z |         PASS [   0.450s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones | 
| 5248 | 2024-11-11T20:23:59.246Z |         PASS [   0.069s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds | 
| 5249 | 2024-11-11T20:23:59.294Z |         PASS [   0.046s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled | 
| 5250 | 2024-11-11T20:23:59.500Z |         PASS [   0.211s] nexus-reconfigurator-planning planner::test::test_basic_add_sled | 
| 5251 | 2024-11-11T20:23:59.545Z |         PASS [   0.046s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks | 
| 5252 | 2024-11-11T20:23:59.596Z |         PASS [   0.050s] nexus-reconfigurator-planning planner::test::test_crucible_pantry | 
| 5253 | 2024-11-11T20:23:59.651Z |         PASS [   0.046s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place | 
| 5254 | 2024-11-11T20:23:59.795Z |         PASS [   0.147s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool | 
| 5255 | 2024-11-11T20:23:59.883Z |         PASS [   0.052s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem | 
| 5256 | 2024-11-11T20:23:59.946Z |         PASS [   0.079s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option | 
| 5257 | 2024-11-11T20:24:00.077Z |         PASS [   0.131s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters | 
| 5258 | 2024-11-11T20:24:00.101Z |         PASS [   0.050s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed | 
| 5259 | 2024-11-11T20:24:00.176Z |         PASS [   0.071s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds | 
| 5260 | 2024-11-11T20:24:00.233Z |         PASS [   0.054s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes | 
| 5261 | 2024-11-11T20:24:00.300Z |         PASS [   0.067s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones | 
| 5262 | 2024-11-11T20:24:00.383Z |         PASS [   0.076s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones | 
| 5263 | 2024-11-11T20:24:00.493Z |         PASS [   0.096s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse | 
| 5264 | 2024-11-11T20:24:00.717Z |         PASS [   0.233s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds | 
| 5265 | 2024-11-11T20:24:00.805Z |         PASS [   0.090s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds | 
| 5266 | 2024-11-11T20:24:00.994Z |         PASS [   0.202s] nexus-saga-recovery recovery::test::test_execution_basic | 
| 5267 | 2024-11-11T20:24:01.034Z |         PASS [   0.038s] nexus-saga-recovery recovery::test::test_plan_basic | 
| 5268 | 2024-11-11T20:24:01.084Z |         PASS [   0.054s] nexus-saga-recovery recovery::test::test_read_all_from_channel | 
| 5269 | 2024-11-11T20:24:01.128Z |         PASS [   0.042s] nexus-saga-recovery test::test_basic | 
| 5270 | 2024-11-11T20:24:01.176Z |         PASS [   0.047s] nexus-sled-agent-shared inventory::tests::test_name_prefixes | 
| 5271 | 2024-11-11T20:24:01.245Z |         PASS [   0.056s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers | 
| 5272 | 2024-11-11T20:24:01.325Z |         PASS [   0.077s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers | 
| 5273 | 2024-11-11T20:24:01.376Z |         PASS [   0.046s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie | 
| 5274 | 2024-11-11T20:24:01.417Z |         PASS [   0.050s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers | 
| 5275 | 2024-11-11T20:24:01.447Z |         PASS [   0.042s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name | 
| 5276 | 2024-11-11T20:24:01.479Z |         PASS [   0.031s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies | 
| 5277 | 2024-11-11T20:24:01.642Z |         PASS [   0.039s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions | 
| 5278 | 2024-11-11T20:24:05.256Z |         PASS [   7.124s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator | 
| 5279 | 2024-11-11T20:24:09.013Z |         PASS [   3.756s] nexus-types deployment::tri_map::tests::proptest_permutation_eq | 
| 5280 | 2024-11-11T20:24:12.123Z |         PASS [  42.605s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end | 
| 5281 | 2024-11-11T20:24:12.155Z |         PASS [   0.032s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups | 
| 5282 | 2024-11-11T20:24:12.189Z |         PASS [   0.034s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples | 
| 5283 | 2024-11-11T20:24:12.226Z |         PASS [   0.037s] nexus-types external_api::shared::test::test_policy_parsing | 
| 5284 | 2024-11-11T20:24:12.379Z |         PASS [   0.150s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid | 
| 5285 | 2024-11-11T20:24:12.443Z |         PASS [   0.065s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist | 
| 5286 | 2024-11-11T20:24:12.511Z |         PASS [   0.066s] omicron-certificates tests::test_cert_extended_key_usage | 
| 5287 | 2024-11-11T20:24:12.575Z |         PASS [   0.064s] omicron-certificates tests::test_common_name_is_validated | 
| 5288 | 2024-11-11T20:24:12.631Z |         PASS [   0.052s] omicron-certificates tests::test_subject_alternate_names_are_validated | 
| 5289 | 2024-11-11T20:24:14.715Z |         PASS [  19.050s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones | 
| 5290 | 2024-11-11T20:24:15.075Z |         PASS [   6.062s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip | 
| 5291 | 2024-11-11T20:24:15.224Z |         PASS [  24.069s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks | 
| 5292 | 2024-11-11T20:24:15.439Z |         PASS [  18.782s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent | 
| 5293 | 2024-11-11T20:24:16.327Z |         PASS [   3.700s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership | 
| 5294 | 2024-11-11T20:24:16.480Z |         PASS [  19.936s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones | 
| 5295 | 2024-11-11T20:24:17.416Z |         PASS [   2.701s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing | 
| 5296 | 2024-11-11T20:24:17.466Z |         PASS [   0.051s] omicron-common address::test::test_dns_subnets | 
| 5297 | 2024-11-11T20:24:17.493Z |         PASS [   0.026s] omicron-common address::test::test_ip_range_checks_non_decreasing | 
| 5298 | 2024-11-11T20:24:17.512Z |         PASS [   2.068s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility | 
| 5299 | 2024-11-11T20:24:17.533Z |         PASS [   2.458s] omicron-clickhouse-admin::integration_test test_lgif_parsing | 
| 5300 | 2024-11-11T20:24:17.550Z |         PASS [   0.050s] omicron-common address::test::test_ip_range_enum_deserialization | 
| 5301 | 2024-11-11T20:24:17.550Z |         PASS [   0.035s] omicron-common address::test::test_ip_range_iter | 
| 5302 | 2024-11-11T20:24:17.570Z |         PASS [   0.026s] omicron-common address::test::test_ip_range_length | 
| 5303 | 2024-11-11T20:24:17.573Z |         PASS [   0.026s] omicron-common address::test::test_ip_range_try_from | 
| 5304 | 2024-11-11T20:24:17.585Z |         PASS [   0.031s] omicron-common address::test::test_ipv6_subnet_deserialize | 
| 5305 | 2024-11-11T20:24:17.595Z |         PASS [   0.034s] omicron-common address::test::test_sled_address | 
| 5306 | 2024-11-11T20:24:17.686Z |         PASS [   0.036s] omicron-common api::external::error::test::test_bail_unless | 
| 5307 | 2024-11-11T20:24:17.689Z |         PASS [   0.080s] omicron-common api::external::error::test::test_context | 
| 5308 | 2024-11-11T20:24:17.689Z |         PASS [   0.084s] omicron-common api::external::http_pagination::test::test_pagination_examples | 
| 5309 | 2024-11-11T20:24:17.697Z |         PASS [   2.474s] omicron-clickhouse-admin::integration_test test_raft_config_parsing | 
| 5310 | 2024-11-11T20:24:17.715Z |         PASS [   0.110s] omicron-common api::external::http_pagination::test::test_pagination_schemas | 
| 5311 | 2024-11-11T20:24:17.776Z |         PASS [   0.027s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic | 
| 5312 | 2024-11-11T20:24:17.779Z |         PASS [   0.046s] omicron-common api::external::http_pagination::test::test_scan_by_name | 
| 5313 | 2024-11-11T20:24:17.779Z |         PASS [   0.062s] omicron-common api::external::http_pagination::test::test_scan_by_id | 
| 5314 | 2024-11-11T20:24:17.779Z |         PASS [   0.032s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id | 
| 5315 | 2024-11-11T20:24:17.779Z |         PASS [   0.023s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name | 
| 5316 | 2024-11-11T20:24:17.779Z |         PASS [   0.035s] omicron-common api::external::test::test_bytecount | 
| 5317 | 2024-11-11T20:24:17.779Z |         PASS [   0.028s] omicron-common api::external::test::test_bytecount_display | 
| 5318 | 2024-11-11T20:24:17.793Z |         PASS [   0.039s] omicron-common api::external::test::test_firewall_deserialization | 
| 5319 | 2024-11-11T20:24:17.810Z |         PASS [   0.058s] omicron-common api::external::test::test_digest | 
| 5320 | 2024-11-11T20:24:17.844Z |         PASS [   0.029s] omicron-common api::external::test::test_ip_port_range_from_str | 
| 5321 | 2024-11-11T20:24:17.854Z |         PASS [   0.060s] omicron-common api::external::test::test_hostname_from_str | 
| 5322 | 2024-11-11T20:24:17.877Z |         PASS [   0.043s] omicron-common api::external::test::test_ip_port_range_into_str | 
| 5323 | 2024-11-11T20:24:17.910Z |         PASS [   0.034s] omicron-common api::external::test::test_ipv6_net_operations | 
| 5324 | 2024-11-11T20:24:17.914Z |         PASS [   0.035s] omicron-common api::external::test::test_mac_system_iterator | 
| 5325 | 2024-11-11T20:24:17.914Z |         PASS [   0.026s] omicron-common api::external::test::test_mac_to_int_conversions | 
| 5326 | 2024-11-11T20:24:17.914Z |         PASS [   0.137s] omicron-common api::external::test::test_firewall_rule_target_parse | 
| 5327 | 2024-11-11T20:24:17.956Z |         PASS [   0.171s] omicron-common api::external::test::test_firewall_rule_host_filter_parse | 
| 5328 | 2024-11-11T20:24:17.956Z |         PASS [   0.027s] omicron-common api::external::test::test_macaddr | 
| 5329 | 2024-11-11T20:24:17.956Z |         PASS [   0.030s] omicron-common api::external::test::test_name_parse_from_param | 
| 5330 | 2024-11-11T20:24:18.131Z |         PASS [   0.047s] omicron-common api::external::test::test_name_parse | 
| 5331 | 2024-11-11T20:24:18.131Z |         PASS [   0.028s] omicron-common api::external::test::test_resource_name_parse | 
| 5332 | 2024-11-11T20:24:18.134Z |         PASS [   0.037s] omicron-common api::external::test::test_role_name_parse | 
| 5333 | 2024-11-11T20:24:18.134Z |         PASS [   0.041s] omicron-common api::external::test::test_route_destination_parse | 
| 5334 | 2024-11-11T20:24:18.134Z |         PASS [   0.037s] omicron-common api::external::test::test_semver_serialize | 
| 5335 | 2024-11-11T20:24:18.134Z |         PASS [   0.054s] omicron-common api::external::test::test_route_target_parse | 
| 5336 | 2024-11-11T20:24:18.134Z |         PASS [   0.037s] omicron-common api::external::test::test_semver_validation | 
| 5337 | 2024-11-11T20:24:18.134Z |         PASS [   0.046s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip | 
| 5338 | 2024-11-11T20:24:18.134Z |         PASS [   0.030s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips | 
| 5339 | 2024-11-11T20:24:18.134Z |         PASS [   0.044s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization | 
| 5340 | 2024-11-11T20:24:18.134Z |         PASS [   0.036s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips | 
| 5341 | 2024-11-11T20:24:18.134Z |         PASS [   0.077s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string | 
| 5342 | 2024-11-11T20:24:18.149Z |         PASS [   0.060s] omicron-common ledger::test::test_create_default_ledger | 
| 5343 | 2024-11-11T20:24:18.163Z |         PASS [   0.059s] omicron-common ledger::test::test_create_ledger_reads_from_storage | 
| 5344 | 2024-11-11T20:24:18.174Z |         PASS [   0.113s] omicron-common ledger::test::test_commit_handles_write_failures | 
| 5345 | 2024-11-11T20:24:18.246Z |         PASS [   0.035s] omicron-common update::tests::serde_artifact_kind | 
| 5346 | 2024-11-11T20:24:18.246Z |         PASS [   0.037s] omicron-common zpool_name::test::test_parse_bad_zpool_names | 
| 5347 | 2024-11-11T20:24:18.246Z |         PASS [   0.073s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage | 
| 5348 | 2024-11-11T20:24:18.249Z |         PASS [   0.040s] omicron-common zpool_name::test::test_parse_external_zpool_name | 
| 5349 | 2024-11-11T20:24:18.249Z |         PASS [   0.039s] omicron-common zpool_name::test::test_parse_internal_zpool_name | 
| 5350 | 2024-11-11T20:24:18.249Z |         PASS [   0.027s] omicron-common zpool_name::test::test_parse_zpool_name_json | 
| 5351 | 2024-11-11T20:24:18.249Z |         PASS [   0.041s] omicron-common zpool_name::test::test_zpool_name_regex | 
| 5352 | 2024-11-11T20:24:18.331Z |         PASS [   0.103s] omicron-dev::test-omicron-dev test_omicron_dev_no_args | 
| 5353 | 2024-11-11T20:24:18.331Z |         PASS [   0.113s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd | 
| 5354 | 2024-11-11T20:24:18.368Z |         PASS [   0.123s] omicron-gateway management_switch::location_map::tests::test_config_validation | 
| 5355 | 2024-11-11T20:24:18.399Z |         PASS [   0.073s] omicron-gateway management_switch::location_map::tests::test_resolve_location | 
| 5356 | 2024-11-11T20:24:18.479Z |         PASS [   2.154s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility | 
| 5357 | 2024-11-11T20:24:18.500Z |         PASS [   2.021s] omicron-cockroach-admin context::tests::test_node_id | 
| 5358 | 2024-11-11T20:24:18.519Z |         PASS [   0.152s] omicron-gateway::test_all integration_tests::config::read_production_smf_config | 
| 5359 | 2024-11-11T20:24:18.666Z |         PASS [  17.149s] nexus-types deployment::tri_map::tests::proptest_ops | 
| 5360 | 2024-11-11T20:24:18.883Z |         PASS [   0.548s] omicron-gateway::test_all integration_tests::component_list::component_list | 
| 5361 | 2024-11-11T20:24:18.932Z |         PASS [   0.430s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach | 
| 5362 | 2024-11-11T20:24:18.960Z |         PASS [   0.477s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication | 
| 5363 | 2024-11-11T20:24:19.034Z |         PASS [   0.635s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations | 
| 5364 | 2024-11-11T20:24:20.480Z |         SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior | 
| 5365 | 2024-11-11T20:24:37.923Z |         PASS [  77.447s] nexus-db-queries policy_test::test_iam_roles_behavior | 
| 5366 | 2024-11-11T20:24:38.094Z |         PASS [  19.856s] omicron-dev::test-omicron-dev test_run_all | 
| 5367 | 2024-11-11T20:24:41.249Z |         PASS [  22.727s] omicron-ls-apis::test_dependencies test_api_dependencies | 
| 5368 | 2024-11-11T20:24:41.540Z |         PASS [  22.653s] omicron-nexus app::background::driver::test::test_driver_basic | 
| 5369 | 2024-11-11T20:24:42.489Z |         PASS [  23.816s] omicron-nexus app::background::driver::test::test_activation_in_progress | 
| 5370 | 2024-11-11T20:24:42.513Z |         PASS [  23.578s] omicron-nexus app::background::init::test::test_dns_propagation_basic | 
| 5371 | 2024-11-11T20:24:47.053Z |         PASS [   5.509s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint | 
| 5372 | 2024-11-11T20:24:47.109Z |         PASS [   0.060s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint | 
| 5373 | 2024-11-11T20:24:48.271Z |         PASS [   5.780s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids | 
| 5374 | 2024-11-11T20:24:48.559Z |         PASS [   6.044s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids | 
| 5375 | 2024-11-11T20:24:50.270Z |         PASS [  31.307s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted | 
| 5376 | 2024-11-11T20:24:50.279Z |         PASS [  31.239s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped | 
| 5377 | 2024-11-11T20:25:01.003Z |         PASS [  22.897s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones | 
| 5378 | 2024-11-11T20:25:01.106Z |         PASS [  19.851s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints | 
| 5379 | 2024-11-11T20:25:06.181Z |         PASS [  19.068s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions | 
| 5380 | 2024-11-11T20:25:06.361Z |         PASS [  28.433s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted | 
| 5381 | 2024-11-11T20:25:07.242Z |         PASS [  18.968s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions | 
| 5382 | 2024-11-11T20:25:09.407Z |         PASS [  20.844s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks | 
| 5383 | 2024-11-11T20:25:10.931Z |         PASS [  20.657s] omicron-nexus app::background::tasks::dns_config::test::test_basic | 
| 5384 | 2024-11-11T20:25:11.392Z |         PASS [  21.107s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic | 
| 5385 | 2024-11-11T20:25:22.014Z |         PASS [  21.012s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic | 
| 5386 | 2024-11-11T20:25:29.898Z |         PASS [  18.503s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning | 
| 5387 | 2024-11-11T20:25:30.654Z |         PASS [  19.720s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator | 
| 5388 | 2024-11-11T20:25:31.348Z |         PASS [  25.163s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable | 
| 5389 | 2024-11-11T20:25:33.098Z |         PASS [  25.850s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances | 
| 5390 | 2024-11-11T20:25:39.608Z |         PASS [  17.591s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start | 
| 5391 | 2024-11-11T20:25:46.742Z |         PASS [  16.841s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish | 
| 5392 | 2024-11-11T20:25:47.038Z |         PASS [  45.925s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations | 
| 5393 | 2024-11-11T20:25:47.880Z |         PASS [  17.223s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification | 
| 5394 | 2024-11-11T20:25:48.560Z |         PASS [  17.206s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification | 
| 5395 | 2024-11-11T20:25:49.143Z |         PASS [  16.044s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive | 
| 5396 | 2024-11-11T20:25:49.338Z |         PASS [  39.916s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic | 
| 5397 | 2024-11-11T20:25:53.378Z |         PASS [   4.046s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered | 
| 5398 | 2024-11-11T20:25:58.769Z |         PASS [  19.157s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish | 
| 5399 | 2024-11-11T20:26:02.391Z |         PASS [   3.622s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery | 
| 5400 | 2024-11-11T20:26:03.223Z |         PASS [   0.832s] omicron-nexus app::external_endpoints::test::test_authority | 
| 5401 | 2024-11-11T20:26:03.320Z |         PASS [   0.096s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic | 
| 5402 | 2024-11-11T20:26:04.435Z |         PASS [   1.116s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex | 
| 5403 | 2024-11-11T20:26:04.518Z |         PASS [   0.083s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty | 
| 5404 | 2024-11-11T20:26:04.575Z |         PASS [   0.055s] omicron-nexus app::external_endpoints::test::test_no_endpoint | 
| 5405 | 2024-11-11T20:26:04.642Z |         PASS [   0.066s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm | 
| 5406 | 2024-11-11T20:26:04.713Z |         PASS [   0.061s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound | 
| 5407 | 2024-11-11T20:26:04.774Z |         PASS [   0.067s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating | 
| 5408 | 2024-11-11T20:26:04.843Z |         PASS [   0.071s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active | 
| 5409 | 2024-11-11T20:26:04.914Z |         PASS [   0.072s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying | 
| 5410 | 2024-11-11T20:26:05.014Z |         PASS [   0.101s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous | 
| 5411 | 2024-11-11T20:26:05.649Z |         PASS [  18.607s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start | 
| 5412 | 2024-11-11T20:26:05.895Z |         PASS [  19.149s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task | 
| 5413 | 2024-11-11T20:26:06.374Z |         SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances | 
| 5414 | 2024-11-11T20:26:07.626Z |         PASS [  18.475s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc | 
| 5415 | 2024-11-11T20:26:08.946Z |         PASS [  20.385s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task | 
| 5416 | 2024-11-11T20:26:14.791Z |         PASS [  26.906s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start | 
| 5417 | 2024-11-11T20:26:16.306Z |         PASS [  22.925s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery | 
| 5418 | 2024-11-11T20:26:33.787Z |         PASS [  26.159s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds | 
| 5419 | 2024-11-11T20:26:33.930Z |         PASS [  28.030s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently | 
| 5420 | 2024-11-11T20:26:34.614Z |         PASS [  29.594s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind | 
| 5421 | 2024-11-11T20:26:35.183Z |         PASS [  26.233s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently | 
| 5422 | 2024-11-11T20:26:35.513Z |         PASS [  29.858s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently | 
| 5423 | 2024-11-11T20:26:39.669Z |         PASS [  93.290s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances | 
| 5424 | 2024-11-11T20:26:42.738Z |         PASS [  27.941s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds | 
| 5425 | 2024-11-11T20:27:04.643Z |         PASS [  30.025s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds | 
| 5426 | 2024-11-11T20:27:05.267Z |         PASS [  29.749s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds | 
| 5427 | 2024-11-11T20:27:06.428Z |         PASS [  31.239s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently | 
| 5428 | 2024-11-11T20:27:06.805Z |         PASS [  32.869s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently | 
| 5429 | 2024-11-11T20:27:13.187Z |         PASS [  33.511s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind | 
| 5430 | 2024-11-11T20:27:16.318Z |         SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind | 
| 5431 | 2024-11-11T20:27:16.377Z |         PASS [  33.632s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently | 
| 5432 | 2024-11-11T20:27:33.477Z |         PASS [  28.205s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds | 
| 5433 | 2024-11-11T20:27:33.565Z |         PASS [  28.916s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently | 
| 5434 | 2024-11-11T20:27:33.800Z |         SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently | 
| 5435 | 2024-11-11T20:27:42.274Z |         PASS [  35.462s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently | 
| 5436 | 2024-11-11T20:27:42.494Z |         PASS [  36.059s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind | 
| 5437 | 2024-11-11T20:27:43.477Z |         PASS [  30.285s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently | 
| 5438 | 2024-11-11T20:27:46.932Z |         PASS [  30.550s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds | 
| 5439 | 2024-11-11T20:28:02.054Z |         PASS [  28.485s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds | 
| 5440 | 2024-11-11T20:28:08.187Z |         PASS [  25.687s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently | 
| 5441 | 2024-11-11T20:28:08.766Z |         PASS [  25.283s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind | 
| 5442 | 2024-11-11T20:28:10.392Z |         PASS [  23.454s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds | 
| 5443 | 2024-11-11T20:28:15.781Z |         PASS [  33.499s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind | 
| 5444 | 2024-11-11T20:28:16.330Z |         SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind | 
| 5445 | 2024-11-11T20:28:33.490Z |         SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind | 
| 5446 | 2024-11-11T20:28:33.556Z |         PASS [  25.365s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently | 
| 5447 | 2024-11-11T20:28:33.811Z |         SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently | 
| 5448 | 2024-11-11T20:28:34.331Z |         PASS [  25.562s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds | 
| 5449 | 2024-11-11T20:28:40.558Z |         PASS [  29.936s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently | 
| 5450 | 2024-11-11T20:28:45.246Z |         PASS [  71.747s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind | 
| 5451 | 2024-11-11T20:29:02.067Z |         SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind | 
| 5452 | 2024-11-11T20:29:02.519Z |         PASS [  28.958s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds | 
| 5453 | 2024-11-11T20:29:03.178Z |         PASS [  28.842s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently | 
| 5454 | 2024-11-11T20:29:13.740Z |         PASS [  28.498s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds | 
| 5455 | 2024-11-11T20:29:15.791Z |         SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind | 
| 5456 | 2024-11-11T20:29:16.343Z |         SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind | 
| 5457 | 2024-11-11T20:29:32.294Z |         PASS [  29.770s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently | 
| 5458 | 2024-11-11T20:29:33.858Z |         SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently | 
| 5459 | 2024-11-11T20:29:40.345Z |         SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind | 
| 5460 | 2024-11-11T20:29:42.206Z |         PASS [  28.461s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds | 
| 5461 | 2024-11-11T20:29:48.361Z |         PASS [ 106.286s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind | 
| 5462 | 2024-11-11T20:30:01.400Z |         PASS [  29.099s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently | 
| 5463 | 2024-11-11T20:30:03.190Z |         SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind | 
| 5464 | 2024-11-11T20:30:15.804Z |         SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind | 
| 5465 | 2024-11-11T20:30:16.355Z |         SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind | 
| 5466 | 2024-11-11T20:30:16.526Z |         PASS [  28.158s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds | 
| 5467 | 2024-11-11T20:30:29.524Z |         PASS [ 133.721s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind | 
| 5468 | 2024-11-11T20:30:29.704Z |         PASS [  28.299s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently | 
| 5469 | 2024-11-11T20:30:33.834Z |         SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently | 
| 5470 | 2024-11-11T20:30:36.052Z |         PASS [ 115.699s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind | 
| 5471 | 2024-11-11T20:30:42.218Z |         SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind | 
| 5472 | 2024-11-11T20:30:54.284Z |         PASS [  72.065s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind | 
| 5473 | 2024-11-11T20:30:57.613Z |         PASS [  28.084s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds | 
| 5474 | 2024-11-11T20:30:57.776Z |         PASS [  28.067s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently | 
| 5475 | 2024-11-11T20:31:03.202Z |         SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind | 
| 5476 | 2024-11-11T20:31:16.367Z |         SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind | 
| 5477 | 2024-11-11T20:31:16.537Z |         SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind | 
| 5478 | 2024-11-11T20:31:22.454Z |         PASS [  28.166s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds | 
| 5479 | 2024-11-11T20:31:26.630Z |         PASS [  29.011s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently | 
| 5480 | 2024-11-11T20:31:33.847Z |         SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently | 
| 5481 | 2024-11-11T20:31:36.063Z |         SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind | 
| 5482 | 2024-11-11T20:31:48.413Z |         PASS [ 165.203s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind | 
| 5483 | 2024-11-11T20:31:50.545Z |         PASS [  74.480s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind | 
| 5484 | 2024-11-11T20:31:52.577Z |         PASS [  30.115s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently | 
| 5485 | 2024-11-11T20:31:57.787Z |         SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind | 
| 5486 | 2024-11-11T20:32:16.380Z |         SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind | 
| 5487 | 2024-11-11T20:32:16.549Z |         SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind | 
| 5488 | 2024-11-11T20:32:16.866Z |         PASS [  28.449s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds | 
| 5489 | 2024-11-11T20:32:18.183Z |         PASS [  27.632s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds | 
| 5490 | 2024-11-11T20:32:23.138Z |         PASS [ 126.591s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind | 
| 5491 | 2024-11-11T20:32:26.642Z |         SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind | 
| 5492 | 2024-11-11T20:32:33.398Z |         PASS [  40.814s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind | 
| 5493 | 2024-11-11T20:32:33.860Z |         SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently | 
| 5494 | 2024-11-11T20:32:41.774Z |         PASS [  18.633s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds | 
| 5495 | 2024-11-11T20:32:42.945Z |         PASS [  26.074s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently | 
| 5496 | 2024-11-11T20:32:48.575Z |         PASS [  30.386s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind | 
| 5497 | 2024-11-11T20:32:51.146Z |         PASS [  17.743s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga | 
| 5498 | 2024-11-11T20:32:52.180Z |         PASS [ 114.382s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind | 
| 5499 | 2024-11-11T20:33:05.676Z |         PASS [  17.098s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region | 
| 5500 | 2024-11-11T20:33:08.557Z |         PASS [  25.608s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently | 
| 5501 | 2024-11-11T20:33:10.235Z |         PASS [  18.052s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga | 
| 5502 | 2024-11-11T20:33:10.456Z |         PASS [  28.676s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently | 
| 5503 | 2024-11-11T20:33:16.392Z |         SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind | 
| 5504 | 2024-11-11T20:33:17.243Z |         PASS [  26.094s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga | 
| 5505 | 2024-11-11T20:33:20.386Z |         PASS [ 113.736s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind | 
| 5506 | 2024-11-11T20:33:28.795Z |         PASS [  18.336s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga | 
| 5507 | 2024-11-11T20:33:28.854Z |         PASS [   0.058s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request | 
| 5508 | 2024-11-11T20:33:33.871Z |         SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently | 
| 5509 | 2024-11-11T20:33:37.064Z |         PASS [  28.501s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently | 
| 5510 | 2024-11-11T20:33:37.857Z |         PASS [  32.174s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently | 
| 5511 | 2024-11-11T20:33:38.087Z |         PASS [  27.846s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga | 
| 5512 | 2024-11-11T20:33:55.454Z |         PASS [  26.597s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds | 
| 5513 | 2024-11-11T20:33:55.829Z |         PASS [  17.740s] omicron-nexus app::sagas::test_saga::test_saga_stuck | 
| 5514 | 2024-11-11T20:34:10.459Z |         PASS [  33.390s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set | 
| 5515 | 2024-11-11T20:34:10.884Z |         PASS [  33.022s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset | 
| 5516 | 2024-11-11T20:34:10.937Z |         PASS [   0.053s] omicron-nexus external_api::console_api::test::test_accept_gz | 
| 5517 | 2024-11-11T20:34:10.996Z |         PASS [   0.059s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory | 
| 5518 | 2024-11-11T20:34:11.049Z |         PASS [   0.053s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent | 
| 5519 | 2024-11-11T20:34:11.111Z |         PASS [   0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested | 
| 5520 | 2024-11-11T20:34:11.167Z |         PASS [   0.060s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink | 
| 5521 | 2024-11-11T20:34:11.244Z |         PASS [   0.064s] omicron-nexus external_api::console_api::test::test_find_file_finds_file | 
| 5522 | 2024-11-11T20:34:11.313Z |         PASS [   0.072s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink | 
| 5523 | 2024-11-11T20:34:11.383Z |         PASS [   0.077s] omicron-nexus external_api::console_api::test::test_relative_uri | 
| 5524 | 2024-11-11T20:34:15.719Z |         PASS [   5.257s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input | 
| 5525 | 2024-11-11T20:34:16.306Z |         PASS [  20.473s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds | 
| 5526 | 2024-11-11T20:34:16.405Z |         SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind | 
| 5527 | 2024-11-11T20:34:17.254Z |         SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry | 
| 5528 | 2024-11-11T20:34:20.398Z |         SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry | 
| 5529 | 2024-11-11T20:34:22.471Z |         PASS [  27.010s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind | 
| 5530 | 2024-11-11T20:34:33.883Z |         SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently | 
| 5531 | 2024-11-11T20:34:36.796Z |         PASS [  20.488s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range | 
| 5532 | 2024-11-11T20:34:36.806Z |         PASS [  21.084s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud | 
| 5533 | 2024-11-11T20:34:38.786Z |         PASS [   1.979s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed | 
| 5534 | 2024-11-11T20:34:38.907Z |         PASS [   2.109s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie | 
| 5535 | 2024-11-11T20:34:39.409Z |         PASS [   0.623s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured | 
| 5536 | 2024-11-11T20:34:40.322Z |         PASS [  79.921s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry | 
| 5537 | 2024-11-11T20:34:45.212Z |         PASS [  22.738s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list | 
| 5538 | 2024-11-11T20:34:57.908Z |         PASS [  18.999s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys | 
| 5539 | 2024-11-11T20:34:58.268Z |         PASS [  18.855s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv | 
| 5540 | 2024-11-11T20:34:58.878Z |         PASS [  18.552s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv | 
| 5541 | 2024-11-11T20:35:02.478Z |         PASS [  17.263s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv | 
| 5542 | 2024-11-11T20:35:11.394Z |         SLOW [> 60.000s] omicron-nexus populate::test::test_populators | 
| 5543 | 2024-11-11T20:35:14.580Z |         PASS [  16.309s] omicron-nexus::test_all integration_tests::basic::test_basic_failures | 
| 5544 | 2024-11-11T20:35:14.925Z |         PASS [  16.045s] omicron-nexus::test_all integration_tests::basic::test_ping | 
| 5545 | 2024-11-11T20:35:15.334Z |         PASS [  17.422s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv | 
| 5546 | 2024-11-11T20:35:16.417Z |         SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind | 
| 5547 | 2024-11-11T20:35:17.267Z |         SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry | 
| 5548 | 2024-11-11T20:35:24.255Z |         PASS [  21.772s] omicron-nexus::test_all integration_tests::basic::test_projects_basic | 
| 5549 | 2024-11-11T20:35:30.795Z |         PASS [  15.867s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert | 
| 5550 | 2024-11-11T20:35:31.345Z |         PASS [  16.007s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key | 
| 5551 | 2024-11-11T20:35:33.894Z |         SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently | 
| 5552 | 2024-11-11T20:35:35.378Z |         PASS [ 541.492s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently | 
| 5553 | 2024-11-11T20:35:40.506Z |         PASS [  16.248s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert | 
| 5554 | 2024-11-11T20:35:42.018Z |         PASS [  27.433s] omicron-nexus::test_all integration_tests::basic::test_projects_list | 
| 5555 | 2024-11-11T20:35:42.880Z |         PASS [  91.485s] omicron-nexus populate::test::test_populators | 
| 5556 | 2024-11-11T20:35:44.725Z |         PASS [ 568.316s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind | 
| 5557 | 2024-11-11T20:35:45.728Z |         PASS [   1.001s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config | 
| 5558 | 2024-11-11T20:35:45.774Z |         PASS [   2.893s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config | 
| 5559 | 2024-11-11T20:35:45.833Z |         PASS [   0.106s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args | 
| 5560 | 2024-11-11T20:35:47.857Z |         PASS [  17.053s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name | 
| 5561 | 2024-11-11T20:35:49.504Z |         PASS [  18.156s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key | 
| 5562 | 2024-11-11T20:35:56.721Z |         PASS [  21.340s] omicron-nexus::test_all integration_tests::certificates::test_crud | 
| 5563 | 2024-11-11T20:36:01.013Z |         PASS [  20.504s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation | 
| 5564 | 2024-11-11T20:36:04.607Z |         PASS [  18.829s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir | 
| 5565 | 2024-11-11T20:36:05.418Z |         PASS [  19.582s] omicron-nexus::test_all integration_tests::console_api::test_assets | 
| 5566 | 2024-11-11T20:36:07.444Z |         PASS [  19.587s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri | 
| 5567 | 2024-11-11T20:36:09.737Z |         PASS [  27.714s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates | 
| 5568 | 2024-11-11T20:36:12.258Z |         PASS [  22.749s] omicron-nexus::test_all integration_tests::console_api::test_console_pages | 
| 5569 | 2024-11-11T20:36:17.279Z |         SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry | 
| 5570 | 2024-11-11T20:36:20.730Z |         PASS [  19.699s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple | 
| 5571 | 2024-11-11T20:36:22.130Z |         PASS [  25.404s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos | 
| 5572 | 2024-11-11T20:36:24.850Z |         PASS [  20.240s] omicron-nexus::test_all integration_tests::console_api::test_session_me | 
| 5573 | 2024-11-11T20:36:25.113Z |         PASS [  19.690s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups | 
| 5574 | 2024-11-11T20:36:29.162Z |         PASS [  19.422s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages | 
| 5575 | 2024-11-11T20:36:32.360Z |         PASS [  24.911s] omicron-nexus::test_all integration_tests::console_api::test_sessions | 
| 5576 | 2024-11-11T20:36:48.468Z |         PASS [  36.204s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done | 
| 5577 | 2024-11-11T20:36:49.054Z |         PASS [  19.888s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga | 
| 5578 | 2024-11-11T20:36:51.383Z |         PASS [  19.021s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow | 
| 5579 | 2024-11-11T20:36:52.714Z |         PASS [  27.598s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region | 
| 5580 | 2024-11-11T20:36:52.757Z |         PASS [  32.037s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested | 
| 5581 | 2024-11-11T20:36:58.137Z |         PASS [  36.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running | 
| 5582 | 2024-11-11T20:37:00.289Z |         PASS [  35.432s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry | 
| 5583 | 2024-11-11T20:37:17.290Z |         SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry | 
| 5584 | 2024-11-11T20:37:17.924Z |         PASS [  29.443s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets | 
| 5585 | 2024-11-11T20:37:17.924Z |         PASS [  26.528s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails | 
| 5586 | 2024-11-11T20:37:19.213Z |         PASS [  26.494s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing | 
| 5587 | 2024-11-11T20:37:19.300Z |         PASS [  26.536s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started | 
| 5588 | 2024-11-11T20:37:25.508Z |         PASS [  27.367s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge | 
| 5589 | 2024-11-11T20:37:28.147Z |         PASS [  27.851s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected | 
| 5590 | 2024-11-11T20:37:30.294Z |         PASS [  41.232s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete | 
| 5591 | 2024-11-11T20:37:47.010Z |         PASS [  27.705s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation | 
| 5592 | 2024-11-11T20:37:49.986Z |         PASS [  21.837s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes | 
| 5593 | 2024-11-11T20:37:51.488Z |         PASS [  21.190s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes | 
| 5594 | 2024-11-11T20:37:51.687Z |         PASS [  26.173s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure | 
| 5595 | 2024-11-11T20:37:55.540Z |         PASS [  37.617s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics | 
| 5596 | 2024-11-11T20:38:00.957Z |         PASS [  43.024s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated | 
| 5597 | 2024-11-11T20:38:11.467Z |         PASS [  21.477s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size | 
| 5598 | 2024-11-11T20:38:11.738Z |         PASS [  52.515s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances | 
| 5599 | 2024-11-11T20:38:12.867Z |         PASS [  25.854s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size | 
| 5600 | 2024-11-11T20:38:17.302Z |         SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry | 
| 5601 | 2024-11-11T20:38:21.252Z |         PASS [  29.758s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting | 
| 5602 | 2024-11-11T20:38:22.568Z |         PASS [  27.022s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big | 
| 5603 | 2024-11-11T20:38:30.262Z |         PASS [  29.299s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection | 
| 5604 | 2024-11-11T20:38:35.406Z |         PASS [  43.711s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment | 
| 5605 | 2024-11-11T20:38:41.668Z |         PASS [  28.795s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent | 
| 5606 | 2024-11-11T20:38:41.713Z |         PASS [  30.241s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete | 
| 5607 | 2024-11-11T20:38:44.961Z |         PASS [  33.215s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools | 
| 5608 | 2024-11-11T20:38:51.308Z |         PASS [  28.735s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent | 
| 5609 | 2024-11-11T20:38:52.212Z |         PASS [  30.954s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename | 
| 5610 | 2024-11-11T20:38:58.480Z |         PASS [  28.213s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete | 
| 5611 | 2024-11-11T20:39:04.928Z |         PASS [  29.518s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent | 
| 5612 | 2024-11-11T20:39:05.694Z |         PASS [  23.976s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate | 
| 5613 | 2024-11-11T20:39:07.230Z |         PASS [  25.557s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary | 
| 5614 | 2024-11-11T20:39:13.162Z |         PASS [  28.196s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace | 
| 5615 | 2024-11-11T20:39:17.315Z |         SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry | 
| 5616 | 2024-11-11T20:39:19.806Z |         PASS [  28.493s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools | 
| 5617 | 2024-11-11T20:39:26.116Z |         PASS [  33.897s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion | 
| 5618 | 2024-11-11T20:39:29.710Z |         PASS [  22.475s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access | 
| 5619 | 2024-11-11T20:39:38.931Z |         PASS [  40.443s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other | 
| 5620 | 2024-11-11T20:39:43.202Z |         PASS [  23.391s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create | 
| 5621 | 2024-11-11T20:39:46.001Z |         PASS [  32.832s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects | 
| 5622 | 2024-11-11T20:39:50.859Z |         PASS [  21.145s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool | 
| 5623 | 2024-11-11T20:39:52.309Z |         PASS [  47.368s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum | 
| 5624 | 2024-11-11T20:39:58.325Z |         PASS [  52.621s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach | 
| 5625 | 2024-11-11T20:39:58.774Z |         PASS [   0.449s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress | 
| 5626 | 2024-11-11T20:39:59.328Z |         PASS [   0.555s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance | 
| 5627 | 2024-11-11T20:39:59.810Z |         PASS [   0.481s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure | 
| 5628 | 2024-11-11T20:40:00.114Z |         PASS [  33.993s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment | 
| 5629 | 2024-11-11T20:40:00.254Z |         PASS [  21.319s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use | 
| 5630 | 2024-11-11T20:40:00.356Z |         PASS [   0.544s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled | 
| 5631 | 2024-11-11T20:40:06.310Z |         PASS [  23.105s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use | 
| 5632 | 2024-11-11T20:40:12.391Z |         PASS [  26.386s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin | 
| 5633 | 2024-11-11T20:40:14.031Z |         PASS [  23.168s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete | 
| 5634 | 2024-11-11T20:40:16.331Z |         PASS [  24.022s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update | 
| 5635 | 2024-11-11T20:40:17.327Z |         SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry | 
| 5636 | 2024-11-11T20:40:28.111Z |         PASS [  27.991s] omicron-nexus::test_all integration_tests::images::test_image_create | 
| 5637 | 2024-11-11T20:40:30.046Z |         PASS [  29.787s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions | 
| 5638 | 2024-11-11T20:40:32.116Z |         PASS [  31.755s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails | 
| 5639 | 2024-11-11T20:40:34.791Z |         PASS [  28.477s] omicron-nexus::test_all integration_tests::images::test_image_promotion | 
| 5640 | 2024-11-11T20:40:39.084Z |         PASS [  25.049s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small | 
| 5641 | 2024-11-11T20:40:39.661Z |         PASS [  27.265s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image | 
| 5642 | 2024-11-11T20:40:40.277Z |         PASS [   5.486s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema | 
| 5643 | 2024-11-11T20:40:40.294Z |         PASS [   8.177s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite | 
| 5644 | 2024-11-11T20:40:44.148Z |         PASS [  27.806s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails | 
| 5645 | 2024-11-11T20:40:45.452Z |         PASS [   6.366s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated | 
| 5646 | 2024-11-11T20:40:47.155Z |         PASS [  17.107s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach | 
| 5647 | 2024-11-11T20:40:53.042Z |         PASS [  24.895s] omicron-nexus::test_all integration_tests::images::test_silo_image_create | 
| 5648 | 2024-11-11T20:41:07.816Z |         PASS [  28.146s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema | 
| 5649 | 2024-11-11T20:41:10.552Z |         PASS [  26.404s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed | 
| 5650 | 2024-11-11T20:41:13.188Z |         PASS [  32.888s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance | 
| 5651 | 2024-11-11T20:41:17.339Z |         SLOW [>480.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry | 
| 5652 | 2024-11-11T20:41:19.103Z |         PASS [  33.645s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed | 
| 5653 | 2024-11-11T20:41:19.918Z |         PASS [  32.757s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached | 
| 5654 | 2024-11-11T20:41:25.080Z |         PASS [  44.791s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance | 
| 5655 | 2024-11-11T20:41:33.179Z |         PASS [  22.622s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname | 
| 5656 | 2024-11-11T20:41:36.173Z |         PASS [  22.981s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname | 
| 5657 | 2024-11-11T20:41:37.740Z |         PASS [  44.722s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks | 
| 5658 | 2024-11-11T20:41:41.937Z |         PASS [  34.118s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance | 
| 5659 | 2024-11-11T20:41:47.948Z |         PASS [  22.865s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit | 
| 5660 | 2024-11-11T20:41:52.497Z |         PASS [  33.387s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk | 
| 5661 | 2024-11-11T20:42:05.412Z |         PASS [  45.485s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity | 
| 5662 | 2024-11-11T20:42:07.948Z |         PASS [  19.997s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip | 
| 5663 | 2024-11-11T20:42:08.755Z |         PASS [  26.813s] omicron-nexus::test_all integration_tests::instances::test_instance_access | 
| 5664 | 2024-11-11T20:42:16.650Z |         PASS [  43.464s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity | 
| 5665 | 2024-11-11T20:42:17.351Z |         SLOW [>540.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry | 
| 5666 | 2024-11-11T20:42:24.357Z |         PASS [  46.608s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok | 
| 5667 | 2024-11-11T20:42:27.404Z |         PASS [  34.899s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips | 
| 5668 | 2024-11-11T20:42:36.185Z |         SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed | 
| 5669 | 2024-11-11T20:42:44.166Z |         PASS [  38.746s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks | 
| 5670 | 2024-11-11T20:42:45.817Z |         PASS [  37.054s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface | 
| 5671 | 2024-11-11T20:42:48.606Z |         PASS [  40.651s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo | 
| 5672 | 2024-11-11T20:42:51.072Z |         PASS [  34.416s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo | 
| 5673 | 2024-11-11T20:43:01.149Z |         PASS [  36.784s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record | 
| 5674 | 2024-11-11T20:43:02.190Z |         PASS [ 584.837s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry | 
| 5675 | 2024-11-11T20:43:08.414Z |         PASS [  92.223s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed | 
| 5676 | 2024-11-11T20:43:10.776Z |         PASS [  43.365s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys | 
| 5677 | 2024-11-11T20:43:13.813Z |         PASS [  25.201s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error | 
| 5678 | 2024-11-11T20:43:13.872Z |         PASS [  28.052s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool | 
| 5679 | 2024-11-11T20:43:22.748Z |         PASS [  31.670s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted | 
| 5680 | 2024-11-11T20:43:31.239Z |         PASS [  30.086s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted | 
| 5681 | 2024-11-11T20:43:31.556Z |         PASS [  29.364s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped | 
| 5682 | 2024-11-11T20:43:35.781Z |         PASS [  51.606s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool | 
| 5683 | 2024-11-11T20:43:39.399Z |         PASS [  30.980s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates | 
| 5684 | 2024-11-11T20:43:42.470Z |         PASS [  31.689s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted | 
| 5685 | 2024-11-11T20:43:44.309Z |         PASS [  30.491s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted | 
| 5686 | 2024-11-11T20:44:02.010Z |         PASS [  39.255s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics | 
| 5687 | 2024-11-11T20:44:02.186Z |         PASS [  48.305s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled | 
| 5688 | 2024-11-11T20:44:04.280Z |         PASS [  32.718s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate | 
| 5689 | 2024-11-11T20:44:10.231Z |         PASS [  38.986s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration | 
| 5690 | 2024-11-11T20:44:12.657Z |         PASS [  36.869s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes | 
| 5691 | 2024-11-11T20:44:20.514Z |         PASS [  41.107s] omicron-nexus::test_all integration_tests::instances::test_instance_serial | 
| 5692 | 2024-11-11T20:44:21.381Z |         PASS [  38.903s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state | 
| 5693 | 2024-11-11T20:44:22.057Z |         PASS [  37.741s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces | 
| 5694 | 2024-11-11T20:44:22.425Z |         PASS [  20.410s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails | 
| 5695 | 2024-11-11T20:44:23.703Z |         PASS [  19.419s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely | 
| 5696 | 2024-11-11T20:44:37.552Z |         PASS [  35.359s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings | 
| 5697 | 2024-11-11T20:44:38.291Z |         PASS [  28.055s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces | 
| 5698 | 2024-11-11T20:44:39.723Z |         PASS [  27.061s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address | 
| 5699 | 2024-11-11T20:44:40.678Z |         PASS [  20.161s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found | 
| 5700 | 2024-11-11T20:44:50.204Z |         PASS [  28.818s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors | 
| 5701 | 2024-11-11T20:44:50.804Z |         PASS [  27.094s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start | 
| 5702 | 2024-11-11T20:44:51.346Z |         PASS [  29.283s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher | 
| 5703 | 2024-11-11T20:44:56.768Z |         PASS [  18.473s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request | 
| 5704 | 2024-11-11T20:45:00.872Z |         PASS [  21.144s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size | 
| 5705 | 2024-11-11T20:45:01.624Z |         PASS [  20.943s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size | 
| 5706 | 2024-11-11T20:45:06.743Z |         PASS [  44.311s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt | 
| 5707 | 2024-11-11T20:45:08.159Z |         PASS [  30.601s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped | 
| 5708 | 2024-11-11T20:45:10.670Z |         PASS [  19.863s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found | 
| 5709 | 2024-11-11T20:45:11.554Z |         PASS [  21.346s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size | 
| 5710 | 2024-11-11T20:45:27.262Z |         PASS [  30.486s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user | 
| 5711 | 2024-11-11T20:45:27.817Z |         PASS [  19.653s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud | 
| 5712 | 2024-11-11T20:45:28.566Z |         PASS [  37.214s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict | 
| 5713 | 2024-11-11T20:45:31.316Z |         PASS [  30.440s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach | 
| 5714 | 2024-11-11T20:45:31.706Z |         PASS [  20.149s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo | 
| 5715 | 2024-11-11T20:45:32.804Z |         PASS [  22.132s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe | 
| 5716 | 2024-11-11T20:45:36.517Z |         PASS [  34.864s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud | 
| 5717 | 2024-11-11T20:45:37.964Z |         PASS [  31.215s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade | 
| 5718 | 2024-11-11T20:45:48.274Z |         PASS [  20.453s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails | 
| 5719 | 2024-11-11T20:45:48.575Z |         PASS [  21.311s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination | 
| 5720 | 2024-11-11T20:45:49.289Z |         PASS [  20.719s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination | 
| 5721 | 2024-11-11T20:45:52.254Z |         PASS [  20.934s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6 | 
| 5722 | 2024-11-11T20:45:53.016Z |         PASS [  21.306s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service | 
| 5723 | 2024-11-11T20:45:54.443Z |         PASS [  21.634s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud | 
| 5724 | 2024-11-11T20:46:00.068Z |         PASS [  22.099s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable | 
| 5725 | 2024-11-11T20:46:00.916Z |         PASS [  24.415s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link | 
| 5726 | 2024-11-11T20:46:10.184Z |         PASS [  20.891s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total | 
| 5727 | 2024-11-11T20:46:13.591Z |         PASS [  25.011s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default | 
| 5728 | 2024-11-11T20:46:14.645Z |         PASS [  26.367s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination | 
| 5729 | 2024-11-11T20:46:20.265Z |         PASS [  19.347s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list | 
| 5730 | 2024-11-11T20:46:22.937Z |         PASS [  30.675s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails | 
| 5731 | 2024-11-11T20:46:27.431Z |         PASS [  27.360s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics | 
| 5732 | 2024-11-11T20:46:30.194Z |         PASS [  20.007s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records | 
| 5733 | 2024-11-11T20:46:36.963Z |         PASS [  43.934s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics | 
| 5734 | 2024-11-11T20:46:44.951Z |         PASS [  31.354s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration | 
| 5735 | 2024-11-11T20:46:46.592Z |         PASS [  31.940s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write | 
| 5736 | 2024-11-11T20:46:46.882Z |         PASS [  23.939s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64 | 
| 5737 | 2024-11-11T20:46:47.925Z |         PASS [  53.472s] omicron-nexus::test_all integration_tests::metrics::test_metrics | 
| 5738 | 2024-11-11T20:46:53.417Z |         PASS [  25.981s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple | 
| 5739 | 2024-11-11T20:46:55.869Z |         PASS [  25.670s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk | 
| 5740 | 2024-11-11T20:47:04.267Z |         PASS [  43.995s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk | 
| 5741 | 2024-11-11T20:47:14.630Z |         PASS [  28.033s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset | 
| 5742 | 2024-11-11T20:47:20.386Z |         PASS [  43.420s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk | 
| 5743 | 2024-11-11T20:47:21.310Z |         PASS [  33.379s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes | 
| 5744 | 2024-11-11T20:47:28.811Z |         PASS [  35.388s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk | 
| 5745 | 2024-11-11T20:47:29.556Z |         PASS [  44.596s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk | 
| 5746 | 2024-11-11T20:47:29.946Z |         PASS [  25.674s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing | 
| 5747 | 2024-11-11T20:47:31.287Z |         PASS [  35.412s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk | 
| 5748 | 2024-11-11T20:47:31.592Z |         PASS [  44.705s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk | 
| 5749 | 2024-11-11T20:47:50.074Z |         PASS [  21.258s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud | 
| 5750 | 2024-11-11T20:47:50.553Z |         PASS [  20.994s] omicron-nexus::test_all integration_tests::projects::test_project_deletion | 
| 5751 | 2024-11-11T20:47:54.171Z |         PASS [  22.576s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image | 
| 5752 | 2024-11-11T20:47:55.725Z |         PASS [  25.774s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk | 
| 5753 | 2024-11-11T20:47:56.143Z |         PASS [  24.851s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip | 
| 5754 | 2024-11-11T20:47:59.230Z |         PASS [  44.591s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write | 
| 5755 | 2024-11-11T20:48:08.586Z |         PASS [  48.189s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot | 
| 5756 | 2024-11-11T20:48:16.246Z |         PASS [  22.068s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc | 
| 5757 | 2024-11-11T20:48:16.797Z |         PASS [  21.066s] omicron-nexus::test_all integration_tests::projects::test_projects | 
| 5758 | 2024-11-11T20:48:16.876Z |         PASS [  26.797s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance | 
| 5759 | 2024-11-11T20:48:17.518Z |         PASS [  21.371s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits | 
| 5760 | 2024-11-11T20:48:19.760Z |         PASS [  29.199s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot | 
| 5761 | 2024-11-11T20:48:21.323Z |         SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users | 
| 5762 | 2024-11-11T20:48:21.597Z |         PASS [  60.272s] omicron-nexus::test_all integration_tests::password_login::test_local_users | 
| 5763 | 2024-11-11T20:48:27.832Z |         PASS [  19.243s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack | 
| 5764 | 2024-11-11T20:48:35.855Z |         PASS [  19.607s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack | 
| 5765 | 2024-11-11T20:48:37.309Z |         PASS [  20.511s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization | 
| 5766 | 2024-11-11T20:48:37.367Z |         PASS [  20.489s] omicron-nexus::test_all integration_tests::rack::test_sled_add | 
| 5767 | 2024-11-11T20:48:38.228Z |         PASS [  20.705s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized | 
| 5768 | 2024-11-11T20:48:39.331Z |         PASS [  19.571s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet | 
| 5769 | 2024-11-11T20:48:39.744Z |         PASS [   0.411s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure | 
| 5770 | 2024-11-11T20:48:40.835Z |         PASS [   3.467s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress | 
| 5771 | 2024-11-11T20:48:41.118Z |         PASS [  19.521s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project | 
| 5772 | 2024-11-11T20:48:41.743Z |         PASS [   3.515s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance | 
| 5773 | 2024-11-11T20:48:43.170Z |         PASS [   3.418s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled | 
| 5774 | 2024-11-11T20:48:44.238Z |         PASS [   3.402s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch | 
| 5775 | 2024-11-11T20:48:45.341Z |         PASS [  17.507s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo | 
| 5776 | 2024-11-11T20:48:50.165Z |         PASS [  50.926s] omicron-nexus::test_all integration_tests::quotas::test_quotas | 
| 5777 | 2024-11-11T20:48:50.307Z |         PASS [   0.142s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed | 
| 5778 | 2024-11-11T20:48:50.407Z |         PASS [   0.100s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response | 
| 5779 | 2024-11-11T20:48:50.528Z |         PASS [   0.106s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256 | 
| 5780 | 2024-11-11T20:48:50.748Z |         PASS [   0.235s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes | 
| 5781 | 2024-11-11T20:48:50.863Z |         PASS [   0.115s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name | 
| 5782 | 2024-11-11T20:48:54.928Z |         PASS [  19.070s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit | 
| 5783 | 2024-11-11T20:48:57.055Z |         PASS [  19.736s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin | 
| 5784 | 2024-11-11T20:49:05.089Z |         PASS [  23.342s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets | 
| 5785 | 2024-11-11T20:49:05.581Z |         PASS [  21.338s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target | 
| 5786 | 2024-11-11T20:49:05.691Z |         PASS [  24.569s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations | 
| 5787 | 2024-11-11T20:49:07.437Z |         PASS [  22.091s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes | 
| 5788 | 2024-11-11T20:49:07.564Z |         PASS [   0.128s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment | 
| 5789 | 2024-11-11T20:49:10.978Z |         PASS [  20.110s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp | 
| 5790 | 2024-11-11T20:49:15.276Z |         PASS [  20.343s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp | 
| 5791 | 2024-11-11T20:49:15.384Z |         PASS [   0.109s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key | 
| 5792 | 2024-11-11T20:49:15.480Z |         PASS [   0.096s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response | 
| 5793 | 2024-11-11T20:49:16.010Z |         PASS [  32.839s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6 | 
| 5794 | 2024-11-11T20:49:17.757Z |         PASS [  20.704s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding | 
| 5795 | 2024-11-11T20:49:26.193Z |         PASS [  21.100s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated | 
| 5796 | 2024-11-11T20:49:26.579Z |         PASS [  20.893s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys | 
| 5797 | 2024-11-11T20:49:26.837Z |         PASS [  21.263s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys | 
| 5798 | 2024-11-11T20:49:29.045Z |         PASS [  21.487s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response | 
| 5799 | 2024-11-11T20:49:30.325Z |         PASS [  19.346s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state | 
| 5800 | 2024-11-11T20:49:32.372Z |         PASS [  16.899s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404 | 
| 5801 | 2024-11-11T20:49:32.813Z |         PASS [  16.811s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid | 
| 5802 | 2024-11-11T20:49:33.218Z |         PASS [  15.468s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair | 
| 5803 | 2024-11-11T20:49:33.690Z |         PASS [   3.364s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns | 
| 5804 | 2024-11-11T20:49:36.093Z |         PASS [   9.900s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok | 
| 5805 | 2024-11-11T20:49:36.263Z |         PASS [   2.574s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause | 
| 5806 | 2024-11-11T20:49:38.199Z |         PASS [   2.107s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment | 
| 5807 | 2024-11-11T20:49:38.589Z |         PASS [   2.326s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint | 
| 5808 | 2024-11-11T20:49:40.532Z |         PASS [   2.333s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order | 
| 5809 | 2024-11-11T20:49:40.787Z |         PASS [   2.198s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause | 
| 5810 | 2024-11-11T20:49:42.190Z |         PASS [   1.400s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus | 
| 5811 | 2024-11-11T20:50:16.593Z |         PASS [  34.399s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot | 
| 5812 | 2024-11-11T20:50:26.739Z |         PASS [  46.198s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up | 
| 5813 | 2024-11-11T20:50:45.690Z |         PASS [  29.091s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version | 
| 5814 | 2024-11-11T20:50:57.277Z |         PASS [  30.518s] omicron-nexus::test_all integration_tests::schema::validate_data_migration | 
| 5815 | 2024-11-11T20:51:09.286Z |         PASS [  12.018s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id | 
| 5816 | 2024-11-11T20:51:09.362Z |         PASS [  12.083s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id | 
| 5817 | 2024-11-11T20:51:09.629Z |         PASS [  12.356s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users | 
| 5818 | 2024-11-11T20:51:09.960Z |         PASS [  12.674s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp | 
| 5819 | 2024-11-11T20:51:22.291Z |         PASS [  13.004s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group | 
| 5820 | 2024-11-11T20:51:22.613Z |         PASS [  13.248s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints | 
| 5821 | 2024-11-11T20:51:22.730Z |         PASS [  13.099s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers | 
| 5822 | 2024-11-11T20:51:22.815Z |         PASS [  12.857s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints | 
| 5823 | 2024-11-11T20:51:32.570Z |         PASS [  46.850s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up | 
| 5824 | 2024-11-11T20:51:38.500Z |         PASS [  15.765s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated | 
| 5825 | 2024-11-11T20:51:38.881Z |         PASS [  16.060s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid | 
| 5826 | 2024-11-11T20:51:38.990Z |         PASS [  16.371s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid | 
| 5827 | 2024-11-11T20:51:41.874Z |         PASS [  19.577s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users | 
| 5828 | 2024-11-11T20:51:53.494Z |         PASS [  20.917s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups | 
| 5829 | 2024-11-11T20:51:53.766Z |         PASS [  21.211s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs | 
| 5830 | 2024-11-11T20:51:54.219Z |         PASS [  21.656s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group | 
| 5831 | 2024-11-11T20:51:59.006Z |         PASS [  20.015s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit | 
| 5832 | 2024-11-11T20:51:59.993Z |         PASS [  21.106s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed | 
| 5833 | 2024-11-11T20:52:01.327Z |         PASS [  28.756s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy | 
| 5834 | 2024-11-11T20:52:02.293Z |         PASS [  23.788s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links | 
| 5835 | 2024-11-11T20:52:04.470Z |         PASS [  22.591s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups | 
| 5836 | 2024-11-11T20:52:14.002Z |         PASS [  20.232s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id | 
| 5837 | 2024-11-11T20:52:14.293Z |         PASS [  20.795s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group | 
| 5838 | 2024-11-11T20:52:19.635Z |         PASS [  25.411s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types | 
| 5839 | 2024-11-11T20:52:21.924Z |         PASS [  21.929s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list | 
| 5840 | 2024-11-11T20:52:22.191Z |         PASS [  19.895s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete | 
| 5841 | 2024-11-11T20:52:28.004Z |         PASS [  28.992s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views | 
| 5842 | 2024-11-11T20:52:28.730Z |         PASS [  27.397s] omicron-nexus::test_all integration_tests::silos::test_silos | 
| 5843 | 2024-11-11T20:52:32.873Z |         PASS [  28.399s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list | 
| 5844 | 2024-11-11T20:52:34.044Z |         PASS [  20.035s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list | 
| 5845 | 2024-11-11T20:52:41.537Z |         PASS [  21.898s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent | 
| 5846 | 2024-11-11T20:52:41.939Z |         PASS [  27.641s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space | 
| 5847 | 2024-11-11T20:52:47.456Z |         PASS [  18.723s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent | 
| 5848 | 2024-11-11T20:52:53.145Z |         PASS [  31.215s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot | 
| 5849 | 2024-11-11T20:52:53.709Z |         PASS [  20.832s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot | 
| 5850 | 2024-11-11T20:52:56.263Z |         PASS [  34.065s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent | 
| 5851 | 2024-11-11T20:52:57.162Z |         PASS [  23.117s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot | 
| 5852 | 2024-11-11T20:52:58.984Z |         PASS [  30.975s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot | 
| 5853 | 2024-11-11T20:53:01.528Z |         PASS [   4.365s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress | 
| 5854 | 2024-11-11T20:53:01.754Z |         PASS [  20.201s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot | 
| 5855 | 2024-11-11T20:53:02.885Z |         PASS [   1.358s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure | 
| 5856 | 2024-11-11T20:53:03.564Z |         PASS [   4.579s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance | 
| 5857 | 2024-11-11T20:53:06.104Z |         PASS [   4.357s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled | 
| 5858 | 2024-11-11T20:53:07.282Z |         PASS [   4.396s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch | 
| 5859 | 2024-11-11T20:53:11.765Z |         PASS [  24.304s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge | 
| 5860 | 2024-11-11T20:53:13.682Z |         PASS [  31.737s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic | 
| 5861 | 2024-11-11T20:53:14.644Z |         PASS [   2.879s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage | 
| 5862 | 2024-11-11T20:53:21.166Z |         PASS [  27.452s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind | 
| 5863 | 2024-11-11T20:53:21.897Z |         PASS [  25.630s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance | 
| 5864 | 2024-11-11T20:53:22.379Z |         PASS [  29.229s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance | 
| 5865 | 2024-11-11T20:53:22.893Z |         PASS [  19.325s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys | 
| 5866 | 2024-11-11T20:53:34.325Z |         PASS [  20.638s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails | 
| 5867 | 2024-11-11T20:53:36.225Z |         PASS [  21.577s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end | 
| 5868 | 2024-11-11T20:53:38.623Z |         PASS [  17.455s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized | 
| 5869 | 2024-11-11T20:53:42.308Z |         PASS [  20.407s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin | 
| 5870 | 2024-11-11T20:53:44.655Z |         PASS [  38.548s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation | 
| 5871 | 2024-11-11T20:53:53.085Z |         PASS [  30.187s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot | 
| 5872 | 2024-11-11T20:53:57.555Z |         PASS [  35.169s] omicron-nexus::test_all integration_tests::utilization::test_utilization | 
| 5873 | 2024-11-11T20:54:01.160Z |         PASS [  24.931s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions | 
| 5874 | 2024-11-11T20:54:05.655Z |         PASS [  31.325s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete | 
| 5875 | 2024-11-11T20:54:07.294Z |         SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized | 
| 5876 | 2024-11-11T20:54:08.547Z |         PASS [  29.917s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1 | 
| 5877 | 2024-11-11T20:54:12.953Z |         PASS [  30.637s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2 | 
| 5878 | 2024-11-11T20:54:14.456Z |         PASS [  29.795s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3 | 
| 5879 | 2024-11-11T20:54:24.402Z |         PASS [  31.310s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4 | 
| 5880 | 2024-11-11T20:54:29.441Z |         PASS [  31.880s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5 | 
| 5881 | 2024-11-11T20:54:32.375Z |         PASS [  31.209s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6 | 
| 5882 | 2024-11-11T20:54:36.320Z |         PASS [  30.659s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk | 
| 5883 | 2024-11-11T20:54:36.669Z |         PASS [  28.117s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly | 
| 5884 | 2024-11-11T20:54:38.065Z |         PASS [  25.107s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight | 
| 5885 | 2024-11-11T20:54:46.364Z |         PASS [  99.063s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized | 
| 5886 | 2024-11-11T20:54:49.332Z |         PASS [  34.869s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1 | 
| 5887 | 2024-11-11T20:54:59.842Z |         PASS [  35.434s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2 | 
| 5888 | 2024-11-11T20:55:06.006Z |         PASS [  27.938s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly | 
| 5889 | 2024-11-11T20:55:08.189Z |         PASS [  38.741s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first | 
| 5890 | 2024-11-11T20:55:09.324Z |         PASS [  36.942s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first | 
| 5891 | 2024-11-11T20:55:13.671Z |         PASS [  36.995s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots | 
| 5892 | 2024-11-11T20:55:16.111Z |         PASS [  39.783s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order | 
| 5893 | 2024-11-11T20:55:18.793Z |         PASS [  29.455s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk | 
| 5894 | 2024-11-11T20:55:18.851Z |         PASS [  19.006s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request | 
| 5895 | 2024-11-11T20:55:20.221Z |         PASS [  33.851s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk | 
| 5896 | 2024-11-11T20:55:25.948Z |         PASS [  19.936s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops | 
| 5897 | 2024-11-11T20:55:29.403Z |         PASS [  21.210s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry | 
| 5898 | 2024-11-11T20:55:30.245Z |         PASS [  20.917s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted | 
| 5899 | 2024-11-11T20:55:33.750Z |         PASS [  20.076s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status | 
| 5900 | 2024-11-11T20:55:36.161Z |         PASS [  20.047s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent | 
| 5901 | 2024-11-11T20:55:37.262Z |         PASS [  18.407s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict | 
| 5902 | 2024-11-11T20:55:38.228Z |         PASS [  19.433s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair | 
| 5903 | 2024-11-11T20:55:40.740Z |         PASS [  20.515s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry | 
| 5904 | 2024-11-11T20:55:49.406Z |         PASS [  20.000s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout | 
| 5905 | 2024-11-11T20:55:49.862Z |         PASS [  23.912s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress | 
| 5906 | 2024-11-11T20:55:50.487Z |         PASS [  20.239s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only | 
| 5907 | 2024-11-11T20:55:54.726Z |         PASS [  20.971s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen | 
| 5908 | 2024-11-11T20:55:56.116Z |         PASS [  19.951s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing | 
| 5909 | 2024-11-11T20:55:56.497Z |         PASS [  19.229s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen | 
| 5910 | 2024-11-11T20:55:59.372Z |         PASS [  21.140s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen | 
| 5911 | 2024-11-11T20:56:01.028Z |         PASS [  20.284s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent | 
| 5912 | 2024-11-11T20:56:08.708Z |         PASS [  19.298s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume | 
| 5913 | 2024-11-11T20:56:10.173Z |         PASS [  20.308s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base | 
| 5914 | 2024-11-11T20:56:10.634Z |         PASS [  20.143s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent | 
| 5915 | 2024-11-11T20:56:14.284Z |         PASS [  19.555s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted | 
| 5916 | 2024-11-11T20:56:16.667Z |         PASS [  20.169s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga | 
| 5917 | 2024-11-11T20:56:16.950Z |         PASS [  20.831s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume | 
| 5918 | 2024-11-11T20:56:21.528Z |         PASS [  22.150s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume | 
| 5919 | 2024-11-11T20:56:21.866Z |         PASS [  20.834s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume | 
| 5920 | 2024-11-11T20:56:31.263Z |         PASS [  21.086s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume | 
| 5921 | 2024-11-11T20:56:31.368Z |         PASS [  22.656s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice | 
| 5922 | 2024-11-11T20:56:35.944Z |         PASS [  25.306s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths | 
| 5923 | 2024-11-11T20:56:36.181Z |         PASS [  21.893s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name | 
| 5924 | 2024-11-11T20:56:40.643Z |         PASS [  23.971s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall | 
| 5925 | 2024-11-11T20:56:46.305Z |         PASS [  29.350s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet | 
| 5926 | 2024-11-11T20:56:46.962Z |         PASS [  25.429s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations | 
| 5927 | 2024-11-11T20:56:47.095Z |         PASS [   0.132s] omicron-package dot::test::test_bad_dependency | 
| 5928 | 2024-11-11T20:56:47.146Z |         PASS [   0.052s] omicron-package dot::test::test_dot_output | 
| 5929 | 2024-11-11T20:56:53.620Z |         PASS [   7.314s] omicron-omdb::test_all_output test_omdb_usage_errors | 
| 5930 | 2024-11-11T20:56:53.644Z |         PASS [   0.024s] omicron-passwords test::test_password_constraints | 
| 5931 | 2024-11-11T20:56:54.016Z |         PASS [   6.869s] omicron-passwords test::test_compatible | 
| 5932 | 2024-11-11T20:56:55.294Z |         PASS [  23.921s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets | 
| 5933 | 2024-11-11T20:56:55.341Z |         PASS [   0.046s] omicron-passwords test::test_stable | 
| 5934 | 2024-11-11T20:56:55.367Z |         PASS [   0.027s] omicron-passwords test::test_weak_hashes | 
| 5935 | 2024-11-11T20:56:55.398Z |         PASS [   0.025s] omicron-rpaths internal::tests::test_configure_from_path | 
| 5936 | 2024-11-11T20:56:55.453Z |         PASS [   0.059s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar | 
| 5937 | 2024-11-11T20:56:55.478Z |         PASS [   0.025s] omicron-rpaths internal::tests::test_emit_rpath | 
| 5938 | 2024-11-11T20:56:56.106Z |         PASS [   0.628s] omicron-sled-agent artifact_store::test::list_get_put_delete | 
| 5939 | 2024-11-11T20:56:56.239Z |         PASS [   2.594s] omicron-passwords test::test_reproducible | 
| 5940 | 2024-11-11T20:56:56.249Z |         PASS [   0.145s] omicron-sled-agent artifact_store::test::no_dataset | 
| 5941 | 2024-11-11T20:56:56.384Z |         PASS [   0.142s] omicron-sled-agent artifact_store::test::wrong_hash | 
| 5942 | 2024-11-11T20:56:56.397Z |         PASS [   0.146s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously | 
| 5943 | 2024-11-11T20:56:56.510Z |         PASS [   0.112s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match | 
| 5944 | 2024-11-11T20:56:56.660Z |         PASS [   0.152s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed | 
| 5945 | 2024-11-11T20:56:56.778Z |         PASS [   0.104s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running | 
| 5946 | 2024-11-11T20:56:57.048Z |         PASS [   0.664s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes | 
| 5947 | 2024-11-11T20:56:57.145Z |         PASS [   0.098s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips | 
| 5948 | 2024-11-11T20:56:57.197Z |         PASS [   0.052s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization | 
| 5949 | 2024-11-11T20:56:57.264Z |         PASS [   0.068s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema | 
| 5950 | 2024-11-11T20:56:57.302Z |         PASS [   0.037s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition | 
| 5951 | 2024-11-11T20:56:57.337Z |         PASS [   0.573s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk | 
| 5952 | 2024-11-11T20:56:57.353Z |         PASS [   0.045s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition | 
| 5953 | 2024-11-11T20:56:57.372Z |         PASS [   0.035s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action | 
| 5954 | 2024-11-11T20:56:57.383Z |         PASS [   0.035s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance | 
| 5955 | 2024-11-11T20:56:57.405Z |         PASS [   0.034s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration | 
| 5956 | 2024-11-11T20:56:57.415Z |         PASS [   0.032s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration | 
| 5957 | 2024-11-11T20:56:57.457Z |         PASS [   0.051s] omicron-sled-agent config::test::test_smf_configs | 
| 5958 | 2024-11-11T20:56:57.477Z |         PASS [   0.058s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores | 
| 5959 | 2024-11-11T20:56:57.497Z |         PASS [   0.038s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted | 
| 5960 | 2024-11-11T20:56:57.514Z |         PASS [   0.040s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted | 
| 5961 | 2024-11-11T20:56:57.548Z |         PASS [   0.049s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir | 
| 5962 | 2024-11-11T20:56:57.575Z |         PASS [   0.057s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available | 
| 5963 | 2024-11-11T20:56:57.609Z |         PASS [   0.054s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir | 
| 5964 | 2024-11-11T20:56:57.666Z |         PASS [  21.706s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs | 
| 5965 | 2024-11-11T20:56:58.856Z |         PASS [  27.587s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails | 
| 5966 | 2024-11-11T20:57:01.591Z |         PASS [   4.021s] omicron-sled-agent instance::tests::test_instance_create_events_normal | 
| 5967 | 2024-11-11T20:57:01.807Z |         PASS [  25.621s] omicron-omdb::test_all_output test_omdb_env_settings | 
| 5968 | 2024-11-11T20:57:01.839Z |         PASS [   0.032s] omicron-sled-agent probe_manager::test::probe_state_set_ops | 
| 5969 | 2024-11-11T20:57:01.869Z |         PASS [   0.030s] omicron-sled-agent profile::tests::empty_profile | 
| 5970 | 2024-11-11T20:57:01.907Z |         PASS [   0.037s] omicron-sled-agent profile::tests::test_disabled_instance | 
| 5971 | 2024-11-11T20:57:01.947Z |         PASS [   0.040s] omicron-sled-agent profile::tests::test_instance | 
| 5972 | 2024-11-11T20:57:01.981Z |         PASS [   0.034s] omicron-sled-agent profile::tests::test_multiple | 
| 5973 | 2024-11-11T20:57:02.015Z |         PASS [   0.035s] omicron-sled-agent profile::tests::test_property | 
| 5974 | 2024-11-11T20:57:02.048Z |         PASS [   0.032s] omicron-sled-agent profile::tests::test_property_group | 
| 5975 | 2024-11-11T20:57:02.081Z |         PASS [   0.034s] omicron-sled-agent profile::tests::test_service | 
| 5976 | 2024-11-11T20:57:02.112Z |         PASS [   0.029s] omicron-sled-agent profile::tests::test_service_property_group | 
| 5977 | 2024-11-11T20:57:02.135Z |         PASS [   3.279s] omicron-sled-agent instance::tests::test_instance_manager_creation | 
| 5978 | 2024-11-11T20:57:02.144Z |         PASS [   0.033s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics | 
| 5979 | 2024-11-11T20:57:02.165Z |         PASS [   0.031s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion | 
| 5980 | 2024-11-11T20:57:02.187Z |         PASS [   0.043s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips | 
| 5981 | 2024-11-11T20:57:02.209Z |         PASS [   0.044s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count | 
| 5982 | 2024-11-11T20:57:02.240Z |         PASS [   0.051s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v5_schema | 
| 5983 | 2024-11-11T20:57:02.255Z |         PASS [   0.046s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans | 
| 5984 | 2024-11-11T20:57:02.291Z |         PASS [   0.051s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema | 
| 5985 | 2024-11-11T20:57:02.305Z |         PASS [   0.048s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs | 
| 5986 | 2024-11-11T20:57:03.228Z |         PASS [   5.574s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis | 
| 5987 | 2024-11-11T20:57:03.528Z |         PASS [   5.931s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone | 
| 5988 | 2024-11-11T20:57:03.865Z |         PASS [  41.994s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance | 
| 5989 | 2024-11-11T20:57:05.485Z |         PASS [   3.195s] omicron-sled-agent services::illumos_tests::test_bad_generations | 
| 5990 | 2024-11-11T20:57:05.666Z |         PASS [   3.357s] omicron-sled-agent services::illumos_tests::test_ensure_service | 
| 5991 | 2024-11-11T20:57:05.704Z |         PASS [   0.041s] omicron-sled-agent services::test::test_all_zones_requests_schema | 
| 5992 | 2024-11-11T20:57:05.737Z |         PASS [   0.034s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes | 
| 5993 | 2024-11-11T20:57:05.770Z |         PASS [   0.035s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema | 
| 5994 | 2024-11-11T20:57:05.804Z |         PASS [   0.032s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy | 
| 5995 | 2024-11-11T20:57:05.840Z |         PASS [   0.038s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault | 
| 5996 | 2024-11-11T20:57:05.871Z |         PASS [   0.031s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states | 
| 5997 | 2024-11-11T20:57:05.905Z |         PASS [   0.032s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop | 
| 5998 | 2024-11-11T20:57:05.943Z |         PASS [   0.038s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot | 
| 5999 | 2024-11-11T20:57:05.977Z |         PASS [  11.960s] omicron-passwords test::test_smoke | 
| 6000 | 2024-11-11T20:57:05.985Z |         PASS [   0.043s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed | 
| 6001 | 2024-11-11T20:57:06.022Z |         PASS [   0.035s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot | 
| 6002 | 2024-11-11T20:57:06.057Z |         PASS [   0.037s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region | 
| 6003 | 2024-11-11T20:57:06.085Z |         PASS [   0.029s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused | 
| 6004 | 2024-11-11T20:57:06.114Z |         PASS [   0.027s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first | 
| 6005 | 2024-11-11T20:57:06.149Z |         PASS [   0.036s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first | 
| 6006 | 2024-11-11T20:57:06.189Z |         PASS [   0.035s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region | 
| 6007 | 2024-11-11T20:57:06.230Z |         PASS [   0.042s] omicron-sled-agent sim::storage::test::snapshot_needs_region | 
| 6008 | 2024-11-11T20:57:06.253Z |         PASS [   3.022s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync | 
| 6009 | 2024-11-11T20:57:06.267Z |         PASS [   0.039s] omicron-sled-agent updates::test::test_query_no_components | 
| 6010 | 2024-11-11T20:57:06.289Z |         PASS [   0.039s] omicron-sled-agent updates::test::test_query_sled_agent_version | 
| 6011 | 2024-11-11T20:57:06.306Z |         PASS [   0.041s] omicron-sled-agent updates::test::test_query_zone_version | 
| 6012 | 2024-11-11T20:57:06.335Z |         PASS [   0.029s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour | 
| 6013 | 2024-11-11T20:57:06.427Z |         PASS [   0.136s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem | 
| 6014 | 2024-11-11T20:57:07.049Z |         PASS [   3.521s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists | 
| 6015 | 2024-11-11T20:57:07.085Z |         PASS [   0.036s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files | 
| 6016 | 2024-11-11T20:57:07.478Z |         PASS [   3.611s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot | 
| 6017 | 2024-11-11T20:57:07.754Z |         PASS [  27.107s] omicron-omdb::test_all_output test_omdb_success_cases | 
| 6018 | 2024-11-11T20:57:08.783Z |         PASS [   3.299s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config | 
| 6019 | 2024-11-11T20:57:08.843Z |         PASS [   0.058s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota | 
| 6020 | 2024-11-11T20:57:08.882Z |         PASS [   0.038s] omicron-sled-agent zone_bundle::tests::test_dir_size | 
| 6021 | 2024-11-11T20:57:08.930Z |         PASS [   0.049s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du | 
| 6022 | 2024-11-11T20:57:09.326Z |         PASS [   3.350s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real | 
| 6023 | 2024-11-11T20:57:09.541Z |         PASS [   0.612s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args | 
| 6024 | 2024-11-11T20:57:09.668Z |         PASS [   3.244s] omicron-sled-agent zone_bundle::illumos_tests::test_context | 
| 6025 | 2024-11-11T20:57:09.723Z |         PASS [   0.182s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize | 
| 6026 | 2024-11-11T20:57:09.794Z |         PASS [   0.069s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path | 
| 6027 | 2024-11-11T20:57:09.820Z |         PASS [   0.026s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent | 
| 6028 | 2024-11-11T20:57:09.891Z |         PASS [   0.563s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args | 
| 6029 | 2024-11-11T20:57:10.194Z |         PASS [   3.857s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup | 
| 6030 | 2024-11-11T20:57:10.456Z |         PASS [   0.563s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified | 
| 6031 | 2024-11-11T20:57:10.456Z |         PASS [   0.633s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified | 
| 6032 | 2024-11-11T20:57:10.463Z |         PASS [   3.380s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter | 
| 6033 | 2024-11-11T20:57:10.472Z |         PASS [   0.023s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready | 
| 6034 | 2024-11-11T20:57:10.478Z |         PASS [   0.023s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports | 
| 6035 | 2024-11-11T20:57:10.529Z |         PASS [   0.860s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled | 
| 6036 | 2024-11-11T20:57:10.580Z |         PASS [   0.113s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports | 
| 6037 | 2024-11-11T20:57:10.690Z |         PASS [   0.208s] omicron-test-utils dev::db::test::test_bad_cmd | 
| 6038 | 2024-11-11T20:57:10.889Z |         PASS [   3.413s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context | 
| 6039 | 2024-11-11T20:57:10.909Z |         PASS [   0.381s] omicron-test-utils dev::db::test::test_cmd_fails | 
| 6040 | 2024-11-11T20:57:10.915Z |         PASS [   0.442s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line | 
| 6041 | 2024-11-11T20:57:10.921Z |         PASS [   0.033s] omicron-test-utils dev::db::test::test_make_pg_config_fail | 
| 6042 | 2024-11-11T20:57:10.927Z |         PASS [   0.240s] omicron-test-utils dev::db::test::test_database_start_hang | 
| 6043 | 2024-11-11T20:57:10.933Z |         PASS [   0.024s] omicron-test-utils dev::db::test::test_make_pg_config_ok | 
| 6044 | 2024-11-11T20:57:10.942Z |         PASS [   0.026s] omicron-test-utils dev::db::test::test_process_exit_abnormal | 
| 6045 | 2024-11-11T20:57:10.957Z |         PASS [   0.034s] omicron-test-utils dev::db::test::test_process_exit_normal | 
| 6046 | 2024-11-11T20:57:10.987Z |         PASS [   0.028s] omicron-test-utils dev::db::test::test_starter_tmpdir | 
| 6047 | 2024-11-11T20:57:11.050Z |         PASS [   0.064s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port | 
| 6048 | 2024-11-11T20:57:11.082Z |         PASS [   0.031s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path | 
| 6049 | 2024-11-11T20:57:11.120Z |         PASS [   0.037s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port | 
| 6050 | 2024-11-11T20:57:11.161Z |         PASS [   0.035s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path | 
| 6051 | 2024-11-11T20:57:11.251Z |         PASS [   0.069s] omicron-test-utils dev::test_cmds::tests::test_redact_extra | 
| 6052 | 2024-11-11T20:57:11.251Z |         PASS [   1.036s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready | 
| 6053 | 2024-11-11T20:57:11.390Z |         LEAK [   0.459s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url | 
| 6054 | 2024-11-11T20:57:11.525Z |         PASS [   3.772s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization | 
| 6055 | 2024-11-11T20:57:11.663Z |         PASS [   0.137s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds | 
| 6056 | 2024-11-11T20:57:11.782Z |         PASS [   0.550s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps | 
| 6057 | 2024-11-11T20:57:11.971Z |         PASS [   0.579s] oximeter test::timeseries_schema_consistency | 
| 6058 | 2024-11-11T20:57:11.996Z |         PASS [   0.331s] oximeter-collector agent::tests::test_self_stat_collection_count | 
| 6059 | 2024-11-11T20:57:12.028Z |         PASS [   0.033s] oximeter-collector self_stats::tests::test_failure_reason_serialization | 
| 6060 | 2024-11-11T20:57:12.047Z |         PASS [   0.262s] oximeter-collector agent::tests::test_self_stat_error_counter | 
| 6061 | 2024-11-11T20:57:12.154Z |         PASS [   0.185s] oximeter-collector agent::tests::test_self_stat_unreachable_counter | 
| 6062 | 2024-11-11T20:57:12.271Z |         PASS [   1.326s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir | 
| 6063 | 2024-11-11T20:57:12.292Z |         PASS [   0.131s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression | 
| 6064 | 2024-11-11T20:57:12.292Z |         PASS [   0.242s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression | 
| 6065 | 2024-11-11T20:57:12.304Z |         PASS [   0.032s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk | 
| 6066 | 2024-11-11T20:57:12.312Z |         PASS [   0.029s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times | 
| 6067 | 2024-11-11T20:57:12.321Z |         PASS [   0.028s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group | 
| 6068 | 2024-11-11T20:57:12.332Z |         PASS [   1.093s] openapi-manager check::tests::check_apis_up_to_date | 
| 6069 | 2024-11-11T20:57:12.455Z |         PASS [   1.875s] omicron-test-utils dev::db::test::test_database_concurrent | 
| 6070 | 2024-11-11T20:57:12.631Z |         PASS [   0.604s] oximeter-collector::test_commands test_oximeter_no_args | 
| 6071 | 2024-11-11T20:57:13.118Z |         PASS [   0.664s] oximeter-db client::tests::can_ping_clickhouse | 
| 6072 | 2024-11-11T20:57:13.225Z |         PASS [   0.107s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated | 
| 6073 | 2024-11-11T20:57:13.292Z |         PASS [   0.066s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node | 
| 6074 | 2024-11-11T20:57:13.510Z |         PASS [   1.194s] oximeter-db client::oxql::tests::test_get_entire_table | 
| 6075 | 2024-11-11T20:57:13.536Z |         PASS [   1.192s] oximeter-db client::oxql::tests::test_limit_operations | 
| 6076 | 2024-11-11T20:57:13.563Z |         PASS [   1.230s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another | 
| 6077 | 2024-11-11T20:57:13.563Z |         PASS [   1.223s] oximeter-db client::oxql::tests::test_get_one_timeseries | 
| 6078 | 2024-11-11T20:57:14.274Z |         PASS [   0.716s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero | 
| 6079 | 2024-11-11T20:57:14.512Z |         PASS [   0.985s] oximeter-db client::tests::read_latest_version_reports_max | 
| 6080 | 2024-11-11T20:57:14.527Z |         PASS [   0.982s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero | 
| 6081 | 2024-11-11T20:57:15.178Z |         PASS [   0.904s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero | 
| 6082 | 2024-11-11T20:57:15.237Z |         PASS [   0.711s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node | 
| 6083 | 2024-11-11T20:57:15.544Z |         PASS [   1.032s] oximeter-db client::tests::select_timeseries_with_select_one | 
| 6084 | 2024-11-11T20:57:16.317Z |         PASS [   1.077s] oximeter-db client::tests::test_database_version_update_is_idempotent | 
| 6085 | 2024-11-11T20:57:16.332Z |         PASS [   1.154s] oximeter-db client::tests::test_client_select_timeseries_one | 
| 6086 | 2024-11-11T20:57:16.501Z |         PASS [   0.956s] oximeter-db client::tests::test_database_version_will_not_downgrade | 
| 6087 | 2024-11-11T20:57:16.882Z |         PASS [   3.384s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node | 
| 6088 | 2024-11-11T20:57:17.286Z |         PASS [   0.955s] oximeter-db client::tests::test_differentiate_by_timeseries_name | 
| 6089 | 2024-11-11T20:57:17.455Z |         PASS [   0.956s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node | 
| 6090 | 2024-11-11T20:57:17.553Z |         PASS [   1.237s] oximeter-db client::tests::test_database_version_wipes_old_version | 
| 6091 | 2024-11-11T20:57:17.797Z |         PASS [   0.915s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails | 
| 6092 | 2024-11-11T20:57:18.312Z |         PASS [   1.026s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails | 
| 6093 | 2024-11-11T20:57:18.546Z |         PASS [   0.993s] oximeter-db client::tests::test_field_record_count | 
| 6094 | 2024-11-11T20:57:18.822Z |         PASS [   1.022s] oximeter-db client::tests::test_get_schema_no_new_values | 
| 6095 | 2024-11-11T20:57:19.239Z |         PASS [   1.781s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node | 
| 6096 | 2024-11-11T20:57:19.363Z |         PASS [   1.047s] oximeter-db client::tests::test_insert_samples | 
| 6097 | 2024-11-11T20:57:19.405Z |         PASS [   0.042s] oximeter-db client::tests::test_read_schema_upgrade_sql_files | 
| 6098 | 2024-11-11T20:57:19.443Z |         PASS [   0.040s] oximeter-db client::tests::test_read_timeseries_to_delete | 
| 6099 | 2024-11-11T20:57:19.480Z |         PASS [   0.036s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok | 
| 6100 | 2024-11-11T20:57:19.525Z |         PASS [   0.033s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok | 
| 6101 | 2024-11-11T20:57:19.539Z |         PASS [   0.988s] oximeter-db client::tests::test_is_oximeter_cluster | 
| 6102 | 2024-11-11T20:57:19.781Z |         PASS [   8.844s] omicron-test-utils dev::db::test::test_setup_database_default_dir | 
| 6103 | 2024-11-11T20:57:19.985Z |         PASS [   1.165s] oximeter-db client::tests::test_list_timeseries | 
| 6104 | 2024-11-11T20:57:20.167Z |         PASS [   0.931s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted | 
| 6105 | 2024-11-11T20:57:20.448Z |         PASS [   0.914s] oximeter-db client::tests::test_schema_mismatch | 
| 6106 | 2024-11-11T20:57:20.696Z |         PASS [   0.914s] oximeter-db client::tests::test_schema_update | 
| 6107 | 2024-11-11T20:57:20.871Z |         PASS [   1.359s] oximeter-db client::tests::test_recall_of_all_fields | 
| 6108 | 2024-11-11T20:57:20.964Z |         PASS [   0.978s] oximeter-db client::tests::test_select_all_datum_types | 
| 6109 | 2024-11-11T20:57:21.130Z |         PASS [   0.960s] oximeter-db client::tests::test_select_all_field_types | 
| 6110 | 2024-11-11T20:57:21.516Z |         PASS [   0.976s] oximeter-db client::tests::test_select_timeseries_with_all | 
| 6111 | 2024-11-11T20:57:21.899Z |         PASS [   1.204s] oximeter-db client::tests::test_select_timeseries_with_limit | 
| 6112 | 2024-11-11T20:57:21.975Z |         PASS [   1.013s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values | 
| 6113 | 2024-11-11T20:57:22.041Z |         PASS [   1.169s] oximeter-db client::tests::test_select_timeseries_with_order | 
| 6114 | 2024-11-11T20:57:22.155Z |         PASS [   1.026s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values | 
| 6115 | 2024-11-11T20:57:22.181Z |         PASS [   0.026s] oximeter-db client::tests::test_unravel_index | 
| 6116 | 2024-11-11T20:57:22.409Z |         PASS [   0.985s] oximeter-db client::tests::test_select_timeseries_with_start_time | 
| 6117 | 2024-11-11T20:57:22.439Z |         PASS [   0.028s] oximeter-db client::tests::test_verify_schema_upgrades | 
| 6118 | 2024-11-11T20:57:22.460Z |         PASS [   0.023s] oximeter-db model::tests::test_db_bool | 
| 6119 | 2024-11-11T20:57:22.891Z |         PASS [   0.915s] oximeter-db client::tests::test_timeseries_schema_list | 
| 6120 | 2024-11-11T20:57:22.910Z |         PASS [   0.869s] oximeter-db client::tests::test_unquoted_64bit_integers | 
| 6121 | 2024-11-11T20:57:22.918Z |         PASS [   0.027s] oximeter-db model::tests::test_db_datum_type_conversion | 
| 6122 | 2024-11-11T20:57:22.938Z |         PASS [   0.028s] oximeter-db model::tests::test_db_field_list_conversion | 
| 6123 | 2024-11-11T20:57:22.944Z |         PASS [   0.027s] oximeter-db model::tests::test_db_field_type_conversion | 
| 6124 | 2024-11-11T20:57:22.964Z |         PASS [   0.026s] oximeter-db model::tests::test_db_histogram | 
| 6125 | 2024-11-11T20:57:22.994Z |         PASS [   0.029s] oximeter-db model::tests::test_parse_bytes_measurement | 
| 6126 | 2024-11-11T20:57:23.018Z |         PASS [   0.025s] oximeter-db model::tests::test_parse_string_datum_requiring_escape | 
| 6127 | 2024-11-11T20:57:23.046Z |         PASS [   0.029s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement | 
| 6128 | 2024-11-11T20:57:23.073Z |         PASS [   0.026s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement | 
| 6129 | 2024-11-11T20:57:23.096Z |         PASS [   0.025s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement | 
| 6130 | 2024-11-11T20:57:23.119Z |         PASS [   0.938s] oximeter-db client::tests::test_update_schema_cache_on_new_sample | 
| 6131 | 2024-11-11T20:57:23.125Z |         PASS [   0.030s] oximeter-db model::tests::test_unroll_from_source | 
| 6132 | 2024-11-11T20:57:23.152Z |         PASS [   0.685s] oximeter-db model::tests::test_db_bool_bad | 
| 6133 | 2024-11-11T20:57:23.152Z |         PASS [   0.201s] oximeter-db model::tests::test_parse_bad_cumulative_json_data | 
| 6134 | 2024-11-11T20:57:23.164Z |         PASS [   0.033s] oximeter-db model::tests::test_unroll_missing_measurement_row | 
| 6135 | 2024-11-11T20:57:23.167Z |         PASS [   0.040s] oximeter-db model::tests::test_unroll_measurement_row | 
| 6136 | 2024-11-11T20:57:23.171Z |         PASS [   0.026s] oximeter-db native::block::tests::concat_blocks | 
| 6137 | 2024-11-11T20:57:23.178Z |         PASS [   0.026s] oximeter-db native::block::tests::datetime64_scale_checks_range | 
| 6138 | 2024-11-11T20:57:23.185Z |         PASS [   0.026s] oximeter-db native::block::tests::parse_date_time | 
| 6139 | 2024-11-11T20:57:23.192Z |         PASS [   0.027s] oximeter-db native::block::tests::parse_date_time64 | 
| 6140 | 2024-11-11T20:57:23.199Z |         PASS [   0.027s] oximeter-db native::block::tests::parse_escaped_date_time64 | 
| 6141 | 2024-11-11T20:57:23.212Z |         PASS [   0.027s] oximeter-db native::block::tests::test_data_type_to_string | 
| 6142 | 2024-11-11T20:57:23.214Z |         PASS [   0.029s] oximeter-db native::block::tests::test_datetime64_conversions | 
| 6143 | 2024-11-11T20:57:23.225Z |         PASS [   0.026s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes | 
| 6144 | 2024-11-11T20:57:23.231Z |         PASS [   0.040s] oximeter-db native::block::tests::test_parse_all_known_timezones | 
| 6145 | 2024-11-11T20:57:23.236Z |         PASS [   0.032s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes | 
| 6146 | 2024-11-11T20:57:23.242Z |         PASS [   0.029s] oximeter-db native::block::tests::test_parse_enum8 | 
| 6147 | 2024-11-11T20:57:23.257Z |         PASS [   0.024s] oximeter-db native::block::tests::test_parse_enum_variant | 
| 6148 | 2024-11-11T20:57:23.259Z |         PASS [   0.024s] oximeter-db native::block::tests::test_parse_invalid_data_type | 
| 6149 | 2024-11-11T20:57:23.401Z |         PASS [   1.499s] oximeter-db client::tests::test_sql_query_output | 
| 6150 | 2024-11-11T20:57:23.821Z |         PASS [   0.582s] oximeter-db native::connection::tests::test_basic_select_query | 
| 6151 | 2024-11-11T20:57:23.835Z |         PASS [   0.579s] oximeter-db native::connection::tests::test_exchange_hello | 
| 6152 | 2024-11-11T20:57:23.838Z |         PASS [   0.579s] oximeter-db native::connection::tests::test_select_array_column | 
| 6153 | 2024-11-11T20:57:23.862Z |         PASS [   0.025s] oximeter-db native::io::block::tests::test_decode_block_with_nulls | 
| 6154 | 2024-11-11T20:57:23.890Z |         PASS [   0.028s] oximeter-db native::io::block::tests::test_decode_full_block | 
| 6155 | 2024-11-11T20:57:23.911Z |         PASS [   0.022s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column | 
| 6156 | 2024-11-11T20:57:23.935Z |         PASS [   0.690s] oximeter-db native::connection::tests::test_can_cancel_query | 
| 6157 | 2024-11-11T20:57:23.940Z |         PASS [   0.030s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column | 
| 6158 | 2024-11-11T20:57:23.960Z |         PASS [   0.025s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column | 
| 6159 | 2024-11-11T20:57:23.967Z |         PASS [   0.025s] oximeter-db native::io::column::tests::test_decode_string_column | 
| 6160 | 2024-11-11T20:57:23.984Z |         PASS [   0.025s] oximeter-db native::io::column::tests::test_decode_uint64_column | 
| 6161 | 2024-11-11T20:57:23.993Z |         PASS [   0.024s] oximeter-db native::io::column::tests::test_decode_uint8_column | 
| 6162 | 2024-11-11T20:57:23.993Z |         PASS [   0.593s] oximeter-db native::connection::tests::test_select_array_of_nullable_column | 
| 6163 | 2024-11-11T20:57:24.009Z |         PASS [   0.024s] oximeter-db native::io::column::tests::test_decode_uuid_column | 
| 6164 | 2024-11-11T20:57:24.021Z |         PASS [   0.025s] oximeter-db native::io::column::tests::test_encode_decode_column | 
| 6165 | 2024-11-11T20:57:24.024Z |         PASS [   0.020s] oximeter-db native::io::packet::server::tests::test_decode_full_hello | 
| 6166 | 2024-11-11T20:57:24.034Z |         PASS [   0.025s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half | 
| 6167 | 2024-11-11T20:57:24.041Z |         PASS [   0.025s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets | 
| 6168 | 2024-11-11T20:57:24.050Z |         PASS [   0.026s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions | 
| 6169 | 2024-11-11T20:57:24.060Z |         PASS [   0.026s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello | 
| 6170 | 2024-11-11T20:57:24.069Z |         PASS [   0.026s] oximeter-db native::io::packet::server::tests::test_decode_pong | 
| 6171 | 2024-11-11T20:57:24.078Z |         PASS [   0.028s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet | 
| 6172 | 2024-11-11T20:57:24.091Z |         PASS [   0.031s] oximeter-db native::io::packet::server::tests::test_decode_single_exception | 
| 6173 | 2024-11-11T20:57:24.100Z |         PASS [   0.031s] oximeter-db native::io::string::test::test_encode_decode | 
| 6174 | 2024-11-11T20:57:24.107Z |         PASS [   0.030s] oximeter-db native::io::string::test::test_encode_hello_world | 
| 6175 | 2024-11-11T20:57:24.114Z |         PASS [   0.026s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name | 
| 6176 | 2024-11-11T20:57:24.126Z |         PASS [   0.027s] oximeter-db native::io::table_columns::tests::test_column_count | 
| 6177 | 2024-11-11T20:57:24.131Z |         PASS [   0.026s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts | 
| 6178 | 2024-11-11T20:57:24.137Z |         PASS [   0.023s] oximeter-db native::io::table_columns::tests::test_column_description_with_default | 
| 6179 | 2024-11-11T20:57:24.150Z |         PASS [   0.024s] oximeter-db native::io::table_columns::tests::test_column_descriptions | 
| 6180 | 2024-11-11T20:57:24.155Z |         PASS [   0.024s] oximeter-db native::io::varuint::test_encode_decode_varuint | 
| 6181 | 2024-11-11T20:57:24.160Z |         PASS [   0.024s] oximeter-db oxql::ast::grammar::tests::test_align_table_op | 
| 6182 | 2024-11-11T20:57:24.166Z |         PASS [   0.019s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal | 
| 6183 | 2024-11-11T20:57:24.173Z |         PASS [   0.019s] oximeter-db oxql::ast::grammar::tests::test_comparison | 
| 6184 | 2024-11-11T20:57:24.180Z |         PASS [   0.020s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations | 
| 6185 | 2024-11-11T20:57:24.184Z |         PASS [   0.018s] oximeter-db oxql::ast::grammar::tests::test_double_literal | 
| 6186 | 2024-11-11T20:57:24.191Z |         PASS [   0.017s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal | 
| 6187 | 2024-11-11T20:57:24.197Z |         PASS [   0.017s] oximeter-db oxql::ast::grammar::tests::test_duration_literal | 
| 6188 | 2024-11-11T20:57:24.203Z |         PASS [   0.018s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence | 
| 6189 | 2024-11-11T20:57:24.209Z |         PASS [   0.018s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence | 
| 6190 | 2024-11-11T20:57:24.214Z |         PASS [   0.017s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression | 
| 6191 | 2024-11-11T20:57:24.220Z |         PASS [   0.016s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression | 
| 6192 | 2024-11-11T20:57:24.226Z |         PASS [   0.017s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions | 
| 6193 | 2024-11-11T20:57:24.231Z |         PASS [   0.018s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op | 
| 6194 | 2024-11-11T20:57:24.241Z |         PASS [   0.021s] oximeter-db oxql::ast::grammar::tests::test_get_table_op | 
| 6195 | 2024-11-11T20:57:24.246Z |         PASS [   0.019s] oximeter-db oxql::ast::grammar::tests::test_group_by | 
| 6196 | 2024-11-11T20:57:24.251Z |         PASS [   0.019s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal | 
| 6197 | 2024-11-11T20:57:24.261Z |         PASS [   0.019s] oximeter-db oxql::ast::grammar::tests::test_ident | 
| 6198 | 2024-11-11T20:57:24.267Z |         PASS [   0.021s] oximeter-db oxql::ast::grammar::tests::test_integer_literal | 
| 6199 | 2024-11-11T20:57:24.273Z |         PASS [   0.021s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings | 
| 6200 | 2024-11-11T20:57:24.282Z |         PASS [   0.021s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops | 
| 6201 | 2024-11-11T20:57:24.289Z |         PASS [   0.021s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation | 
| 6202 | 2024-11-11T20:57:24.295Z |         PASS [   0.022s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr | 
| 6203 | 2024-11-11T20:57:24.303Z |         PASS [   0.021s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal | 
| 6204 | 2024-11-11T20:57:24.310Z |         PASS [   0.022s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal | 
| 6205 | 2024-11-11T20:57:24.315Z |         PASS [   0.021s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string | 
| 6206 | 2024-11-11T20:57:24.333Z |         PASS [   0.030s] oximeter-db oxql::ast::grammar::tests::test_query | 
| 6207 | 2024-11-11T20:57:24.338Z |         PASS [   0.028s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get | 
| 6208 | 2024-11-11T20:57:24.349Z |         PASS [   0.017s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence | 
| 6209 | 2024-11-11T20:57:24.360Z |         PASS [   0.021s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none | 
| 6210 | 2024-11-11T20:57:24.374Z |         PASS [   0.022s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence | 
| 6211 | 2024-11-11T20:57:24.384Z |         PASS [   0.023s] oximeter-db oxql::ast::grammar::tests::test_reducer | 
| 6212 | 2024-11-11T20:57:24.396Z |         PASS [   0.024s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal | 
| 6213 | 2024-11-11T20:57:24.401Z |         PASS [   0.583s] oximeter-db native::connection::tests::test_select_nullable_column | 
| 6214 | 2024-11-11T20:57:24.411Z |         PASS [   0.024s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal | 
| 6215 | 2024-11-11T20:57:24.412Z |         PASS [   0.580s] oximeter-db native::connection::tests::test_send_cancel_with_no_query | 
| 6216 | 2024-11-11T20:57:24.417Z |         PASS [   0.021s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive | 
| 6217 | 2024-11-11T20:57:24.421Z |         PASS [   0.020s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval | 
| 6218 | 2024-11-11T20:57:24.427Z |         PASS [   0.020s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field | 
| 6219 | 2024-11-11T20:57:24.456Z |         PASS [   0.020s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type | 
| 6220 | 2024-11-11T20:57:24.456Z |         PASS [   0.020s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window | 
| 6221 | 2024-11-11T20:57:24.459Z |         PASS [   0.020s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values | 
| 6222 | 2024-11-11T20:57:24.459Z |         PASS [   0.021s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window | 
| 6223 | 2024-11-11T20:57:24.459Z |         PASS [   0.020s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values | 
| 6224 | 2024-11-11T20:57:24.459Z |         PASS [   0.020s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window | 
| 6225 | 2024-11-11T20:57:24.462Z |         PASS [   0.020s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio | 
| 6226 | 2024-11-11T20:57:24.467Z |         PASS [   0.020s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names | 
| 6227 | 2024-11-11T20:57:24.471Z |         PASS [   0.019s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points | 
| 6228 | 2024-11-11T20:57:24.478Z |         PASS [   0.020s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type | 
| 6229 | 2024-11-11T20:57:24.491Z |         PASS [   0.022s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions | 
| 6230 | 2024-11-11T20:57:24.505Z |         PASS [   0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names | 
| 6231 | 2024-11-11T20:57:24.505Z |         PASS [   0.035s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions | 
| 6232 | 2024-11-11T20:57:24.513Z |         PASS [   0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries | 
| 6233 | 2024-11-11T20:57:24.520Z |         PASS [   0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic | 
| 6234 | 2024-11-11T20:57:24.530Z |         PASS [   0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf | 
| 6235 | 2024-11-11T20:57:24.540Z |         PASS [   0.035s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by | 
| 6236 | 2024-11-11T20:57:24.547Z |         PASS [   0.035s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k | 
| 6237 | 2024-11-11T20:57:24.555Z |         PASS [   0.035s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k | 
| 6238 | 2024-11-11T20:57:24.562Z |         PASS [   0.034s] oximeter-db oxql::query::tests::test_coalesce_limits | 
| 6239 | 2024-11-11T20:57:24.568Z |         PASS [   0.030s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query | 
| 6240 | 2024-11-11T20:57:24.573Z |         PASS [   0.028s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query | 
| 6241 | 2024-11-11T20:57:24.581Z |         PASS [   0.027s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query | 
| 6242 | 2024-11-11T20:57:24.586Z |         PASS [   0.025s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters | 
| 6243 | 2024-11-11T20:57:24.592Z |         PASS [   0.023s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query | 
| 6244 | 2024-11-11T20:57:24.598Z |         PASS [   0.023s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query | 
| 6245 | 2024-11-11T20:57:24.606Z |         PASS [   0.024s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters | 
| 6246 | 2024-11-11T20:57:24.611Z |         PASS [   0.025s] oximeter-db oxql::query::tests::test_coalesce_predicates | 
| 6247 | 2024-11-11T20:57:24.618Z |         PASS [   0.026s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries | 
| 6248 | 2024-11-11T20:57:24.623Z |         PASS [   0.026s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by | 
| 6249 | 2024-11-11T20:57:24.627Z |         PASS [   0.024s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries | 
| 6250 | 2024-11-11T20:57:24.636Z |         PASS [   0.025s] oximeter-db oxql::query::tests::test_query_end_time | 
| 6251 | 2024-11-11T20:57:24.641Z |         PASS [   0.025s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries | 
| 6252 | 2024-11-11T20:57:24.651Z |         PASS [   0.018s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom | 
| 6253 | 2024-11-11T20:57:24.651Z |         PASS [   0.023s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr | 
| 6254 | 2024-11-11T20:57:24.656Z |         PASS [   0.020s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp | 
| 6255 | 2024-11-11T20:57:24.663Z |         PASS [   0.018s] oximeter-db query::tests::test_field_cmp | 
| 6256 | 2024-11-11T20:57:24.668Z |         PASS [   0.027s] oximeter-db oxql::query::tests::test_split_query | 
| 6257 | 2024-11-11T20:57:24.674Z |         PASS [   0.023s] oximeter-db query::tests::test_field_selector_as_query | 
| 6258 | 2024-11-11T20:57:24.679Z |         PASS [   0.023s] oximeter-db query::tests::test_field_value_as_db_str | 
| 6259 | 2024-11-11T20:57:24.688Z |         PASS [   0.024s] oximeter-db query::tests::test_select_query_builder_field_selectors | 
| 6260 | 2024-11-11T20:57:24.696Z |         PASS [   0.027s] oximeter-db query::tests::test_select_query_builder_filter_raw | 
| 6261 | 2024-11-11T20:57:24.701Z |         PASS [   0.028s] oximeter-db query::tests::test_select_query_builder_from_parts | 
| 6262 | 2024-11-11T20:57:24.707Z |         PASS [   0.028s] oximeter-db query::tests::test_select_query_builder_full | 
| 6263 | 2024-11-11T20:57:24.713Z |         PASS [   0.025s] oximeter-db query::tests::test_select_query_builder_limit_offset | 
| 6264 | 2024-11-11T20:57:24.721Z |         PASS [   0.025s] oximeter-db query::tests::test_select_query_builder_no_fields | 
| 6265 | 2024-11-11T20:57:24.728Z |         PASS [   0.025s] oximeter-db query::tests::test_select_query_builder_no_selectors | 
| 6266 | 2024-11-11T20:57:24.735Z |         PASS [   0.022s] oximeter-db query::tests::test_time_range | 
| 6267 | 2024-11-11T20:57:24.742Z |         PASS [   0.034s] oximeter-db query::tests::test_string_field_selector | 
| 6268 | 2024-11-11T20:57:24.753Z |         PASS [   0.031s] oximeter-db sql::tests::test_allow_limit_offset | 
| 6269 | 2024-11-11T20:57:24.759Z |         PASS [   0.031s] oximeter-db sql::tests::test_allow_subqueries | 
| 6270 | 2024-11-11T20:57:24.765Z |         PASS [   0.030s] oximeter-db sql::tests::test_cannot_name_database | 
| 6271 | 2024-11-11T20:57:24.771Z |         PASS [   0.029s] oximeter-db sql::tests::test_ctes_are_not_supported | 
| 6272 | 2024-11-11T20:57:24.781Z |         PASS [   0.029s] oximeter-db sql::tests::test_function_allow_list | 
| 6273 | 2024-11-11T20:57:24.789Z |         PASS [   0.025s] oximeter-db sql::tests::test_multiple_statements_are_not_supported | 
| 6274 | 2024-11-11T20:57:24.802Z |         PASS [   0.032s] oximeter-db sql::tests::test_query_must_be_select_statement | 
| 6275 | 2024-11-11T20:57:24.807Z |         PASS [   0.026s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte | 
| 6276 | 2024-11-11T20:57:24.820Z |         PASS [   0.054s] oximeter-db sql::tests::test_join_must_be_inner | 
| 6277 | 2024-11-11T20:57:24.822Z |         PASS [   0.029s] oximeter-db sql::tests::test_require_table_is_timeseries_name | 
| 6278 | 2024-11-11T20:57:24.830Z |         PASS [   0.027s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias | 
| 6279 | 2024-11-11T20:57:24.836Z |         PASS [   0.028s] oximeter-db sql::tests::test_with_comma_join_fails | 
| 6280 | 2024-11-11T20:57:24.841Z |         PASS [   0.028s] oximeter-db tests::test_timeseries_key_field_stability | 
| 6281 | 2024-11-11T20:57:24.846Z |         PASS [   0.028s] oximeter-db tests::test_timeseries_key_sample_stability | 
| 6282 | 2024-11-11T20:57:24.850Z |         PASS [   0.022s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read | 
| 6283 | 2024-11-11T20:57:24.906Z |         PASS [   0.058s] oximeter-instruments http::tests::test_latency_tracker | 
| 6284 | 2024-11-11T20:57:25.060Z |         PASS [   0.167s] oximeter-instruments kstat::link::tests::test_kstat_interested | 
| 6285 | 2024-11-11T20:57:25.145Z |         PASS [   0.237s] oximeter-instruments kstat::link::tests::test_kstat_sampler | 
| 6286 | 2024-11-11T20:57:25.226Z |         PASS [   0.196s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow | 
| 6287 | 2024-11-11T20:57:25.251Z |         PASS [   0.091s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal | 
| 6288 | 2024-11-11T20:57:25.300Z |         PASS [   0.078s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration | 
| 6289 | 2024-11-11T20:57:25.314Z |         PASS [   0.077s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone | 
| 6290 | 2024-11-11T20:57:25.359Z |         PASS [   0.060s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed | 
| 6291 | 2024-11-11T20:57:25.371Z |         PASS [   0.058s] oximeter-instruments kstat::link::tests::test_sled_datalink | 
| 6292 | 2024-11-11T20:57:25.391Z |         PASS [   0.036s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field | 
| 6293 | 2024-11-11T20:57:25.396Z |         PASS [   0.029s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name | 
| 6294 | 2024-11-11T20:57:25.407Z |         PASS [   0.018s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields | 
| 6295 | 2024-11-11T20:57:25.413Z |         PASS [   0.016s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated | 
| 6296 | 2024-11-11T20:57:25.422Z |         PASS [   0.015s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field | 
| 6297 | 2024-11-11T20:57:25.427Z |         PASS [   0.015s] oximeter-macro-impl tests::test_metric_annotated_field | 
| 6298 | 2024-11-11T20:57:25.440Z |         PASS [   0.016s] oximeter-macro-impl tests::test_metric_datum_field | 
| 6299 | 2024-11-11T20:57:25.444Z |         PASS [   0.016s] oximeter-macro-impl tests::test_metric_enum | 
| 6300 | 2024-11-11T20:57:25.453Z |         PASS [   0.015s] oximeter-macro-impl tests::test_metric_without_datum_field | 
| 6301 | 2024-11-11T20:57:25.461Z |         PASS [   0.016s] oximeter-macro-impl tests::test_target | 
| 6302 | 2024-11-11T20:57:25.472Z |         PASS [   0.017s] oximeter-macro-impl tests::test_target_empty_struct | 
| 6303 | 2024-11-11T20:57:25.482Z |         PASS [   0.019s] oximeter-macro-impl tests::test_target_enum | 
| 6304 | 2024-11-11T20:57:25.492Z |         PASS [   0.020s] oximeter-macro-impl tests::test_target_unit_struct | 
| 6305 | 2024-11-11T20:57:25.503Z |         PASS [   0.022s] oximeter-macro-impl tests::test_target_with_datum_field | 
| 6306 | 2024-11-11T20:57:25.603Z |         PASS [   0.097s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives | 
| 6307 | 2024-11-11T20:57:25.629Z |         PASS [   0.028s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types | 
| 6308 | 2024-11-11T20:57:25.653Z |         PASS [   0.023s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields | 
| 6309 | 2024-11-11T20:57:25.674Z |         PASS [   0.021s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types | 
| 6310 | 2024-11-11T20:57:25.701Z |         PASS [   0.025s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types | 
| 6311 | 2024-11-11T20:57:25.742Z |         PASS [   0.040s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens | 
| 6312 | 2024-11-11T20:57:25.771Z |         PASS [   0.029s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens | 
| 6313 | 2024-11-11T20:57:25.818Z |         PASS [   0.047s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names | 
| 6314 | 2024-11-11T20:57:25.845Z |         PASS [   0.027s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field | 
| 6315 | 2024-11-11T20:57:25.882Z |         PASS [   0.037s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields | 
| 6316 | 2024-11-11T20:57:25.903Z |         PASS [   1.584s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence | 
| 6317 | 2024-11-11T20:57:25.922Z |         PASS [   0.042s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field | 
| 6318 | 2024-11-11T20:57:25.928Z |         PASS [   0.027s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field | 
| 6319 | 2024-11-11T20:57:25.942Z |         PASS [   0.020s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric | 
| 6320 | 2024-11-11T20:57:25.949Z |         PASS [   0.022s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric | 
| 6321 | 2024-11-11T20:57:25.966Z |         PASS [   0.023s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions | 
| 6322 | 2024-11-11T20:57:25.972Z |         PASS [   0.022s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first | 
| 6323 | 2024-11-11T20:57:25.986Z |         PASS [   0.021s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions | 
| 6324 | 2024-11-11T20:57:25.993Z |         PASS [   0.021s] oximeter-schema ir::tests::fail_on_empty_descriptions | 
| 6325 | 2024-11-11T20:57:26.008Z |         PASS [   0.023s] oximeter-schema ir::tests::fail_on_empty_metric_name | 
| 6326 | 2024-11-11T20:57:26.014Z |         PASS [   0.022s] oximeter-schema ir::tests::fail_on_empty_target_name | 
| 6327 | 2024-11-11T20:57:26.028Z |         PASS [   0.020s] oximeter-schema ir::tests::fail_on_very_long_field_names | 
| 6328 | 2024-11-11T20:57:26.035Z |         PASS [   0.021s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name | 
| 6329 | 2024-11-11T20:57:26.049Z |         PASS [   0.021s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics | 
| 6330 | 2024-11-11T20:57:26.057Z |         PASS [   0.022s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in | 
| 6331 | 2024-11-11T20:57:26.076Z |         PASS [   0.025s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries | 
| 6332 | 2024-11-11T20:57:26.082Z |         PASS [   0.024s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version | 
| 6333 | 2024-11-11T20:57:26.103Z |         PASS [   0.027s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions | 
| 6334 | 2024-11-11T20:57:26.109Z |         PASS [   0.027s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified | 
| 6335 | 2024-11-11T20:57:26.128Z |         PASS [   0.025s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed | 
| 6336 | 2024-11-11T20:57:26.136Z |         PASS [   0.026s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions | 
| 6337 | 2024-11-11T20:57:26.153Z |         PASS [   0.026s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added | 
| 6338 | 2024-11-11T20:57:26.162Z |         PASS [   0.027s] oximeter-schema ir::tests::only_support_format_version_1 | 
| 6339 | 2024-11-11T20:57:26.174Z |         PASS [   0.022s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names | 
| 6340 | 2024-11-11T20:57:26.182Z |         PASS [   0.021s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names | 
| 6341 | 2024-11-11T20:57:26.273Z |         PASS [   0.090s] oximeter-test-utils tests::test_sample_struct | 
| 6342 | 2024-11-11T20:57:26.278Z |         PASS [   0.104s] oximeter-test-utils tests::test_gen_test_samples | 
| 6343 | 2024-11-11T20:57:26.295Z |         PASS [   0.023s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric | 
| 6344 | 2024-11-11T20:57:26.299Z |         PASS [   0.022s] oximeter-test-utils tests::test_timeseries_schema_from_parts | 
| 6345 | 2024-11-11T20:57:26.312Z |         PASS [   0.017s] oximeter-test-utils tests::test_timeseries_schema_from_sample | 
| 6346 | 2024-11-11T20:57:26.346Z |         PASS [   0.041s] oximeter-types histogram::tests::test_bin_range | 
| 6347 | 2024-11-11T20:57:26.346Z |         PASS [   0.029s] oximeter-types histogram::tests::test_bin_range_from | 
| 6348 | 2024-11-11T20:57:26.356Z |         PASS [   0.016s] oximeter-types histogram::tests::test_bin_range_to | 
| 6349 | 2024-11-11T20:57:26.369Z |         PASS [   0.022s] oximeter-types histogram::tests::test_empty_bins_not_supported | 
| 6350 | 2024-11-11T20:57:26.374Z |         PASS [   0.017s] oximeter-types histogram::tests::test_ensure_finite | 
| 6351 | 2024-11-11T20:57:26.396Z |         PASS [   0.026s] oximeter-types histogram::tests::test_histogram | 
| 6352 | 2024-11-11T20:57:26.403Z |         PASS [   0.027s] oximeter-types histogram::tests::test_histogram_construct_with | 
| 6353 | 2024-11-11T20:57:26.421Z |         PASS [   0.025s] oximeter-types histogram::tests::test_histogram_extreme_bins | 
| 6354 | 2024-11-11T20:57:26.427Z |         PASS [   0.025s] oximeter-types histogram::tests::test_histogram_extreme_samples | 
| 6355 | 2024-11-11T20:57:26.440Z |         PASS [   0.020s] oximeter-types histogram::tests::test_histogram_float_bins | 
| 6356 | 2024-11-11T20:57:26.445Z |         PASS [   0.019s] oximeter-types histogram::tests::test_histogram_unbounded_samples | 
| 6357 | 2024-11-11T20:57:26.462Z |         PASS [   0.021s] oximeter-types histogram::tests::test_histogram_unsorted_bins | 
| 6358 | 2024-11-11T20:57:26.468Z |         PASS [   0.022s] oximeter-types histogram::tests::test_histogram_with_bins | 
| 6359 | 2024-11-11T20:57:26.482Z |         PASS [   0.019s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins | 
| 6360 | 2024-11-11T20:57:26.490Z |         PASS [   0.021s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins | 
| 6361 | 2024-11-11T20:57:26.500Z |         PASS [   0.020s] oximeter-types histogram::tests::test_log_bins_u64 | 
| 6362 | 2024-11-11T20:57:26.507Z |         PASS [   0.018s] oximeter-types histogram::tests::test_log_bins_u8 | 
| 6363 | 2024-11-11T20:57:26.528Z |         PASS [   0.020s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type | 
| 6364 | 2024-11-11T20:57:26.543Z |         PASS [   0.043s] oximeter-types histogram::tests::test_log_linear_bins_all_representable | 
| 6365 | 2024-11-11T20:57:26.549Z |         PASS [   0.021s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type | 
| 6366 | 2024-11-11T20:57:26.564Z |         PASS [   0.020s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1 | 
| 6367 | 2024-11-11T20:57:26.569Z |         PASS [   0.021s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2 | 
| 6368 | 2024-11-11T20:57:26.584Z |         PASS [   0.019s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3 | 
| 6369 | 2024-11-11T20:57:26.589Z |         PASS [   0.020s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4 | 
| 6370 | 2024-11-11T20:57:26.605Z |         PASS [   0.021s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks | 
| 6371 | 2024-11-11T20:57:26.611Z |         PASS [   0.021s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count | 
| 6372 | 2024-11-11T20:57:26.624Z |         PASS [   0.020s] oximeter-types histogram::tests::test_span_decades | 
| 6373 | 2024-11-11T20:57:26.630Z |         PASS [   0.020s] oximeter-types histogram::tests::test_span_decades_other_counts_f64 | 
| 6374 | 2024-11-11T20:57:26.644Z |         PASS [   0.019s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok | 
| 6375 | 2024-11-11T20:57:26.652Z |         PASS [   0.020s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low | 
| 6376 | 2024-11-11T20:57:26.670Z |         PASS [   0.025s] oximeter-types quantile::tests::test_default_percentiles | 
| 6377 | 2024-11-11T20:57:26.677Z |         PASS [   0.026s] oximeter-types quantile::tests::test_empty_observations | 
| 6378 | 2024-11-11T20:57:26.690Z |         PASS [   0.022s] oximeter-types quantile::tests::test_find_cells | 
| 6379 | 2024-11-11T20:57:26.696Z |         PASS [   0.020s] oximeter-types quantile::tests::test_float_observations | 
| 6380 | 2024-11-11T20:57:26.711Z |         PASS [   0.020s] oximeter-types quantile::tests::test_integer_observations | 
| 6381 | 2024-11-11T20:57:26.716Z |         PASS [   0.021s] oximeter-types quantile::tests::test_invalid_p_value | 
| 6382 | 2024-11-11T20:57:26.726Z |         PASS [   0.017s] oximeter-types quantile::tests::test_max_p | 
| 6383 | 2024-11-11T20:57:26.735Z |         PASS [   0.018s] oximeter-types quantile::tests::test_min_p | 
| 6384 | 2024-11-11T20:57:26.741Z |         PASS [   0.015s] oximeter-types quantile::tests::test_non_filled_observations | 
| 6385 | 2024-11-11T20:57:26.764Z |         PASS [   0.022s] oximeter-types schema::tests::test_field_schema_ordering | 
| 6386 | 2024-11-11T20:57:26.769Z |         PASS [   0.035s] oximeter-types quantile::tests::test_rounding | 
| 6387 | 2024-11-11T20:57:26.807Z |         PASS [   0.043s] oximeter-types schema::tests::test_timeseries_name | 
| 6388 | 2024-11-11T20:57:26.812Z |         PASS [   0.043s] oximeter-types schema::tests::test_timeseries_name_from_str | 
| 6389 | 2024-11-11T20:57:26.828Z |         PASS [   0.020s] oximeter-types traits::tests::test_metric_trait | 
| 6390 | 2024-11-11T20:57:26.837Z |         PASS [   0.023s] oximeter-types traits::tests::test_producer_trait | 
| 6391 | 2024-11-11T20:57:26.851Z |         PASS [   0.023s] oximeter-types traits::tests::test_target_trait | 
| 6392 | 2024-11-11T20:57:26.862Z |         PASS [   0.024s] oximeter-types types::tests::test_cumulative_f64 | 
| 6393 | 2024-11-11T20:57:26.871Z |         PASS [   0.022s] oximeter-types types::tests::test_cumulative_i64 | 
| 6394 | 2024-11-11T20:57:26.879Z |         PASS [   0.019s] oximeter-types types::tests::test_datum | 
| 6395 | 2024-11-11T20:57:26.889Z |         PASS [   0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string | 
| 6396 | 2024-11-11T20:57:26.896Z |         PASS [   0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8 | 
| 6397 | 2024-11-11T20:57:26.905Z |         PASS [   0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8 | 
| 6398 | 2024-11-11T20:57:26.911Z |         PASS [   0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16 | 
| 6399 | 2024-11-11T20:57:26.919Z |         PASS [   0.014s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16 | 
| 6400 | 2024-11-11T20:57:26.926Z |         PASS [   0.014s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32 | 
| 6401 | 2024-11-11T20:57:26.936Z |         PASS [   0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32 | 
| 6402 | 2024-11-11T20:57:26.944Z |         PASS [   0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64 | 
| 6403 | 2024-11-11T20:57:26.953Z |         PASS [   0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64 | 
| 6404 | 2024-11-11T20:57:26.958Z |         PASS [   0.014s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid | 
| 6405 | 2024-11-11T20:57:26.969Z |         PASS [   0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr | 
| 6406 | 2024-11-11T20:57:26.975Z |         PASS [   0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr | 
| 6407 | 2024-11-11T20:57:26.984Z |         PASS [   0.015s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64 | 
| 6408 | 2024-11-11T20:57:26.988Z |         PASS [   0.015s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid | 
| 6409 | 2024-11-11T20:57:26.999Z |         PASS [   0.014s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool | 
| 6410 | 2024-11-11T20:57:27.003Z |         PASS [   0.014s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr | 
| 6411 | 2024-11-11T20:57:27.012Z |         PASS [   0.014s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid | 
| 6412 | 2024-11-11T20:57:27.019Z |         PASS [   0.016s] oximeter-types types::tests::test_measurement | 
| 6413 | 2024-11-11T20:57:27.026Z |         PASS [   0.014s] oximeter-types types::tests::test_verify_field_names | 
| 6414 | 2024-11-11T20:57:27.033Z |         PASS [   0.013s] oxlog tests::test_is_oxide_smf_log_file | 
| 6415 | 2024-11-11T20:57:27.039Z |         PASS [   0.012s] oxlog tests::test_oxide_smf_service_name_from_log_file_name | 
| 6416 | 2024-11-11T20:57:27.049Z |         PASS [   0.016s] oxlog tests::test_sort_logs | 
| 6417 | 2024-11-11T20:57:27.114Z |         PASS [   0.066s] oxql-types point::tests::test_cast_points_from_bool | 
| 6418 | 2024-11-11T20:57:27.114Z |         PASS [   0.056s] oxql-types point::tests::test_cast_points_from_double | 
| 6419 | 2024-11-11T20:57:27.136Z |         PASS [   0.019s] oxql-types point::tests::test_cast_points_from_int_distribution | 
| 6420 | 2024-11-11T20:57:27.136Z |         PASS [   0.027s] oxql-types point::tests::test_cast_points_from_double_distribution | 
| 6421 | 2024-11-11T20:57:27.159Z |         PASS [   0.026s] oxql-types point::tests::test_cast_points_from_integer | 
| 6422 | 2024-11-11T20:57:27.168Z |         PASS [   0.031s] oxql-types point::tests::test_cast_points_from_string | 
| 6423 | 2024-11-11T20:57:27.178Z |         PASS [   0.021s] oxql-types point::tests::test_join_point_arrays | 
| 6424 | 2024-11-11T20:57:27.183Z |         PASS [   0.016s] oxql-types point::tests::test_point_delta_between | 
| 6425 | 2024-11-11T20:57:27.192Z |         PASS [   0.015s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges | 
| 6426 | 2024-11-11T20:57:27.197Z |         PASS [   0.014s] oxql-types point::tests::test_point_delta_between_with_new_epoch | 
| 6427 | 2024-11-11T20:57:27.207Z |         PASS [   0.014s] oxql-types point::tests::test_push_concrete_values | 
| 6428 | 2024-11-11T20:57:27.218Z |         PASS [   0.019s] oxql-types point::tests::test_sub_between_histogram_distributions | 
| 6429 | 2024-11-11T20:57:28.021Z |         PASS [   0.811s] reconfigurator-cli::test_basic test_basic | 
| 6430 | 2024-11-11T20:57:28.189Z |         PASS [   0.167s] reconfigurator-cli::test_basic test_example | 
| 6431 | 2024-11-11T20:57:28.328Z |         PASS [   0.139s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion | 
| 6432 | 2024-11-11T20:57:28.352Z |         PASS [   0.025s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion | 
| 6433 | 2024-11-11T20:57:28.400Z |         PASS [   0.047s] sled-agent-types rack_init::tests::parse_rack_initialization | 
| 6434 | 2024-11-11T20:57:28.429Z |         PASS [   0.029s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash | 
| 6435 | 2024-11-11T20:57:28.491Z |         PASS [   0.057s] sled-agent-types rack_init::tests::test_extra_certs | 
| 6436 | 2024-11-11T20:57:28.513Z |         PASS [   0.029s] sled-agent-types rack_init::tests::test_subnets | 
| 6437 | 2024-11-11T20:57:28.552Z |         PASS [   0.038s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools | 
| 6438 | 2024-11-11T20:57:28.557Z |         PASS [   3.066s] oximeter-producer tests::test_producer_registration_task | 
| 6439 | 2024-11-11T20:57:28.575Z |         PASS [   0.024s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1 | 
| 6440 | 2024-11-11T20:57:28.581Z |         PASS [   0.024s] sled-agent-types zone_bundle::tests::test_compare_bundles | 
| 6441 | 2024-11-11T20:57:28.599Z |         PASS [   0.023s] sled-agent-types zone_bundle::tests::test_priority_dimension | 
| 6442 | 2024-11-11T20:57:28.605Z |         PASS [   0.024s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause | 
| 6443 | 2024-11-11T20:57:28.620Z |         PASS [   0.020s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available | 
| 6444 | 2024-11-11T20:57:28.657Z |         PASS [   0.030s] sled-hardware disk::test::test_partition_device_paths | 
| 6445 | 2024-11-11T20:57:28.657Z |         PASS [   0.044s] sled-hardware disk::test::test_disk_paths | 
| 6446 | 2024-11-11T20:57:28.738Z |         PASS [   0.075s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt | 
| 6447 | 2024-11-11T20:57:28.738Z |         PASS [   0.082s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format | 
| 6448 | 2024-11-11T20:57:28.754Z |         PASS [   0.023s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format | 
| 6449 | 2024-11-11T20:57:28.760Z |         PASS [   0.022s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt | 
| 6450 | 2024-11-11T20:57:28.781Z |         PASS [   0.021s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path | 
| 6451 | 2024-11-11T20:57:28.800Z |         PASS [   0.019s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format | 
| 6452 | 2024-11-11T20:57:28.805Z |         PASS [   0.053s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path | 
| 6453 | 2024-11-11T20:57:28.824Z |         PASS [   0.022s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip | 
| 6454 | 2024-11-11T20:57:28.866Z |         PASS [   0.058s] sled-storage dataset::test::serialize_dataset_name | 
| 6455 | 2024-11-11T20:57:28.911Z |         PASS [   0.084s] sled-storage manager::test::test_datasets_schema | 
| 6456 | 2024-11-11T20:57:28.912Z |         PASS [   0.042s] sled-storage manager::test::test_omicron_physical_disks_schema | 
| 6457 | 2024-11-11T20:57:30.313Z |         PASS [   1.399s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool | 
| 6458 | 2024-11-11T20:57:30.348Z |         PASS [   0.035s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification | 
| 6459 | 2024-11-11T20:57:31.144Z |         PASS [   2.235s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager | 
| 6460 | 2024-11-11T20:57:33.561Z |         PASS [   2.415s] sled-storage manager::tests::ensure_datasets | 
| 6461 | 2024-11-11T20:57:33.612Z |         PASS [   0.051s] sled-storage manager::tests::ensure_using_exactly_these_disks | 
| 6462 | 2024-11-11T20:57:33.728Z |         PASS [  32.130s] omicron-sled-agent nexus::test::nexus_self_notification_test | 
| 6463 | 2024-11-11T20:57:34.186Z |         PASS [   3.836s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready | 
| 6464 | 2024-11-11T20:57:36.215Z |         PASS [   2.603s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2 | 
| 6465 | 2024-11-11T20:57:36.839Z |         PASS [   3.110s] sled-storage manager::tests::nested_dataset | 
| 6466 | 2024-11-11T20:57:37.255Z |         PASS [   3.066s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error | 
| 6467 | 2024-11-11T20:57:38.063Z |         PASS [   1.847s] sled-storage manager::tests::update_rawdisk_firmware | 
| 6468 | 2024-11-11T20:57:38.681Z |         PASS [   1.428s] sled-storage manager::tests::wait_for_boot_disk | 
| 6469 | 2024-11-11T20:57:39.262Z |         PASS [   0.579s] tufaceous::integration-tests command_tests::test_init_and_add | 
| 6470 | 2024-11-11T20:57:39.272Z |         PASS [   1.207s] tufaceous::integration-tests command_tests::test_assemble_fake | 
| 6471 | 2024-11-11T20:57:39.327Z |         PASS [   2.488s] sled-storage manager::tests::upsert_filesystem | 
| 6472 | 2024-11-11T20:57:39.368Z |         PASS [   0.096s] tufaceous-lib archive::tests::test_validate_path | 
| 6473 | 2024-11-11T20:57:39.426Z |         PASS [   0.098s] tufaceous-lib assemble::manifest::tests::fake_roundtrip | 
| 6474 | 2024-11-11T20:57:39.594Z |         PASS [   0.227s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename | 
| 6475 | 2024-11-11T20:57:40.031Z |         PASS [   0.768s] tufaceous::manifest-tests check_manifest::fake.toml | 
| 6476 | 2024-11-11T20:57:40.137Z |         PASS [   0.107s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses | 
| 6477 | 2024-11-11T20:57:40.216Z |         PASS [   0.079s] update-common artifacts::update_plan::tests::test_bad_rot_versions | 
| 6478 | 2024-11-11T20:57:40.303Z |         PASS [  15.452s] oximeter-db::integration_test test_schemas_disjoint | 
| 6479 | 2024-11-11T20:57:40.372Z |         PASS [   0.155s] update-common artifacts::update_plan::tests::test_multi_rot_bord | 
| 6480 | 2024-11-11T20:57:40.412Z |         PASS [   0.110s] update-common artifacts::update_plan::tests::test_multi_rot_version | 
| 6481 | 2024-11-11T20:57:40.414Z |         PASS [   0.049s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders | 
| 6482 | 2024-11-11T20:57:40.468Z |         PASS [   0.056s] update-common artifacts::update_plan::tests::test_too_many_rot_bord | 
| 6483 | 2024-11-11T20:57:40.500Z |         PASS [   0.078s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts | 
| 6484 | 2024-11-11T20:57:40.585Z |         PASS [   1.160s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake | 
| 6485 | 2024-11-11T20:57:40.620Z |         PASS [   0.035s] update-engine display::line_display_shared::tests::test_format_progress_counter | 
| 6486 | 2024-11-11T20:57:40.651Z |         PASS [   0.032s] update-engine display::line_display_shared::tests::test_start_line | 
| 6487 | 2024-11-11T20:57:40.682Z |         PASS [   0.031s] update-engine engine::tests::error_exits_early | 
| 6488 | 2024-11-11T20:57:40.706Z |         PASS [   0.209s] update-engine display::group_display::tests::test_stats | 
| 6489 | 2024-11-11T20:57:40.727Z |         PASS [   0.044s] update-engine events::tests::progress_event_parse_unknown | 
| 6490 | 2024-11-11T20:57:40.738Z |         PASS [   0.030s] update-engine events::tests::step_event_parse_unknown | 
| 6491 | 2024-11-11T20:57:40.754Z |         PASS [   0.028s] update-engine spec::tests::test_merge_anyhow_list | 
| 6492 | 2024-11-11T20:57:40.812Z |         PASS [   0.056s] wicket state::inventory::tests::component_id_display | 
| 6493 | 2024-11-11T20:57:40.856Z |         PASS [   0.390s] update-engine buffer::tests::test_buffer | 
| 6494 | 2024-11-11T20:57:40.950Z |         PASS [   0.092s] wicket-common rack_setup::tests::roundtrip_import_export_policy | 
| 6495 | 2024-11-11T20:57:40.985Z |         PASS [   0.249s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config | 
| 6496 | 2024-11-11T20:57:41.098Z |         PASS [   0.150s] wicketd installinator_progress::tests::test_states | 
| 6497 | 2024-11-11T20:57:41.106Z |         PASS [   0.122s] wicketd rss_config::tests::test_bgp_auth_key_states | 
| 6498 | 2024-11-11T20:57:41.293Z |         PASS [   0.480s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like | 
| 6499 | 2024-11-11T20:57:42.389Z |         PASS [   1.291s] wicketd::mod integration_tests::inventory::test_inventory | 
| 6500 | 2024-11-11T20:57:42.850Z |         PASS [  30.221s] oximeter-db client::tests::cannot_ping_nonexistent_server | 
| 6501 | 2024-11-11T20:57:43.080Z |         PASS [   1.796s] wicketd::mod integration_tests::updates::test_update_races | 
| 6502 | 2024-11-11T20:57:43.196Z |         PASS [  15.980s] reconfigurator-cli::test_basic test_blueprint_edit | 
| 6503 | 2024-11-11T20:57:43.309Z |         PASS [   3.723s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent | 
| 6504 | 2024-11-11T20:57:44.698Z |         PASS [   2.316s] wicketd::mod integration_tests::updates::test_updates | 
| 6505 | 2024-11-11T20:57:44.912Z |         PASS [   3.812s] wicketd::mod integration_tests::updates::test_installinator_fetch | 
| 6506 | 2024-11-11T20:57:50.450Z |         PASS [  25.615s] oximeter-db::integration_test test_cluster | 
| 6507 | 2024-11-11T20:58:12.820Z |         PASS [  59.519s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated | 
| 6508 | 2024-11-11T20:58:15.563Z |         PASS [   2.742s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated | 
| 6509 | 2024-11-11T20:58:32.213Z |         PASS [  16.648s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated | 
| 6510 | 2024-11-11T20:58:52.424Z |         PASS [  20.205s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated | 
| 6511 | 2024-11-11T20:59:52.434Z |         SLOW [> 60.000s] oximeter-db client::tests::test_replicated | 
| 6512 | 2024-11-11T21:00:52.446Z |         SLOW [>120.000s] oximeter-db client::tests::test_replicated | 
| 6513 | 2024-11-11T21:01:52.458Z |         SLOW [>180.000s] oximeter-db client::tests::test_replicated | 
| 6514 | 2024-11-11T21:02:52.470Z |         SLOW [>240.000s] oximeter-db client::tests::test_replicated | 
| 6515 | 2024-11-11T21:03:52.482Z |         SLOW [>300.000s] oximeter-db client::tests::test_replicated | 
| 6516 | 2024-11-11T21:04:46.416Z |         PASS [ 353.936s] oximeter-db client::tests::test_replicated | 
| 6517 | 2024-11-11T21:04:46.420Z | ------------ | 
| 6518 | 2024-11-11T21:04:46.420Z |      Summary [2653.027s] 1673 tests run: 1673 passed (21 slow, 1 leaky), 4 skipped | 
| 6519 | 2024-11-11T21:04:46.451Z |  | 
| 6520 | 2024-11-11T21:04:46.455Z | real    44:37.297804436 | 
| 6521 | 2024-11-11T21:04:46.455Z | user  3:52:49.489692667 | 
| 6522 | 2024-11-11T21:04:46.455Z | sys     46:33.424149279 | 
| 6523 | 2024-11-11T21:04:46.455Z | trap     3:41.654558530 | 
| 6524 | 2024-11-11T21:04:46.455Z | tflt       38.362822661 | 
| 6525 | 2024-11-11T21:04:46.455Z | dflt     2:07.802605611 | 
| 6526 | 2024-11-11T21:04:46.455Z | kflt        0.526896222 | 
| 6527 | 2024-11-11T21:04:46.455Z | lock 1305:09:27.375135951 | 
| 6528 | 2024-11-11T21:04:46.455Z | slp  122:21:06.463331849 | 
| 6529 | 2024-11-11T21:04:46.455Z | lat   5:19:30.418882833 | 
| 6530 | 2024-11-11T21:04:46.455Z | stop  1:32:39.025514456 | 
| 6531 | 2024-11-11T21:04:46.455Z | + banner doctest | 
| 6532 | 2024-11-11T21:04:46.455Z |  | 
| 6533 | 2024-11-11T21:04:46.455Z |  #####    ####    ####    #####  ######   ####    ##### | 
| 6534 | 2024-11-11T21:04:46.455Z |  #    #  #    #  #    #     #    #       #          # | 
| 6535 | 2024-11-11T21:04:46.455Z |  #    #  #    #  #          #    #####    ####      # | 
| 6536 | 2024-11-11T21:04:46.455Z |  #    #  #    #  #          #    #            #     # | 
| 6537 | 2024-11-11T21:04:46.455Z |  #    #  #    #  #    #     #    #       #    #     # | 
| 6538 | 2024-11-11T21:04:46.455Z |  #####    ####    ####      #    ######   ####      # | 
| 6539 | 2024-11-11T21:04:46.455Z |  | 
| 6540 | 2024-11-11T21:04:46.455Z | + ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast | 
| 6541 | 2024-11-11T21:04:48.695Z |        Fresh unicode-ident v1.0.13 | 
| 6542 | 2024-11-11T21:04:48.695Z |        Fresh cfg-if v1.0.0 | 
| 6543 | 2024-11-11T21:04:48.699Z |        Fresh autocfg v1.4.0 | 
| 6544 | 2024-11-11T21:04:48.699Z |        Fresh memchr v2.7.4 | 
| 6545 | 2024-11-11T21:04:48.699Z |        Fresh version_check v0.9.5 | 
| 6546 | 2024-11-11T21:04:48.699Z |        Fresh proc-macro2 v1.0.87 | 
| 6547 | 2024-11-11T21:04:48.699Z |        Fresh value-bag v1.9.0 | 
| 6548 | 2024-11-11T21:04:48.699Z |        Fresh scopeguard v1.2.0 | 
| 6549 | 2024-11-11T21:04:48.699Z |        Fresh once_cell v1.20.2 | 
| 6550 | 2024-11-11T21:04:48.699Z |        Fresh itoa v1.0.11 | 
| 6551 | 2024-11-11T21:04:48.700Z |        Fresh quote v1.0.37 | 
| 6552 | 2024-11-11T21:04:48.700Z |        Fresh libc v0.2.161 | 
| 6553 | 2024-11-11T21:04:48.700Z |        Fresh log v0.4.22 | 
| 6554 | 2024-11-11T21:04:48.700Z |        Fresh byteorder v1.5.0 | 
| 6555 | 2024-11-11T21:04:48.700Z |        Fresh smallvec v1.13.2 | 
| 6556 | 2024-11-11T21:04:48.700Z |        Fresh pin-project-lite v0.2.14 | 
| 6557 | 2024-11-11T21:04:48.700Z |        Fresh shlex v1.3.0 | 
| 6558 | 2024-11-11T21:04:48.700Z |        Fresh syn v2.0.79 | 
| 6559 | 2024-11-11T21:04:48.700Z |        Fresh getrandom v0.2.15 | 
| 6560 | 2024-11-11T21:04:48.700Z |        Fresh lock_api v0.4.12 | 
| 6561 | 2024-11-11T21:04:48.700Z |        Fresh subtle v2.6.1 | 
| 6562 | 2024-11-11T21:04:48.700Z |        Fresh jobserver v0.1.32 | 
| 6563 | 2024-11-11T21:04:48.700Z |        Fresh serde_derive v1.0.210 | 
| 6564 | 2024-11-11T21:04:48.700Z |        Fresh rand_core v0.6.4 | 
| 6565 | 2024-11-11T21:04:48.700Z |        Fresh zeroize_derive v1.4.2 | 
| 6566 | 2024-11-11T21:04:48.700Z |        Fresh cc v1.1.30 | 
| 6567 | 2024-11-11T21:04:48.700Z |        Fresh thiserror-impl v1.0.64 | 
| 6568 | 2024-11-11T21:04:48.700Z |        Fresh zerocopy-derive v0.7.35 | 
| 6569 | 2024-11-11T21:04:48.701Z |        Fresh serde v1.0.210 | 
| 6570 | 2024-11-11T21:04:48.701Z |        Fresh zeroize v1.8.1 | 
| 6571 | 2024-11-11T21:04:48.701Z |        Fresh thiserror v1.0.64 | 
| 6572 | 2024-11-11T21:04:48.701Z |        Fresh zerocopy v0.7.35 | 
| 6573 | 2024-11-11T21:04:48.701Z |        Fresh typenum v1.17.0 | 
| 6574 | 2024-11-11T21:04:48.701Z |        Fresh allocator-api2 v0.2.18 | 
| 6575 | 2024-11-11T21:04:48.707Z |        Fresh bytes v1.7.2 | 
| 6576 | 2024-11-11T21:04:48.707Z |        Fresh bitflags v2.6.0 | 
| 6577 | 2024-11-11T21:04:48.707Z |        Fresh generic-array v0.14.7 | 
| 6578 | 2024-11-11T21:04:48.707Z |        Fresh regex-syntax v0.8.5 | 
| 6579 | 2024-11-11T21:04:48.708Z |        Fresh futures-core v0.3.31 | 
| 6580 | 2024-11-11T21:04:48.708Z |        Fresh parking_lot_core v0.9.10 | 
| 6581 | 2024-11-11T21:04:48.708Z |        Fresh ryu v1.0.18 | 
| 6582 | 2024-11-11T21:04:48.708Z |        Fresh spin v0.9.8 | 
| 6583 | 2024-11-11T21:04:48.708Z |        Fresh aho-corasick v1.1.3 | 
| 6584 | 2024-11-11T21:04:48.708Z |        Fresh crypto-common v0.1.6 | 
| 6585 | 2024-11-11T21:04:48.708Z |        Fresh parking_lot v0.12.3 | 
| 6586 | 2024-11-11T21:04:48.708Z |        Fresh libm v0.2.8 | 
| 6587 | 2024-11-11T21:04:48.708Z |        Fresh regex-automata v0.4.8 | 
| 6588 | 2024-11-11T21:04:48.708Z |        Fresh errno v0.3.9 | 
| 6589 | 2024-11-11T21:04:48.708Z |        Fresh signal-hook-registry v1.4.2 | 
| 6590 | 2024-11-11T21:04:48.708Z |        Fresh equivalent v1.0.1 | 
| 6591 | 2024-11-11T21:04:48.708Z |        Fresh num-traits v0.2.19 | 
| 6592 | 2024-11-11T21:04:48.708Z |        Fresh rustix v0.38.37 | 
| 6593 | 2024-11-11T21:04:48.708Z |        Fresh foldhash v0.1.3 | 
| 6594 | 2024-11-11T21:04:48.708Z |        Fresh mio v1.0.2 | 
| 6595 | 2024-11-11T21:04:48.708Z |        Fresh regex v1.11.0 | 
| 6596 | 2024-11-11T21:04:48.708Z |        Fresh lazy_static v1.5.0 | 
| 6597 | 2024-11-11T21:04:48.708Z |        Fresh tokio-macros v2.4.0 | 
| 6598 | 2024-11-11T21:04:48.708Z |        Fresh serde_json v1.0.128 | 
| 6599 | 2024-11-11T21:04:48.708Z |        Fresh hashbrown v0.15.0 | 
| 6600 | 2024-11-11T21:04:48.708Z |        Fresh socket2 v0.5.7 | 
| 6601 | 2024-11-11T21:04:48.708Z |        Fresh fnv v1.0.7 | 
| 6602 | 2024-11-11T21:04:48.708Z |        Fresh const-oid v0.9.6 | 
| 6603 | 2024-11-11T21:04:48.708Z |        Fresh futures-io v0.3.31 | 
| 6604 | 2024-11-11T21:04:48.709Z |        Fresh either v1.13.0 | 
| 6605 | 2024-11-11T21:04:48.709Z |        Fresh indexmap v2.6.0 | 
| 6606 | 2024-11-11T21:04:48.709Z |        Fresh tokio v1.40.0 | 
| 6607 | 2024-11-11T21:04:48.709Z |        Fresh block-buffer v0.10.4 | 
| 6608 | 2024-11-11T21:04:48.709Z |        Fresh pkg-config v0.3.31 | 
| 6609 | 2024-11-11T21:04:48.709Z |        Fresh cpufeatures v0.2.14 | 
| 6610 | 2024-11-11T21:04:48.709Z |        Fresh futures-sink v0.3.31 | 
| 6611 | 2024-11-11T21:04:48.709Z |        Fresh pin-utils v0.1.0 | 
| 6612 | 2024-11-11T21:04:48.709Z |        Fresh slab v0.4.9 | 
| 6613 | 2024-11-11T21:04:48.709Z |        Fresh digest v0.10.7 | 
| 6614 | 2024-11-11T21:04:48.709Z |        Fresh futures-channel v0.3.31 | 
| 6615 | 2024-11-11T21:04:48.709Z |        Fresh futures-macro v0.3.31 | 
| 6616 | 2024-11-11T21:04:48.709Z |        Fresh futures-task v0.3.31 | 
| 6617 | 2024-11-11T21:04:48.709Z |        Fresh heck v0.5.0 | 
| 6618 | 2024-11-11T21:04:48.709Z |        Fresh ppv-lite86 v0.2.20 | 
| 6619 | 2024-11-11T21:04:48.709Z |        Fresh iana-time-zone v0.1.61 | 
| 6620 | 2024-11-11T21:04:48.709Z |        Fresh futures-util v0.3.31 | 
| 6621 | 2024-11-11T21:04:48.709Z |        Fresh rand_chacha v0.3.1 | 
| 6622 | 2024-11-11T21:04:48.710Z |        Fresh chrono v0.4.38 | 
| 6623 | 2024-11-11T21:04:48.710Z |        Fresh tinyvec_macros v0.1.1 | 
| 6624 | 2024-11-11T21:04:48.710Z |        Fresh uuid v1.10.0 | 
| 6625 | 2024-11-11T21:04:48.710Z |        Fresh tracing-attributes v0.1.27 | 
| 6626 | 2024-11-11T21:04:48.710Z |        Fresh rand v0.8.5 | 
| 6627 | 2024-11-11T21:04:48.710Z |        Fresh tinyvec v1.8.0 | 
| 6628 | 2024-11-11T21:04:48.710Z |        Fresh tracing-core v0.1.32 | 
| 6629 | 2024-11-11T21:04:48.710Z |        Fresh glob v0.3.1 | 
| 6630 | 2024-11-11T21:04:48.711Z |        Fresh unicode-bidi v0.3.17 | 
| 6631 | 2024-11-11T21:04:48.711Z |        Fresh home v0.5.9 | 
| 6632 | 2024-11-11T21:04:48.711Z |        Fresh semver v1.0.23 | 
| 6633 | 2024-11-11T21:04:48.711Z |        Fresh syn v1.0.109 | 
| 6634 | 2024-11-11T21:04:48.711Z |        Fresh tracing v0.1.40 | 
| 6635 | 2024-11-11T21:04:48.711Z |        Fresh unicode-normalization v0.1.24 | 
| 6636 | 2024-11-11T21:04:48.711Z |        Fresh minimal-lexical v0.2.1 | 
| 6637 | 2024-11-11T21:04:48.711Z |        Fresh http v1.1.0 | 
| 6638 | 2024-11-11T21:04:48.711Z |        Fresh serde_derive_internals v0.29.1 | 
| 6639 | 2024-11-11T21:04:48.711Z |        Fresh vcpkg v0.2.15 | 
| 6640 | 2024-11-11T21:04:48.711Z |        Fresh nom v7.1.3 | 
| 6641 | 2024-11-11T21:04:48.711Z |        Fresh percent-encoding v2.3.1 | 
| 6642 | 2024-11-11T21:04:48.711Z |        Fresh dyn-clone v1.0.17 | 
| 6643 | 2024-11-11T21:04:48.711Z |        Fresh schemars_derive v0.8.21 | 
| 6644 | 2024-11-11T21:04:48.711Z |        Fresh form_urlencoded v1.2.1 | 
| 6645 | 2024-11-11T21:04:48.711Z |        Fresh itertools v0.12.1 | 
| 6646 | 2024-11-11T21:04:48.711Z |        Fresh libloading v0.8.5 | 
| 6647 | 2024-11-11T21:04:48.711Z |        Fresh schemars v0.8.21 | 
| 6648 | 2024-11-11T21:04:48.711Z |        Fresh crossbeam-utils v0.8.20 | 
| 6649 | 2024-11-11T21:04:48.711Z |        Fresh prettyplease v0.2.22 | 
| 6650 | 2024-11-11T21:04:48.711Z |        Fresh clang-sys v1.8.1 | 
| 6651 | 2024-11-11T21:04:48.711Z |        Fresh cexpr v0.6.0 | 
| 6652 | 2024-11-11T21:04:48.712Z |        Fresh which v4.4.2 | 
| 6653 | 2024-11-11T21:04:48.712Z |        Fresh block-padding v0.3.3 | 
| 6654 | 2024-11-11T21:04:48.712Z |        Fresh lazycell v1.3.0 | 
| 6655 | 2024-11-11T21:04:48.712Z |        Fresh rustc-hash v1.1.0 | 
| 6656 | 2024-11-11T21:04:48.713Z |        Fresh inout v0.1.3 | 
| 6657 | 2024-11-11T21:04:48.713Z |        Fresh idna v0.5.0 | 
| 6658 | 2024-11-11T21:04:48.713Z |        Fresh adler2 v2.0.0 | 
| 6659 | 2024-11-11T21:04:48.713Z |        Fresh bindgen v0.69.5 | 
| 6660 | 2024-11-11T21:04:48.713Z |        Fresh cipher v0.4.4 | 
| 6661 | 2024-11-11T21:04:48.713Z |        Fresh url v2.5.2 | 
| 6662 | 2024-11-11T21:04:48.713Z |        Fresh miniz_oxide v0.8.0 | 
| 6663 | 2024-11-11T21:04:48.713Z |        Fresh time-core v0.1.2 | 
| 6664 | 2024-11-11T21:04:48.713Z |        Fresh paste v1.0.15 | 
| 6665 | 2024-11-11T21:04:48.713Z |        Fresh httparse v1.9.5 | 
| 6666 | 2024-11-11T21:04:48.713Z |        Fresh num-conv v0.1.0 | 
| 6667 | 2024-11-11T21:04:48.713Z |        Fresh powerfmt v0.2.0 | 
| 6668 | 2024-11-11T21:04:48.713Z |        Fresh atomic-waker v1.1.2 | 
| 6669 | 2024-11-11T21:04:48.713Z |        Fresh tokio-util v0.7.12 | 
| 6670 | 2024-11-11T21:04:48.713Z |        Fresh cmake v0.1.51 | 
| 6671 | 2024-11-11T21:04:48.713Z |        Fresh fs_extra v1.3.0 | 
| 6672 | 2024-11-11T21:04:48.713Z |        Fresh deranged v0.3.11 | 
| 6673 | 2024-11-11T21:04:48.713Z |        Fresh time-macros v0.2.18 | 
| 6674 | 2024-11-11T21:04:48.713Z |        Fresh untrusted v0.9.0 | 
| 6675 | 2024-11-11T21:04:48.717Z |        Fresh num_threads v0.1.7 | 
| 6676 | 2024-11-11T21:04:48.717Z |        Fresh dunce v1.0.5 | 
| 6677 | 2024-11-11T21:04:48.717Z |        Fresh base64ct v1.6.0 | 
| 6678 | 2024-11-11T21:04:48.717Z |        Fresh hmac v0.12.1 | 
| 6679 | 2024-11-11T21:04:48.717Z |        Fresh toml_datetime v0.6.8 | 
| 6680 | 2024-11-11T21:04:48.717Z |        Fresh time v0.3.36 | 
| 6681 | 2024-11-11T21:04:48.717Z |        Fresh ring v0.17.8 | 
| 6682 | 2024-11-11T21:04:48.719Z |        Fresh serde_spanned v0.6.8 | 
| 6683 | 2024-11-11T21:04:48.719Z |        Fresh sha2 v0.10.8 | 
| 6684 | 2024-11-11T21:04:48.719Z |        Fresh strsim v0.11.1 | 
| 6685 | 2024-11-11T21:04:48.719Z |        Fresh rustls-pki-types v1.9.0 | 
| 6686 | 2024-11-11T21:04:48.719Z |        Fresh untrusted v0.7.1 | 
| 6687 | 2024-11-11T21:04:48.719Z |        Fresh pem-rfc7468 v0.7.0 | 
| 6688 | 2024-11-11T21:04:48.719Z |        Fresh http-body v1.0.1 | 
| 6689 | 2024-11-11T21:04:48.719Z |        Fresh try-lock v0.2.5 | 
| 6690 | 2024-11-11T21:04:48.719Z |        Fresh base64 v0.22.1 | 
| 6691 | 2024-11-11T21:04:48.719Z |        Fresh ahash v0.8.11 | 
| 6692 | 2024-11-11T21:04:48.719Z |        Fresh aws-lc-sys v0.22.0 | 
| 6693 | 2024-11-11T21:04:48.719Z |        Fresh gimli v0.31.1 | 
| 6694 | 2024-11-11T21:04:48.719Z |        Fresh httpdate v1.0.3 | 
| 6695 | 2024-11-11T21:04:48.719Z |        Fresh mirai-annotations v1.12.0 | 
| 6696 | 2024-11-11T21:04:48.719Z |        Fresh want v0.3.1 | 
| 6697 | 2024-11-11T21:04:48.719Z |        Fresh h2 v0.4.6 | 
| 6698 | 2024-11-11T21:04:48.719Z |        Fresh aws-lc-rs v1.10.0 | 
| 6699 | 2024-11-11T21:04:48.719Z |        Fresh addr2line v0.24.2 | 
| 6700 | 2024-11-11T21:04:48.719Z |        Fresh object v0.36.5 | 
| 6701 | 2024-11-11T21:04:48.720Z |        Fresh rustc-demangle v0.1.24 | 
| 6702 | 2024-11-11T21:04:48.720Z |        Fresh hyper v1.4.1 | 
| 6703 | 2024-11-11T21:04:48.720Z |        Fresh backtrace v0.3.74 | 
| 6704 | 2024-11-11T21:04:48.720Z |        Fresh rustls-webpki v0.102.8 | 
| 6705 | 2024-11-11T21:04:48.720Z |        Fresh serde_tokenstream v0.2.2 | 
| 6706 | 2024-11-11T21:04:48.720Z |        Fresh async-trait v0.1.83 | 
| 6707 | 2024-11-11T21:04:48.720Z |        Fresh der_derive v0.7.3 | 
| 6708 | 2024-11-11T21:04:48.720Z |        Fresh flagset v0.4.6 | 
| 6709 | 2024-11-11T21:04:48.720Z |        Fresh anyhow v1.0.92 | 
| 6710 | 2024-11-11T21:04:48.720Z |        Fresh der v0.7.9 | 
| 6711 | 2024-11-11T21:04:48.720Z |        Fresh slog v2.7.0 | 
| 6712 | 2024-11-11T21:04:48.720Z |        Fresh pbkdf2 v0.12.2 | 
| 6713 | 2024-11-11T21:04:48.720Z |        Fresh aes v0.8.4 | 
| 6714 | 2024-11-11T21:04:48.720Z |        Fresh rustc_version v0.4.1 | 
| 6715 | 2024-11-11T21:04:48.720Z |        Fresh tower-service v0.3.3 | 
| 6716 | 2024-11-11T21:04:48.720Z |        Fresh hyper-util v0.1.9 | 
| 6717 | 2024-11-11T21:04:48.720Z |        Fresh spki v0.7.3 | 
| 6718 | 2024-11-11T21:04:48.720Z |        Fresh salsa20 v0.10.2 | 
| 6719 | 2024-11-11T21:04:48.720Z |        Fresh cbc v0.1.2 | 
| 6720 | 2024-11-11T21:04:48.720Z |        Fresh mime v0.3.17 | 
| 6721 | 2024-11-11T21:04:48.720Z |        Fresh ipnet v2.10.1 | 
| 6722 | 2024-11-11T21:04:48.720Z |        Fresh http-body-util v0.1.2 | 
| 6723 | 2024-11-11T21:04:48.720Z |        Fresh scrypt v0.11.0 | 
| 6724 | 2024-11-11T21:04:48.720Z |        Fresh futures-executor v0.3.31 | 
| 6725 | 2024-11-11T21:04:48.720Z |        Fresh foreign-types-shared v0.1.1 | 
| 6726 | 2024-11-11T21:04:48.720Z |        Fresh openssl-probe v0.1.5 | 
| 6727 | 2024-11-11T21:04:48.720Z |        Fresh openssl-sys v0.9.104 | 
| 6728 | 2024-11-11T21:04:48.720Z |        Fresh rustls-pemfile v2.2.0 | 
| 6729 | 2024-11-11T21:04:48.720Z |        Fresh pkcs5 v0.7.1 | 
| 6730 | 2024-11-11T21:04:48.720Z |        Fresh rustversion v1.0.17 | 
| 6731 | 2024-11-11T21:04:48.720Z |        Fresh foreign-types v0.3.2 | 
| 6732 | 2024-11-11T21:04:48.720Z |        Fresh futures v0.3.31 | 
| 6733 | 2024-11-11T21:04:48.720Z |        Fresh openssl-macros v0.1.1 | 
| 6734 | 2024-11-11T21:04:48.721Z |        Fresh data-encoding v2.6.0 | 
| 6735 | 2024-11-11T21:04:48.721Z |        Fresh pkcs8 v0.10.2 | 
| 6736 | 2024-11-11T21:04:48.721Z |        Fresh openssl v0.10.68 | 
| 6737 | 2024-11-11T21:04:48.721Z |        Fresh serde_urlencoded v0.7.1 | 
| 6738 | 2024-11-11T21:04:48.721Z |        Fresh encoding_rs v0.8.34 | 
| 6739 | 2024-11-11T21:04:48.721Z |        Fresh utf8parse v0.2.2 | 
| 6740 | 2024-11-11T21:04:48.721Z |        Fresh winnow v0.5.40 | 
| 6741 | 2024-11-11T21:04:48.721Z |        Fresh rustls v0.23.14 | 
| 6742 | 2024-11-11T21:04:48.721Z |        Fresh toml_edit v0.19.15 | 
| 6743 | 2024-11-11T21:04:48.721Z |        Fresh is-terminal v0.4.13 | 
| 6744 | 2024-11-11T21:04:48.721Z |        Fresh winnow v0.6.20 | 
| 6745 | 2024-11-11T21:04:48.721Z |        Fresh unicode-width v0.1.14 | 
| 6746 | 2024-11-11T21:04:48.722Z |        Fresh camino v1.1.9 | 
| 6747 | 2024-11-11T21:04:48.722Z |        Fresh tokio-rustls v0.26.0 | 
| 6748 | 2024-11-11T21:04:48.722Z |        Fresh idna v0.3.0 | 
| 6749 | 2024-11-11T21:04:48.722Z |        Fresh sha1 v0.10.6 | 
| 6750 | 2024-11-11T21:04:48.722Z |        Fresh openapiv3 v2.0.0 | 
| 6751 | 2024-11-11T21:04:48.722Z |        Fresh anstyle v1.0.10 | 
| 6752 | 2024-11-11T21:04:48.722Z |        Fresh native-tls v0.2.12 | 
| 6753 | 2024-11-11T21:04:48.722Z |        Fresh siphasher v0.3.11 | 
| 6754 | 2024-11-11T21:04:48.722Z |        Fresh psl-types v2.0.11 | 
| 6755 | 2024-11-11T21:04:48.723Z |        Fresh cookie v0.18.1 | 
| 6756 | 2024-11-11T21:04:48.723Z |        Fresh webpki-roots v0.26.6 | 
| 6757 | 2024-11-11T21:04:48.723Z |        Fresh dirs-sys-next v0.1.2 | 
| 6758 | 2024-11-11T21:04:48.723Z |        Fresh ucd-trie v0.1.7 | 
| 6759 | 2024-11-11T21:04:48.723Z |        Fresh signature v2.2.0 | 
| 6760 | 2024-11-11T21:04:48.723Z |        Fresh tokio-native-tls v0.3.1 | 
| 6761 | 2024-11-11T21:04:48.723Z |        Fresh publicsuffix v2.2.3 | 
| 6762 | 2024-11-11T21:04:48.723Z |        Fresh dirs-next v2.0.0 | 
| 6763 | 2024-11-11T21:04:48.723Z |        Fresh hyper-rustls v0.27.3 | 
| 6764 | 2024-11-11T21:04:48.723Z |        Fresh pest v2.7.14 | 
| 6765 | 2024-11-11T21:04:48.723Z |        Fresh sync_wrapper v1.0.1 | 
| 6766 | 2024-11-11T21:04:48.723Z |        Fresh anstyle-parse v0.2.5 | 
| 6767 | 2024-11-11T21:04:48.723Z |        Fresh scroll_derive v0.12.0 | 
| 6768 | 2024-11-11T21:04:48.723Z |        Fresh cookie_store v0.21.0 | 
| 6769 | 2024-11-11T21:04:48.723Z |        Fresh hyper-tls v0.6.0 | 
| 6770 | 2024-11-11T21:04:48.723Z |        Fresh term v0.7.0 | 
| 6771 | 2024-11-11T21:04:48.723Z |        Fresh pest_meta v2.7.14 | 
| 6772 | 2024-11-11T21:04:48.723Z |        Fresh unicode-segmentation v1.12.0 | 
| 6773 | 2024-11-11T21:04:48.723Z |        Fresh anstyle-query v1.1.1 | 
| 6774 | 2024-11-11T21:04:48.723Z |        Fresh heck v0.4.1 | 
| 6775 | 2024-11-11T21:04:48.726Z |        Fresh is_terminal_polyfill v1.70.1 | 
| 6776 | 2024-11-11T21:04:48.726Z |        Fresh reqwest v0.12.8 | 
| 6777 | 2024-11-11T21:04:48.726Z |        Fresh colorchoice v1.0.2 | 
| 6778 | 2024-11-11T21:04:48.726Z |        Fresh pest_generator v2.7.14 | 
| 6779 | 2024-11-11T21:04:48.726Z |        Fresh scroll v0.12.0 | 
| 6780 | 2024-11-11T21:04:48.726Z |        Fresh toml_edit v0.22.22 | 
| 6781 | 2024-11-11T21:04:48.726Z |        Fresh terminal_size v0.4.0 | 
| 6782 | 2024-11-11T21:04:48.726Z |        Fresh crc32fast v1.4.2 | 
| 6783 | 2024-11-11T21:04:48.726Z |        Fresh plain v0.2.3 | 
| 6784 | 2024-11-11T21:04:48.726Z |        Fresh anstream v0.6.15 | 
| 6785 | 2024-11-11T21:04:48.726Z |        Fresh base16ct v0.2.0 | 
| 6786 | 2024-11-11T21:04:48.728Z |        Fresh clap_lex v0.7.2 | 
| 6787 | 2024-11-11T21:04:48.728Z |        Fresh pest_derive v2.7.14 | 
| 6788 | 2024-11-11T21:04:48.728Z |        Fresh goblin v0.8.2 | 
| 6789 | 2024-11-11T21:04:48.728Z |        Fresh clap_derive v4.5.18 | 
| 6790 | 2024-11-11T21:04:48.728Z |        Fresh num-integer v0.1.46 | 
| 6791 | 2024-11-11T21:04:48.728Z |        Fresh ff v0.13.0 | 
| 6792 | 2024-11-11T21:04:48.728Z |        Fresh sec1 v0.7.3 | 
| 6793 | 2024-11-11T21:04:48.728Z |        Fresh clap_builder v4.5.20 | 
| 6794 | 2024-11-11T21:04:48.728Z |        Fresh pretty-hex v0.4.1 | 
| 6795 | 2024-11-11T21:04:48.728Z |        Fresh group v0.13.0 | 
| 6796 | 2024-11-11T21:04:48.728Z |        Fresh dtrace-parser v0.2.0 | 
| 6797 | 2024-11-11T21:04:48.728Z |        Fresh hkdf v0.12.4 | 
| 6798 | 2024-11-11T21:04:48.728Z |        Fresh crossbeam-epoch v0.9.18 | 
| 6799 | 2024-11-11T21:04:48.728Z |        Fresh clap v4.5.20 | 
| 6800 | 2024-11-11T21:04:48.728Z |        Fresh dof v0.3.0 | 
| 6801 | 2024-11-11T21:04:48.728Z |        Fresh crypto-bigint v0.5.5 | 
| 6802 | 2024-11-11T21:04:48.728Z |        Fresh thread-id v4.2.2 | 
| 6803 | 2024-11-11T21:04:48.728Z |        Fresh static_assertions v1.1.0 | 
| 6804 | 2024-11-11T21:04:48.728Z |        Fresh bitflags v1.3.2 | 
| 6805 | 2024-11-11T21:04:48.729Z |        Fresh utf-8 v0.7.6 | 
| 6806 | 2024-11-11T21:04:48.729Z |        Fresh elliptic-curve v0.13.8 | 
| 6807 | 2024-11-11T21:04:48.729Z |        Fresh usdt-impl v0.5.0 | 
| 6808 | 2024-11-11T21:04:48.729Z |        Fresh itertools v0.10.5 | 
| 6809 | 2024-11-11T21:04:48.729Z |        Fresh hex v0.4.3 | 
| 6810 | 2024-11-11T21:04:48.729Z |        Fresh bit-vec v0.6.3 | 
| 6811 | 2024-11-11T21:04:48.729Z |        Fresh stable_deref_trait v1.2.0 | 
| 6812 | 2024-11-11T21:04:48.729Z |        Fresh bit-set v0.5.3 | 
| 6813 | 2024-11-11T21:04:48.729Z |        Fresh crossbeam-deque v0.8.5 | 
| 6814 | 2024-11-11T21:04:48.729Z |        Fresh num-iter v0.1.45 | 
| 6815 | 2024-11-11T21:04:48.729Z |        Fresh toml v0.8.19 | 
| 6816 | 2024-11-11T21:04:48.729Z |        Fresh flate2 v1.0.34 | 
| 6817 | 2024-11-11T21:04:48.729Z |        Fresh crossbeam-channel v0.5.13 | 
| 6818 | 2024-11-11T21:04:48.729Z |        Fresh thread_local v1.1.8 | 
| 6819 | 2024-11-11T21:04:48.729Z |        Fresh rayon-core v1.12.1 | 
| 6820 | 2024-11-11T21:04:48.729Z |        Fresh usdt-macro v0.5.0 | 
| 6821 | 2024-11-11T21:04:48.729Z |        Fresh usdt-attr-macro v0.5.0 | 
| 6822 | 2024-11-11T21:04:48.729Z |        Fresh phf_shared v0.11.2 | 
| 6823 | 2024-11-11T21:04:48.729Z |        Fresh toml v0.7.8 | 
| 6824 | 2024-11-11T21:04:48.729Z |        Fresh rfc6979 v0.4.0 | 
| 6825 | 2024-11-11T21:04:48.729Z |        Fresh bstr v1.10.0 | 
| 6826 | 2024-11-11T21:04:48.729Z |        Fresh curve25519-dalek-derive v0.1.1 | 
| 6827 | 2024-11-11T21:04:48.729Z |        Fresh zerocopy-derive v0.6.6 | 
| 6828 | 2024-11-11T21:04:48.729Z |        Fresh memmap v0.7.0 | 
| 6829 | 2024-11-11T21:04:48.729Z |        Fresh managed v0.8.0 | 
| 6830 | 2024-11-11T21:04:48.729Z |        Fresh match_cfg v0.1.0 | 
| 6831 | 2024-11-11T21:04:48.729Z |        Fresh take_mut v0.2.2 | 
| 6832 | 2024-11-11T21:04:48.729Z |        Fresh fixedbitset v0.4.2 | 
| 6833 | 2024-11-11T21:04:48.729Z |        Fresh num-bigint-dig v0.8.4 | 
| 6834 | 2024-11-11T21:04:48.729Z |        Fresh ecdsa v0.16.9 | 
| 6835 | 2024-11-11T21:04:48.729Z |        Fresh zerocopy v0.6.6 | 
| 6836 | 2024-11-11T21:04:48.729Z |        Fresh hostname v0.3.1 | 
| 6837 | 2024-11-11T21:04:48.729Z |        Fresh slog-async v2.8.0 | 
| 6838 | 2024-11-11T21:04:48.730Z |        Fresh petgraph v0.6.5 | 
| 6839 | 2024-11-11T21:04:48.730Z |        Fresh usdt v0.5.0 | 
| 6840 | 2024-11-11T21:04:48.730Z |        Fresh curve25519-dalek v4.1.3 | 
| 6841 | 2024-11-11T21:04:48.730Z |        Fresh slog-term v2.9.1 | 
| 6842 | 2024-11-11T21:04:48.731Z |        Fresh phf_shared v0.10.0 | 
| 6843 | 2024-11-11T21:04:48.731Z |        Fresh pkcs1 v0.7.5 | 
| 6844 | 2024-11-11T21:04:48.731Z |        Fresh precomputed-hash v0.1.1 | 
| 6845 | 2024-11-11T21:04:48.731Z |        Fresh new_debug_unreachable v1.0.6 | 
| 6846 | 2024-11-11T21:04:48.731Z |        Fresh unicode-xid v0.2.6 | 
| 6847 | 2024-11-11T21:04:48.731Z |        Fresh rustls v0.22.4 | 
| 6848 | 2024-11-11T21:04:48.731Z |        Fresh signal-hook v0.3.17 | 
| 6849 | 2024-11-11T21:04:48.731Z |        Fresh string_cache v0.8.7 | 
| 6850 | 2024-11-11T21:04:48.731Z |        Fresh rsa v0.9.6 | 
| 6851 | 2024-11-11T21:04:48.731Z |        Fresh ed25519 v2.2.3 | 
| 6852 | 2024-11-11T21:04:48.731Z |        Fresh hubpack_derive v0.1.1 | 
| 6853 | 2024-11-11T21:04:48.731Z |        Fresh quick-error v1.2.3 | 
| 6854 | 2024-11-11T21:04:48.731Z |        Fresh tokio-rustls v0.25.0 | 
| 6855 | 2024-11-11T21:04:48.731Z |        Fresh bzip2-sys v0.1.11+1.0.8 | 
| 6856 | 2024-11-11T21:04:48.731Z |        Fresh ed25519-dalek v2.1.1 | 
| 6857 | 2024-11-11T21:04:48.731Z |        Fresh hubpack v0.1.2 | 
| 6858 | 2024-11-11T21:04:48.731Z |        Fresh x509-cert v0.2.5 | 
| 6859 | 2024-11-11T21:04:48.731Z |        Fresh slog-json v2.6.1 | 
| 6860 | 2024-11-11T21:04:48.731Z |        Fresh idna v0.4.0 | 
| 6861 | 2024-11-11T21:04:48.731Z |        Fresh enum-as-inner v0.6.1 | 
| 6862 | 2024-11-11T21:04:48.731Z |        Fresh async-stream-impl v0.3.6 | 
| 6863 | 2024-11-11T21:04:48.731Z |        Fresh debug-ignore v1.0.5 | 
| 6864 | 2024-11-11T21:04:48.731Z |        Fresh lalrpop-util v0.19.12 | 
| 6865 | 2024-11-11T21:04:48.731Z |        Fresh multer v3.1.0 | 
| 6866 | 2024-11-11T21:04:48.731Z |        Fresh slog-bunyan v2.5.0 | 
| 6867 | 2024-11-11T21:04:48.731Z |        Fresh async-stream v0.3.6 | 
| 6868 | 2024-11-11T21:04:48.731Z |        Fresh hickory-proto v0.24.1 | 
| 6869 | 2024-11-11T21:04:48.731Z |        Fresh bzip2 v0.4.4 | 
| 6870 | 2024-11-11T21:04:48.731Z |        Fresh signal-hook-mio v0.2.4 | 
| 6871 | 2024-11-11T21:04:48.731Z |        Fresh console v0.15.8 | 
| 6872 | 2024-11-11T21:04:48.731Z |        Fresh dropshot_endpoint v0.12.0 | 
| 6873 | 2024-11-11T21:04:48.731Z |        Fresh waitgroup v0.1.2 | 
| 6874 | 2024-11-11T21:04:48.731Z |        Fresh serde_path_to_error v0.1.16 | 
| 6875 | 2024-11-11T21:04:48.735Z |        Fresh hostname v0.4.0 | 
| 6876 | 2024-11-11T21:04:48.735Z |        Fresh hash32 v0.2.1 | 
| 6877 | 2024-11-11T21:04:48.735Z |        Fresh predicates-core v1.0.8 | 
| 6878 | 2024-11-11T21:04:48.735Z |        Fresh unicode-properties v0.1.3 | 
| 6879 | 2024-11-11T21:04:48.735Z |        Fresh linked-hash-map v0.5.6 | 
| 6880 | 2024-11-11T21:04:48.735Z |        Fresh lru-cache v0.1.2 | 
| 6881 | 2024-11-11T21:04:48.735Z |        Fresh heapless v0.7.17 | 
| 6882 | 2024-11-11T21:04:48.735Z |        Fresh stringprep v0.1.5 | 
| 6883 | 2024-11-11T21:04:48.735Z |        Fresh dropshot v0.12.0 | 
| 6884 | 2024-11-11T21:04:48.735Z |        Fresh crossterm v0.28.1 | 
| 6885 | 2024-11-11T21:04:48.735Z |        Fresh similar v2.6.0 | 
| 6886 | 2024-11-11T21:04:48.735Z |        Fresh rayon v1.10.0 | 
| 6887 | 2024-11-11T21:04:48.735Z |        Fresh tokio-stream v0.1.16 | 
| 6888 | 2024-11-11T21:04:48.735Z |        Fresh md-5 v0.10.6 | 
| 6889 | 2024-11-11T21:04:48.735Z |        Fresh float-cmp v0.9.0 | 
| 6890 | 2024-11-11T21:04:48.735Z |        Fresh fallible-iterator v0.2.0 | 
| 6891 | 2024-11-11T21:04:48.735Z |        Fresh difflib v0.4.0 | 
| 6892 | 2024-11-11T21:04:48.735Z |        Fresh normalize-line-endings v0.3.0 | 
| 6893 | 2024-11-11T21:04:48.735Z |        Fresh portable-atomic v1.9.0 | 
| 6894 | 2024-11-11T21:04:48.735Z |        Fresh predicates v3.1.2 | 
| 6895 | 2024-11-11T21:04:48.735Z |        Fresh postgres-protocol v0.6.7 | 
| 6896 | 2024-11-11T21:04:48.735Z |        Fresh smoltcp v0.9.1 | 
| 6897 | 2024-11-11T21:04:48.735Z |        Fresh zip v0.6.6 | 
| 6898 | 2024-11-11T21:04:48.735Z |        Fresh resolv-conf v0.7.0 | 
| 6899 | 2024-11-11T21:04:48.735Z |        Fresh phf v0.11.2 | 
| 6900 | 2024-11-11T21:04:48.735Z |        Fresh tungstenite v0.24.0 | 
| 6901 | 2024-11-11T21:04:48.735Z |        Fresh strum_macros v0.25.3 | 
| 6902 | 2024-11-11T21:04:48.735Z |        Fresh serde-big-array v0.5.1 | 
| 6903 | 2024-11-11T21:04:48.735Z |        Fresh serde_repr v0.1.19 | 
| 6904 | 2024-11-11T21:04:48.735Z |        Fresh peg-runtime v0.8.3 | 
| 6905 | 2024-11-11T21:04:48.735Z |        Fresh number_prefix v0.4.0 | 
| 6906 | 2024-11-11T21:04:48.735Z |        Fresh tokio-tungstenite v0.24.0 | 
| 6907 | 2024-11-11T21:04:48.735Z |        Fresh postgres-types v0.2.8 | 
| 6908 | 2024-11-11T21:04:48.735Z |        Fresh hickory-resolver v0.24.1 | 
| 6909 | 2024-11-11T21:04:48.736Z |        Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) | 
| 6910 | 2024-11-11T21:04:48.736Z |        Fresh indicatif v0.17.8 | 
| 6911 | 2024-11-11T21:04:48.736Z |        Fresh derive-where v1.2.7 | 
| 6912 | 2024-11-11T21:04:48.736Z |        Fresh whoami v1.5.2 | 
| 6913 | 2024-11-11T21:04:48.736Z |        Fresh hashbrown v0.14.5 | 
| 6914 | 2024-11-11T21:04:48.736Z |        Fresh unsafe-libyaml v0.2.11 | 
| 6915 | 2024-11-11T21:04:48.736Z |        Fresh progenitor-client v0.8.0 | 
| 6916 | 2024-11-11T21:04:48.736Z |        Fresh fs-err v2.11.0 | 
| 6917 | 2024-11-11T21:04:48.736Z |        Fresh tokio-postgres v0.7.12 | 
| 6918 | 2024-11-11T21:04:48.736Z |        Fresh qorb v0.2.0 | 
| 6919 | 2024-11-11T21:04:48.736Z |        Fresh regress v0.10.1 | 
| 6920 | 2024-11-11T21:04:48.736Z |        Fresh serde_yaml v0.9.34+deprecated | 
| 6921 | 2024-11-11T21:04:48.736Z |        Fresh fastrand v2.1.1 | 
| 6922 | 2024-11-11T21:04:48.737Z |        Fresh ident_case v1.0.1 | 
| 6923 | 2024-11-11T21:04:48.737Z |        Fresh ipnetwork v0.20.0 | 
| 6924 | 2024-11-11T21:04:48.737Z |        Fresh typify-impl v0.2.0 | 
| 6925 | 2024-11-11T21:04:48.737Z |        Fresh darling_core v0.20.10 | 
| 6926 | 2024-11-11T21:04:48.737Z |        Fresh tempfile v3.13.0 | 
| 6927 | 2024-11-11T21:04:48.737Z |        Fresh strum_macros v0.26.4 | 
| 6928 | 2024-11-11T21:04:48.737Z |        Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) | 
| 6929 | 2024-11-11T21:04:48.737Z |        Fresh instant v0.1.13 | 
| 6930 | 2024-11-11T21:04:48.737Z |        Fresh typify-macro v0.2.0 | 
| 6931 | 2024-11-11T21:04:48.737Z |        Fresh darling_macro v0.20.10 | 
| 6932 | 2024-11-11T21:04:48.737Z |        Fresh strum v0.26.3 | 
| 6933 | 2024-11-11T21:04:48.737Z |        Fresh regress v0.9.1 | 
| 6934 | 2024-11-11T21:04:48.737Z |        Fresh structmeta-derive v0.3.0 | 
| 6935 | 2024-11-11T21:04:48.737Z |        Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) | 
| 6936 | 2024-11-11T21:04:48.737Z |        Fresh typify v0.2.0 | 
| 6937 | 2024-11-11T21:04:48.737Z |        Fresh darling v0.20.10 | 
| 6938 | 2024-11-11T21:04:48.737Z |        Fresh newtype-uuid v1.1.2 | 
| 6939 | 2024-11-11T21:04:48.737Z |        Fresh structmeta v0.3.0 | 
| 6940 | 2024-11-11T21:04:48.738Z |        Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) | 
| 6941 | 2024-11-11T21:04:48.738Z |        Fresh backoff v0.4.0 | 
| 6942 | 2024-11-11T21:04:48.738Z |        Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) | 
| 6943 | 2024-11-11T21:04:48.738Z |        Fresh progenitor-impl v0.8.0 | 
| 6944 | 2024-11-11T21:04:48.738Z |        Fresh serde_with_macros v3.11.0 | 
| 6945 | 2024-11-11T21:04:48.738Z |        Fresh parse-display-derive v0.10.0 | 
| 6946 | 2024-11-11T21:04:48.738Z |        Fresh macaddr v1.0.1 | 
| 6947 | 2024-11-11T21:04:48.738Z |        Fresh wait-timeout v0.2.0 | 
| 6948 | 2024-11-11T21:04:48.738Z |        Fresh rand_xorshift v0.3.0 | 
| 6949 | 2024-11-11T21:04:48.738Z |        Fresh progenitor-macro v0.8.0 | 
| 6950 | 2024-11-11T21:04:48.738Z |        Fresh serde_with v3.11.0 | 
| 6951 | 2024-11-11T21:04:48.738Z |        Fresh parse-display v0.10.0 | 
| 6952 | 2024-11-11T21:04:48.738Z |        Fresh rusty-fork v0.3.0 | 
| 6953 | 2024-11-11T21:04:48.738Z |        Fresh structmeta-derive v0.2.0 | 
| 6954 | 2024-11-11T21:04:48.738Z |        Fresh unarray v0.1.4 | 
| 6955 | 2024-11-11T21:04:48.738Z |        Fresh camino-tempfile v1.1.1 | 
| 6956 | 2024-11-11T21:04:48.739Z |        Fresh progenitor v0.8.0 | 
| 6957 | 2024-11-11T21:04:48.739Z |        Fresh structmeta v0.2.0 | 
| 6958 | 2024-11-11T21:04:48.739Z |        Fresh proptest v1.5.0 | 
| 6959 | 2024-11-11T21:04:48.739Z |        Fresh proc-macro-crate v1.3.1 | 
| 6960 | 2024-11-11T21:04:48.739Z |        Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) | 
| 6961 | 2024-11-11T21:04:48.739Z |        Fresh test-strategy v0.3.1 | 
| 6962 | 2024-11-11T21:04:48.739Z |        Fresh proc-macro-error-attr v1.0.4 | 
| 6963 | 2024-11-11T21:04:48.739Z |        Fresh num_enum_derive v0.5.11 | 
| 6964 | 2024-11-11T21:04:48.739Z |        Fresh foreign-types-macros v0.2.3 | 
| 6965 | 2024-11-11T21:04:48.739Z |        Fresh proc-macro-error v1.0.4 | 
| 6966 | 2024-11-11T21:04:48.739Z |        Fresh num_enum v0.5.11 | 
| 6967 | 2024-11-11T21:04:48.739Z |        Fresh foreign-types-shared v0.3.1 | 
| 6968 | 2024-11-11T21:04:48.739Z |        Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) | 
| 6969 | 2024-11-11T21:04:48.739Z |        Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) | 
| 6970 | 2024-11-11T21:04:48.739Z |        Fresh tabwriter v1.4.0 | 
| 6971 | 2024-11-11T21:04:48.739Z |        Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) | 
| 6972 | 2024-11-11T21:04:48.739Z |        Fresh foreign-types v0.5.0 | 
| 6973 | 2024-11-11T21:04:48.739Z |        Fresh cstr-argument v0.1.2 | 
| 6974 | 2024-11-11T21:04:48.739Z |        Fresh pretty-hex v0.2.1 | 
| 6975 | 2024-11-11T21:04:48.743Z |        Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) | 
| 6976 | 2024-11-11T21:04:48.743Z |        Fresh colored v2.1.0 | 
| 6977 | 2024-11-11T21:04:48.743Z |        Fresh smf v0.2.3 | 
| 6978 | 2024-11-11T21:04:48.743Z |        Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) | 
| 6979 | 2024-11-11T21:04:48.743Z |        Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) | 
| 6980 | 2024-11-11T21:04:48.743Z |        Fresh hash32 v0.3.1 | 
| 6981 | 2024-11-11T21:04:48.743Z |        Fresh cobs v0.2.3 | 
| 6982 | 2024-11-11T21:04:48.743Z |        Fresh crucible-workspace-hack v0.1.0 | 
| 6983 | 2024-11-11T21:04:48.743Z |        Fresh heapless v0.8.0 | 
| 6984 | 2024-11-11T21:04:48.743Z |        Fresh postcard v1.0.10 | 
| 6985 | 2024-11-11T21:04:48.743Z |        Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) | 
| 6986 | 2024-11-11T21:04:48.743Z |        Fresh termtree v0.4.1 | 
| 6987 | 2024-11-11T21:04:48.744Z |        Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) | 
| 6988 | 2024-11-11T21:04:48.744Z |        Fresh smoltcp v0.11.0 | 
| 6989 | 2024-11-11T21:04:48.744Z |        Fresh predicates-tree v1.0.11 | 
| 6990 | 2024-11-11T21:04:48.744Z |        Fresh sigpipe v0.1.3 | 
| 6991 | 2024-11-11T21:04:48.744Z |        Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) | 
| 6992 | 2024-11-11T21:04:48.744Z |        Fresh zone_cfg_derive v0.3.0 | 
| 6993 | 2024-11-11T21:04:48.744Z |        Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) | 
| 6994 | 2024-11-11T21:04:48.744Z |        Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) | 
| 6995 | 2024-11-11T21:04:48.744Z |        Fresh num-derive v0.4.2 | 
| 6996 | 2024-11-11T21:04:48.744Z |        Fresh downcast v0.11.0 | 
| 6997 | 2024-11-11T21:04:48.744Z |        Fresh fragile v2.0.0 | 
| 6998 | 2024-11-11T21:04:48.744Z |        Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) | 
| 6999 | 2024-11-11T21:04:48.744Z |        Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) | 
| 7000 | 2024-11-11T21:04:48.744Z |        Fresh mockall_derive v0.13.0 | 
| 7001 | 2024-11-11T21:04:48.744Z |        Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) | 
| 7002 | 2024-11-11T21:04:48.744Z |        Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) | 
| 7003 | 2024-11-11T21:04:48.744Z |        Fresh zone v0.3.0 | 
| 7004 | 2024-11-11T21:04:48.744Z |        Fresh convert_case v0.4.0 | 
| 7005 | 2024-11-11T21:04:48.744Z |        Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) | 
| 7006 | 2024-11-11T21:04:48.744Z |        Fresh mockall v0.13.0 | 
| 7007 | 2024-11-11T21:04:48.744Z |        Fresh derive_more v0.99.18 | 
| 7008 | 2024-11-11T21:04:48.744Z |        Fresh base64 v0.21.7 | 
| 7009 | 2024-11-11T21:04:48.744Z |        Fresh same-file v1.0.6 | 
| 7010 | 2024-11-11T21:04:48.744Z |        Fresh atomicwrites v0.4.4 | 
| 7011 | 2024-11-11T21:04:48.744Z |        Fresh itertools v0.13.0 | 
| 7012 | 2024-11-11T21:04:48.744Z |        Fresh newline-converter v0.3.0 | 
| 7013 | 2024-11-11T21:04:48.744Z |        Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) | 
| 7014 | 2024-11-11T21:04:48.744Z |        Fresh walkdir v2.5.0 | 
| 7015 | 2024-11-11T21:04:48.744Z |        Fresh expectorate v1.1.0 | 
| 7016 | 2024-11-11T21:04:48.744Z |        Fresh xattr v1.3.1 | 
| 7017 | 2024-11-11T21:04:48.744Z |        Fresh filetime v0.2.25 | 
| 7018 | 2024-11-11T21:04:48.744Z |        Fresh password-hash v0.5.0 | 
| 7019 | 2024-11-11T21:04:48.745Z |        Fresh tar v0.4.42 | 
| 7020 | 2024-11-11T21:04:48.745Z |        Fresh blake2 v0.10.6 | 
| 7021 | 2024-11-11T21:04:48.745Z |        Fresh libsw v3.3.1 | 
| 7022 | 2024-11-11T21:04:48.745Z |        Fresh linear-map v1.2.0 | 
| 7023 | 2024-11-11T21:04:48.745Z |        Fresh indent_write v2.2.0 | 
| 7024 | 2024-11-11T21:04:48.745Z |        Fresh cancel-safe-futures v0.1.5 | 
| 7025 | 2024-11-11T21:04:48.745Z |        Fresh argon2 v0.5.3 | 
| 7026 | 2024-11-11T21:04:48.745Z |        Fresh owo-colors v4.1.0 | 
| 7027 | 2024-11-11T21:04:48.745Z |        Fresh swrite v0.1.0 | 
| 7028 | 2024-11-11T21:04:48.745Z |        Fresh num-rational v0.4.2 | 
| 7029 | 2024-11-11T21:04:48.745Z |        Fresh num-complex v0.4.6 | 
| 7030 | 2024-11-11T21:04:48.745Z |        Fresh float-ord v0.3.2 | 
| 7031 | 2024-11-11T21:04:48.745Z |        Fresh num v0.4.3 | 
| 7032 | 2024-11-11T21:04:48.745Z |        Fresh tungstenite v0.21.0 | 
| 7033 | 2024-11-11T21:04:48.745Z |        Fresh tokio-tungstenite v0.21.0 | 
| 7034 | 2024-11-11T21:04:48.745Z |        Fresh arc-swap v1.7.1 | 
| 7035 | 2024-11-11T21:04:48.745Z |        Fresh humantime v2.1.0 | 
| 7036 | 2024-11-11T21:04:48.745Z |        Fresh slog-scope v4.4.0 | 
| 7037 | 2024-11-11T21:04:48.745Z |        Fresh semver v0.1.20 | 
| 7038 | 2024-11-11T21:04:48.745Z |        Fresh highway v1.2.0 | 
| 7039 | 2024-11-11T21:04:48.745Z |        Fresh pem v3.0.4 | 
| 7040 | 2024-11-11T21:04:48.745Z |        Fresh half v2.4.1 | 
| 7041 | 2024-11-11T21:04:48.745Z |        Fresh ciborium-io v0.2.2 | 
| 7042 | 2024-11-11T21:04:48.745Z |        Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) | 
| 7043 | 2024-11-11T21:04:48.745Z |        Fresh slog-stdlog v4.1.1 | 
| 7044 | 2024-11-11T21:04:48.745Z |        Fresh rustc_version v0.1.7 | 
| 7045 | 2024-11-11T21:04:48.745Z |        Fresh ciborium-ll v0.2.2 | 
| 7046 | 2024-11-11T21:04:48.745Z |        Fresh heck v0.3.3 | 
| 7047 | 2024-11-11T21:04:48.745Z |        Fresh headers-core v0.3.0 | 
| 7048 | 2024-11-11T21:04:48.745Z |        Fresh slog-envlogger v2.2.0 | 
| 7049 | 2024-11-11T21:04:48.745Z |        Fresh lzma-sys v0.1.20 | 
| 7050 | 2024-11-11T21:04:48.745Z |        Fresh headers v0.4.0 | 
| 7051 | 2024-11-11T21:04:48.745Z |        Fresh zone_cfg_derive v0.1.2 | 
| 7052 | 2024-11-11T21:04:48.745Z |        Fresh ciborium v0.2.2 | 
| 7053 | 2024-11-11T21:04:48.745Z |        Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) | 
| 7054 | 2024-11-11T21:04:48.745Z |        Fresh base64 v0.13.1 | 
| 7055 | 2024-11-11T21:04:48.746Z |        Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) | 
| 7056 | 2024-11-11T21:04:48.746Z |        Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) | 
| 7057 | 2024-11-11T21:04:48.746Z |        Fresh xz2 v0.1.7 | 
| 7058 | 2024-11-11T21:04:48.746Z |        Fresh zone v0.1.8 | 
| 7059 | 2024-11-11T21:04:48.746Z |        Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) | 
| 7060 | 2024-11-11T21:04:48.746Z |        Fresh yasna v0.5.2 | 
| 7061 | 2024-11-11T21:04:48.746Z |        Fresh newtype_derive v0.1.6 | 
| 7062 | 2024-11-11T21:04:48.746Z |        Fresh ron v0.7.1 | 
| 7063 | 2024-11-11T21:04:48.746Z |        Fresh rcgen v0.12.1 | 
| 7064 | 2024-11-11T21:04:48.746Z |        Fresh subprocess v0.2.9 | 
| 7065 | 2024-11-11T21:04:48.746Z |        Fresh keccak v0.1.5 | 
| 7066 | 2024-11-11T21:04:48.746Z |        Fresh universal-hash v0.5.1 | 
| 7067 | 2024-11-11T21:04:48.746Z |        Fresh steno v0.4.1 | 
| 7068 | 2024-11-11T21:04:48.746Z |        Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) | 
| 7069 | 2024-11-11T21:04:48.746Z |        Fresh sha3 v0.10.8 | 
| 7070 | 2024-11-11T21:04:48.746Z |        Fresh opaque-debug v0.3.1 | 
| 7071 | 2024-11-11T21:04:48.746Z |        Fresh display-error-chain v0.2.2 | 
| 7072 | 2024-11-11T21:04:48.746Z |        Fresh arrayvec v0.7.6 | 
| 7073 | 2024-11-11T21:04:48.746Z |        Fresh constant_time_eq v0.3.1 | 
| 7074 | 2024-11-11T21:04:48.746Z |        Fresh arrayref v0.3.9 | 
| 7075 | 2024-11-11T21:04:48.749Z |        Fresh secrecy v0.8.0 | 
| 7076 | 2024-11-11T21:04:48.749Z |        Fresh aead v0.5.2 | 
| 7077 | 2024-11-11T21:04:48.749Z |        Fresh poly1305 v0.8.0 | 
| 7078 | 2024-11-11T21:04:48.749Z |        Fresh chacha20 v0.9.1 | 
| 7079 | 2024-11-11T21:04:48.749Z |        Fresh memmap2 v0.9.5 | 
| 7080 | 2024-11-11T21:04:48.749Z |        Fresh spin v0.5.2 | 
| 7081 | 2024-11-11T21:04:48.749Z |        Fresh ring v0.16.20 | 
| 7082 | 2024-11-11T21:04:48.750Z |        Fresh topological-sort v0.2.2 | 
| 7083 | 2024-11-11T21:04:48.750Z |        Fresh toolchain_find v0.4.0 | 
| 7084 | 2024-11-11T21:04:48.750Z |        Fresh thiserror-impl-no-std v2.0.2 | 
| 7085 | 2024-11-11T21:04:48.750Z |        Fresh maplit v1.0.2 | 
| 7086 | 2024-11-11T21:04:48.750Z |        Fresh blake3 v1.5.4 | 
| 7087 | 2024-11-11T21:04:48.750Z |        Fresh thiserror-no-std v2.0.2 | 
| 7088 | 2024-11-11T21:04:48.750Z |        Fresh rustfmt-wrapper v0.2.1 | 
| 7089 | 2024-11-11T21:04:48.750Z |        Fresh chacha20poly1305 v0.10.1 | 
| 7090 | 2024-11-11T21:04:48.750Z |        Fresh omicron-zone-package v0.11.1 | 
| 7091 | 2024-11-11T21:04:48.750Z |        Fresh slog-dtrace v0.3.0 | 
| 7092 | 2024-11-11T21:04:48.750Z |        Fresh vsss-rs v3.3.4 | 
| 7093 | 2024-11-11T21:04:48.750Z |        Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) | 
| 7094 | 2024-11-11T21:04:48.750Z |        Fresh termcolor v1.4.1 | 
| 7095 | 2024-11-11T21:04:48.750Z |        Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) | 
| 7096 | 2024-11-11T21:04:48.750Z |        Fresh tap v1.0.1 | 
| 7097 | 2024-11-11T21:04:48.750Z |        Fresh gethostname v0.5.0 | 
| 7098 | 2024-11-11T21:04:48.750Z |        Fresh crc-catalog v2.4.0 | 
| 7099 | 2024-11-11T21:04:48.750Z |        Fresh wyz v0.5.1 | 
| 7100 | 2024-11-11T21:04:48.750Z |        Fresh funty v2.0.0 | 
| 7101 | 2024-11-11T21:04:48.750Z |        Fresh crc v3.2.1 | 
| 7102 | 2024-11-11T21:04:48.750Z |        Fresh radium v0.7.0 | 
| 7103 | 2024-11-11T21:04:48.750Z |        Fresh maybe-uninit v2.0.0 | 
| 7104 | 2024-11-11T21:04:48.750Z |        Fresh packed_struct_codegen v0.10.1 | 
| 7105 | 2024-11-11T21:04:48.750Z |        Fresh nodrop v0.1.14 | 
| 7106 | 2024-11-11T21:04:48.750Z |        Fresh bitvec v1.0.1 | 
| 7107 | 2024-11-11T21:04:48.750Z |        Fresh smallvec v0.6.14 | 
| 7108 | 2024-11-11T21:04:48.750Z |        Fresh array-init v0.0.4 | 
| 7109 | 2024-11-11T21:04:48.750Z |        Fresh hashbrown v0.12.3 | 
| 7110 | 2024-11-11T21:04:48.750Z |        Fresh bitfield v0.14.0 | 
| 7111 | 2024-11-11T21:04:48.750Z |        Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) | 
| 7112 | 2024-11-11T21:04:48.750Z |        Fresh env_logger v0.10.2 | 
| 7113 | 2024-11-11T21:04:48.750Z |        Fresh packed_struct v0.10.1 | 
| 7114 | 2024-11-11T21:04:48.750Z |        Fresh serde-hex v0.1.0 | 
| 7115 | 2024-11-11T21:04:48.750Z |        Fresh indexmap v1.9.3 | 
| 7116 | 2024-11-11T21:04:48.750Z |        Fresh ron v0.8.1 | 
| 7117 | 2024-11-11T21:04:48.750Z |        Fresh dsl_auto_type v0.1.2 | 
| 7118 | 2024-11-11T21:04:48.751Z |        Fresh hashbrown v0.13.2 | 
| 7119 | 2024-11-11T21:04:48.751Z |        Fresh scheduled-thread-pool v0.2.7 | 
| 7120 | 2024-11-11T21:04:48.751Z |        Fresh diesel_table_macro_syntax v0.2.0 | 
| 7121 | 2024-11-11T21:04:48.751Z |        Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) | 
| 7122 | 2024-11-11T21:04:48.751Z |        Fresh crc-any v2.5.0 | 
| 7123 | 2024-11-11T21:04:48.751Z |        Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) | 
| 7124 | 2024-11-11T21:04:48.751Z |        Fresh r2d2 v0.8.10 | 
| 7125 | 2024-11-11T21:04:48.751Z |        Fresh object v0.30.4 | 
| 7126 | 2024-11-11T21:04:48.751Z |        Fresh diesel_derives v2.2.3 | 
| 7127 | 2024-11-11T21:04:48.751Z |        Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) | 
| 7128 | 2024-11-11T21:04:48.751Z |        Fresh bitfield-struct v0.6.2 | 
| 7129 | 2024-11-11T21:04:48.751Z |        Fresh nibble_vec v0.1.0 | 
| 7130 | 2024-11-11T21:04:48.751Z |        Fresh path-slash v0.1.5 | 
| 7131 | 2024-11-11T21:04:48.751Z |        Fresh endian-type v0.1.2 | 
| 7132 | 2024-11-11T21:04:48.751Z |        Fresh diff v0.1.13 | 
| 7133 | 2024-11-11T21:04:48.751Z |        Fresh libefi-sys v0.1.0 | 
| 7134 | 2024-11-11T21:04:48.751Z |        Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) | 
| 7135 | 2024-11-11T21:04:48.751Z |        Fresh crunchy v0.2.2 | 
| 7136 | 2024-11-11T21:04:48.751Z |        Fresh radix_trie v0.2.1 | 
| 7137 | 2024-11-11T21:04:48.751Z |        Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) | 
| 7138 | 2024-11-11T21:04:48.751Z |        Fresh diesel v2.2.4 | 
| 7139 | 2024-11-11T21:04:48.751Z |        Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) | 
| 7140 | 2024-11-11T21:04:48.751Z |        Fresh fxhash v0.2.1 | 
| 7141 | 2024-11-11T21:04:48.751Z |        Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) | 
| 7142 | 2024-11-11T21:04:48.751Z |        Fresh tiny-keccak v2.0.2 | 
| 7143 | 2024-11-11T21:04:48.751Z |        Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) | 
| 7144 | 2024-11-11T21:04:48.751Z |        Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) | 
| 7145 | 2024-11-11T21:04:48.751Z |        Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) | 
| 7146 | 2024-11-11T21:04:48.751Z |        Fresh ascii-canvas v3.0.0 | 
| 7147 | 2024-11-11T21:04:48.751Z |        Fresh async-recursion v1.1.1 | 
| 7148 | 2024-11-11T21:04:48.751Z |        Fresh ref-cast-impl v1.0.23 | 
| 7149 | 2024-11-11T21:04:48.751Z |        Fresh ena v0.14.3 | 
| 7150 | 2024-11-11T21:04:48.751Z |        Fresh regex-syntax v0.6.29 | 
| 7151 | 2024-11-11T21:04:48.751Z |        Fresh kstat-rs v0.2.4 | 
| 7152 | 2024-11-11T21:04:48.752Z |        Fresh ref-cast v1.0.23 | 
| 7153 | 2024-11-11T21:04:48.752Z |        Fresh lalrpop v0.19.12 | 
| 7154 | 2024-11-11T21:04:48.752Z |        Fresh derive_builder_core v0.20.2 | 
| 7155 | 2024-11-11T21:04:48.752Z |        Fresh const_format_proc_macros v0.2.33 | 
| 7156 | 2024-11-11T21:04:48.752Z |        Fresh primeorder v0.13.6 | 
| 7157 | 2024-11-11T21:04:48.752Z |        Fresh derive_builder_macro v0.20.2 | 
| 7158 | 2024-11-11T21:04:48.752Z |        Fresh const_format v0.2.33 | 
| 7159 | 2024-11-11T21:04:48.752Z |        Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) | 
| 7160 | 2024-11-11T21:04:48.752Z |        Fresh strum_macros v0.24.3 | 
| 7161 | 2024-11-11T21:04:48.752Z |        Fresh indoc v1.0.9 | 
| 7162 | 2024-11-11T21:04:48.752Z |        Fresh parking_lot_core v0.8.6 | 
| 7163 | 2024-11-11T21:04:48.752Z |        Fresh libxml v0.3.3 | 
| 7164 | 2024-11-11T21:04:48.752Z |        Fresh derive_builder v0.20.2 | 
| 7165 | 2024-11-11T21:04:48.752Z |        Fresh polar-core v0.27.3 | 
| 7166 | 2024-11-11T21:04:48.752Z |        Fresh impl-trait-for-tuples v0.2.2 | 
| 7167 | 2024-11-11T21:04:48.752Z |        Fresh oso-derive v0.27.3 | 
| 7168 | 2024-11-11T21:04:48.752Z |        Fresh quick-xml v0.33.0 | 
| 7169 | 2024-11-11T21:04:48.752Z |        Fresh unicase v2.7.0 | 
| 7170 | 2024-11-11T21:04:48.752Z |        Fresh parking_lot v0.11.2 | 
| 7171 | 2024-11-11T21:04:48.752Z |        Fresh p384 v0.13.0 | 
| 7172 | 2024-11-11T21:04:48.752Z |        Fresh oso v0.27.3 | 
| 7173 | 2024-11-11T21:04:48.752Z |        Fresh samael v0.0.17 | 
| 7174 | 2024-11-11T21:04:48.752Z |        Fresh sled v0.34.7 | 
| 7175 | 2024-11-11T21:04:48.756Z |        Fresh hickory-client v0.24.1 | 
| 7176 | 2024-11-11T21:04:48.756Z |        Fresh salty v0.3.0 | 
| 7177 | 2024-11-11T21:04:48.756Z |        Fresh hickory-server v0.24.1 | 
| 7178 | 2024-11-11T21:04:48.756Z |        Fresh phf_generator v0.11.2 | 
| 7179 | 2024-11-11T21:04:48.756Z |        Fresh bb8 v0.8.5 | 
| 7180 | 2024-11-11T21:04:48.756Z |        Fresh nanorand v0.7.0 | 
| 7181 | 2024-11-11T21:04:48.756Z |        Fresh env_filter v0.1.2 | 
| 7182 | 2024-11-11T21:04:48.756Z |        Fresh vte_generate_state_changes v0.1.2 | 
| 7183 | 2024-11-11T21:04:48.756Z |        Fresh atty v0.2.14 | 
| 7184 | 2024-11-11T21:04:48.756Z |        Fresh phf_codegen v0.11.2 | 
| 7185 | 2024-11-11T21:04:48.756Z |        Fresh env_logger v0.11.5 | 
| 7186 | 2024-11-11T21:04:48.756Z |        Fresh vte v0.11.1 | 
| 7187 | 2024-11-11T21:04:48.756Z |        Fresh flume v0.11.0 | 
| 7188 | 2024-11-11T21:04:48.756Z |        Fresh async-bb8-diesel v0.2.1 | 
| 7189 | 2024-11-11T21:04:48.756Z |        Fresh buf-list v1.0.3 | 
| 7190 | 2024-11-11T21:04:48.756Z |        Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) | 
| 7191 | 2024-11-11T21:04:48.756Z |        Fresh diesel-dtrace v0.3.0 | 
| 7192 | 2024-11-11T21:04:48.756Z |        Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) | 
| 7193 | 2024-11-11T21:04:48.756Z |        Fresh parse-zoneinfo v0.3.1 | 
| 7194 | 2024-11-11T21:04:48.756Z |        Fresh fd-lock v4.0.2 | 
| 7195 | 2024-11-11T21:04:48.756Z |        Fresh cfg_aliases v0.1.1 | 
| 7196 | 2024-11-11T21:04:48.756Z |        Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) | 
| 7197 | 2024-11-11T21:04:48.756Z |        Fresh chrono-tz-build v0.4.0 | 
| 7198 | 2024-11-11T21:04:48.756Z |        Fresh mime_guess v2.0.5 | 
| 7199 | 2024-11-11T21:04:48.756Z |        Fresh strip-ansi-escapes v0.2.0 | 
| 7200 | 2024-11-11T21:04:48.756Z |        Fresh memoffset v0.9.1 | 
| 7201 | 2024-11-11T21:04:48.756Z |        Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) | 
| 7202 | 2024-11-11T21:04:48.756Z |        Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) | 
| 7203 | 2024-11-11T21:04:48.756Z |        Fresh pin-project-internal v1.1.6 | 
| 7204 | 2024-11-11T21:04:48.756Z |        Fresh nu-ansi-term v0.50.1 | 
| 7205 | 2024-11-11T21:04:48.757Z |        Fresh http-range v0.1.5 | 
| 7206 | 2024-11-11T21:04:48.757Z |        Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) | 
| 7207 | 2024-11-11T21:04:48.757Z |        Fresh pin-project v1.1.6 | 
| 7208 | 2024-11-11T21:04:48.757Z |        Fresh reedline v0.35.0 | 
| 7209 | 2024-11-11T21:04:48.757Z |        Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) | 
| 7210 | 2024-11-11T21:04:48.757Z |        Fresh nix v0.27.1 | 
| 7211 | 2024-11-11T21:04:48.757Z |        Fresh hyper-staticfile v0.10.1 | 
| 7212 | 2024-11-11T21:04:48.757Z |        Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) | 
| 7213 | 2024-11-11T21:04:48.757Z |        Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) | 
| 7214 | 2024-11-11T21:04:48.757Z |        Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) | 
| 7215 | 2024-11-11T21:04:48.757Z |        Fresh tungstenite v0.23.0 | 
| 7216 | 2024-11-11T21:04:48.757Z |        Fresh bytecount v0.6.8 | 
| 7217 | 2024-11-11T21:04:48.757Z |        Fresh nix v0.28.0 | 
| 7218 | 2024-11-11T21:04:48.757Z |        Fresh papergrid v0.11.0 | 
| 7219 | 2024-11-11T21:04:48.757Z |        Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) | 
| 7220 | 2024-11-11T21:04:48.757Z |        Fresh tokio-tungstenite v0.23.1 | 
| 7221 | 2024-11-11T21:04:48.758Z |        Fresh tabled_derive v0.7.0 | 
| 7222 | 2024-11-11T21:04:48.758Z |        Fresh peg-macros v0.8.4 | 
| 7223 | 2024-11-11T21:04:48.758Z |        Fresh signal-hook-tokio v0.3.1 | 
| 7224 | 2024-11-11T21:04:48.758Z |        Fresh concurrent-queue v2.5.0 | 
| 7225 | 2024-11-11T21:04:48.758Z |        Fresh snafu-derive v0.8.5 | 
| 7226 | 2024-11-11T21:04:48.758Z |        Fresh sqlparser_derive v0.2.2 | 
| 7227 | 2024-11-11T21:04:48.758Z |        Fresh unicode_categories v0.1.1 | 
| 7228 | 2024-11-11T21:04:48.758Z |        Fresh bumpalo v3.16.0 | 
| 7229 | 2024-11-11T21:04:48.758Z |        Fresh parking v2.2.1 | 
| 7230 | 2024-11-11T21:04:48.758Z |        Fresh lockfree-object-pool v0.1.6 | 
| 7231 | 2024-11-11T21:04:48.758Z |        Fresh simd-adler32 v0.3.7 | 
| 7232 | 2024-11-11T21:04:48.758Z |        Fresh sqlformat v0.2.6 | 
| 7233 | 2024-11-11T21:04:48.758Z |        Fresh sqlparser v0.45.0 | 
| 7234 | 2024-11-11T21:04:48.758Z |        Fresh zopfli v0.8.1 | 
| 7235 | 2024-11-11T21:04:48.758Z |        Fresh snafu v0.8.5 | 
| 7236 | 2024-11-11T21:04:48.758Z |        Fresh tabled v0.15.0 | 
| 7237 | 2024-11-11T21:04:48.758Z |        Fresh chrono-tz v0.10.0 | 
| 7238 | 2024-11-11T21:04:48.758Z |        Fresh peg v0.8.4 | 
| 7239 | 2024-11-11T21:04:48.758Z |        Fresh rustyline v14.0.0 | 
| 7240 | 2024-11-11T21:04:48.758Z |        Fresh globset v0.4.15 | 
| 7241 | 2024-11-11T21:04:48.758Z |        Fresh olpc-cjson v0.1.4 | 
| 7242 | 2024-11-11T21:04:48.758Z |        Fresh bcs v0.1.6 | 
| 7243 | 2024-11-11T21:04:48.758Z |        Fresh serde_plain v1.0.2 | 
| 7244 | 2024-11-11T21:04:48.758Z |        Fresh cargo-platform v0.1.8 | 
| 7245 | 2024-11-11T21:04:48.758Z |        Fresh displaydoc v0.2.5 | 
| 7246 | 2024-11-11T21:04:48.758Z |        Fresh typed-path v0.9.3 | 
| 7247 | 2024-11-11T21:04:48.759Z |        Fresh cargo_metadata v0.18.1 | 
| 7248 | 2024-11-11T21:04:48.759Z |        Fresh zip v2.1.3 | 
| 7249 | 2024-11-11T21:04:48.759Z |        Fresh tough v0.19.0 | 
| 7250 | 2024-11-11T21:04:48.759Z |        Fresh parse-size v1.1.0 | 
| 7251 | 2024-11-11T21:04:48.759Z |        Fresh event-listener v5.3.1 | 
| 7252 | 2024-11-11T21:04:48.759Z |        Fresh event-listener-strategy v0.5.2 | 
| 7253 | 2024-11-11T21:04:48.759Z |        Fresh futures-lite v2.3.0 | 
| 7254 | 2024-11-11T21:04:48.759Z |        Fresh rand_seeder v0.3.0 | 
| 7255 | 2024-11-11T21:04:48.759Z |        Fresh libz-sys v1.1.20 | 
| 7256 | 2024-11-11T21:04:48.759Z |        Fresh csv-core v0.1.11 | 
| 7257 | 2024-11-11T21:04:48.759Z |        Fresh is_ci v1.2.0 | 
| 7258 | 2024-11-11T21:04:48.759Z |        Fresh async-lock v3.4.0 | 
| 7259 | 2024-11-11T21:04:48.760Z |        Fresh polyval v0.6.2 | 
| 7260 | 2024-11-11T21:04:48.760Z |        Fresh supports-color v3.0.1 | 
| 7261 | 2024-11-11T21:04:48.760Z |        Fresh csv v1.3.0 | 
| 7262 | 2024-11-11T21:04:48.760Z |        Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) | 
| 7263 | 2024-11-11T21:04:48.760Z |        Fresh castaway v0.2.3 | 
| 7264 | 2024-11-11T21:04:48.760Z |        Fresh libgit2-sys v0.17.0+1.8.1 | 
| 7265 | 2024-11-11T21:04:48.760Z |        Fresh polling v3.7.3 | 
| 7266 | 2024-11-11T21:04:48.760Z |        Fresh compact_str v0.8.0 | 
| 7267 | 2024-11-11T21:04:48.760Z |        Fresh ghash v0.5.1 | 
| 7268 | 2024-11-11T21:04:48.760Z |        Fresh git2 v0.19.0 | 
| 7269 | 2024-11-11T21:04:48.760Z |        Fresh async-io v2.3.4 | 
| 7270 | 2024-11-11T21:04:48.760Z |        Fresh unicode-truncate v1.1.0 | 
| 7271 | 2024-11-11T21:04:48.760Z |        Fresh ctr v0.9.2 | 
| 7272 | 2024-11-11T21:04:48.760Z |        Fresh lru v0.12.5 | 
| 7273 | 2024-11-11T21:04:48.760Z |        Fresh instability v0.3.2 | 
| 7274 | 2024-11-11T21:04:48.760Z |        Fresh async-task v4.7.1 | 
| 7275 | 2024-11-11T21:04:48.763Z |        Fresh plotters-backend v0.3.7 | 
| 7276 | 2024-11-11T21:04:48.763Z |        Fresh cassowary v0.3.0 | 
| 7277 | 2024-11-11T21:04:48.763Z |        Fresh cfg_aliases v0.2.1 | 
| 7278 | 2024-11-11T21:04:48.763Z |        Fresh assert_matches v1.5.0 | 
| 7279 | 2024-11-11T21:04:48.763Z |        Fresh aes-gcm v0.10.3 | 
| 7280 | 2024-11-11T21:04:48.764Z |        Fresh vergen v8.3.2 | 
| 7281 | 2024-11-11T21:04:48.764Z |        Fresh ratatui v0.28.1 | 
| 7282 | 2024-11-11T21:04:48.764Z |        Fresh plotters-svg v0.3.7 | 
| 7283 | 2024-11-11T21:04:48.764Z |        Fresh async-channel v2.3.1 | 
| 7284 | 2024-11-11T21:04:48.764Z |        Fresh piper v0.2.4 | 
| 7285 | 2024-11-11T21:04:48.764Z |        Fresh ssh-encoding v0.2.0 | 
| 7286 | 2024-11-11T21:04:48.764Z |        Fresh sct v0.7.1 | 
| 7287 | 2024-11-11T21:04:48.764Z |        Fresh rustls-webpki v0.101.7 | 
| 7288 | 2024-11-11T21:04:48.764Z |        Fresh blowfish v0.9.1 | 
| 7289 | 2024-11-11T21:04:48.764Z |        Fresh rtoolbox v0.0.2 | 
| 7290 | 2024-11-11T21:04:48.764Z |        Fresh cast v0.3.0 | 
| 7291 | 2024-11-11T21:04:48.764Z |        Fresh smawk v0.3.2 | 
| 7292 | 2024-11-11T21:04:48.764Z |        Fresh unicode-linebreak v0.1.5 | 
| 7293 | 2024-11-11T21:04:48.764Z |        Fresh rustls v0.21.12 | 
| 7294 | 2024-11-11T21:04:48.764Z |        Fresh blocking v1.6.1 | 
| 7295 | 2024-11-11T21:04:48.764Z |        Fresh ssh-cipher v0.2.0 | 
| 7296 | 2024-11-11T21:04:48.764Z |        Fresh rpassword v7.3.1 | 
| 7297 | 2024-11-11T21:04:48.764Z |        Fresh criterion-plot v0.5.0 | 
| 7298 | 2024-11-11T21:04:48.764Z |        Fresh textwrap v0.16.1 | 
| 7299 | 2024-11-11T21:04:48.764Z |        Fresh bcrypt-pbkdf v0.10.0 | 
| 7300 | 2024-11-11T21:04:48.764Z |        Fresh libsqlite3-sys v0.30.1 | 
| 7301 | 2024-11-11T21:04:48.764Z |        Fresh tui-tree-widget v0.22.0 | 
| 7302 | 2024-11-11T21:04:48.764Z |        Fresh plotters v0.3.7 | 
| 7303 | 2024-11-11T21:04:48.764Z |        Fresh async-executor v1.13.1 | 
| 7304 | 2024-11-11T21:04:48.764Z |        Fresh async-signal v0.2.10 | 
| 7305 | 2024-11-11T21:04:48.764Z |        Fresh hashlink v0.9.1 | 
| 7306 | 2024-11-11T21:04:48.764Z |        Fresh password-hash v0.4.2 | 
| 7307 | 2024-11-11T21:04:48.764Z |        Fresh tinytemplate v1.2.1 | 
| 7308 | 2024-11-11T21:04:48.764Z |        Fresh event-listener v2.5.3 | 
| 7309 | 2024-11-11T21:04:48.764Z |        Fresh fallible-iterator v0.3.0 | 
| 7310 | 2024-11-11T21:04:48.764Z |        Fresh matches v0.1.10 | 
| 7311 | 2024-11-11T21:04:48.764Z |        Fresh yansi v1.0.1 | 
| 7312 | 2024-11-11T21:04:48.764Z |        Fresh hex-literal v0.4.1 | 
| 7313 | 2024-11-11T21:04:48.764Z |        Fresh shell-words v1.1.0 | 
| 7314 | 2024-11-11T21:04:48.764Z |        Fresh anes v0.1.6 | 
| 7315 | 2024-11-11T21:04:48.764Z |        Fresh fallible-streaming-iterator v0.1.9 | 
| 7316 | 2024-11-11T21:04:48.765Z |        Fresh oorandom v11.1.4 | 
| 7317 | 2024-11-11T21:04:48.765Z |        Fresh async-channel v1.9.0 | 
| 7318 | 2024-11-11T21:04:48.765Z |        Fresh pretty_assertions v1.4.1 | 
| 7319 | 2024-11-11T21:04:48.765Z |        Fresh idna v0.2.3 | 
| 7320 | 2024-11-11T21:04:48.765Z |        Fresh criterion v0.5.1 | 
| 7321 | 2024-11-11T21:04:48.765Z |        Fresh rusqlite v0.32.1 | 
| 7322 | 2024-11-11T21:04:48.765Z |        Fresh pbkdf2 v0.11.0 | 
| 7323 | 2024-11-11T21:04:48.765Z |        Fresh async-process v2.3.0 | 
| 7324 | 2024-11-11T21:04:48.765Z |        Fresh async-global-executor v2.4.1 | 
| 7325 | 2024-11-11T21:04:48.765Z |        Fresh nix v0.29.0 | 
| 7326 | 2024-11-11T21:04:48.765Z |        Fresh target-lexicon v0.12.16 | 
| 7327 | 2024-11-11T21:04:48.765Z |        Fresh ssh-key v0.6.6 | 
| 7328 | 2024-11-11T21:04:48.765Z |        Fresh tokio-rustls v0.24.1 | 
| 7329 | 2024-11-11T21:04:48.765Z |        Fresh p256 v0.13.2 | 
| 7330 | 2024-11-11T21:04:48.765Z |        Fresh p521 v0.13.3 | 
| 7331 | 2024-11-11T21:04:48.765Z |        Fresh rustls-pemfile v1.0.4 | 
| 7332 | 2024-11-11T21:04:48.765Z |        Fresh twox-hash v1.6.3 | 
| 7333 | 2024-11-11T21:04:48.765Z |        Fresh enum-as-inner v0.5.1 | 
| 7334 | 2024-11-11T21:04:48.765Z |        Fresh async-attributes v1.1.2 | 
| 7335 | 2024-11-11T21:04:48.765Z |        Fresh num_cpus v1.16.0 | 
| 7336 | 2024-11-11T21:04:48.765Z |        Fresh russh-cryptovec v0.7.3 | 
| 7337 | 2024-11-11T21:04:48.765Z |        Fresh kv-log-macro v1.0.7 | 
| 7338 | 2024-11-11T21:04:48.765Z |        Fresh md5 v0.7.0 | 
| 7339 | 2024-11-11T21:04:48.765Z |        Fresh futures-timer v3.0.3 | 
| 7340 | 2024-11-11T21:04:48.765Z |        Fresh russh-keys v0.45.0 | 
| 7341 | 2024-11-11T21:04:48.765Z |        Fresh threadpool v1.8.1 | 
| 7342 | 2024-11-11T21:04:48.765Z |        Fresh async-std v1.13.0 | 
| 7343 | 2024-11-11T21:04:48.765Z |        Fresh trust-dns-proto v0.22.0 | 
| 7344 | 2024-11-11T21:04:48.765Z |        Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) | 
| 7345 | 2024-11-11T21:04:48.765Z |        Fresh cfg-expr v0.17.0 | 
| 7346 | 2024-11-11T21:04:48.765Z |        Fresh doc-comment v0.3.3 | 
| 7347 | 2024-11-11T21:04:48.765Z |        Fresh guppy-workspace-hack v0.1.0 | 
| 7348 | 2024-11-11T21:04:48.765Z |        Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) | 
| 7349 | 2024-11-11T21:04:48.766Z |        Fresh httptest v0.16.1 | 
| 7350 | 2024-11-11T21:04:48.766Z |        Fresh fatfs v0.3.6 | 
| 7351 | 2024-11-11T21:04:48.766Z |        Fresh num-bigint v0.4.6 | 
| 7352 | 2024-11-11T21:04:48.766Z |        Fresh proc-macro-crate v3.2.0 | 
| 7353 | 2024-11-11T21:04:48.766Z |        Fresh rustls-native-certs v0.7.3 | 
| 7354 | 2024-11-11T21:04:48.766Z |        Fresh des v0.8.1 | 
| 7355 | 2024-11-11T21:04:48.766Z |        Fresh relative-path v1.9.3 | 
| 7356 | 2024-11-11T21:04:48.766Z |        Fresh dhcproto-macros v0.1.0 | 
| 7357 | 2024-11-11T21:04:48.766Z |        Fresh escape8259 v0.5.3 | 
| 7358 | 2024-11-11T21:04:48.767Z |        Fresh hyper-rustls v0.26.0 | 
| 7359 | 2024-11-11T21:04:48.767Z |        Fresh russh v0.45.0 | 
| 7360 | 2024-11-11T21:04:48.767Z |        Fresh rstest_macros v0.23.0 | 
| 7361 | 2024-11-11T21:04:48.767Z |        Fresh dhcproto v0.12.0 | 
| 7362 | 2024-11-11T21:04:48.767Z |        Fresh libtest-mimic v0.7.3 | 
| 7363 | 2024-11-11T21:04:48.767Z |        Fresh assert_cmd v2.0.16 | 
| 7364 | 2024-11-11T21:04:48.767Z |        Fresh target-spec v3.2.2 | 
| 7365 | 2024-11-11T21:04:48.767Z |        Fresh async-object-pool v0.1.5 | 
| 7366 | 2024-11-11T21:04:48.767Z |        Fresh blake2b_simd v1.0.2 | 
| 7367 | 2024-11-11T21:04:48.767Z |        Fresh fancy-regex v0.13.0 | 
| 7368 | 2024-11-11T21:04:48.767Z |        Fresh pathdiff v0.2.2 | 
| 7369 | 2024-11-11T21:04:48.767Z |        Fresh assert-json-diff v2.0.2 | 
| 7370 | 2024-11-11T21:04:48.767Z |        Fresh serde_regex v1.1.0 | 
| 7371 | 2024-11-11T21:04:48.767Z |        Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) | 
| 7372 | 2024-11-11T21:04:48.767Z |        Fresh uzers v0.12.1 | 
| 7373 | 2024-11-11T21:04:48.767Z |        Fresh path-tree v0.8.1 | 
| 7374 | 2024-11-11T21:04:48.767Z |        Fresh nested v0.1.1 | 
| 7375 | 2024-11-11T21:04:48.770Z |        Fresh internet-checksum v0.2.1 | 
| 7376 | 2024-11-11T21:04:48.770Z |        Fresh stringmetrics v2.2.2 | 
| 7377 | 2024-11-11T21:04:48.771Z |        Fresh datatest-stable v0.2.9 | 
| 7378 | 2024-11-11T21:04:48.771Z |        Fresh rust-argon2 v2.1.0 | 
| 7379 | 2024-11-11T21:04:48.771Z |        Fresh rstest v0.23.0 | 
| 7380 | 2024-11-11T21:04:48.771Z |        Fresh trybuild v1.0.100 | 
| 7381 | 2024-11-11T21:04:48.771Z |        Fresh httpmock v0.8.0-alpha.1 | 
| 7382 | 2024-11-11T21:04:48.771Z |        Fresh guppy v0.17.8 | 
| 7383 | 2024-11-11T21:04:48.771Z |        Fresh partial-io v0.5.4 | 
| 7384 | 2024-11-11T21:04:48.771Z |        Fresh similar-asserts v1.6.0 | 
| 7385 | 2024-11-11T21:04:48.771Z |        Fresh rand_distr v0.4.3 | 
| 7386 | 2024-11-11T21:04:48.771Z |        Fresh approx v0.5.1 | 
| 7387 | 2024-11-11T21:04:48.771Z |        Fresh indoc v2.0.5 | 
| 7388 | 2024-11-11T21:04:48.771Z |        Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) | 
| 7389 | 2024-11-11T21:04:48.771Z |        Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) | 
| 7390 | 2024-11-11T21:04:48.771Z |        Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) | 
| 7391 | 2024-11-11T21:04:48.771Z |        Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) | 
| 7392 | 2024-11-11T21:04:48.771Z |        Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) | 
| 7393 | 2024-11-11T21:04:48.771Z |        Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) | 
| 7394 | 2024-11-11T21:04:48.771Z |        Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) | 
| 7395 | 2024-11-11T21:04:48.771Z |        Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) | 
| 7396 | 2024-11-11T21:04:48.771Z |        Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) | 
| 7397 | 2024-11-11T21:04:48.771Z |        Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) | 
| 7398 | 2024-11-11T21:04:48.771Z |        Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) | 
| 7399 | 2024-11-11T21:04:48.771Z |        Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) | 
| 7400 | 2024-11-11T21:04:48.771Z |        Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) | 
| 7401 | 2024-11-11T21:04:48.771Z |        Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) | 
| 7402 | 2024-11-11T21:04:48.771Z |        Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) | 
| 7403 | 2024-11-11T21:04:48.771Z |        Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) | 
| 7404 | 2024-11-11T21:04:48.771Z |        Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) | 
| 7405 | 2024-11-11T21:04:48.771Z |        Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) | 
| 7406 | 2024-11-11T21:04:48.771Z |        Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) | 
| 7407 | 2024-11-11T21:04:48.771Z |        Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) | 
| 7408 | 2024-11-11T21:04:48.771Z |        Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) | 
| 7409 | 2024-11-11T21:04:48.771Z |        Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) | 
| 7410 | 2024-11-11T21:04:48.771Z |        Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) | 
| 7411 | 2024-11-11T21:04:48.771Z |        Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) | 
| 7412 | 2024-11-11T21:04:48.771Z |        Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) | 
| 7413 | 2024-11-11T21:04:48.771Z |        Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) | 
| 7414 | 2024-11-11T21:04:48.772Z |        Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) | 
| 7415 | 2024-11-11T21:04:48.772Z |        Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) | 
| 7416 | 2024-11-11T21:04:48.772Z |        Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) | 
| 7417 | 2024-11-11T21:04:48.772Z |        Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) | 
| 7418 | 2024-11-11T21:04:48.772Z |        Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) | 
| 7419 | 2024-11-11T21:04:48.772Z |        Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) | 
| 7420 | 2024-11-11T21:04:48.772Z |        Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) | 
| 7421 | 2024-11-11T21:04:48.772Z |        Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) | 
| 7422 | 2024-11-11T21:04:48.772Z |        Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) | 
| 7423 | 2024-11-11T21:04:48.772Z |        Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) | 
| 7424 | 2024-11-11T21:04:48.772Z |        Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) | 
| 7425 | 2024-11-11T21:04:48.772Z |        Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) | 
| 7426 | 2024-11-11T21:04:48.772Z |        Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) | 
| 7427 | 2024-11-11T21:04:48.772Z |        Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) | 
| 7428 | 2024-11-11T21:04:48.772Z |        Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) | 
| 7429 | 2024-11-11T21:04:48.772Z |        Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) | 
| 7430 | 2024-11-11T21:04:48.772Z |        Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) | 
| 7431 | 2024-11-11T21:04:48.772Z |        Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) | 
| 7432 | 2024-11-11T21:04:48.772Z |        Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) | 
| 7433 | 2024-11-11T21:04:48.772Z |        Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) | 
| 7434 | 2024-11-11T21:04:48.772Z |        Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) | 
| 7435 | 2024-11-11T21:04:48.772Z |        Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) | 
| 7436 | 2024-11-11T21:04:48.772Z |        Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) | 
| 7437 | 2024-11-11T21:04:48.772Z |        Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) | 
| 7438 | 2024-11-11T21:04:48.772Z |        Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) | 
| 7439 | 2024-11-11T21:04:48.772Z |        Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) | 
| 7440 | 2024-11-11T21:04:48.772Z |        Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) | 
| 7441 | 2024-11-11T21:04:48.772Z |        Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) | 
| 7442 | 2024-11-11T21:04:48.772Z |        Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) | 
| 7443 | 2024-11-11T21:04:48.772Z |        Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) | 
| 7444 | 2024-11-11T21:04:48.772Z |        Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) | 
| 7445 | 2024-11-11T21:04:48.772Z |        Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) | 
| 7446 | 2024-11-11T21:04:48.772Z |        Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) | 
| 7447 | 2024-11-11T21:04:48.772Z |        Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) | 
| 7448 | 2024-11-11T21:04:48.772Z |        Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) | 
| 7449 | 2024-11-11T21:04:48.772Z |        Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) | 
| 7450 | 2024-11-11T21:04:48.772Z |        Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) | 
| 7451 | 2024-11-11T21:04:48.772Z |        Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) | 
| 7452 | 2024-11-11T21:04:48.772Z |        Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) | 
| 7453 | 2024-11-11T21:04:48.773Z |        Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) | 
| 7454 | 2024-11-11T21:04:48.773Z |        Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) | 
| 7455 | 2024-11-11T21:04:48.773Z |        Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) | 
| 7456 | 2024-11-11T21:04:48.773Z |        Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) | 
| 7457 | 2024-11-11T21:04:48.773Z |        Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) | 
| 7458 | 2024-11-11T21:04:48.773Z |        Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) | 
| 7459 | 2024-11-11T21:04:48.773Z |        Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) | 
| 7460 | 2024-11-11T21:04:48.773Z |        Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) | 
| 7461 | 2024-11-11T21:04:48.773Z |        Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) | 
| 7462 | 2024-11-11T21:04:48.773Z |        Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) | 
| 7463 | 2024-11-11T21:04:48.773Z |        Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) | 
| 7464 | 2024-11-11T21:04:48.773Z |        Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) | 
| 7465 | 2024-11-11T21:04:48.773Z |        Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) | 
| 7466 | 2024-11-11T21:04:48.773Z |        Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) | 
| 7467 | 2024-11-11T21:04:48.773Z |        Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) | 
| 7468 | 2024-11-11T21:04:48.773Z |        Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) | 
| 7469 | 2024-11-11T21:04:48.773Z |        Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) | 
| 7470 | 2024-11-11T21:04:48.773Z |        Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) | 
| 7471 | 2024-11-11T21:04:48.773Z |        Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) | 
| 7472 | 2024-11-11T21:04:48.773Z |        Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) | 
| 7473 | 2024-11-11T21:04:48.773Z |        Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) | 
| 7474 | 2024-11-11T21:04:48.773Z |        Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) | 
| 7475 | 2024-11-11T21:04:48.777Z |        Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) | 
| 7476 | 2024-11-11T21:04:48.777Z |        Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) | 
| 7477 | 2024-11-11T21:04:48.777Z |        Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) | 
| 7478 | 2024-11-11T21:04:48.777Z |        Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) | 
| 7479 | 2024-11-11T21:04:48.777Z |        Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) | 
| 7480 | 2024-11-11T21:04:48.777Z |        Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) | 
| 7481 | 2024-11-11T21:04:48.777Z |        Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) | 
| 7482 | 2024-11-11T21:04:48.777Z |        Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) | 
| 7483 | 2024-11-11T21:04:48.777Z |        Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) | 
| 7484 | 2024-11-11T21:04:48.777Z |        Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) | 
| 7485 | 2024-11-11T21:04:48.777Z |        Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) | 
| 7486 | 2024-11-11T21:04:48.777Z |        Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) | 
| 7487 | 2024-11-11T21:04:48.778Z |        Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) | 
| 7488 | 2024-11-11T21:04:48.778Z |        Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) | 
| 7489 | 2024-11-11T21:04:48.778Z |        Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) | 
| 7490 | 2024-11-11T21:04:48.778Z |        Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) | 
| 7491 | 2024-11-11T21:04:48.778Z |        Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) | 
| 7492 | 2024-11-11T21:04:48.778Z |        Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) | 
| 7493 | 2024-11-11T21:04:48.778Z |        Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) | 
| 7494 | 2024-11-11T21:04:48.778Z |        Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) | 
| 7495 | 2024-11-11T21:04:48.778Z |        Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) | 
| 7496 | 2024-11-11T21:04:48.778Z |        Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) | 
| 7497 | 2024-11-11T21:04:48.778Z |     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.22s | 
| 7498 | 2024-11-11T21:04:48.839Z |    Doc-tests api_identity | 
| 7499 | 2024-11-11T21:04:48.842Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-931ed4ae26d6b157.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7500 | 2024-11-11T21:04:49.137Z |  | 
| 7501 | 2024-11-11T21:04:49.137Z | running 0 tests | 
| 7502 | 2024-11-11T21:04:49.137Z |  | 
| 7503 | 2024-11-11T21:04:49.140Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7504 | 2024-11-11T21:04:49.140Z |  | 
| 7505 | 2024-11-11T21:04:49.146Z |    Doc-tests authz_macros | 
| 7506 | 2024-11-11T21:04:49.149Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-14617e8c00e076ab.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d3a2d607a5fdf8df.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-62529cdba505d69b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a85680cc9908cb93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7507 | 2024-11-11T21:04:49.295Z |  | 
| 7508 | 2024-11-11T21:04:49.295Z | running 7 tests | 
| 7509 | 2024-11-11T21:04:49.298Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored | 
| 7510 | 2024-11-11T21:04:49.298Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored | 
| 7511 | 2024-11-11T21:04:49.298Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored | 
| 7512 | 2024-11-11T21:04:49.298Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored | 
| 7513 | 2024-11-11T21:04:49.298Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored | 
| 7514 | 2024-11-11T21:04:49.298Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored | 
| 7515 | 2024-11-11T21:04:49.298Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored | 
| 7516 | 2024-11-11T21:04:49.298Z |  | 
| 7517 | 2024-11-11T21:04:49.298Z | test result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7518 | 2024-11-11T21:04:49.298Z |  | 
| 7519 | 2024-11-11T21:04:49.306Z |    Doc-tests bootstore | 
| 7520 | 2024-11-11T21:04:49.310Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a5ac263f2b2a98f4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-dda10b61cff25e6f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91722d65ff8a2813.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-89fdf77a91527a9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-39bb0c82af55a369.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` | 
| 7521 | 2024-11-11T21:04:50.223Z |  | 
| 7522 | 2024-11-11T21:04:50.223Z | running 0 tests | 
| 7523 | 2024-11-11T21:04:50.223Z |  | 
| 7524 | 2024-11-11T21:04:50.223Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7525 | 2024-11-11T21:04:50.223Z |  | 
| 7526 | 2024-11-11T21:04:50.249Z |    Doc-tests bootstrap_agent_api | 
| 7527 | 2024-11-11T21:04:50.252Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-29f49ec11867bc10.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7528 | 2024-11-11T21:04:50.622Z |  | 
| 7529 | 2024-11-11T21:04:50.622Z | running 2 tests | 
| 7530 | 2024-11-11T21:04:50.624Z | test sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored | 
| 7531 | 2024-11-11T21:04:50.624Z | test sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored | 
| 7532 | 2024-11-11T21:04:50.624Z |  | 
| 7533 | 2024-11-11T21:04:50.624Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7534 | 2024-11-11T21:04:50.624Z |  | 
| 7535 | 2024-11-11T21:04:50.643Z |    Doc-tests bootstrap_agent_client | 
| 7536 | 2024-11-11T21:04:50.646Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c7626a78782e6181.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7537 | 2024-11-11T21:04:51.468Z |  | 
| 7538 | 2024-11-11T21:04:51.469Z | running 0 tests | 
| 7539 | 2024-11-11T21:04:51.469Z |  | 
| 7540 | 2024-11-11T21:04:51.469Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7541 | 2024-11-11T21:04:51.469Z |  | 
| 7542 | 2024-11-11T21:04:51.496Z |    Doc-tests clickhouse_admin_api | 
| 7543 | 2024-11-11T21:04:51.499Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8e33c0ded8226000.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7544 | 2024-11-11T21:04:51.733Z |  | 
| 7545 | 2024-11-11T21:04:51.733Z | running 4 tests | 
| 7546 | 2024-11-11T21:04:51.737Z | test clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 34) ... ignored | 
| 7547 | 2024-11-11T21:04:51.737Z | test clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 40) ... ignored | 
| 7548 | 2024-11-11T21:04:51.737Z | test clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 103) ... ignored | 
| 7549 | 2024-11-11T21:04:51.737Z | test clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 109) ... ignored | 
| 7550 | 2024-11-11T21:04:51.737Z |  | 
| 7551 | 2024-11-11T21:04:51.737Z | test result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7552 | 2024-11-11T21:04:51.737Z |  | 
| 7553 | 2024-11-11T21:04:51.752Z |    Doc-tests clickhouse_admin_keeper_client | 
| 7554 | 2024-11-11T21:04:51.755Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e928a23e328132e6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7555 | 2024-11-11T21:04:52.213Z |  | 
| 7556 | 2024-11-11T21:04:52.213Z | running 0 tests | 
| 7557 | 2024-11-11T21:04:52.213Z |  | 
| 7558 | 2024-11-11T21:04:52.213Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7559 | 2024-11-11T21:04:52.213Z |  | 
| 7560 | 2024-11-11T21:04:52.236Z |    Doc-tests clickhouse_admin_server_client | 
| 7561 | 2024-11-11T21:04:52.239Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_server_client --test clients/clickhouse-admin-server-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-server-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3730d9880924d9f2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7562 | 2024-11-11T21:04:52.634Z |  | 
| 7563 | 2024-11-11T21:04:52.634Z | running 0 tests | 
| 7564 | 2024-11-11T21:04:52.634Z |  | 
| 7565 | 2024-11-11T21:04:52.634Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7566 | 2024-11-11T21:04:52.634Z |  | 
| 7567 | 2024-11-11T21:04:52.655Z |    Doc-tests clickhouse_admin_types | 
| 7568 | 2024-11-11T21:04:52.658Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7569 | 2024-11-11T21:04:53.150Z |  | 
| 7570 | 2024-11-11T21:04:53.150Z | running 0 tests | 
| 7571 | 2024-11-11T21:04:53.151Z |  | 
| 7572 | 2024-11-11T21:04:53.151Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7573 | 2024-11-11T21:04:53.151Z |  | 
| 7574 | 2024-11-11T21:04:53.175Z |    Doc-tests cockroach_admin_api | 
| 7575 | 2024-11-11T21:04:53.177Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-fd90a56a19aa42e3.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-757d6da25d29cebb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7576 | 2024-11-11T21:04:53.376Z |  | 
| 7577 | 2024-11-11T21:04:53.376Z | running 2 tests | 
| 7578 | 2024-11-11T21:04:53.379Z | test cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored | 
| 7579 | 2024-11-11T21:04:53.380Z | test cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored | 
| 7580 | 2024-11-11T21:04:53.380Z |  | 
| 7581 | 2024-11-11T21:04:53.380Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7582 | 2024-11-11T21:04:53.380Z |  | 
| 7583 | 2024-11-11T21:04:53.391Z |    Doc-tests cockroach_admin_client | 
| 7584 | 2024-11-11T21:04:53.394Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f5418e65636081c2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7585 | 2024-11-11T21:04:53.648Z |  | 
| 7586 | 2024-11-11T21:04:53.648Z | running 0 tests | 
| 7587 | 2024-11-11T21:04:53.648Z |  | 
| 7588 | 2024-11-11T21:04:53.649Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7589 | 2024-11-11T21:04:53.649Z |  | 
| 7590 | 2024-11-11T21:04:53.664Z |    Doc-tests cockroach_admin_types | 
| 7591 | 2024-11-11T21:04:53.667Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-757d6da25d29cebb.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-018c3bc025bc9701.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7592 | 2024-11-11T21:04:53.812Z |  | 
| 7593 | 2024-11-11T21:04:53.812Z | running 0 tests | 
| 7594 | 2024-11-11T21:04:53.812Z |  | 
| 7595 | 2024-11-11T21:04:53.812Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7596 | 2024-11-11T21:04:53.813Z |  | 
| 7597 | 2024-11-11T21:04:53.824Z |    Doc-tests db_macros | 
| 7598 | 2024-11-11T21:04:53.826Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-e7d2baa7fa7e5c75.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d3a2d607a5fdf8df.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-62529cdba505d69b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-a85680cc9908cb93.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7599 | 2024-11-11T21:04:54.069Z |  | 
| 7600 | 2024-11-11T21:04:54.069Z | running 3 tests | 
| 7601 | 2024-11-11T21:04:54.071Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored | 
| 7602 | 2024-11-11T21:04:54.071Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored | 
| 7603 | 2024-11-11T21:04:54.072Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored | 
| 7604 | 2024-11-11T21:04:54.072Z |  | 
| 7605 | 2024-11-11T21:04:54.072Z | test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7606 | 2024-11-11T21:04:54.072Z |  | 
| 7607 | 2024-11-11T21:04:54.083Z |    Doc-tests dns_server | 
| 7608 | 2024-11-11T21:04:54.087Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e37c53b68bb7ceda.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-23c0dba9210198e2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-1ae7c7d21a73f11f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-85586f0010100645.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7609 | 2024-11-11T21:04:54.412Z |  | 
| 7610 | 2024-11-11T21:04:54.412Z | running 0 tests | 
| 7611 | 2024-11-11T21:04:54.412Z |  | 
| 7612 | 2024-11-11T21:04:54.412Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7613 | 2024-11-11T21:04:54.413Z |  | 
| 7614 | 2024-11-11T21:04:54.432Z |    Doc-tests dns_server_api | 
| 7615 | 2024-11-11T21:04:54.435Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e37c53b68bb7ceda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7616 | 2024-11-11T21:04:54.645Z |  | 
| 7617 | 2024-11-11T21:04:54.645Z | running 2 tests | 
| 7618 | 2024-11-11T21:04:54.647Z | test dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 104) ... ignored | 
| 7619 | 2024-11-11T21:04:54.647Z | test dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 110) ... ignored | 
| 7620 | 2024-11-11T21:04:54.647Z |  | 
| 7621 | 2024-11-11T21:04:54.647Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7622 | 2024-11-11T21:04:54.647Z |  | 
| 7623 | 2024-11-11T21:04:54.662Z |    Doc-tests dns_service_client | 
| 7624 | 2024-11-11T21:04:54.665Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7625 | 2024-11-11T21:04:54.930Z |  | 
| 7626 | 2024-11-11T21:04:54.930Z | running 0 tests | 
| 7627 | 2024-11-11T21:04:54.930Z |  | 
| 7628 | 2024-11-11T21:04:54.930Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7629 | 2024-11-11T21:04:54.930Z |  | 
| 7630 | 2024-11-11T21:04:54.949Z |    Doc-tests dpd_client | 
| 7631 | 2024-11-11T21:04:54.952Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b1ce33ddc9ff2760.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7632 | 2024-11-11T21:04:56.106Z |  | 
| 7633 | 2024-11-11T21:04:56.106Z | running 0 tests | 
| 7634 | 2024-11-11T21:04:56.106Z |  | 
| 7635 | 2024-11-11T21:04:56.106Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7636 | 2024-11-11T21:04:56.107Z |  | 
| 7637 | 2024-11-11T21:04:56.141Z |    Doc-tests end_to_end_tests | 
| 7638 | 2024-11-11T21:04:56.143Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ecf92dfe9f50908c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-d888b7650fa31316.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-9934e5f62bf9c921.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-8c1e8c93c46bb3cf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f37f510ef1326d5a.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-c34b3dd186bdf0a6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c6d5dae8473b6883.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f156dee49e64cafe.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-a3d7aff477f8ae33.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-0e1e3b5e94906ac0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7639 | 2024-11-11T21:04:56.606Z |  | 
| 7640 | 2024-11-11T21:04:56.606Z | running 0 tests | 
| 7641 | 2024-11-11T21:04:56.606Z |  | 
| 7642 | 2024-11-11T21:04:56.606Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7643 | 2024-11-11T21:04:56.606Z |  | 
| 7644 | 2024-11-11T21:04:56.628Z |    Doc-tests gateway_api | 
| 7645 | 2024-11-11T21:04:56.630Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a87b6ab337d402fe.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-8d8a3ab44ba1d2c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7646 | 2024-11-11T21:04:56.983Z |  | 
| 7647 | 2024-11-11T21:04:56.983Z | running 2 tests | 
| 7648 | 2024-11-11T21:04:56.986Z | test gateway-api/src/lib.rs - gateway_api_mod::api_description (line 41) ... ignored | 
| 7649 | 2024-11-11T21:04:56.986Z | test gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 47) ... ignored | 
| 7650 | 2024-11-11T21:04:56.986Z |  | 
| 7651 | 2024-11-11T21:04:56.986Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7652 | 2024-11-11T21:04:56.986Z |  | 
| 7653 | 2024-11-11T21:04:57.004Z |    Doc-tests gateway_client | 
| 7654 | 2024-11-11T21:04:57.007Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7655 | 2024-11-11T21:04:57.953Z |  | 
| 7656 | 2024-11-11T21:04:57.953Z | running 0 tests | 
| 7657 | 2024-11-11T21:04:57.953Z |  | 
| 7658 | 2024-11-11T21:04:57.953Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7659 | 2024-11-11T21:04:57.953Z |  | 
| 7660 | 2024-11-11T21:04:57.980Z |    Doc-tests gateway_test_utils | 
| 7661 | 2024-11-11T21:04:57.982Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-415d3d6344ab25b2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-8d8a3ab44ba1d2c9.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-53fc82a5a9671c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60d7142213be7953.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7662 | 2024-11-11T21:04:58.678Z |  | 
| 7663 | 2024-11-11T21:04:58.678Z | running 0 tests | 
| 7664 | 2024-11-11T21:04:58.678Z |  | 
| 7665 | 2024-11-11T21:04:58.678Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7666 | 2024-11-11T21:04:58.678Z |  | 
| 7667 | 2024-11-11T21:04:58.704Z |    Doc-tests gateway_types | 
| 7668 | 2024-11-11T21:04:58.707Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-8d8a3ab44ba1d2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c2e9b39cec97992.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7669 | 2024-11-11T21:04:59.287Z |  | 
| 7670 | 2024-11-11T21:04:59.287Z | running 0 tests | 
| 7671 | 2024-11-11T21:04:59.287Z |  | 
| 7672 | 2024-11-11T21:04:59.287Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7673 | 2024-11-11T21:04:59.287Z |  | 
| 7674 | 2024-11-11T21:04:59.313Z |    Doc-tests illumos_utils | 
| 7675 | 2024-11-11T21:04:59.316Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-8cfef2821192c56e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f5a0f5f7ecc363de.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-b4110bc94c5778ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-3c30efe55451c93e.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-fc724ba2ef95e52b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-1f7ae8f5d2c44572.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human` | 
| 7676 | 2024-11-11T21:05:01.167Z |  | 
| 7677 | 2024-11-11T21:05:01.167Z | running 0 tests | 
| 7678 | 2024-11-11T21:05:01.167Z |  | 
| 7679 | 2024-11-11T21:05:01.167Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7680 | 2024-11-11T21:05:01.167Z |  | 
| 7681 | 2024-11-11T21:05:01.217Z |    Doc-tests installinator | 
| 7682 | 2024-11-11T21:05:01.220Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e63e6a17c605bcb1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-4b30c612eb5294e1.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-7d5ce03f777f45f0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c2e9b39cec97992.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a3215c00dc4f0595.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-8ccb28712c7bfa46.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-430bf38977f5bd96.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-96bf5eb2e1fbc436.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human` | 
| 7683 | 2024-11-11T21:05:01.979Z |  | 
| 7684 | 2024-11-11T21:05:01.979Z | running 0 tests | 
| 7685 | 2024-11-11T21:05:01.980Z |  | 
| 7686 | 2024-11-11T21:05:01.980Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7687 | 2024-11-11T21:05:01.980Z |  | 
| 7688 | 2024-11-11T21:05:02.006Z |    Doc-tests installinator_api | 
| 7689 | 2024-11-11T21:05:02.009Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b586418680dee26a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7690 | 2024-11-11T21:05:02.282Z |  | 
| 7691 | 2024-11-11T21:05:02.282Z | running 2 tests | 
| 7692 | 2024-11-11T21:05:02.284Z | test installinator-api/src/lib.rs - installinator_api_mod::api_description (line 39) ... ignored | 
| 7693 | 2024-11-11T21:05:02.285Z | test installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 45) ... ignored | 
| 7694 | 2024-11-11T21:05:02.285Z |  | 
| 7695 | 2024-11-11T21:05:02.285Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7696 | 2024-11-11T21:05:02.285Z |  | 
| 7697 | 2024-11-11T21:05:02.302Z |    Doc-tests installinator_client | 
| 7698 | 2024-11-11T21:05:02.304Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-7d5ce03f777f45f0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7699 | 2024-11-11T21:05:03.126Z |  | 
| 7700 | 2024-11-11T21:05:03.126Z | running 0 tests | 
| 7701 | 2024-11-11T21:05:03.126Z |  | 
| 7702 | 2024-11-11T21:05:03.129Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7703 | 2024-11-11T21:05:03.129Z |  | 
| 7704 | 2024-11-11T21:05:03.155Z |    Doc-tests installinator_common | 
| 7705 | 2024-11-11T21:05:03.157Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7706 | 2024-11-11T21:05:03.508Z |  | 
| 7707 | 2024-11-11T21:05:03.508Z | running 0 tests | 
| 7708 | 2024-11-11T21:05:03.508Z |  | 
| 7709 | 2024-11-11T21:05:03.508Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7710 | 2024-11-11T21:05:03.508Z |  | 
| 7711 | 2024-11-11T21:05:03.530Z |    Doc-tests internal_dns_resolver | 
| 7712 | 2024-11-11T21:05:03.533Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-542f0d2a90a73863.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7713 | 2024-11-11T21:05:03.776Z |  | 
| 7714 | 2024-11-11T21:05:03.776Z | running 0 tests | 
| 7715 | 2024-11-11T21:05:03.776Z |  | 
| 7716 | 2024-11-11T21:05:03.776Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7717 | 2024-11-11T21:05:03.776Z |  | 
| 7718 | 2024-11-11T21:05:03.795Z |    Doc-tests internal_dns_types | 
| 7719 | 2024-11-11T21:05:03.798Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7720 | 2024-11-11T21:05:04.091Z |  | 
| 7721 | 2024-11-11T21:05:04.091Z | running 0 tests | 
| 7722 | 2024-11-11T21:05:04.091Z |  | 
| 7723 | 2024-11-11T21:05:04.091Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7724 | 2024-11-11T21:05:04.091Z |  | 
| 7725 | 2024-11-11T21:05:04.110Z |    Doc-tests ipcc | 
| 7726 | 2024-11-11T21:05:04.112Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c2e9b39cec97992.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-865fbac8de6150a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7727 | 2024-11-11T21:05:04.338Z |  | 
| 7728 | 2024-11-11T21:05:04.338Z | running 0 tests | 
| 7729 | 2024-11-11T21:05:04.338Z |  | 
| 7730 | 2024-11-11T21:05:04.338Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7731 | 2024-11-11T21:05:04.338Z |  | 
| 7732 | 2024-11-11T21:05:04.356Z |    Doc-tests key_manager | 
| 7733 | 2024-11-11T21:05:04.358Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-91722d65ff8a2813.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b51f792d0eb6178b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-89fdf77a91527a9f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7734 | 2024-11-11T21:05:04.590Z |  | 
| 7735 | 2024-11-11T21:05:04.591Z | running 0 tests | 
| 7736 | 2024-11-11T21:05:04.591Z |  | 
| 7737 | 2024-11-11T21:05:04.591Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7738 | 2024-11-11T21:05:04.591Z |  | 
| 7739 | 2024-11-11T21:05:04.608Z |    Doc-tests live_tests_macros | 
| 7740 | 2024-11-11T21:05:04.611Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-22d33ca9afc4f34f.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7741 | 2024-11-11T21:05:04.684Z |  | 
| 7742 | 2024-11-11T21:05:04.684Z | running 1 test | 
| 7743 | 2024-11-11T21:05:04.686Z | test live-tests/macros/src/lib.rs - live_test (line 24) ... ignored | 
| 7744 | 2024-11-11T21:05:04.686Z |  | 
| 7745 | 2024-11-11T21:05:04.686Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7746 | 2024-11-11T21:05:04.686Z |  | 
| 7747 | 2024-11-11T21:05:04.692Z |    Doc-tests nexus_auth | 
| 7748 | 2024-11-11T21:05:04.694Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-14617e8c00e076ab.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-48ba4fa9dc043f65.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-274a11aa8d339e2a.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-815db0fd2b3ffb61.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6395fd819530f713.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8fa56400d55764b0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b985ba7dc8c170a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` | 
| 7749 | 2024-11-11T21:05:06.005Z |  | 
| 7750 | 2024-11-11T21:05:06.005Z | running 0 tests | 
| 7751 | 2024-11-11T21:05:06.005Z |  | 
| 7752 | 2024-11-11T21:05:06.005Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7753 | 2024-11-11T21:05:06.005Z |  | 
| 7754 | 2024-11-11T21:05:06.043Z |    Doc-tests nexus_client | 
| 7755 | 2024-11-11T21:05:06.050Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7756 | 2024-11-11T21:05:08.090Z |  | 
| 7757 | 2024-11-11T21:05:08.090Z | running 0 tests | 
| 7758 | 2024-11-11T21:05:08.090Z |  | 
| 7759 | 2024-11-11T21:05:08.090Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7760 | 2024-11-11T21:05:08.090Z |  | 
| 7761 | 2024-11-11T21:05:08.133Z |    Doc-tests nexus_config | 
| 7762 | 2024-11-11T21:05:08.136Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7763 | 2024-11-11T21:05:08.666Z |  | 
| 7764 | 2024-11-11T21:05:08.666Z | running 0 tests | 
| 7765 | 2024-11-11T21:05:08.666Z |  | 
| 7766 | 2024-11-11T21:05:08.666Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7767 | 2024-11-11T21:05:08.666Z |  | 
| 7768 | 2024-11-11T21:05:08.691Z |    Doc-tests nexus_db_fixed_data | 
| 7769 | 2024-11-11T21:05:08.694Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-815db0fd2b3ffb61.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` | 
| 7770 | 2024-11-11T21:05:09.135Z |  | 
| 7771 | 2024-11-11T21:05:09.135Z | running 0 tests | 
| 7772 | 2024-11-11T21:05:09.135Z |  | 
| 7773 | 2024-11-11T21:05:09.135Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7774 | 2024-11-11T21:05:09.135Z |  | 
| 7775 | 2024-11-11T21:05:09.158Z |    Doc-tests nexus_db_model | 
| 7776 | 2024-11-11T21:05:09.160Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-e7d2baa7fa7e5c75.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d97bd0ec0dbf820c.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-339e0468bf42ba0e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-7e3e91e2425739de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` | 
| 7777 | 2024-11-11T21:05:21.727Z |  | 
| 7778 | 2024-11-11T21:05:21.727Z | running 2 tests | 
| 7779 | 2024-11-11T21:05:24.228Z | test nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok | 
| 7780 | 2024-11-11T21:05:28.838Z | test nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok | 
| 7781 | 2024-11-11T21:05:28.838Z |  | 
| 7782 | 2024-11-11T21:05:28.841Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.11s | 
| 7783 | 2024-11-11T21:05:28.841Z |  | 
| 7784 | 2024-11-11T21:05:29.044Z |    Doc-tests nexus_db_queries | 
| 7785 | 2024-11-11T21:05:29.052Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f1c5167cec04a77.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-e7d2baa7fa7e5c75.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-19bbd81941be0b85.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-01841764644879bd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-274a11aa8d339e2a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-815db0fd2b3ffb61.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e18d797d99bd565e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-33f2bc5ce9af71d4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8fa56400d55764b0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b6b4eefa36f536f5.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-86ce2bcf6e43d449.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-322ebaa15fe87809.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2c9865cb6e9a9cfd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` | 
| 7786 | 2024-11-11T21:05:31.624Z |  | 
| 7787 | 2024-11-11T21:05:31.624Z | running 1 test | 
| 7788 | 2024-11-11T21:05:37.504Z | test nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 222) ... ok | 
| 7789 | 2024-11-11T21:05:37.504Z |  | 
| 7790 | 2024-11-11T21:05:37.506Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.88s | 
| 7791 | 2024-11-11T21:05:37.506Z |  | 
| 7792 | 2024-11-11T21:05:37.571Z |    Doc-tests nexus_defaults | 
| 7793 | 2024-11-11T21:05:37.573Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-339e0468bf42ba0e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7794 | 2024-11-11T21:05:37.779Z |  | 
| 7795 | 2024-11-11T21:05:37.779Z | running 0 tests | 
| 7796 | 2024-11-11T21:05:37.779Z |  | 
| 7797 | 2024-11-11T21:05:37.779Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7798 | 2024-11-11T21:05:37.779Z |  | 
| 7799 | 2024-11-11T21:05:37.796Z |    Doc-tests nexus_external_api | 
| 7800 | 2024-11-11T21:05:37.799Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e34a5d0acf4660be.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d1db57d5341c9be8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d90ccff738138b2b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e426d338234ce0f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7801 | 2024-11-11T21:05:38.314Z |  | 
| 7802 | 2024-11-11T21:05:38.314Z | running 2 tests | 
| 7803 | 2024-11-11T21:05:38.317Z | test nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 74) ... ignored | 
| 7804 | 2024-11-11T21:05:38.317Z | test nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 80) ... ignored | 
| 7805 | 2024-11-11T21:05:38.317Z |  | 
| 7806 | 2024-11-11T21:05:38.317Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7807 | 2024-11-11T21:05:38.317Z |  | 
| 7808 | 2024-11-11T21:05:38.340Z |    Doc-tests nexus_internal_api | 
| 7809 | 2024-11-11T21:05:38.343Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7707748724ae905d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7810 | 2024-11-11T21:05:38.756Z |  | 
| 7811 | 2024-11-11T21:05:38.756Z | running 2 tests | 
| 7812 | 2024-11-11T21:05:38.758Z | test nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 59) ... ignored | 
| 7813 | 2024-11-11T21:05:38.758Z | test nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 65) ... ignored | 
| 7814 | 2024-11-11T21:05:38.758Z |  | 
| 7815 | 2024-11-11T21:05:38.759Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7816 | 2024-11-11T21:05:38.759Z |  | 
| 7817 | 2024-11-11T21:05:38.779Z |    Doc-tests nexus_inventory | 
| 7818 | 2024-11-11T21:05:38.782Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e928a23e328132e6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3730d9880924d9f2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-415d3d6344ab25b2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e18d797d99bd565e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d73ebc1f2d434b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7819 | 2024-11-11T21:05:39.137Z |  | 
| 7820 | 2024-11-11T21:05:39.137Z | running 0 tests | 
| 7821 | 2024-11-11T21:05:39.137Z |  | 
| 7822 | 2024-11-11T21:05:39.138Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7823 | 2024-11-11T21:05:39.138Z |  | 
| 7824 | 2024-11-11T21:05:39.159Z |    Doc-tests nexus_macros_common | 
| 7825 | 2024-11-11T21:05:39.162Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-62529cdba505d69b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7826 | 2024-11-11T21:05:39.236Z |  | 
| 7827 | 2024-11-11T21:05:39.236Z | running 0 tests | 
| 7828 | 2024-11-11T21:05:39.236Z |  | 
| 7829 | 2024-11-11T21:05:39.236Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7830 | 2024-11-11T21:05:39.236Z |  | 
| 7831 | 2024-11-11T21:05:39.244Z |    Doc-tests nexus_metrics_producer_gc | 
| 7832 | 2024-11-11T21:05:39.246Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e1de30f1816ee2ce.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-eb94976a3b4744f9.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2242d316a286a9f4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` | 
| 7833 | 2024-11-11T21:05:39.647Z |  | 
| 7834 | 2024-11-11T21:05:39.647Z | running 0 tests | 
| 7835 | 2024-11-11T21:05:39.647Z |  | 
| 7836 | 2024-11-11T21:05:39.647Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7837 | 2024-11-11T21:05:39.647Z |  | 
| 7838 | 2024-11-11T21:05:39.674Z |    Doc-tests nexus_networking | 
| 7839 | 2024-11-11T21:05:39.677Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-daa912cad531fde6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7840 | 2024-11-11T21:05:40.090Z |  | 
| 7841 | 2024-11-11T21:05:40.090Z | running 0 tests | 
| 7842 | 2024-11-11T21:05:40.090Z |  | 
| 7843 | 2024-11-11T21:05:40.091Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7844 | 2024-11-11T21:05:40.091Z |  | 
| 7845 | 2024-11-11T21:05:40.119Z |    Doc-tests nexus_reconfigurator_execution | 
| 7846 | 2024-11-11T21:05:40.121Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e928a23e328132e6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3730d9880924d9f2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f5418e65636081c2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e1de30f1816ee2ce.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-1633ce11f04956d7.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e34685acac44cbed.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e18d797d99bd565e.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-daa912cad531fde6.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-04f15349b0f65d5f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-33f2bc5ce9af71d4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8f366d345e7ceb96.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6532162578279890.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f5909000899717d9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` | 
| 7847 | 2024-11-11T21:05:40.579Z |  | 
| 7848 | 2024-11-11T21:05:40.579Z | running 0 tests | 
| 7849 | 2024-11-11T21:05:40.579Z |  | 
| 7850 | 2024-11-11T21:05:40.579Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7851 | 2024-11-11T21:05:40.579Z |  | 
| 7852 | 2024-11-11T21:05:40.609Z |    Doc-tests nexus_reconfigurator_planning | 
| 7853 | 2024-11-11T21:05:40.611Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-1633ce11f04956d7.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e18d797d99bd565e.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-33f2bc5ce9af71d4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d73ebc1f2d434b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7854 | 2024-11-11T21:05:41.086Z |  | 
| 7855 | 2024-11-11T21:05:41.086Z | running 0 tests | 
| 7856 | 2024-11-11T21:05:41.086Z |  | 
| 7857 | 2024-11-11T21:05:41.086Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7858 | 2024-11-11T21:05:41.086Z |  | 
| 7859 | 2024-11-11T21:05:41.112Z |    Doc-tests nexus_reconfigurator_preparation | 
| 7860 | 2024-11-11T21:05:41.115Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8f366d345e7ceb96.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7861 | 2024-11-11T21:05:41.496Z |  | 
| 7862 | 2024-11-11T21:05:41.496Z | running 0 tests | 
| 7863 | 2024-11-11T21:05:41.496Z |  | 
| 7864 | 2024-11-11T21:05:41.496Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7865 | 2024-11-11T21:05:41.496Z |  | 
| 7866 | 2024-11-11T21:05:41.522Z |    Doc-tests nexus_saga_recovery | 
| 7867 | 2024-11-11T21:05:41.525Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-274a11aa8d339e2a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-46282651810530bf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6532162578279890.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` | 
| 7868 | 2024-11-11T21:05:41.875Z |  | 
| 7869 | 2024-11-11T21:05:41.875Z | running 0 tests | 
| 7870 | 2024-11-11T21:05:41.875Z |  | 
| 7871 | 2024-11-11T21:05:41.875Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7872 | 2024-11-11T21:05:41.875Z |  | 
| 7873 | 2024-11-11T21:05:41.898Z |    Doc-tests nexus_sled_agent_shared | 
| 7874 | 2024-11-11T21:05:41.901Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_sled_agent_shared --test nexus-sled-agent-shared/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-sled-agent-shared -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7875 | 2024-11-11T21:05:42.278Z |  | 
| 7876 | 2024-11-11T21:05:42.278Z | running 0 tests | 
| 7877 | 2024-11-11T21:05:42.278Z |  | 
| 7878 | 2024-11-11T21:05:42.278Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7879 | 2024-11-11T21:05:42.278Z |  | 
| 7880 | 2024-11-11T21:05:42.301Z |    Doc-tests nexus_test_interface | 
| 7881 | 2024-11-11T21:05:42.304Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-10ad26ead4b7c71e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7882 | 2024-11-11T21:05:42.590Z |  | 
| 7883 | 2024-11-11T21:05:42.590Z | running 0 tests | 
| 7884 | 2024-11-11T21:05:42.590Z |  | 
| 7885 | 2024-11-11T21:05:42.590Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7886 | 2024-11-11T21:05:42.590Z |  | 
| 7887 | 2024-11-11T21:05:42.610Z |    Doc-tests nexus_test_utils | 
| 7888 | 2024-11-11T21:05:42.613Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-415d3d6344ab25b2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-10ad26ead4b7c71e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-8bcab6a1ba6b5a0e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' --document-private-items -D warnings --error-format human` | 
| 7889 | 2024-11-11T21:05:43.600Z |  | 
| 7890 | 2024-11-11T21:05:43.600Z | running 0 tests | 
| 7891 | 2024-11-11T21:05:43.600Z |  | 
| 7892 | 2024-11-11T21:05:43.600Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7893 | 2024-11-11T21:05:43.600Z |  | 
| 7894 | 2024-11-11T21:05:43.634Z |    Doc-tests nexus_test_utils_macros | 
| 7895 | 2024-11-11T21:05:43.637Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6532162578279890.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7896 | 2024-11-11T21:05:43.719Z |  | 
| 7897 | 2024-11-11T21:05:43.719Z | running 1 test | 
| 7898 | 2024-11-11T21:05:43.722Z | test nexus/test-utils-macros/src/lib.rs - nexus_test (line 43) ... ignored | 
| 7899 | 2024-11-11T21:05:43.722Z |  | 
| 7900 | 2024-11-11T21:05:43.722Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7901 | 2024-11-11T21:05:43.722Z |  | 
| 7902 | 2024-11-11T21:05:43.728Z |    Doc-tests nexus_types | 
| 7903 | 2024-11-11T21:05:43.730Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-931ed4ae26d6b157.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-48ba4fa9dc043f65.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d97bd0ec0dbf820c.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e34685acac44cbed.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6395fd819530f713.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e426d338234ce0f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7904 | 2024-11-11T21:05:46.830Z |  | 
| 7905 | 2024-11-11T21:05:46.830Z | running 0 tests | 
| 7906 | 2024-11-11T21:05:46.830Z |  | 
| 7907 | 2024-11-11T21:05:46.830Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7908 | 2024-11-11T21:05:46.830Z |  | 
| 7909 | 2024-11-11T21:05:46.898Z |    Doc-tests omicron_certificates | 
| 7910 | 2024-11-11T21:05:46.901Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-cc8768000459eec0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-7e3e91e2425739de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6395fd819530f713.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-bb4fc0e68df45522.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7911 | 2024-11-11T21:05:47.165Z |  | 
| 7912 | 2024-11-11T21:05:47.165Z | running 0 tests | 
| 7913 | 2024-11-11T21:05:47.165Z |  | 
| 7914 | 2024-11-11T21:05:47.165Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7915 | 2024-11-11T21:05:47.165Z |  | 
| 7916 | 2024-11-11T21:05:47.183Z |    Doc-tests omicron_clickhouse_admin | 
| 7917 | 2024-11-11T21:05:47.186Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8e33c0ded8226000.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-afb28bc15b3a8f38.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c53dbb5965d3e908.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-33938f4b2d800b6f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6fe04eba22325ed7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7918 | 2024-11-11T21:05:47.483Z |  | 
| 7919 | 2024-11-11T21:05:47.483Z | running 0 tests | 
| 7920 | 2024-11-11T21:05:47.483Z |  | 
| 7921 | 2024-11-11T21:05:47.483Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7922 | 2024-11-11T21:05:47.483Z |  | 
| 7923 | 2024-11-11T21:05:47.503Z |    Doc-tests omicron_cockroach_admin | 
| 7924 | 2024-11-11T21:05:47.506Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-fd90a56a19aa42e3.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-757d6da25d29cebb.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-018c3bc025bc9701.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-692af3887010a8e3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` | 
| 7925 | 2024-11-11T21:05:47.788Z |  | 
| 7926 | 2024-11-11T21:05:47.789Z | running 0 tests | 
| 7927 | 2024-11-11T21:05:47.789Z |  | 
| 7928 | 2024-11-11T21:05:47.789Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7929 | 2024-11-11T21:05:47.789Z |  | 
| 7930 | 2024-11-11T21:05:47.809Z |    Doc-tests omicron_common | 
| 7931 | 2024-11-11T21:05:47.812Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-931ed4ae26d6b157.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-51013d43a4b80945.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4b18975f57f8f54a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b1ce33ddc9ff2760.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f0f0de6fb314eb33.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human` | 
| 7932 | 2024-11-11T21:05:49.729Z |  | 
| 7933 | 2024-11-11T21:05:49.729Z | running 2 tests | 
| 7934 | 2024-11-11T21:05:49.734Z | test common/src/lib.rs - FileKv (line 40) ... ignored | 
| 7935 | 2024-11-11T21:05:54.207Z | test common/src/api/external/error.rs - api::external::error::InternalContext (line 612) ... ok | 
| 7936 | 2024-11-11T21:05:54.207Z |  | 
| 7937 | 2024-11-11T21:05:54.210Z | test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.48s | 
| 7938 | 2024-11-11T21:05:54.210Z |  | 
| 7939 | 2024-11-11T21:05:54.257Z |    Doc-tests omicron_ddm_admin_client | 
| 7940 | 2024-11-11T21:05:54.259Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-71939a08f27ebc09.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a3215c00dc4f0595.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b1ce33ddc9ff2760.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7941 | 2024-11-11T21:05:54.512Z |  | 
| 7942 | 2024-11-11T21:05:54.512Z | running 0 tests | 
| 7943 | 2024-11-11T21:05:54.512Z |  | 
| 7944 | 2024-11-11T21:05:54.512Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7945 | 2024-11-11T21:05:54.512Z |  | 
| 7946 | 2024-11-11T21:05:54.532Z |    Doc-tests omicron_dev_lib | 
| 7947 | 2024-11-11T21:05:54.535Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-892d5a704ebdbcf8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7948 | 2024-11-11T21:05:54.753Z |  | 
| 7949 | 2024-11-11T21:05:54.753Z | running 0 tests | 
| 7950 | 2024-11-11T21:05:54.753Z |  | 
| 7951 | 2024-11-11T21:05:54.753Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7952 | 2024-11-11T21:05:54.753Z |  | 
| 7953 | 2024-11-11T21:05:54.770Z |    Doc-tests omicron_gateway | 
| 7954 | 2024-11-11T21:05:54.773Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a87b6ab337d402fe.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-058e7da08ca2ec3c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-415d3d6344ab25b2.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-8d8a3ab44ba1d2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2c2e9b39cec97992.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-53fc82a5a9671c61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-78ac86b264e9f763.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-05801cf678197461.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60d7142213be7953.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ee3cb7542fd8a3cb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7955 | 2024-11-11T21:05:55.432Z |  | 
| 7956 | 2024-11-11T21:05:55.432Z | running 0 tests | 
| 7957 | 2024-11-11T21:05:55.432Z |  | 
| 7958 | 2024-11-11T21:05:55.432Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7959 | 2024-11-11T21:05:55.432Z |  | 
| 7960 | 2024-11-11T21:05:55.464Z |    Doc-tests omicron_ls_apis | 
| 7961 | 2024-11-11T21:05:55.466Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8e6caaf875e40df5.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-2cb4b527968c48b7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7962 | 2024-11-11T21:05:55.667Z |  | 
| 7963 | 2024-11-11T21:05:55.667Z | running 1 test | 
| 7964 | 2024-11-11T21:05:55.669Z | test dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored | 
| 7965 | 2024-11-11T21:05:55.669Z |  | 
| 7966 | 2024-11-11T21:05:55.669Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7967 | 2024-11-11T21:05:55.669Z |  | 
| 7968 | 2024-11-11T21:05:55.681Z |    Doc-tests omicron_nexus | 
| 7969 | 2024-11-11T21:05:55.689Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-2bfa151f1d0dc977.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e928a23e328132e6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-3730d9880924d9f2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-f5418e65636081c2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-de51d727f092374d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e1f2e629ed7d0adc.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-c02409512ca01d67.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a713319941a7f8ae.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-1eed3ea897599868.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-415d3d6344ab25b2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e1de30f1816ee2ce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-113bfea6928d0bb9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-01841764644879bd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4b18975f57f8f54a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-274a11aa8d339e2a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-3c4a7ccfb31ee89b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-a3eca9cc42b4cb41.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-339e0468bf42ba0e.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e34a5d0acf4660be.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7707748724ae905d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e18d797d99bd565e.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-eb94976a3b4744f9.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-daa912cad531fde6.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-04f15349b0f65d5f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-33f2bc5ce9af71d4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-8f366d345e7ceb96.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-46282651810530bf.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-10ad26ead4b7c71e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-1bac12ebabd55e41.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-6532162578279890.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-f5909000899717d9.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6395fd819530f713.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c6d5dae8473b6883.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2242d316a286a9f4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-8bcab6a1ba6b5a0e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e426d338234ce0f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-7276ba7ceb4ca0da.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-b1ce33ddc9ff2760.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cc86f9178dab6b8.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5e11ad8373c95454.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-0cd8f0161c467c76.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-86ce2bcf6e43d449.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-e2ed480392ef3b43.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b985ba7dc8c170a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f375a8680b12c94c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-25db4bcca623ea92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60d7142213be7953.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-20a5a36e8e1568e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2c9865cb6e9a9cfd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-84825ec0b6bc4fbf.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1eb78353414d96bd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d3125288edf5139c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human` | 
| 7970 | 2024-11-11T21:05:58.397Z |  | 
| 7971 | 2024-11-11T21:05:58.397Z | running 5 tests | 
| 7972 | 2024-11-11T21:05:58.399Z | test nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 235) ... ignored | 
| 7973 | 2024-11-11T21:06:02.532Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 927) ... ok | 
| 7974 | 2024-11-11T21:06:02.535Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 855) ... ok | 
| 7975 | 2024-11-11T21:06:02.539Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 833) ... ok | 
| 7976 | 2024-11-11T21:06:02.541Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 897) ... ok | 
| 7977 | 2024-11-11T21:06:02.541Z |  | 
| 7978 | 2024-11-11T21:06:02.541Z | test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.14s | 
| 7979 | 2024-11-11T21:06:02.541Z |  | 
| 7980 | 2024-11-11T21:06:02.612Z |    Doc-tests omicron_package | 
| 7981 | 2024-11-11T21:06:02.615Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d0cf58a4bbc98c4b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-f69ef1188295f2ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-adf59936f6d7e418.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-67b93f86f9ca9639.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-0cd8f0161c467c76.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-430bf38977f5bd96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-781fdb0910cc187e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7982 | 2024-11-11T21:06:02.852Z |  | 
| 7983 | 2024-11-11T21:06:02.852Z | running 0 tests | 
| 7984 | 2024-11-11T21:06:02.852Z |  | 
| 7985 | 2024-11-11T21:06:02.852Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7986 | 2024-11-11T21:06:02.852Z |  | 
| 7987 | 2024-11-11T21:06:02.867Z |    Doc-tests omicron_passwords | 
| 7988 | 2024-11-11T21:06:02.870Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-f472fe0d719d5a8a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-de51d727f092374d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-21a5198b716a1d65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7989 | 2024-11-11T21:06:02.984Z |  | 
| 7990 | 2024-11-11T21:06:02.984Z | running 0 tests | 
| 7991 | 2024-11-11T21:06:02.984Z |  | 
| 7992 | 2024-11-11T21:06:02.984Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 7993 | 2024-11-11T21:06:02.984Z |  | 
| 7994 | 2024-11-11T21:06:02.996Z |    Doc-tests omicron_rpaths | 
| 7995 | 2024-11-11T21:06:02.999Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-c01ca28e29b6083f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 7996 | 2024-11-11T21:06:03.067Z |  | 
| 7997 | 2024-11-11T21:06:03.067Z | running 0 tests | 
| 7998 | 2024-11-11T21:06:03.067Z |  | 
| 7999 | 2024-11-11T21:06:03.067Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8000 | 2024-11-11T21:06:03.067Z |  | 
| 8001 | 2024-11-11T21:06:03.075Z |    Doc-tests omicron_sled_agent | 
| 8002 | 2024-11-11T21:06:03.078Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-228419f004731a29.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a5ac263f2b2a98f4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-29f49ec11867bc10.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c7626a78782e6181.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-396f5c460293820a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-90c14e0012074cc8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-543acf02384607bc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-4f13465fac258363.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-e63e6a17c605bcb1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-5e3cac8fbbda9149.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-e93687f563e14a1a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b51f792d0eb6178b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-4b18975f57f8f54a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a3215c00dc4f0595.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-b8c1c44d6478e658.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-5c2f248fca963beb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cc86f9178dab6b8.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-a545b1205e6f6f3e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-d4cb7b4a7046aea6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-1afb9ebbf6550c1c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-02c5dead56e9ac5c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e611f97694f597fb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-430bf38977f5bd96.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-96bf5eb2e1fbc436.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b5989e0af9860e58.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-a22589985546b0bf.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-87acb18cbf645a3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human` | 
| 8003 | 2024-11-11T21:06:05.023Z |  | 
| 8004 | 2024-11-11T21:06:05.023Z | running 0 tests | 
| 8005 | 2024-11-11T21:06:05.023Z |  | 
| 8006 | 2024-11-11T21:06:05.023Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8007 | 2024-11-11T21:06:05.023Z |  | 
| 8008 | 2024-11-11T21:06:05.076Z |    Doc-tests omicron_test_utils | 
| 8009 | 2024-11-11T21:06:05.079Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-8c3767e8502d24da.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-faec8e7d95486d45.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-c3c18052cb8eb945.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-76cd6a2b3c2fbf80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-71c8d2920f23016d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-0cd8f0161c467c76.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-86ce2bcf6e43d449.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d929d493231ed125.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human` | 
| 8010 | 2024-11-11T21:06:05.397Z |  | 
| 8011 | 2024-11-11T21:06:05.397Z | running 0 tests | 
| 8012 | 2024-11-11T21:06:05.397Z |  | 
| 8013 | 2024-11-11T21:06:05.397Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8014 | 2024-11-11T21:06:05.397Z |  | 
| 8015 | 2024-11-11T21:06:05.419Z |    Doc-tests omicron_uuid_kinds | 
| 8016 | 2024-11-11T21:06:05.422Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e34685acac44cbed.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-525d494fc166b762.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "schemars08", "serde", "std", "uuid-v4"))' --document-private-items -D warnings --error-format human` | 
| 8017 | 2024-11-11T21:06:05.527Z |  | 
| 8018 | 2024-11-11T21:06:05.527Z | running 0 tests | 
| 8019 | 2024-11-11T21:06:05.527Z |  | 
| 8020 | 2024-11-11T21:06:05.527Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8021 | 2024-11-11T21:06:05.527Z |  | 
| 8022 | 2024-11-11T21:06:05.537Z |    Doc-tests omicron_workspace_hack | 
| 8023 | 2024-11-11T21:06:05.541Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-3a57e7e4e88d8557.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ec610d6212043b4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-4da7672578b7494e.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-8480a90d47051b07.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-b84d62cfe5b37fff.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-80ad4cd7f0cddf1a.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a2750eff915f90df.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0a29f9290229ca2f.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-35b1b2b889dfc8ca.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b51e3ea9db37203e.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-e24dfd866924e567.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-70cb51caf15fac61.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-735728b5689c6f19.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-1fadb5960a8d19a8.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-48ba4fa9dc043f65.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-42d0637fa497cb3d.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-830fd7ccfcb0c526.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-d784a9f2661e9bce.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-f12c971a1db56268.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-14c62e65ff922fd4.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2d24512202c3edb4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-5a997561f72bb41f.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f670185fe28d0078.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-2766537d8ac0b1c3.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9e1b6ce8fcb9eb7b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-bb45aa76554642b3.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-b5918c7bb1241671.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-ae42e329c8d69c33.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df9c791ee9497e83.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2eb9c3ff2ae48fa.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4d996534faf1d453.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-1bf707952bf72afc.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-590053dba71050d7.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-153758aceb3cd21b.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-12263ebdd16de34d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-3424bbf8ce57e058.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-3716f9bff5f1ecbe.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-448245cf197a0c21.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-d0913e5e06d0a664.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-a5aa95a529ec771a.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-cf391c8b3491fee0.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4606acc70281245d.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-52313d9d65cb49f4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-802887cd43335884.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-81e3e574966e5fac.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-efebdf221d3b73ad.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-67e0a46ec2bfb252.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-37e4304872f28ac3.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f31c551e32c21fb6.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-b950497410d08f2b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-705691fbe0070fa7.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-491118f9ec503a05.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6660e290b0adf5ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-8877ffe90b8dd028.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5bba9131e5a5a9a7.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-bcff8eb39b7bf28f.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-e07776025399bf26.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-1bcd6e7431d0c529.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dfedfaede04f1cd8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b6b4eefa36f536f5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f1e3a7c04597f989.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-325b2837f6dab56c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d83515ae026c9753.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d0fcbeecaf580e1a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-77b7465717e59b36.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b700c49395ffa896.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-79a4fa8b8c133532.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-a374647bdc2bcfe2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-167f82d4d67f511e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-408a063a4091fdbc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-8fb7374548f1bc5f.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-4e5ab92ea1014325.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-d1899eb74ee961d4.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-00085ad90001767c.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b7ea25faceb1c102.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0b0db03d454adf1c.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-a3ae52bd259e9563.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-896f8a38cf2a3f95.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-60f59f901f5af4f1.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-2d004079115bc03a.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4f9d309aee4b7b19.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0b9ddd1e546431a8.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-b3bd218e77493777.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-365aa1a7c82b17a1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-42e66d799d40a197.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-a17316c84dfe119d.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-65ce327e1c84bc7e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-56e91e2c6f079a37.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8024 | 2024-11-11T21:06:05.604Z |  | 
| 8025 | 2024-11-11T21:06:05.604Z | running 0 tests | 
| 8026 | 2024-11-11T21:06:05.604Z |  | 
| 8027 | 2024-11-11T21:06:05.604Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8028 | 2024-11-11T21:06:05.604Z |  | 
| 8029 | 2024-11-11T21:06:05.612Z |    Doc-tests openapi_manager | 
| 8030 | 2024-11-11T21:06:05.615Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name openapi_manager --test dev-tools/openapi-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-98837ce3f896d34f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-29f49ec11867bc10.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8e33c0ded8226000.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-fd90a56a19aa42e3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-e37c53b68bb7ceda.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a87b6ab337d402fe.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-bd05353f346aabec.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b586418680dee26a.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-e34a5d0acf4660be.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-7707748724ae905d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-bf582c5d4ca3dfb2.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d1db57d5341c9be8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-abc964b9288c03c8.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-1afb9ebbf6550c1c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-408a063a4091fdbc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e611f97694f597fb.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7ab68468a26f29f4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8031 | 2024-11-11T21:06:06.028Z |  | 
| 8032 | 2024-11-11T21:06:06.028Z | running 0 tests | 
| 8033 | 2024-11-11T21:06:06.028Z |  | 
| 8034 | 2024-11-11T21:06:06.028Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8035 | 2024-11-11T21:06:06.028Z |  | 
| 8036 | 2024-11-11T21:06:06.052Z |    Doc-tests openapi_manager_types | 
| 8037 | 2024-11-11T21:06:06.055Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name openapi_manager_types --test dev-tools/openapi-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-d1db57d5341c9be8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8038 | 2024-11-11T21:06:06.125Z |  | 
| 8039 | 2024-11-11T21:06:06.125Z | running 0 tests | 
| 8040 | 2024-11-11T21:06:06.125Z |  | 
| 8041 | 2024-11-11T21:06:06.125Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8042 | 2024-11-11T21:06:06.125Z |  | 
| 8043 | 2024-11-11T21:06:06.134Z |    Doc-tests oxide_client | 
| 8044 | 2024-11-11T21:06:06.137Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-c6d5dae8473b6883.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8045 | 2024-11-11T21:06:11.233Z |  | 
| 8046 | 2024-11-11T21:06:11.234Z | running 208 tests | 
| 8047 | 2024-11-11T21:06:11.237Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored | 
| 8048 | 2024-11-11T21:06:11.237Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored | 
| 8049 | 2024-11-11T21:06:11.237Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored | 
| 8050 | 2024-11-11T21:06:11.237Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored | 
| 8051 | 2024-11-11T21:06:11.237Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored | 
| 8052 | 2024-11-11T21:06:11.237Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored | 
| 8053 | 2024-11-11T21:06:11.237Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored | 
| 8054 | 2024-11-11T21:06:11.237Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored | 
| 8055 | 2024-11-11T21:06:11.237Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored | 
| 8056 | 2024-11-11T21:06:11.237Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored | 
| 8057 | 2024-11-11T21:06:11.237Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored | 
| 8058 | 2024-11-11T21:06:11.237Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored | 
| 8059 | 2024-11-11T21:06:11.237Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored | 
| 8060 | 2024-11-11T21:06:11.237Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored | 
| 8061 | 2024-11-11T21:06:11.237Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored | 
| 8062 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored | 
| 8063 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored | 
| 8064 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored | 
| 8065 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored | 
| 8066 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored | 
| 8067 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored | 
| 8068 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored | 
| 8069 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored | 
| 8070 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored | 
| 8071 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored | 
| 8072 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored | 
| 8073 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored | 
| 8074 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored | 
| 8075 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored | 
| 8076 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored | 
| 8077 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored | 
| 8078 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored | 
| 8079 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored | 
| 8080 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored | 
| 8081 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored | 
| 8082 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored | 
| 8083 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored | 
| 8084 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored | 
| 8085 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored | 
| 8086 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored | 
| 8087 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored | 
| 8088 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored | 
| 8089 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored | 
| 8090 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored | 
| 8091 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored | 
| 8092 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored | 
| 8093 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored | 
| 8094 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored | 
| 8095 | 2024-11-11T21:06:11.238Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored | 
| 8096 | 2024-11-11T21:06:11.239Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored | 
| 8097 | 2024-11-11T21:06:11.239Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored | 
| 8098 | 2024-11-11T21:06:11.239Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored | 
| 8099 | 2024-11-11T21:06:11.239Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored | 
| 8100 | 2024-11-11T21:06:11.239Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored | 
| 8101 | 2024-11-11T21:06:11.239Z | test clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored | 
| 8102 | 2024-11-11T21:06:11.239Z | test clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_query (line 24) ... ignored | 
| 8103 | 2024-11-11T21:06:11.239Z | test clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_schema_list (line 25) ... ignored | 
| 8104 | 2024-11-11T21:06:11.239Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored | 
| 8105 | 2024-11-11T21:06:11.239Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored | 
| 8106 | 2024-11-11T21:06:11.239Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored | 
| 8107 | 2024-11-11T21:06:11.239Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored | 
| 8108 | 2024-11-11T21:06:11.239Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored | 
| 8109 | 2024-11-11T21:06:11.246Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored | 
| 8110 | 2024-11-11T21:06:11.246Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored | 
| 8111 | 2024-11-11T21:06:11.246Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored | 
| 8112 | 2024-11-11T21:06:11.246Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored | 
| 8113 | 2024-11-11T21:06:11.246Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored | 
| 8114 | 2024-11-11T21:06:11.246Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored | 
| 8115 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored | 
| 8116 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored | 
| 8117 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored | 
| 8118 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored | 
| 8119 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored | 
| 8120 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored | 
| 8121 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored | 
| 8122 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored | 
| 8123 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored | 
| 8124 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored | 
| 8125 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored | 
| 8126 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored | 
| 8127 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored | 
| 8128 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored | 
| 8129 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored | 
| 8130 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored | 
| 8131 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored | 
| 8132 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored | 
| 8133 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored | 
| 8134 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored | 
| 8135 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored | 
| 8136 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored | 
| 8137 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored | 
| 8138 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored | 
| 8139 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored | 
| 8140 | 2024-11-11T21:06:11.247Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored | 
| 8141 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored | 
| 8142 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored | 
| 8143 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored | 
| 8144 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored | 
| 8145 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored | 
| 8146 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored | 
| 8147 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored | 
| 8148 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored | 
| 8149 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored | 
| 8150 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored | 
| 8151 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored | 
| 8152 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored | 
| 8153 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored | 
| 8154 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored | 
| 8155 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored | 
| 8156 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored | 
| 8157 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored | 
| 8158 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored | 
| 8159 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored | 
| 8160 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored | 
| 8161 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored | 
| 8162 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored | 
| 8163 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored | 
| 8164 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored | 
| 8165 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored | 
| 8166 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored | 
| 8167 | 2024-11-11T21:06:11.248Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored | 
| 8168 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored | 
| 8169 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored | 
| 8170 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored | 
| 8171 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored | 
| 8172 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored | 
| 8173 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored | 
| 8174 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored | 
| 8175 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored | 
| 8176 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored | 
| 8177 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored | 
| 8178 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored | 
| 8179 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored | 
| 8180 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored | 
| 8181 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored | 
| 8182 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored | 
| 8183 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored | 
| 8184 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored | 
| 8185 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored | 
| 8186 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored | 
| 8187 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored | 
| 8188 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored | 
| 8189 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored | 
| 8190 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored | 
| 8191 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored | 
| 8192 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored | 
| 8193 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored | 
| 8194 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored | 
| 8195 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored | 
| 8196 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored | 
| 8197 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored | 
| 8198 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored | 
| 8199 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored | 
| 8200 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored | 
| 8201 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored | 
| 8202 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored | 
| 8203 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored | 
| 8204 | 2024-11-11T21:06:11.249Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored | 
| 8205 | 2024-11-11T21:06:11.250Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored | 
| 8206 | 2024-11-11T21:06:11.250Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored | 
| 8207 | 2024-11-11T21:06:11.250Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored | 
| 8208 | 2024-11-11T21:06:11.250Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored | 
| 8209 | 2024-11-11T21:06:11.253Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored | 
| 8210 | 2024-11-11T21:06:11.253Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored | 
| 8211 | 2024-11-11T21:06:11.253Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored | 
| 8212 | 2024-11-11T21:06:11.253Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored | 
| 8213 | 2024-11-11T21:06:11.253Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored | 
| 8214 | 2024-11-11T21:06:11.253Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored | 
| 8215 | 2024-11-11T21:06:11.253Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored | 
| 8216 | 2024-11-11T21:06:11.253Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored | 
| 8217 | 2024-11-11T21:06:11.253Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored | 
| 8218 | 2024-11-11T21:06:11.253Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored | 
| 8219 | 2024-11-11T21:06:11.253Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored | 
| 8220 | 2024-11-11T21:06:11.253Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored | 
| 8221 | 2024-11-11T21:06:11.253Z | test clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored | 
| 8222 | 2024-11-11T21:06:11.253Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored | 
| 8223 | 2024-11-11T21:06:11.253Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored | 
| 8224 | 2024-11-11T21:06:11.253Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored | 
| 8225 | 2024-11-11T21:06:11.253Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored | 
| 8226 | 2024-11-11T21:06:11.253Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored | 
| 8227 | 2024-11-11T21:06:11.253Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored | 
| 8228 | 2024-11-11T21:06:11.253Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored | 
| 8229 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored | 
| 8230 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored | 
| 8231 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored | 
| 8232 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored | 
| 8233 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored | 
| 8234 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored | 
| 8235 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored | 
| 8236 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored | 
| 8237 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored | 
| 8238 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored | 
| 8239 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored | 
| 8240 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored | 
| 8241 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored | 
| 8242 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored | 
| 8243 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored | 
| 8244 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored | 
| 8245 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored | 
| 8246 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored | 
| 8247 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored | 
| 8248 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored | 
| 8249 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored | 
| 8250 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored | 
| 8251 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored | 
| 8252 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored | 
| 8253 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored | 
| 8254 | 2024-11-11T21:06:11.254Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored | 
| 8255 | 2024-11-11T21:06:11.254Z |  | 
| 8256 | 2024-11-11T21:06:11.254Z | test result: ok. 0 passed; 0 failed; 208 ignored; 0 measured; 0 filtered out; finished in 0.01s | 
| 8257 | 2024-11-11T21:06:11.254Z |  | 
| 8258 | 2024-11-11T21:06:11.330Z |    Doc-tests oximeter | 
| 8259 | 2024-11-11T21:06:11.333Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-61c2282de6d21b66.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-7183f7820acaefc7.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-663e25bd25e070d5.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d90ccff738138b2b.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8260 | 2024-11-11T21:06:11.578Z |  | 
| 8261 | 2024-11-11T21:06:11.578Z | running 2 tests | 
| 8262 | 2024-11-11T21:06:11.581Z | test oximeter/oximeter/src/lib.rs - (line 111) ... ignored | 
| 8263 | 2024-11-11T21:06:12.718Z | test oximeter/oximeter/src/lib.rs - (line 118) ... ok | 
| 8264 | 2024-11-11T21:06:12.718Z |  | 
| 8265 | 2024-11-11T21:06:12.721Z | test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.14s | 
| 8266 | 2024-11-11T21:06:12.721Z |  | 
| 8267 | 2024-11-11T21:06:12.744Z |    Doc-tests oximeter_api | 
| 8268 | 2024-11-11T21:06:12.747Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-abc964b9288c03c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8269 | 2024-11-11T21:06:12.989Z |  | 
| 8270 | 2024-11-11T21:06:12.989Z | running 2 tests | 
| 8271 | 2024-11-11T21:06:12.991Z | test oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 24) ... ignored | 
| 8272 | 2024-11-11T21:06:12.992Z | test oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 30) ... ignored | 
| 8273 | 2024-11-11T21:06:12.992Z |  | 
| 8274 | 2024-11-11T21:06:12.992Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8275 | 2024-11-11T21:06:12.992Z |  | 
| 8276 | 2024-11-11T21:06:13.008Z |    Doc-tests oximeter_client | 
| 8277 | 2024-11-11T21:06:13.011Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2242d316a286a9f4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8278 | 2024-11-11T21:06:13.309Z |  | 
| 8279 | 2024-11-11T21:06:13.309Z | running 0 tests | 
| 8280 | 2024-11-11T21:06:13.309Z |  | 
| 8281 | 2024-11-11T21:06:13.312Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8282 | 2024-11-11T21:06:13.312Z |  | 
| 8283 | 2024-11-11T21:06:13.330Z |    Doc-tests oximeter_collector | 
| 8284 | 2024-11-11T21:06:13.333Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-292d34e6280ef3c7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-803959e4c3b4b426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-abc964b9288c03c8.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2242d316a286a9f4.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-8bcab6a1ba6b5a0e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8285 | 2024-11-11T21:06:13.839Z |  | 
| 8286 | 2024-11-11T21:06:13.839Z | running 0 tests | 
| 8287 | 2024-11-11T21:06:13.839Z |  | 
| 8288 | 2024-11-11T21:06:13.839Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8289 | 2024-11-11T21:06:13.839Z |  | 
| 8290 | 2024-11-11T21:06:13.871Z |    Doc-tests oximeter_db | 
| 8291 | 2024-11-11T21:06:13.874Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-b496abfbe3fff0c0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-9f945a5ccaa40a2c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-7cbbe7319620a8ed.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c53dbb5965d3e908.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5f1c5167cec04a77.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-de51d727f092374d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-be4c4d9da57311f0.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-3bfbe37480da92fc.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-f31c551e32c21fb6.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-630bf026c693223e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6fe04eba22325ed7.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e426d338234ce0f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-2df5b7950dd75f83.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-672dedc65c360018.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-d0096c9f8d1cafe3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-42b1b522d80a7480.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3557fe839a6455f6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-febec8f9772be7da.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-dc96afe696808903.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' --document-private-items -D warnings --error-format human` | 
| 8292 | 2024-11-11T21:06:15.343Z |  | 
| 8293 | 2024-11-11T21:06:15.343Z | running 1 test | 
| 8294 | 2024-11-11T21:06:15.346Z | test oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored | 
| 8295 | 2024-11-11T21:06:15.346Z |  | 
| 8296 | 2024-11-11T21:06:15.346Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8297 | 2024-11-11T21:06:15.346Z |  | 
| 8298 | 2024-11-11T21:06:15.390Z |    Doc-tests oximeter_instruments | 
| 8299 | 2024-11-11T21:06:15.393Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-7f4078a2df13ea0d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d9114359da4cd326.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' --document-private-items -D warnings --error-format human` | 
| 8300 | 2024-11-11T21:06:15.781Z |  | 
| 8301 | 2024-11-11T21:06:15.781Z | running 0 tests | 
| 8302 | 2024-11-11T21:06:15.781Z |  | 
| 8303 | 2024-11-11T21:06:15.782Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8304 | 2024-11-11T21:06:15.782Z |  | 
| 8305 | 2024-11-11T21:06:15.810Z |    Doc-tests oximeter_macro_impl | 
| 8306 | 2024-11-11T21:06:15.813Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-61c2282de6d21b66.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8307 | 2024-11-11T21:06:15.900Z |  | 
| 8308 | 2024-11-11T21:06:15.900Z | running 0 tests | 
| 8309 | 2024-11-11T21:06:15.900Z |  | 
| 8310 | 2024-11-11T21:06:15.900Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8311 | 2024-11-11T21:06:15.901Z |  | 
| 8312 | 2024-11-11T21:06:15.910Z |    Doc-tests oximeter_producer | 
| 8313 | 2024-11-11T21:06:15.913Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-ae8df0697557ac6e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-09970c317d53c0f8.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-adc9def4df4e9d91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8314 | 2024-11-11T21:06:16.278Z |  | 
| 8315 | 2024-11-11T21:06:16.278Z | running 0 tests | 
| 8316 | 2024-11-11T21:06:16.278Z |  | 
| 8317 | 2024-11-11T21:06:16.278Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8318 | 2024-11-11T21:06:16.278Z |  | 
| 8319 | 2024-11-11T21:06:16.305Z |    Doc-tests oximeter_schema | 
| 8320 | 2024-11-11T21:06:16.308Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-d3a2d607a5fdf8df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-7183f7820acaefc7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d90ccff738138b2b.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-df74325a53f8b344.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8321 | 2024-11-11T21:06:16.604Z |  | 
| 8322 | 2024-11-11T21:06:16.604Z | running 0 tests | 
| 8323 | 2024-11-11T21:06:16.604Z |  | 
| 8324 | 2024-11-11T21:06:16.604Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8325 | 2024-11-11T21:06:16.604Z |  | 
| 8326 | 2024-11-11T21:06:16.625Z |    Doc-tests oximeter_test_utils | 
| 8327 | 2024-11-11T21:06:16.627Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-c53dbb5965d3e908.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-61c2282de6d21b66.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-6fe04eba22325ed7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d90ccff738138b2b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8328 | 2024-11-11T21:06:16.871Z |  | 
| 8329 | 2024-11-11T21:06:16.871Z | running 0 tests | 
| 8330 | 2024-11-11T21:06:16.871Z |  | 
| 8331 | 2024-11-11T21:06:16.872Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8332 | 2024-11-11T21:06:16.872Z |  | 
| 8333 | 2024-11-11T21:06:16.891Z |    Doc-tests oximeter_timeseries_macro | 
| 8334 | 2024-11-11T21:06:16.894Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b5bf8ea4aef7824c.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-663e25bd25e070d5.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-605d63adb380a745.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d3cc06d503e9c7a6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-144da2b2ea42a1d0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-49c5bb9f5371ddd1.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8335 | 2024-11-11T21:06:17.122Z |  | 
| 8336 | 2024-11-11T21:06:17.122Z | running 0 tests | 
| 8337 | 2024-11-11T21:06:17.122Z |  | 
| 8338 | 2024-11-11T21:06:17.122Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8339 | 2024-11-11T21:06:17.122Z |  | 
| 8340 | 2024-11-11T21:06:17.140Z |    Doc-tests oximeter_types | 
| 8341 | 2024-11-11T21:06:17.143Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-ac7742081aa9cdf3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-de51d727f092374d.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-6a9284525c6a267a.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-61c2282de6d21b66.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d90ccff738138b2b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-56c41fe2ff54d94b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-4ea3708543961eda.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-956d5b2009c81213.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-185b60df75e343df.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-7ea881b21c7ada3f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8342 | 2024-11-11T21:06:17.742Z |  | 
| 8343 | 2024-11-11T21:06:17.743Z | running 11 tests | 
| 8344 | 2024-11-11T21:06:18.332Z | test oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok | 
| 8345 | 2024-11-11T21:06:25.009Z | test oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok | 
| 8346 | 2024-11-11T21:06:25.263Z | test oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok | 
| 8347 | 2024-11-11T21:06:25.321Z | test oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok | 
| 8348 | 2024-11-11T21:06:25.327Z | test oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok | 
| 8349 | 2024-11-11T21:06:25.341Z | test oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok | 
| 8350 | 2024-11-11T21:06:25.352Z | test oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok | 
| 8351 | 2024-11-11T21:06:25.358Z | test oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok | 
| 8352 | 2024-11-11T21:06:25.639Z | test oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok | 
| 8353 | 2024-11-11T21:06:28.211Z | test oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok | 
| 8354 | 2024-11-11T21:06:29.831Z | test oximeter/types/src/traits.rs - traits::Target (line 49) ... ok | 
| 8355 | 2024-11-11T21:06:29.834Z |  | 
| 8356 | 2024-11-11T21:06:29.834Z | test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.09s | 
| 8357 | 2024-11-11T21:06:29.834Z |  | 
| 8358 | 2024-11-11T21:06:29.863Z |    Doc-tests oxlog | 
| 8359 | 2024-11-11T21:06:29.866Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-fc724ba2ef95e52b.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-e6da12bceedb2076.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8360 | 2024-11-11T21:06:29.955Z |  | 
| 8361 | 2024-11-11T21:06:29.955Z | running 0 tests | 
| 8362 | 2024-11-11T21:06:29.955Z |  | 
| 8363 | 2024-11-11T21:06:29.955Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8364 | 2024-11-11T21:06:29.955Z |  | 
| 8365 | 2024-11-11T21:06:29.965Z |    Doc-tests oxql_types | 
| 8366 | 2024-11-11T21:06:29.967Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-be4c4d9da57311f0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-5e469ce88145a3ca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d90ccff738138b2b.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-4e426d338234ce0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8367 | 2024-11-11T21:06:30.310Z |  | 
| 8368 | 2024-11-11T21:06:30.310Z | running 0 tests | 
| 8369 | 2024-11-11T21:06:30.310Z |  | 
| 8370 | 2024-11-11T21:06:30.310Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8371 | 2024-11-11T21:06:30.310Z |  | 
| 8372 | 2024-11-11T21:06:30.332Z |    Doc-tests repo_depot_api | 
| 8373 | 2024-11-11T21:06:30.335Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name repo_depot_api --test sled-agent/repo-depot-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/repo-depot-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-1afb9ebbf6550c1c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8374 | 2024-11-11T21:06:30.567Z |  | 
| 8375 | 2024-11-11T21:06:30.567Z | running 2 tests | 
| 8376 | 2024-11-11T21:06:30.569Z | test sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored | 
| 8377 | 2024-11-11T21:06:30.569Z | test sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored | 
| 8378 | 2024-11-11T21:06:30.569Z |  | 
| 8379 | 2024-11-11T21:06:30.569Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8380 | 2024-11-11T21:06:30.569Z |  | 
| 8381 | 2024-11-11T21:06:30.587Z |    Doc-tests repo_depot_client | 
| 8382 | 2024-11-11T21:06:30.590Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name repo_depot_client --test clients/repo-depot-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/repo-depot-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-02c5dead56e9ac5c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8383 | 2024-11-11T21:06:30.770Z |  | 
| 8384 | 2024-11-11T21:06:30.770Z | running 0 tests | 
| 8385 | 2024-11-11T21:06:30.770Z |  | 
| 8386 | 2024-11-11T21:06:30.770Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8387 | 2024-11-11T21:06:30.770Z |  | 
| 8388 | 2024-11-11T21:06:30.786Z |    Doc-tests sled_agent_api | 
| 8389 | 2024-11-11T21:06:30.788Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e611f97694f597fb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8390 | 2024-11-11T21:06:31.180Z |  | 
| 8391 | 2024-11-11T21:06:31.180Z | running 2 tests | 
| 8392 | 2024-11-11T21:06:31.183Z | test sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 66) ... ignored | 
| 8393 | 2024-11-11T21:06:31.183Z | test sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 72) ... ignored | 
| 8394 | 2024-11-11T21:06:31.183Z |  | 
| 8395 | 2024-11-11T21:06:31.183Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8396 | 2024-11-11T21:06:31.183Z |  | 
| 8397 | 2024-11-11T21:06:31.204Z |    Doc-tests sled_agent_client | 
| 8398 | 2024-11-11T21:06:31.207Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-17f838e77a27ce57.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8399 | 2024-11-11T21:06:33.102Z |  | 
| 8400 | 2024-11-11T21:06:33.102Z | running 0 tests | 
| 8401 | 2024-11-11T21:06:33.102Z |  | 
| 8402 | 2024-11-11T21:06:33.102Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8403 | 2024-11-11T21:06:33.102Z |  | 
| 8404 | 2024-11-11T21:06:33.144Z |    Doc-tests sled_agent_types | 
| 8405 | 2024-11-11T21:06:33.147Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-a5ac263f2b2a98f4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5a564b305e87dc5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6cc86f9178dab6b8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b55fe1ed1fb95b70.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5fb4a8c9af38b7b5.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-0960f8ce1d02c6f2.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8406 | 2024-11-11T21:06:33.942Z |  | 
| 8407 | 2024-11-11T21:06:33.942Z | running 0 tests | 
| 8408 | 2024-11-11T21:06:33.942Z |  | 
| 8409 | 2024-11-11T21:06:33.942Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8410 | 2024-11-11T21:06:33.942Z |  | 
| 8411 | 2024-11-11T21:06:33.973Z |    Doc-tests sled_hardware | 
| 8412 | 2024-11-11T21:06:33.976Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-55f8d1e2ea5c116f.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7b00f5942bd7339f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-5e430ebab9bd9caf.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-827408ebe352de16.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-080acd08431793e9.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-430bf38977f5bd96.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-534f0e50a5f36d13.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c4491a361ebadbf3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8413 | 2024-11-11T21:06:34.336Z |  | 
| 8414 | 2024-11-11T21:06:34.336Z | running 0 tests | 
| 8415 | 2024-11-11T21:06:34.336Z |  | 
| 8416 | 2024-11-11T21:06:34.336Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8417 | 2024-11-11T21:06:34.336Z |  | 
| 8418 | 2024-11-11T21:06:34.360Z |    Doc-tests sled_hardware_types | 
| 8419 | 2024-11-11T21:06:34.362Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-66b484afaea79a74.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8420 | 2024-11-11T21:06:34.626Z |  | 
| 8421 | 2024-11-11T21:06:34.626Z | running 0 tests | 
| 8422 | 2024-11-11T21:06:34.626Z |  | 
| 8423 | 2024-11-11T21:06:34.626Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8424 | 2024-11-11T21:06:34.626Z |  | 
| 8425 | 2024-11-11T21:06:34.647Z |    Doc-tests sled_storage | 
| 8426 | 2024-11-11T21:06:34.649Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a9f8848cb985fb5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-d030da557e258818.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-b6e13772d541a13d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-b51f792d0eb6178b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-430bf38977f5bd96.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-96bf5eb2e1fbc436.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human` | 
| 8427 | 2024-11-11T21:06:35.067Z |  | 
| 8428 | 2024-11-11T21:06:35.067Z | running 0 tests | 
| 8429 | 2024-11-11T21:06:35.067Z |  | 
| 8430 | 2024-11-11T21:06:35.067Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8431 | 2024-11-11T21:06:35.068Z |  | 
| 8432 | 2024-11-11T21:06:35.092Z |    Doc-tests sp_sim | 
| 8433 | 2024-11-11T21:06:35.095Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-8d8a3ab44ba1d2c9.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-60d7142213be7953.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8434 | 2024-11-11T21:06:35.552Z |  | 
| 8435 | 2024-11-11T21:06:35.552Z | running 0 tests | 
| 8436 | 2024-11-11T21:06:35.552Z |  | 
| 8437 | 2024-11-11T21:06:35.552Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8438 | 2024-11-11T21:06:35.552Z |  | 
| 8439 | 2024-11-11T21:06:35.577Z |    Doc-tests tufaceous | 
| 8440 | 2024-11-11T21:06:35.579Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-37988133177ead49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-1fadb5960a8d19a8.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-8e01a56238392879.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-b6b4eefa36f536f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1eb78353414d96bd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8441 | 2024-11-11T21:06:35.874Z |  | 
| 8442 | 2024-11-11T21:06:35.874Z | running 0 tests | 
| 8443 | 2024-11-11T21:06:35.874Z |  | 
| 8444 | 2024-11-11T21:06:35.875Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8445 | 2024-11-11T21:06:35.875Z |  | 
| 8446 | 2024-11-11T21:06:35.896Z |    Doc-tests tufaceous_lib | 
| 8447 | 2024-11-11T21:06:35.898Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-4da7672578b7494e.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-113bfea6928d0bb9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-bb2f600db5635e6e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-8ebf534aa119cf7e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-84825ec0b6bc4fbf.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3b9f39ea3ae51169.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-a28742d97f826442.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8448 | 2024-11-11T21:06:36.330Z |  | 
| 8449 | 2024-11-11T21:06:36.330Z | running 0 tests | 
| 8450 | 2024-11-11T21:06:36.330Z |  | 
| 8451 | 2024-11-11T21:06:36.330Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8452 | 2024-11-11T21:06:36.330Z |  | 
| 8453 | 2024-11-11T21:06:36.355Z |    Doc-tests typed_rng | 
| 8454 | 2024-11-11T21:06:36.357Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-e34685acac44cbed.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4d1a5cb9c29a1e88.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-d152ef51b0170613.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-5d73ebc1f2d434b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8455 | 2024-11-11T21:06:36.442Z |  | 
| 8456 | 2024-11-11T21:06:36.442Z | running 0 tests | 
| 8457 | 2024-11-11T21:06:36.442Z |  | 
| 8458 | 2024-11-11T21:06:36.442Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8459 | 2024-11-11T21:06:36.442Z |  | 
| 8460 | 2024-11-11T21:06:36.451Z |    Doc-tests update_common | 
| 8461 | 2024-11-11T21:06:36.454Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-113bfea6928d0bb9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-84825ec0b6bc4fbf.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1eb78353414d96bd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d3125288edf5139c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8462 | 2024-11-11T21:06:36.772Z |  | 
| 8463 | 2024-11-11T21:06:36.772Z | running 0 tests | 
| 8464 | 2024-11-11T21:06:36.772Z |  | 
| 8465 | 2024-11-11T21:06:36.772Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8466 | 2024-11-11T21:06:36.772Z |  | 
| 8467 | 2024-11-11T21:06:36.794Z |    Doc-tests update_engine | 
| 8468 | 2024-11-11T21:06:36.796Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-4f5a49ea48b21724.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-d97bd0ec0dbf820c.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-bd05353f346aabec.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-ca2725ac7d076d6b.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-6d7dea2a1049c2a0.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-8bbe14c21bacf7c7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-b2e86226233d43a5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7bf31c2f04c55671.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-322ebaa15fe87809.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8469 | 2024-11-11T21:06:37.268Z |  | 
| 8470 | 2024-11-11T21:06:37.268Z | running 4 tests | 
| 8471 | 2024-11-11T21:06:37.270Z | test update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored | 
| 8472 | 2024-11-11T21:06:37.270Z | test update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored | 
| 8473 | 2024-11-11T21:06:37.270Z | test update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored | 
| 8474 | 2024-11-11T21:06:38.041Z | test update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok | 
| 8475 | 2024-11-11T21:06:38.041Z |  | 
| 8476 | 2024-11-11T21:06:38.044Z | test result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.77s | 
| 8477 | 2024-11-11T21:06:38.044Z |  | 
| 8478 | 2024-11-11T21:06:38.063Z |    Doc-tests wicket | 
| 8479 | 2024-11-11T21:06:38.067Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-37988133177ead49.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-d8ef303c93ae509e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-ee00718e200e680a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-33d63d8362b3dd13.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-a5ca38db4f9d145a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-0adf17ff7cdef8cf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-50948bb900fc73f7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-36b6a3ee47d58bd1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-7c95c4514ef5b573.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-666d070415f4a622.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-5a5eb8767712dc39.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-4f9d309aee4b7b19.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-8f7eaeaf00d2cf6e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-05e53f56471964f5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0a8440aa249ac036.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e1ad004cff736ea6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-332af7a4818e6abc.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-8d3af01ce68ce958.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8480 | 2024-11-11T21:06:39.084Z |  | 
| 8481 | 2024-11-11T21:06:39.084Z | running 0 tests | 
| 8482 | 2024-11-11T21:06:39.084Z |  | 
| 8483 | 2024-11-11T21:06:39.087Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8484 | 2024-11-11T21:06:39.088Z |  | 
| 8485 | 2024-11-11T21:06:39.119Z |    Doc-tests wicket_common | 
| 8486 | 2024-11-11T21:06:39.121Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-447d1f5efe48a3c9.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e1ad004cff736ea6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8487 | 2024-11-11T21:06:39.700Z |  | 
| 8488 | 2024-11-11T21:06:39.700Z | running 0 tests | 
| 8489 | 2024-11-11T21:06:39.700Z |  | 
| 8490 | 2024-11-11T21:06:39.700Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8491 | 2024-11-11T21:06:39.700Z |  | 
| 8492 | 2024-11-11T21:06:39.728Z |    Doc-tests wicket_dbg | 
| 8493 | 2024-11-11T21:06:39.731Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-081eb7697efcc78d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-59d3c2f4b4dae7d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7910def2ab3d99e5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-610ac2cf7d7c2391.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0a8440aa249ac036.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-e8f4641818ffda84.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8494 | 2024-11-11T21:06:40.126Z |  | 
| 8495 | 2024-11-11T21:06:40.126Z | running 0 tests | 
| 8496 | 2024-11-11T21:06:40.126Z |  | 
| 8497 | 2024-11-11T21:06:40.126Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8498 | 2024-11-11T21:06:40.126Z |  | 
| 8499 | 2024-11-11T21:06:40.151Z |    Doc-tests wicketd | 
| 8500 | 2024-11-11T21:06:40.154Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-4c8e06103831ec1b.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-031d0c34245e6fe3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c7626a78782e6181.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-7123e1c58d4a2669.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-28b401de3dbe7ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-02886f86a1bf7c50.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-06a5fd56a58d72b1.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-41fc4fa1993f6110.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-93113f79609730c4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-4a9dc6afd4d7fafa.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-839a2b1c5737719f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-2c1e229ad80b88c4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-8ecdeec849edc631.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8afd7a32597e698d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-415d3d6344ab25b2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-bea150908669ba2d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-2edc41f0e746cd80.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-99e5f16a5ee6c372.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-056a0dd1da668fce.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-113bfea6928d0bb9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ff2735b603ee25b6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-4b30c612eb5294e1.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b586418680dee26a.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-7d5ce03f777f45f0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-9428c37dfef3ec3e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-648bf00bf481df77.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-ef3f99ff4724966d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c1a3be2c2093cfc0.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-7e3e91e2425739de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a3215c00dc4f0595.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-c7468917257feaff.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0c8674b965abf4ac.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-be185402b6b8588b.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a34bfbee80b10aa7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4a487f61bb67ee42.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-c7700afde05de868.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7650936bf1b9e12d.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-e6b2108c6fa77141.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-6c9a16967fd14933.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-69b8803d85495fb4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1dd9127ea51b9cb5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-84825ec0b6bc4fbf.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1eb78353414d96bd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2dea4dae3de22bfc.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-d3125288edf5139c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0a8440aa249ac036.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e1ad004cff736ea6.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-77a74c3be412e39b.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7ab68468a26f29f4.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-332af7a4818e6abc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8501 | 2024-11-11T21:06:40.828Z |  | 
| 8502 | 2024-11-11T21:06:40.828Z | running 0 tests | 
| 8503 | 2024-11-11T21:06:40.828Z |  | 
| 8504 | 2024-11-11T21:06:40.828Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8505 | 2024-11-11T21:06:40.828Z |  | 
| 8506 | 2024-11-11T21:06:40.859Z |    Doc-tests wicketd_api | 
| 8507 | 2024-11-11T21:06:40.861Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-c7626a78782e6181.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-03168bf0e9f9ebde.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-403cc23422d9d2fa.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e1ad004cff736ea6.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-7ab68468a26f29f4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8508 | 2024-11-11T21:06:41.277Z |  | 
| 8509 | 2024-11-11T21:06:41.277Z | running 2 tests | 
| 8510 | 2024-11-11T21:06:41.280Z | test wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 51) ... ignored | 
| 8511 | 2024-11-11T21:06:41.280Z | test wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 57) ... ignored | 
| 8512 | 2024-11-11T21:06:41.280Z |  | 
| 8513 | 2024-11-11T21:06:41.281Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8514 | 2024-11-11T21:06:41.281Z |  | 
| 8515 | 2024-11-11T21:06:41.302Z |    Doc-tests wicketd_client | 
| 8516 | 2024-11-11T21:06:41.304Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-5fc87bb715fd1f15.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-489179c835395a17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f2bfd114d6ea0444.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-d03fa57889efd2b1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-bc1dba9d1e60e316.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-622da48e4f8d7f3e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-269908bc00c83ab7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-d5f004076cf374c5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-722858a77a58a55d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-7f2110bc8e9998e8.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-e1ad004cff736ea6.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-332af7a4818e6abc.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8517 | 2024-11-11T21:06:42.948Z |  | 
| 8518 | 2024-11-11T21:06:42.948Z | running 0 tests | 
| 8519 | 2024-11-11T21:06:42.948Z |  | 
| 8520 | 2024-11-11T21:06:42.949Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8521 | 2024-11-11T21:06:42.949Z |  | 
| 8522 | 2024-11-11T21:06:42.988Z |    Doc-tests xtask_downloader | 
| 8523 | 2024-11-11T21:06:42.990Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-f24cf5ecde8382e3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-cd991068aa84087e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-1b17d12378c1734d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e4d54c27a8484378.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5ef2f1f3258ec3e6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-749ad3a1be8c2d89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f270455a2911be9b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6ae0a6d32de5699f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-3cffb1c56dfee3bf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8524 | 2024-11-11T21:06:43.164Z |  | 
| 8525 | 2024-11-11T21:06:43.164Z | running 1 test | 
| 8526 | 2024-11-11T21:06:43.168Z | test dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored | 
| 8527 | 2024-11-11T21:06:43.168Z |  | 
| 8528 | 2024-11-11T21:06:43.168Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8529 | 2024-11-11T21:06:43.168Z |  | 
| 8530 | 2024-11-11T21:06:43.179Z |    Doc-tests zone_setup | 
| 8531 | 2024-11-11T21:06:43.182Z |      Running `/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-dc9ef7cb48945aeb/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1c105da18432a7ca/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-06807dd4dc388691/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-64ad391ccca26a87/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-7e1bb57bce682036/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9679d590126d5c18/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-3d86ccaf47fc6f6a/out '--allow=clippy::style' '--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' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-46c96921d480f96d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-2dae76f465709689.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-aafea2ca133fe41b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-665a970a00c44b65.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-7ab96a8b4381dffc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4aba2b12e521722b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-afd6e4576f50a4db.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-da497dc19820ea3d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-97eab9c7e64ab1b9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a6676cb1ce4dfa3f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-3a6941f95e77ca44.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-214af69608e7a4f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4b6201970a001ba1.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-4623ec6fb7fea2c8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-10ebddb6bfd57bb8.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-bb2f6a033ddc6f88.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human` | 
| 8532 | 2024-11-11T21:06:43.429Z |  | 
| 8533 | 2024-11-11T21:06:43.429Z | running 0 tests | 
| 8534 | 2024-11-11T21:06:43.429Z |  | 
| 8535 | 2024-11-11T21:06:43.429Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s | 
| 8536 | 2024-11-11T21:06:43.429Z |  | 
| 8537 | 2024-11-11T21:06:43.523Z |  | 
| 8538 | 2024-11-11T21:06:43.525Z | real     1:57.044970651 | 
| 8539 | 2024-11-11T21:06:43.525Z | user     1:55.581119578 | 
| 8540 | 2024-11-11T21:06:43.526Z | sys        52.260840768 | 
| 8541 | 2024-11-11T21:06:43.526Z | trap        0.024299392 | 
| 8542 | 2024-11-11T21:06:43.526Z | tflt        1.261524381 | 
| 8543 | 2024-11-11T21:06:43.526Z | dflt        7.675598957 | 
| 8544 | 2024-11-11T21:06:43.526Z | kflt        0.026475718 | 
| 8545 | 2024-11-11T21:06:43.526Z | lock     1:40.926332255 | 
| 8546 | 2024-11-11T21:06:43.526Z | slp     13:52.492956473 | 
| 8547 | 2024-11-11T21:06:43.526Z | lat         3.092912531 | 
| 8548 | 2024-11-11T21:06:43.526Z | stop        7.672712837 | 
| 8549 | 2024-11-11T21:06:43.526Z | + [[ illumos == \i\l\l\u\m\o\s ]] | 
| 8550 | 2024-11-11T21:06:43.526Z | + banner live-test | 
| 8551 | 2024-11-11T21:06:43.530Z |  | 
| 8552 | 2024-11-11T21:06:43.530Z |  #          #    #    #  ######           #####  ######   ####    ##### | 
| 8553 | 2024-11-11T21:06:43.530Z |  #          #    #    #  #                  #    #       #          # | 
| 8554 | 2024-11-11T21:06:43.530Z |  #          #    #    #  #####   #####      #    #####    ####      # | 
| 8555 | 2024-11-11T21:06:43.530Z |  #          #    #    #  #                  #    #            #     # | 
| 8556 | 2024-11-11T21:06:43.530Z |  #          #     #  #   #                  #    #       #    #     # | 
| 8557 | 2024-11-11T21:06:43.530Z |  ######     #      ##    ######             #    ######   ####      # | 
| 8558 | 2024-11-11T21:06:43.530Z |  | 
| 8559 | 2024-11-11T21:06:43.530Z | + ptime -m cargo xtask live-tests | 
| 8560 | 2024-11-11T21:06:44.248Z |    Compiling serde v1.0.210 | 
| 8561 | 2024-11-11T21:06:44.251Z |    Compiling libc v0.2.161 | 
| 8562 | 2024-11-11T21:06:44.251Z |    Compiling rustix v0.38.37 | 
| 8563 | 2024-11-11T21:06:44.251Z |    Compiling serde_json v1.0.128 | 
| 8564 | 2024-11-11T21:06:44.251Z |    Compiling syn v2.0.79 | 
| 8565 | 2024-11-11T21:06:44.251Z |    Compiling bitflags v2.6.0 | 
| 8566 | 2024-11-11T21:06:44.722Z |    Compiling usdt-impl v0.5.0 | 
| 8567 | 2024-11-11T21:06:44.782Z |    Compiling syn v1.0.109 | 
| 8568 | 2024-11-11T21:06:44.821Z |    Compiling log v0.4.22 | 
| 8569 | 2024-11-11T21:06:44.992Z |    Compiling hashbrown v0.15.0 | 
| 8570 | 2024-11-11T21:06:45.036Z |    Compiling fs-err v2.11.0 | 
| 8571 | 2024-11-11T21:06:45.204Z |    Compiling anyhow v1.0.92 | 
| 8572 | 2024-11-11T21:06:45.307Z |    Compiling once_cell v1.20.2 | 
| 8573 | 2024-11-11T21:06:45.957Z |    Compiling thread-id v4.2.2 | 
| 8574 | 2024-11-11T21:06:46.134Z |    Compiling indexmap v2.6.0 | 
| 8575 | 2024-11-11T21:06:47.120Z |    Compiling terminal_size v0.4.0 | 
| 8576 | 2024-11-11T21:06:47.120Z |    Compiling tempfile v3.13.0 | 
| 8577 | 2024-11-11T21:06:47.267Z |    Compiling clap_builder v4.5.20 | 
| 8578 | 2024-11-11T21:06:48.029Z |    Compiling proc-macro-error v1.0.4 | 
| 8579 | 2024-11-11T21:06:49.431Z |    Compiling tabled_derive v0.7.0 | 
| 8580 | 2024-11-11T21:06:51.112Z |    Compiling tabled v0.15.0 | 
| 8581 | 2024-11-11T21:06:51.364Z |    Compiling serde_derive v1.0.210 | 
| 8582 | 2024-11-11T21:06:51.364Z |    Compiling thiserror-impl v1.0.64 | 
| 8583 | 2024-11-11T21:06:51.367Z |    Compiling zerocopy-derive v0.7.35 | 
| 8584 | 2024-11-11T21:06:51.367Z |    Compiling scroll_derive v0.12.0 | 
| 8585 | 2024-11-11T21:06:51.622Z |    Compiling clap_derive v4.5.18 | 
| 8586 | 2024-11-11T21:06:53.020Z |    Compiling scroll v0.12.0 | 
| 8587 | 2024-11-11T21:06:53.530Z |    Compiling goblin v0.8.2 | 
| 8588 | 2024-11-11T21:06:53.713Z |    Compiling zerocopy v0.7.35 | 
| 8589 | 2024-11-11T21:06:54.280Z |    Compiling thiserror v1.0.64 | 
| 8590 | 2024-11-11T21:06:54.442Z |    Compiling pest v2.7.14 | 
| 8591 | 2024-11-11T21:06:55.293Z |    Compiling clap v4.5.20 | 
| 8592 | 2024-11-11T21:06:56.785Z |    Compiling pest_meta v2.7.14 | 
| 8593 | 2024-11-11T21:06:57.697Z |    Compiling pest_generator v2.7.14 | 
| 8594 | 2024-11-11T21:06:59.595Z |    Compiling pest_derive v2.7.14 | 
| 8595 | 2024-11-11T21:07:00.479Z |    Compiling dtrace-parser v0.2.0 | 
| 8596 | 2024-11-11T21:07:01.411Z |    Compiling serde_tokenstream v0.2.2 | 
| 8597 | 2024-11-11T21:07:01.436Z |    Compiling toml_datetime v0.6.8 | 
| 8598 | 2024-11-11T21:07:01.436Z |    Compiling serde_spanned v0.6.8 | 
| 8599 | 2024-11-11T21:07:01.515Z |    Compiling camino v1.1.9 | 
| 8600 | 2024-11-11T21:07:01.717Z |    Compiling cargo-platform v0.1.8 | 
| 8601 | 2024-11-11T21:07:01.804Z |    Compiling toml_edit v0.22.22 | 
| 8602 | 2024-11-11T21:07:01.846Z |    Compiling semver v1.0.23 | 
| 8603 | 2024-11-11T21:07:01.999Z |    Compiling macaddr v1.0.1 | 
| 8604 | 2024-11-11T21:07:02.173Z |    Compiling camino-tempfile v1.1.1 | 
| 8605 | 2024-11-11T21:07:02.937Z |    Compiling dof v0.3.0 | 
| 8606 | 2024-11-11T21:07:02.979Z |    Compiling cargo_metadata v0.18.1 | 
| 8607 | 2024-11-11T21:07:04.785Z |    Compiling toml v0.8.19 | 
| 8608 | 2024-11-11T21:07:04.825Z |    Compiling usdt-attr-macro v0.5.0 | 
| 8609 | 2024-11-11T21:07:04.827Z |    Compiling usdt-macro v0.5.0 | 
| 8610 | 2024-11-11T21:07:05.675Z |    Compiling cargo_toml v0.20.5 | 
| 8611 | 2024-11-11T21:07:06.414Z |    Compiling usdt v0.5.0 | 
| 8612 | 2024-11-11T21:07:09.293Z |    Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) | 
| 8613 | 2024-11-11T21:07:13.312Z |     Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.71s | 
| 8614 | 2024-11-11T21:07:13.393Z |      Running `target/debug/xtask live-tests` | 
| 8615 | 2024-11-11T21:07:13.424Z | using temporary directory: /var/tmp/omicron_tmp/.tmp1xexLt | 
| 8616 | 2024-11-11T21:07:13.424Z | will create archive file:  /var/tmp/omicron_tmp/.tmp1xexLt/live-tests-archive/omicron-live-tests.tar.zst | 
| 8617 | 2024-11-11T21:07:13.424Z | output tarball:            /work/oxidecomputer/omicron/target/live-tests-archive.tgz | 
| 8618 | 2024-11-11T21:07:13.424Z |  | 
| 8619 | 2024-11-11T21:07:13.427Z | running: /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmp1xexLt/live-tests-archive/omicron-live-tests.tar.zst" | 
| 8620 | 2024-11-11T21:07:15.402Z |    Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) | 
| 8621 | 2024-11-11T21:07:15.512Z |    Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) | 
| 8622 | 2024-11-11T21:07:15.520Z |    Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) | 
| 8623 | 2024-11-11T21:07:15.536Z |    Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) | 
| 8624 | 2024-11-11T21:07:15.549Z |    Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) | 
| 8625 | 2024-11-11T21:07:15.551Z |    Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) | 
| 8626 | 2024-11-11T21:07:15.582Z |    Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) | 
| 8627 | 2024-11-11T21:07:15.585Z |    Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) | 
| 8628 | 2024-11-11T21:07:15.987Z |    Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) | 
| 8629 | 2024-11-11T21:07:16.635Z |    Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) | 
| 8630 | 2024-11-11T21:07:18.023Z |    Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) | 
| 8631 | 2024-11-11T21:07:18.075Z |    Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) | 
| 8632 | 2024-11-11T21:07:19.015Z |    Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) | 
| 8633 | 2024-11-11T21:07:19.738Z |    Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) | 
| 8634 | 2024-11-11T21:07:21.010Z |    Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) | 
| 8635 | 2024-11-11T21:07:21.010Z |    Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) | 
| 8636 | 2024-11-11T21:07:33.298Z |    Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) | 
| 8637 | 2024-11-11T21:07:33.298Z |    Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) | 
| 8638 | 2024-11-11T21:07:33.301Z |    Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) | 
| 8639 | 2024-11-11T21:07:34.202Z |    Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) | 
| 8640 | 2024-11-11T21:08:25.739Z |    Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) | 
| 8641 | 2024-11-11T21:08:26.272Z |    Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) | 
| 8642 | 2024-11-11T21:09:26.024Z |    Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) | 
| 8643 | 2024-11-11T21:09:30.859Z |    Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) | 
| 8644 | 2024-11-11T21:09:51.315Z |     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 36s | 
| 8645 | 2024-11-11T21:09:51.515Z | info: experimental features enabled: setup-scripts | 
| 8646 | 2024-11-11T21:09:51.522Z |    Archiving 1 binary, 1 build script output directory, 3 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmp1xexLt/live-tests-archive/omicron-live-tests.tar.zst | 
| 8647 | 2024-11-11T21:09:52.058Z |     Archived 46 files to /var/tmp/omicron_tmp/.tmp1xexLt/live-tests-archive/omicron-live-tests.tar.zst in 0.54s | 
| 8648 | 2024-11-11T21:09:52.106Z | running: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmp1xexLt/live-tests-archive\"" | 
| 8649 | 2024-11-11T21:09:52.119Z | running: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmp1xexLt" "live-tests-archive" | 
| 8650 | 2024-11-11T21:09:52.194Z | /work/oxidecomputer/omicron/target/live-tests-archive.tgz | 
| 8651 | 2024-11-11T21:09:52.194Z | created: | 
| 8652 | 2024-11-11T21:09:52.194Z | To use this: | 
| 8653 | 2024-11-11T21:09:52.194Z |  | 
| 8654 | 2024-11-11T21:09:52.194Z | 1. Copy the tarball to the switch zone in a deployed Omicron system. | 
| 8655 | 2024-11-11T21:09:52.194Z |  | 
| 8656 | 2024-11-11T21:09:52.197Z |      e.g., scp \ | 
| 8657 | 2024-11-11T21:09:52.197Z |               /work/oxidecomputer/omicron/target/live-tests-archive.tgz \ | 
| 8658 | 2024-11-11T21:09:52.197Z |               root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root | 
| 8659 | 2024-11-11T21:09:52.197Z |  | 
| 8660 | 2024-11-11T21:09:52.197Z | 2. Copy the `cargo-nextest` binary to the same place. | 
| 8661 | 2024-11-11T21:09:52.197Z |  | 
| 8662 | 2024-11-11T21:09:52.197Z |      e.g., scp \ | 
| 8663 | 2024-11-11T21:09:52.197Z |               $(which cargo-nextest) \ | 
| 8664 | 2024-11-11T21:09:52.197Z |               root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root | 
| 8665 | 2024-11-11T21:09:52.197Z |  | 
| 8666 | 2024-11-11T21:09:52.197Z | 3. From the switch zone on that system, unpack the tarball with: | 
| 8667 | 2024-11-11T21:09:52.197Z |  | 
| 8668 | 2024-11-11T21:09:52.197Z |      tar xzf live-tests-archive.tgz | 
| 8669 | 2024-11-11T21:09:52.198Z |  | 
| 8670 | 2024-11-11T21:09:52.198Z | 4. From the switch zone on that system, run tests with: | 
| 8671 | 2024-11-11T21:09:52.198Z |  | 
| 8672 | 2024-11-11T21:09:52.198Z |      TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \ | 
| 8673 | 2024-11-11T21:09:52.198Z |          --archive-file live-tests-archive/omicron-live-tests.tar.zst \ | 
| 8674 | 2024-11-11T21:09:52.198Z |          --workspace-remap live-tests-archive | 
| 8675 | 2024-11-11T21:09:52.198Z |  | 
| 8676 | 2024-11-11T21:09:52.198Z |  | 
| 8677 | 2024-11-11T21:09:52.198Z | real     3:08.631086692 | 
| 8678 | 2024-11-11T21:09:52.198Z | user     6:06.847868073 | 
| 8679 | 2024-11-11T21:09:52.198Z | sys      1:19.350822172 | 
| 8680 | 2024-11-11T21:09:52.198Z | trap        0.102545551 | 
| 8681 | 2024-11-11T21:09:52.198Z | tflt        0.673285542 | 
| 8682 | 2024-11-11T21:09:52.198Z | dflt        3.245886414 | 
| 8683 | 2024-11-11T21:09:52.198Z | kflt        0.002288128 | 
| 8684 | 2024-11-11T21:09:52.198Z | lock    18:37.295123125 | 
| 8685 | 2024-11-11T21:09:52.198Z | slp     25:48.549864997 | 
| 8686 | 2024-11-11T21:09:52.198Z | lat         6.880023554 | 
| 8687 | 2024-11-11T21:09:52.198Z | stop       16.700335228 | 
| 8688 | 2024-11-11T21:09:52.198Z | + rm -rf /var/tmp/omicron_tmp/crdb-base-build | 
| 8689 | 2024-11-11T21:09:52.201Z | + unset TMPDIR | 
| 8690 | 2024-11-11T21:09:52.201Z | + echo 'files in /var/tmp/omicron_tmp (none expected on success):' | 
| 8691 | 2024-11-11T21:09:52.201Z | files in /var/tmp/omicron_tmp (none expected on success): | 
| 8692 | 2024-11-11T21:09:52.201Z | + find /var/tmp/omicron_tmp -ls | 
| 8693 | 2024-11-11T21:09:52.208Z | 164692   11 drwxr-xr-x   2 build    build           2 Nov 11 21:09 /var/tmp/omicron_tmp | 
| 8694 | 2024-11-11T21:09:52.211Z | + rmdir /var/tmp/omicron_tmp | 
| 8695 | 2024-11-11T21:09:52.226Z | process exited: duration 5837633 ms, exit code 0 | 
|   | 
| 8696 | 2024-11-11T21:09:52.242Z | found 1 output files | 
| 8697 | 2024-11-11T21:09:52.242Z | uploading: /work/crate-build-timings.json (572670 bytes) | 
| 8698 | 2024-11-11T21:09:53.279Z | uploaded: /work/crate-build-timings.json |