|
|
|
1 | 2025-02-13T04:25:21.873Z | job assigned to worker 01JKYRSX23HR2SMKZFDEVQJEFP [factory aws, i-0fb0f3ce3790cecd5] (queued for 59 s) |
|
2 | 2025-02-13T04:25:30.167Z | starting task 0: "setup" |
3 | 2025-02-13T04:25:30.227Z | ++ uname -s |
4 | 2025-02-13T04:25:30.228Z | + kern=SunOS |
5 | 2025-02-13T04:25:30.228Z | + build_user=build |
6 | 2025-02-13T04:25:30.228Z | + build_uid=12345 |
7 | 2025-02-13T04:25:30.228Z | + work_dir=/work |
8 | 2025-02-13T04:25:30.228Z | + input_dir=/input |
9 | 2025-02-13T04:25:30.228Z | + [[ 0 == 12345 ]] |
10 | 2025-02-13T04:25:30.228Z | + case "$kern" in |
11 | 2025-02-13T04:25:30.228Z | + groupadd -g 12345 build |
12 | 2025-02-13T04:25:30.228Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-13T04:25:32.193Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-13T04:25:32.313Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-13T04:25:32.331Z | + home_fs=zfs |
16 | 2025-02-13T04:25:32.332Z | + [[ zfs == autofs ]] |
17 | 2025-02-13T04:25:32.332Z | + mkdir -p /home/build |
18 | 2025-02-13T04:25:32.332Z | + chown build:build /home/build /work |
19 | 2025-02-13T04:25:34.285Z | + chmod 0700 /home/build /work |
20 | 2025-02-13T04:25:34.305Z | process exited: duration 4139 ms, exit code 0 |
|
21 | 2025-02-13T04:25:34.336Z | starting task 1: "rust-toolchain" |
22 | 2025-02-13T04:25:34.350Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.1 |
23 | 2025-02-13T04:25:34.351Z | * rust toolchain channel = "1.84.1" |
24 | 2025-02-13T04:25:34.351Z | * rust toolchain profile = "default" |
25 | 2025-02-13T04:25:34.351Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-13T04:25:34.351Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-13T04:25:34.351Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-13T04:25:34.352Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-13T04:25:34.352Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default |
30 | 2025-02-13T04:25:34.457Z | info: downloading installer |
31 | 2025-02-13T04:25:35.830Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-13T04:25:35.830Z | warning: /opt/ooce/bin |
33 | 2025-02-13T04:25:35.830Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-13T04:25:35.830Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-13T04:25:35.830Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-13T04:25:35.830Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-13T04:25:35.830Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-13T04:25:35.830Z | error: cannot install while Rust is installed |
39 | 2025-02-13T04:25:35.830Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-13T04:25:35.841Z | info: profile set to 'default' |
41 | 2025-02-13T04:25:35.841Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-13T04:25:35.845Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
43 | 2025-02-13T04:25:36.022Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-02-13T04:25:36.023Z | info: downloading component 'cargo' |
45 | 2025-02-13T04:25:37.094Z | info: downloading component 'clippy' |
46 | 2025-02-13T04:25:37.528Z | info: downloading component 'rust-docs' |
47 | 2025-02-13T04:25:38.955Z | info: downloading component 'rust-std' |
48 | 2025-02-13T04:25:41.309Z | info: downloading component 'rustc' |
49 | 2025-02-13T04:25:49.674Z | info: downloading component 'rustfmt' |
50 | 2025-02-13T04:25:49.992Z | info: installing component 'cargo' |
51 | 2025-02-13T04:25:50.849Z | info: installing component 'clippy' |
52 | 2025-02-13T04:25:51.249Z | info: installing component 'rust-docs' |
53 | 2025-02-13T04:25:52.917Z | info: installing component 'rust-std' |
54 | 2025-02-13T04:25:54.885Z | info: installing component 'rustc' |
55 | 2025-02-13T04:26:01.050Z | info: installing component 'rustfmt' |
56 | 2025-02-13T04:26:01.435Z | info: default toolchain set to '1.84.1-x86_64-unknown-illumos' |
57 | 2025-02-13T04:26:01.435Z | |
58 | 2025-02-13T04:26:01.763Z | 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-02-13T04:26:01.764Z | |
60 | 2025-02-13T04:26:01.801Z | |
61 | 2025-02-13T04:26:01.801Z | Rust is installed now. Great! |
62 | 2025-02-13T04:26:01.801Z | |
63 | 2025-02-13T04:26:01.801Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-13T04:26:01.801Z | environment variable. This has not been done automatically. |
65 | 2025-02-13T04:26:01.801Z | |
66 | 2025-02-13T04:26:01.801Z | To configure your current shell, you need to source |
67 | 2025-02-13T04:26:01.801Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-13T04:26:01.802Z | |
69 | 2025-02-13T04:26:01.802Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-13T04:26:01.802Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-13T04:26:01.802Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-13T04:26:01.833Z | + rustup --version |
73 | 2025-02-13T04:26:01.848Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-13T04:26:01.848Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-13T04:26:01.933Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-02-13T04:26:01.944Z | + cargo --version |
77 | 2025-02-13T04:26:01.977Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-02-13T04:26:01.989Z | + rustc --version |
79 | 2025-02-13T04:26:02.061Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-02-13T04:26:02.067Z | process exited: duration 27708 ms, exit code 0 |
|
81 | 2025-02-13T04:26:02.078Z | starting task 2: "authentication" |
82 | 2025-02-13T04:26:02.108Z | process exited: duration 30 ms, exit code 0 |
|
83 | 2025-02-13T04:26:02.128Z | starting task 3: "clone repository" |
84 | 2025-02-13T04:26:02.140Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-13T04:26:02.141Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-13T04:26:02.170Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-13T04:26:09.209Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-13T04:26:09.213Z | + git fetch origin c3b0e63cb25d63fe9fdf35c672b8567a3ac88687 |
89 | 2025-02-13T04:26:09.512Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-13T04:26:09.512Z | * branch c3b0e63cb25d63fe9fdf35c672b8567a3ac88687 -> FETCH_HEAD |
91 | 2025-02-13T04:26:09.522Z | + [[ -n '' ]] |
92 | 2025-02-13T04:26:09.522Z | + git reset --hard c3b0e63cb25d63fe9fdf35c672b8567a3ac88687 |
93 | 2025-02-13T04:26:09.708Z | HEAD is now at c3b0e63cb Update Rust crate tokio-tungstenite to 0.26.1 |
94 | 2025-02-13T04:26:09.711Z | process exited: duration 7586 ms, exit code 0 |
|
95 | 2025-02-13T04:26:09.717Z | starting task 4: "build" |
96 | 2025-02-13T04:26:09.725Z | + source ./env.sh |
97 | 2025-02-13T04:26:09.725Z | ++ OLD_SHELL_OPTS=ehxB |
98 | 2025-02-13T04:26:09.725Z | ++ set -o xtrace |
99 | 2025-02-13T04:26:09.728Z | ++++ dirname ./env.sh |
100 | 2025-02-13T04:26:09.731Z | +++ readlink -f . |
101 | 2025-02-13T04:26:09.734Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2025-02-13T04:26:09.734Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2025-02-13T04:26:09.734Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2025-02-13T04:26:09.734Z | ++ 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 |
105 | 2025-02-13T04:26:09.734Z | ++ 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 |
106 | 2025-02-13T04:26:09.734Z | ++ 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 |
107 | 2025-02-13T04:26:09.734Z | ++ 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 |
108 | 2025-02-13T04:26:09.734Z | ++ 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 |
109 | 2025-02-13T04:26:09.734Z | ++ 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 |
110 | 2025-02-13T04:26:09.735Z | ++ case $OLD_SHELL_OPTS in |
111 | 2025-02-13T04:26:09.735Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
112 | 2025-02-13T04:26:09.735Z | + source .github/buildomat/ci-env.sh |
113 | 2025-02-13T04:26:09.735Z | ++ export CARGO_TERM_COLOR=always |
114 | 2025-02-13T04:26:09.735Z | ++ CARGO_TERM_COLOR=always |
115 | 2025-02-13T04:26:09.735Z | + target_os=illumos |
116 | 2025-02-13T04:26:09.735Z | + NEXTEST_VERSION=0.9.86 |
117 | 2025-02-13T04:26:09.735Z | + cargo --version |
118 | 2025-02-13T04:26:09.782Z | cargo 1.84.1 (66221abde 2024-11-19) |
119 | 2025-02-13T04:26:09.785Z | + rustc --version |
120 | 2025-02-13T04:26:09.844Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
121 | 2025-02-13T04:26:09.847Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.86/illumos |
122 | 2025-02-13T04:26:09.850Z | + gunzip |
123 | 2025-02-13T04:26:09.850Z | + tar -xvf - -C /home/build/.cargo/bin |
124 | 2025-02-13T04:26:10.782Z | x cargo-nextest, 17157904 bytes, 33512 tape blocks |
125 | 2025-02-13T04:26:10.785Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
126 | 2025-02-13T04:26:10.785Z | + echo 'tests will store ephemeral output in /var/tmp/omicron_tmp' |
127 | 2025-02-13T04:26:10.785Z | tests will store ephemeral output in /var/tmp/omicron_tmp |
128 | 2025-02-13T04:26:10.785Z | + mkdir /var/tmp/omicron_tmp |
129 | 2025-02-13T04:26:10.785Z | + OUTPUT_DIR=/work |
130 | 2025-02-13T04:26:10.785Z | + echo 'tests will store non-ephemeral output in /work' |
131 | 2025-02-13T04:26:10.785Z | tests will store non-ephemeral output in /work |
132 | 2025-02-13T04:26:10.786Z | + mkdir -p /work |
133 | 2025-02-13T04:26:10.788Z | + banner prerequisites |
134 | 2025-02-13T04:26:10.791Z | |
135 | 2025-02-13T04:26:10.791Z | ##### ##### ###### ##### ###### #### # # # #### # |
136 | 2025-02-13T04:26:10.791Z | # # # # # # # # # # # # # # # |
137 | 2025-02-13T04:26:10.791Z | # # # # ##### # # ##### # # # # # #### # |
138 | 2025-02-13T04:26:10.791Z | ##### ##### # ##### # # # # # # # # # |
139 | 2025-02-13T04:26:10.792Z | # # # # # # # # # # # # # # # |
140 | 2025-02-13T04:26:10.792Z | # # # ###### # # ###### ### # #### # #### # |
141 | 2025-02-13T04:26:10.792Z | |
142 | 2025-02-13T04:26:10.792Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
143 | 2025-02-13T04:26:12.479Z | pkg list: illegal option -- F |
144 | 2025-02-13T04:26:12.479Z | Usage: |
145 | 2025-02-13T04:26:12.482Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
146 | 2025-02-13T04:26:12.482Z | [pkg_fmri_pattern ...] |
147 | 2025-02-13T04:26:13.316Z | pkg list: illegal option -- F |
148 | 2025-02-13T04:26:13.316Z | Usage: |
149 | 2025-02-13T04:26:13.316Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
150 | 2025-02-13T04:26:13.316Z | [pkg_fmri_pattern ...] |
151 | 2025-02-13T04:26:24.625Z | Startup: Refreshing catalog 'helios-dev' ... Done |
152 | 2025-02-13T04:26:28.879Z | Startup: Caching catalogs ... Done |
153 | 2025-02-13T04:26:41.393Z | Planning: Solver setup ... Done (11.565s) |
154 | 2025-02-13T04:26:41.547Z | Planning: Running solver ... Done (0.155s) |
155 | 2025-02-13T04:26:41.665Z | Planning: Finding local manifests ... Done (0.007s) |
156 | 2025-02-13T04:26:42.116Z | Planning: Fetching manifests: 0/7 0% complete |
157 | 2025-02-13T04:26:47.119Z | Planning: Fetching manifests: 6/7 85% complete |
158 | 2025-02-13T04:26:48.389Z | Planning: Fetching manifests: 7/7 100% complete |
159 | 2025-02-13T04:26:48.500Z | Planning: Package planning ... Done (0.111s) |
160 | 2025-02-13T04:26:48.557Z | Planning: Merging actions ... Done (0.056s) |
161 | 2025-02-13T04:26:48.751Z | Planning: Checking for conflicting actions ... Done (0.195s) |
162 | 2025-02-13T04:26:51.018Z | Planning: Consolidating action changes ... Done (2.265s) |
163 | 2025-02-13T04:26:51.467Z | Planning: Evaluating mediators ... Done (0.450s) |
164 | 2025-02-13T04:26:51.547Z | Planning: Planning completed in 22.57 seconds |
165 | 2025-02-13T04:26:51.565Z | Packages to install: 4 |
166 | 2025-02-13T04:26:51.565Z | Packages to update: 3 |
167 | 2025-02-13T04:26:51.567Z | Mediators to change: 2 |
168 | 2025-02-13T04:26:51.567Z | Services to change: 1 |
169 | 2025-02-13T04:26:51.567Z | Estimated space available: 155.60 GB |
170 | 2025-02-13T04:26:51.567Z | Estimated space to be consumed: 1.65 GB |
171 | 2025-02-13T04:26:51.567Z | Create boot environment: No |
172 | 2025-02-13T04:26:51.567Z | Create backup boot environment: Yes |
173 | 2025-02-13T04:26:51.567Z | Rebuild boot archive: No |
174 | 2025-02-13T04:26:51.567Z | |
175 | 2025-02-13T04:26:51.567Z | Changed mediators: |
176 | 2025-02-13T04:26:51.568Z | mediator clang: |
177 | 2025-02-13T04:26:51.568Z | version: None -> 15 (system default) |
178 | 2025-02-13T04:26:51.568Z | |
179 | 2025-02-13T04:26:51.568Z | mediator llvm: |
180 | 2025-02-13T04:26:51.568Z | version: 14 (system default) -> 15 (system default) |
181 | 2025-02-13T04:26:51.568Z | |
182 | 2025-02-13T04:26:51.568Z | Changed packages: |
183 | 2025-02-13T04:26:51.568Z | helios-dev |
184 | 2025-02-13T04:26:51.568Z | developer/build-essential |
185 | 2025-02-13T04:26:51.568Z | None -> 11-2.0 |
186 | 2025-02-13T04:26:51.568Z | library/libxmlsec1 |
187 | 2025-02-13T04:26:51.568Z | None -> 1.2.35-2.0 |
188 | 2025-02-13T04:26:51.568Z | ooce/developer/clang-15 |
189 | 2025-02-13T04:26:51.568Z | None -> 15.0.7-2.0 |
190 | 2025-02-13T04:26:51.568Z | ooce/developer/llvm-15 |
191 | 2025-02-13T04:26:51.568Z | None -> 15.0.7-2.0 |
192 | 2025-02-13T04:26:51.568Z | package/pkg |
193 | 2025-02-13T04:26:51.568Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
194 | 2025-02-13T04:26:51.568Z | system/library/g++-runtime |
195 | 2025-02-13T04:26:51.568Z | 13-2.0 -> 14-2.0 |
196 | 2025-02-13T04:26:51.568Z | system/library/gcc-runtime |
197 | 2025-02-13T04:26:51.568Z | 13-2.0 -> 14-2.0 |
198 | 2025-02-13T04:26:51.568Z | |
199 | 2025-02-13T04:26:51.568Z | Services: |
200 | 2025-02-13T04:26:51.568Z | restart_fmri: |
201 | 2025-02-13T04:26:51.568Z | svc:/system/update-man-index:default |
202 | 2025-02-13T04:26:51.568Z | |
203 | 2025-02-13T04:26:51.568Z | Editable files to change: |
204 | 2025-02-13T04:26:51.568Z | Update: |
205 | 2025-02-13T04:26:51.568Z | usr/share/lib/pkg/web/config.shtml |
206 | 2025-02-13T04:26:51.649Z | |
207 | 2025-02-13T04:26:51.649Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
208 | 2025-02-13T04:26:56.754Z | Download: 203/4301 items 1.3/225.4MB 0% complete (202k/s) |
209 | 2025-02-13T04:27:05.867Z | Download: 210/4301 items 1.3/225.4MB 0% complete (195k/s) |
210 | 2025-02-13T04:27:17.000Z | Download: 213/4301 items 1.3/225.4MB 0% complete |
211 | 2025-02-13T04:27:22.026Z | Download: 364/4301 items 16.4/225.4MB 7% complete (3.6M/s) |
212 | 2025-02-13T04:27:27.027Z | Download: 594/4301 items 17.7/225.4MB 7% complete (1.7M/s) |
213 | 2025-02-13T04:27:32.374Z | Download: 723/4301 items 18.2/225.4MB 8% complete (232k/s) |
214 | 2025-02-13T04:27:37.389Z | Download: 863/4301 items 18.8/225.4MB 8% complete (128k/s) |
215 | 2025-02-13T04:27:42.441Z | Download: 1054/4301 items 19.7/225.4MB 8% complete (148k/s) |
216 | 2025-02-13T04:27:47.497Z | Download: 1137/4301 items 72.8/225.4MB 32% complete (5.3M/s) |
217 | 2025-02-13T04:27:52.851Z | Download: 1189/4301 items 83.5/225.4MB 37% complete (6.3M/s) |
218 | 2025-02-13T04:27:58.505Z | Download: 1191/4301 items 83.5/225.4MB 37% complete (6.2M/s) |
219 | 2025-02-13T04:28:03.685Z | Download: 1194/4301 items 83.5/225.4MB 37% complete (5.4M/s) |
220 | 2025-02-13T04:28:14.629Z | Download: 1197/4301 items 83.5/225.4MB 37% complete |
221 | 2025-02-13T04:28:20.692Z | Download: 1200/4301 items 83.5/225.4MB 37% complete (99B/s) |
222 | 2025-02-13T04:28:25.935Z | Download: 1519/4301 items 117.4/225.4MB 52% complete (5.4M/s) |
223 | 2025-02-13T04:28:30.940Z | Download: 1741/4301 items 118.1/225.4MB 52% complete (3.6M/s) |
224 | 2025-02-13T04:28:35.972Z | Download: 1878/4301 items 118.6/225.4MB 52% complete (173k/s) |
225 | 2025-02-13T04:28:41.036Z | Download: 1985/4301 items 118.7/225.4MB 52% complete (70.4k/s) |
226 | 2025-02-13T04:28:46.047Z | Download: 2131/4301 items 119.0/225.4MB 52% complete (38.8k/s) |
227 | 2025-02-13T04:28:55.515Z | Download: 2219/4301 items 119.2/225.4MB 52% complete (49.8k/s) |
228 | 2025-02-13T04:29:02.776Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (41.9k/s) |
229 | 2025-02-13T04:29:07.782Z | Download: 2484/4301 items 120.0/225.4MB 53% complete (83.6k/s) |
230 | 2025-02-13T04:29:12.800Z | Download: 2769/4301 items 120.9/225.4MB 53% complete (174k/s) |
231 | 2025-02-13T04:29:17.803Z | Download: 2984/4301 items 121.3/225.4MB 53% complete (137k/s) |
232 | 2025-02-13T04:29:22.816Z | Download: 3202/4301 items 188.7/225.4MB 83% complete (6.7M/s) |
233 | 2025-02-13T04:29:29.249Z | Download: 3238/4301 items 201.4/225.4MB 89% complete (8.0M/s) |
234 | 2025-02-13T04:29:34.502Z | Download: 3243/4301 items 202.3/225.4MB 89% complete (5.5M/s) |
235 | 2025-02-13T04:29:46.916Z | Download: 3247/4301 items 203.1/225.4MB 90% complete |
236 | 2025-02-13T04:29:51.918Z | Download: 3483/4301 items 215.2/225.4MB 95% complete (2.5M/s) |
237 | 2025-02-13T04:29:56.925Z | Download: 4205/4301 items 220.6/225.4MB 97% complete (1.9M/s) |
238 | 2025-02-13T04:30:00.967Z | Download: Completed 225.42 MB in 189.29 seconds (1.2M/s) |
239 | 2025-02-13T04:30:03.099Z | Actions: 1/5122 actions (Removing old actions) |
240 | 2025-02-13T04:30:03.120Z | Actions: 194/5122 actions (Installing new actions) |
241 | 2025-02-13T04:30:07.826Z | Actions: 4267/5122 actions (Updating modified actions) |
242 | 2025-02-13T04:30:08.189Z | Actions: Completed 5122 actions in 5.09 seconds. |
243 | 2025-02-13T04:30:08.422Z | Done (0.226s) |
244 | 2025-02-13T04:30:08.425Z | Done (0.002s) |
245 | 2025-02-13T04:30:09.034Z | Done (0.607s) |
246 | 2025-02-13T04:30:13.592Z | Done (4.334s) |
247 | 2025-02-13T04:30:13.681Z | Done (0.018s) |
248 | 2025-02-13T04:30:13.684Z | Done (0.000s) |
249 | 2025-02-13T04:30:13.925Z | Done (0.000s) |
250 | 2025-02-13T04:30:14.638Z | Planning: Evaluating mediator changes ... Done |
251 | 2025-02-13T04:30:14.802Z | Planning: Checking for conflicting actions ... Done |
252 | 2025-02-13T04:30:14.804Z | Planning: Consolidating action changes ... Done |
253 | 2025-02-13T04:30:15.076Z | Planning: Evaluating mediators ... Done |
254 | 2025-02-13T04:30:15.079Z | Planning: Planning completed in 0.44 seconds |
255 | 2025-02-13T04:30:15.116Z | Mediators to change: 2 |
256 | 2025-02-13T04:30:15.116Z | Create boot environment: No |
257 | 2025-02-13T04:30:15.119Z | Create backup boot environment: No |
258 | 2025-02-13T04:30:15.213Z | Done |
259 | 2025-02-13T04:30:15.213Z | Done |
260 | 2025-02-13T04:30:15.585Z | Done |
261 | 2025-02-13T04:30:19.166Z | Done |
262 | 2025-02-13T04:30:19.259Z | Done |
263 | 2025-02-13T04:30:19.262Z | Done |
264 | 2025-02-13T04:30:19.404Z | Done |
265 | 2025-02-13T04:30:20.020Z | Planning: Evaluating mediator changes ... Done |
266 | 2025-02-13T04:30:20.023Z | Planning: Merging actions ... Done |
267 | 2025-02-13T04:30:20.212Z | Planning: Checking for conflicting actions ... Done |
268 | 2025-02-13T04:30:20.215Z | Planning: Consolidating action changes ... Done |
269 | 2025-02-13T04:30:20.478Z | Planning: Evaluating mediators ... Done |
270 | 2025-02-13T04:30:20.534Z | Planning: Planning completed in 0.76 seconds |
271 | 2025-02-13T04:30:20.575Z | Packages to change: 1 |
272 | 2025-02-13T04:30:20.575Z | Mediators to change: 1 |
273 | 2025-02-13T04:30:20.578Z | Services to change: 1 |
274 | 2025-02-13T04:30:20.578Z | Create boot environment: No |
275 | 2025-02-13T04:30:20.578Z | Create backup boot environment: Yes |
276 | 2025-02-13T04:30:22.911Z | Actions: 1/6 actions (Updating modified actions) |
277 | 2025-02-13T04:30:22.913Z | Actions: Completed 6 actions in 0.00 seconds. |
278 | 2025-02-13T04:30:22.914Z | Done |
279 | 2025-02-13T04:30:22.914Z | Done |
280 | 2025-02-13T04:30:23.036Z | Done |
281 | 2025-02-13T04:30:26.588Z | Done |
282 | 2025-02-13T04:30:26.680Z | Done |
283 | 2025-02-13T04:30:26.683Z | Done |
284 | 2025-02-13T04:30:26.815Z | Done |
285 | 2025-02-13T04:30:27.253Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
286 | 2025-02-13T04:30:27.253Z | clang system 15 system |
287 | 2025-02-13T04:30:27.253Z | csh system system illumos |
288 | 2025-02-13T04:30:27.253Z | ctags system system illumos |
289 | 2025-02-13T04:30:27.253Z | gcc vendor 12 vendor |
290 | 2025-02-13T04:30:27.253Z | gcc system 10 system |
291 | 2025-02-13T04:30:27.253Z | gcc system 7 system |
292 | 2025-02-13T04:30:27.253Z | go system 1.20 system |
293 | 2025-02-13T04:30:27.253Z | go system 1.19 system |
294 | 2025-02-13T04:30:27.253Z | llvm system 15 system |
295 | 2025-02-13T04:30:27.253Z | llvm system 14 system |
296 | 2025-02-13T04:30:27.253Z | mariadb system 10.6 system |
297 | 2025-02-13T04:30:27.253Z | mta vendor vendor dma |
298 | 2025-02-13T04:30:27.253Z | openjdk system 17 system |
299 | 2025-02-13T04:30:27.253Z | openjdk system 11 system |
300 | 2025-02-13T04:30:27.253Z | openjdk system 1.8 system |
301 | 2025-02-13T04:30:27.253Z | openssl vendor 3 vendor |
302 | 2025-02-13T04:30:27.253Z | perl system 5.36 system |
303 | 2025-02-13T04:30:27.254Z | postgresql system 15 system |
304 | 2025-02-13T04:30:27.254Z | postgresql system 13 system |
305 | 2025-02-13T04:30:27.254Z | python vendor 3 vendor |
306 | 2025-02-13T04:30:27.254Z | python system 2 system |
307 | 2025-02-13T04:30:27.254Z | python3 system 3.11 system |
308 | 2025-02-13T04:30:27.254Z | ruby system 3.0 system |
309 | 2025-02-13T04:30:27.254Z | words vendor vendor american-english |
310 | 2025-02-13T04:30:27.254Z | words system system australian-english |
311 | 2025-02-13T04:30:27.254Z | words system system british-english |
312 | 2025-02-13T04:30:27.254Z | words system system canadian-english |
313 | 2025-02-13T04:30:27.254Z | words system system french |
314 | 2025-02-13T04:30:27.254Z | words system system italian |
315 | 2025-02-13T04:30:27.254Z | words system system ngerman |
316 | 2025-02-13T04:30:27.254Z | words system system ogerman |
317 | 2025-02-13T04:30:27.254Z | words system system spanish |
318 | 2025-02-13T04:30:27.591Z | PUBLISHER TYPE STATUS P LOCATION |
319 | 2025-02-13T04:30:27.591Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
320 | 2025-02-13T04:30:30.511Z | FMRI IFO |
321 | 2025-02-13T04:30:30.512Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
322 | 2025-02-13T04:30:30.512Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
323 | 2025-02-13T04:30:30.512Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
324 | 2025-02-13T04:30:30.513Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
325 | 2025-02-13T04:30:30.513Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
326 | 2025-02-13T04:30:30.513Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
327 | 2025-02-13T04:30:30.513Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
328 | 2025-02-13T04:30:30.513Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
329 | 2025-02-13T04:30:30.513Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
330 | 2025-02-13T04:30:30.513Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
331 | 2025-02-13T04:30:30.513Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
332 | 2025-02-13T04:30:30.514Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
333 | 2025-02-13T04:30:30.514Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
334 | 2025-02-13T04:30:30.514Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
335 | 2025-02-13T04:30:30.514Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
336 | 2025-02-13T04:30:31.286Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
337 | 2025-02-13T04:30:31.548Z | Updating crates.io index |
338 | 2025-02-13T04:30:31.589Z | Updating git repository `https://github.com/oxidecomputer/daft` |
339 | 2025-02-13T04:30:31.833Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
340 | 2025-02-13T04:30:32.317Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
341 | 2025-02-13T04:30:32.582Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
342 | 2025-02-13T04:30:32.830Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
343 | 2025-02-13T04:30:33.130Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
344 | 2025-02-13T04:30:34.096Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
345 | 2025-02-13T04:30:35.900Z | Updating git repository `https://github.com/oxidecomputer/opte` |
346 | 2025-02-13T04:30:36.471Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
347 | 2025-02-13T04:30:37.145Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
348 | 2025-02-13T04:30:37.399Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
349 | 2025-02-13T04:30:37.671Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
350 | 2025-02-13T04:30:38.241Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
351 | 2025-02-13T04:30:38.497Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
352 | 2025-02-13T04:30:38.884Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
353 | 2025-02-13T04:30:39.119Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
354 | 2025-02-13T04:30:39.343Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
355 | 2025-02-13T04:30:39.576Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
356 | 2025-02-13T04:30:39.822Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
357 | 2025-02-13T04:30:40.139Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
358 | 2025-02-13T04:30:40.437Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
359 | 2025-02-13T04:30:40.738Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
360 | 2025-02-13T04:30:41.078Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
361 | 2025-02-13T04:30:41.336Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
362 | 2025-02-13T04:30:41.815Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
363 | 2025-02-13T04:30:42.094Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
364 | 2025-02-13T04:30:42.590Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
365 | 2025-02-13T04:30:43.117Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
366 | 2025-02-13T04:30:43.317Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
367 | 2025-02-13T04:30:43.530Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
368 | 2025-02-13T04:30:43.784Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
369 | 2025-02-13T04:30:44.914Z | Downloading crates ... |
370 | 2025-02-13T04:30:45.021Z | Downloaded anstyle-query v1.1.1 |
371 | 2025-02-13T04:30:45.025Z | Downloaded anyhow v1.0.95 |
372 | 2025-02-13T04:30:45.030Z | Downloaded itoa v1.0.11 |
373 | 2025-02-13T04:30:45.033Z | Downloaded anstream v0.6.15 |
374 | 2025-02-13T04:30:45.033Z | Downloaded digest v0.10.7 |
375 | 2025-02-13T04:30:45.036Z | Downloaded plain v0.2.3 |
376 | 2025-02-13T04:30:45.036Z | Downloaded pest_generator v2.7.14 |
377 | 2025-02-13T04:30:45.036Z | Downloaded colorchoice v1.0.2 |
378 | 2025-02-13T04:30:45.040Z | Downloaded camino-tempfile v1.1.1 |
379 | 2025-02-13T04:30:45.040Z | Downloaded memmap v0.7.0 |
380 | 2025-02-13T04:30:45.043Z | Downloaded is_terminal_polyfill v1.70.1 |
381 | 2025-02-13T04:30:45.043Z | Downloaded fs-err v2.11.0 |
382 | 2025-02-13T04:30:45.043Z | Downloaded anstyle-parse v0.2.5 |
383 | 2025-02-13T04:30:45.047Z | Downloaded anstyle v1.0.10 |
384 | 2025-02-13T04:30:45.135Z | Downloaded camino v1.1.9 |
385 | 2025-02-13T04:30:45.142Z | Downloaded block-buffer v0.10.4 |
386 | 2025-02-13T04:30:45.147Z | Downloaded generic-array v0.14.7 |
387 | 2025-02-13T04:30:45.150Z | Downloaded cargo_metadata v0.18.1 |
388 | 2025-02-13T04:30:45.153Z | Downloaded autocfg v1.4.0 |
389 | 2025-02-13T04:30:45.155Z | Downloaded byteorder v1.5.0 |
390 | 2025-02-13T04:30:45.155Z | Downloaded bytecount v0.6.8 |
391 | 2025-02-13T04:30:45.160Z | Downloaded crypto-common v0.1.6 |
392 | 2025-02-13T04:30:45.160Z | Downloaded clap_lex v0.7.4 |
393 | 2025-02-13T04:30:45.162Z | Downloaded dtrace-parser v0.2.0 |
394 | 2025-02-13T04:30:45.162Z | Downloaded clap v4.5.27 |
395 | 2025-02-13T04:30:45.167Z | Downloaded bitflags v2.6.0 |
396 | 2025-02-13T04:30:45.171Z | Downloaded cpufeatures v0.2.14 |
397 | 2025-02-13T04:30:45.174Z | Downloaded cargo_toml v0.20.5 |
398 | 2025-02-13T04:30:45.174Z | Downloaded cfg-if v1.0.0 |
399 | 2025-02-13T04:30:45.178Z | Downloaded heck v0.4.1 |
400 | 2025-02-13T04:30:45.178Z | Downloaded cargo-platform v0.1.8 |
401 | 2025-02-13T04:30:45.180Z | Downloaded fnv v1.0.7 |
402 | 2025-02-13T04:30:45.183Z | Downloaded clap_derive v4.5.24 |
403 | 2025-02-13T04:30:45.191Z | Downloaded once_cell v1.20.2 |
404 | 2025-02-13T04:30:45.194Z | Downloaded ryu v1.0.18 |
405 | 2025-02-13T04:30:45.196Z | Downloaded indexmap v2.7.1 |
406 | 2025-02-13T04:30:45.202Z | Downloaded equivalent v1.0.1 |
407 | 2025-02-13T04:30:45.211Z | Downloaded swrite v0.1.0 |
408 | 2025-02-13T04:30:45.220Z | Downloaded scroll_derive v0.12.0 |
409 | 2025-02-13T04:30:45.223Z | Downloaded clap_builder v4.5.27 |
410 | 2025-02-13T04:30:45.226Z | Downloaded fastrand v2.1.1 |
411 | 2025-02-13T04:30:45.229Z | Downloaded serde_spanned v0.6.8 |
412 | 2025-02-13T04:30:45.233Z | Downloaded usdt-macro v0.5.0 |
413 | 2025-02-13T04:30:45.233Z | Downloaded usdt-attr-macro v0.5.0 |
414 | 2025-02-13T04:30:45.233Z | Downloaded pretty-hex v0.4.1 |
415 | 2025-02-13T04:30:45.233Z | Downloaded proc-macro-error-attr v1.0.4 |
416 | 2025-02-13T04:30:45.236Z | Downloaded macaddr v1.0.1 |
417 | 2025-02-13T04:30:45.236Z | Downloaded heck v0.5.0 |
418 | 2025-02-13T04:30:45.236Z | Downloaded dof v0.3.0 |
419 | 2025-02-13T04:30:45.238Z | Downloaded smawk v0.3.2 |
420 | 2025-02-13T04:30:45.238Z | Downloaded terminal_size v0.4.0 |
421 | 2025-02-13T04:30:45.241Z | Downloaded errno v0.3.9 |
422 | 2025-02-13T04:30:45.255Z | Downloaded semver v1.0.24 |
423 | 2025-02-13T04:30:45.258Z | Downloaded tabled_derive v0.7.0 |
424 | 2025-02-13T04:30:45.262Z | Downloaded strsim v0.11.1 |
425 | 2025-02-13T04:30:45.264Z | Downloaded proc-macro-error v1.0.4 |
426 | 2025-02-13T04:30:45.267Z | Downloaded utf8parse v0.2.2 |
427 | 2025-02-13T04:30:45.267Z | Downloaded scroll v0.12.0 |
428 | 2025-02-13T04:30:45.272Z | Downloaded unicode-linebreak v0.1.5 |
429 | 2025-02-13T04:30:45.272Z | Downloaded thiserror v1.0.69 |
430 | 2025-02-13T04:30:45.275Z | Downloaded serde_tokenstream v0.2.2 |
431 | 2025-02-13T04:30:45.275Z | Downloaded hashbrown v0.15.1 |
432 | 2025-02-13T04:30:45.281Z | Downloaded thread-id v4.2.2 |
433 | 2025-02-13T04:30:45.284Z | Downloaded usdt v0.5.0 |
434 | 2025-02-13T04:30:45.284Z | Downloaded toml_datetime v0.6.8 |
435 | 2025-02-13T04:30:45.291Z | Downloaded thiserror-impl v1.0.69 |
436 | 2025-02-13T04:30:45.299Z | Downloaded version_check v0.9.5 |
437 | 2025-02-13T04:30:45.299Z | Downloaded tempfile v3.13.0 |
438 | 2025-02-13T04:30:45.299Z | Downloaded quote v1.0.38 |
439 | 2025-02-13T04:30:45.302Z | Downloaded pest_derive v2.7.14 |
440 | 2025-02-13T04:30:45.302Z | Downloaded sha2 v0.10.8 |
441 | 2025-02-13T04:30:45.302Z | Downloaded pest_meta v2.7.14 |
442 | 2025-02-13T04:30:45.302Z | Downloaded log v0.4.22 |
443 | 2025-02-13T04:30:45.307Z | Downloaded pest v2.7.14 |
444 | 2025-02-13T04:30:45.311Z | Downloaded usdt-impl v0.5.0 |
445 | 2025-02-13T04:30:45.317Z | Downloaded textwrap v0.16.1 |
446 | 2025-02-13T04:30:45.324Z | Downloaded ucd-trie v0.1.7 |
447 | 2025-02-13T04:30:45.328Z | Downloaded unicode-ident v1.0.14 |
448 | 2025-02-13T04:30:45.332Z | Downloaded serde_derive v1.0.217 |
449 | 2025-02-13T04:30:45.337Z | Downloaded typenum v1.17.0 |
450 | 2025-02-13T04:30:45.341Z | Downloaded proc-macro2 v1.0.92 |
451 | 2025-02-13T04:30:45.351Z | Downloaded toml v0.8.19 |
452 | 2025-02-13T04:30:45.355Z | Downloaded zerocopy-derive v0.7.35 |
453 | 2025-02-13T04:30:45.359Z | Downloaded papergrid v0.11.0 |
454 | 2025-02-13T04:30:45.363Z | Downloaded memchr v2.7.4 |
455 | 2025-02-13T04:30:45.367Z | Downloaded serde v1.0.217 |
456 | 2025-02-13T04:30:45.379Z | Downloaded toml_edit v0.22.22 |
457 | 2025-02-13T04:30:45.410Z | Downloaded serde_json v1.0.135 |
458 | 2025-02-13T04:30:45.420Z | Downloaded zerocopy v0.7.35 |
459 | 2025-02-13T04:30:45.434Z | Downloaded winnow v0.6.20 |
460 | 2025-02-13T04:30:45.443Z | Downloaded tabled v0.15.0 |
461 | 2025-02-13T04:30:45.459Z | Downloaded goblin v0.8.2 |
462 | 2025-02-13T04:30:45.464Z | Downloaded syn v1.0.109 |
463 | 2025-02-13T04:30:45.473Z | Downloaded unicode-width v0.1.14 |
464 | 2025-02-13T04:30:45.479Z | Downloaded syn v2.0.96 |
465 | 2025-02-13T04:30:45.491Z | Downloaded rustix v0.38.37 |
466 | 2025-02-13T04:30:45.523Z | Downloaded libc v0.2.169 |
467 | 2025-02-13T04:30:45.834Z | Compiling proc-macro2 v1.0.92 |
468 | 2025-02-13T04:30:45.834Z | Compiling unicode-ident v1.0.14 |
469 | 2025-02-13T04:30:45.842Z | Compiling serde v1.0.217 |
470 | 2025-02-13T04:30:45.843Z | Compiling version_check v0.9.5 |
471 | 2025-02-13T04:30:45.843Z | Compiling thiserror v1.0.69 |
472 | 2025-02-13T04:30:45.843Z | Compiling memchr v2.7.4 |
473 | 2025-02-13T04:30:45.871Z | Compiling libc v0.2.169 |
474 | 2025-02-13T04:30:45.874Z | Compiling ucd-trie v0.1.7 |
475 | 2025-02-13T04:30:46.103Z | Compiling itoa v1.0.11 |
476 | 2025-02-13T04:30:46.353Z | Compiling ryu v1.0.18 |
477 | 2025-02-13T04:30:46.573Z | Compiling once_cell v1.20.2 |
478 | 2025-02-13T04:30:46.670Z | Compiling byteorder v1.5.0 |
479 | 2025-02-13T04:30:46.757Z | Compiling rustix v0.38.37 |
480 | 2025-02-13T04:30:46.839Z | Compiling serde_json v1.0.135 |
481 | 2025-02-13T04:30:47.194Z | Compiling bitflags v2.6.0 |
482 | 2025-02-13T04:30:47.256Z | Compiling usdt-impl v0.5.0 |
483 | 2025-02-13T04:30:47.477Z | Compiling proc-macro-error-attr v1.0.4 |
484 | 2025-02-13T04:30:47.541Z | Compiling syn v1.0.109 |
485 | 2025-02-13T04:30:47.587Z | Compiling quote v1.0.38 |
486 | 2025-02-13T04:30:47.613Z | Compiling proc-macro-error v1.0.4 |
487 | 2025-02-13T04:30:47.791Z | Compiling utf8parse v0.2.2 |
488 | 2025-02-13T04:30:47.854Z | Compiling equivalent v1.0.1 |
489 | 2025-02-13T04:30:47.923Z | Compiling syn v2.0.96 |
490 | 2025-02-13T04:30:47.969Z | Compiling errno v0.3.9 |
491 | 2025-02-13T04:30:47.994Z | Compiling hashbrown v0.15.1 |
492 | 2025-02-13T04:30:48.138Z | Compiling plain v0.2.3 |
493 | 2025-02-13T04:30:48.214Z | Compiling camino v1.1.9 |
494 | 2025-02-13T04:30:48.214Z | Compiling log v0.4.22 |
495 | 2025-02-13T04:30:48.461Z | Compiling thread-id v4.2.2 |
496 | 2025-02-13T04:30:48.572Z | Compiling anstyle-parse v0.2.5 |
497 | 2025-02-13T04:30:48.906Z | Compiling anstyle v1.0.10 |
498 | 2025-02-13T04:30:48.933Z | Compiling anstyle-query v1.1.1 |
499 | 2025-02-13T04:30:49.020Z | Compiling indexmap v2.7.1 |
500 | 2025-02-13T04:30:49.048Z | Compiling pretty-hex v0.4.1 |
501 | 2025-02-13T04:30:49.082Z | Compiling colorchoice v1.0.2 |
502 | 2025-02-13T04:30:49.109Z | Compiling is_terminal_polyfill v1.70.1 |
503 | 2025-02-13T04:30:49.246Z | Compiling unicode-width v0.1.14 |
504 | 2025-02-13T04:30:49.270Z | Compiling semver v1.0.24 |
505 | 2025-02-13T04:30:49.295Z | Compiling winnow v0.6.20 |
506 | 2025-02-13T04:30:49.340Z | Compiling autocfg v1.4.0 |
507 | 2025-02-13T04:30:49.809Z | Compiling anstream v0.6.15 |
508 | 2025-02-13T04:30:50.140Z | Compiling terminal_size v0.4.0 |
509 | 2025-02-13T04:30:50.241Z | Compiling bytecount v0.6.8 |
510 | 2025-02-13T04:30:50.302Z | Compiling fs-err v2.11.0 |
511 | 2025-02-13T04:30:50.371Z | Compiling fastrand v2.1.1 |
512 | 2025-02-13T04:30:50.458Z | Compiling anyhow v1.0.95 |
513 | 2025-02-13T04:30:50.600Z | Compiling strsim v0.11.1 |
514 | 2025-02-13T04:30:50.753Z | Compiling heck v0.4.1 |
515 | 2025-02-13T04:30:50.845Z | Compiling fnv v1.0.7 |
516 | 2025-02-13T04:30:50.890Z | Compiling cfg-if v1.0.0 |
517 | 2025-02-13T04:30:51.019Z | Compiling heck v0.5.0 |
518 | 2025-02-13T04:30:51.048Z | Compiling clap_lex v0.7.4 |
519 | 2025-02-13T04:30:51.329Z | Compiling clap_builder v4.5.27 |
520 | 2025-02-13T04:30:51.497Z | Compiling tempfile v3.13.0 |
521 | 2025-02-13T04:30:51.523Z | Compiling papergrid v0.11.0 |
522 | 2025-02-13T04:30:51.614Z | Compiling memmap v0.7.0 |
523 | 2025-02-13T04:30:51.789Z | Compiling unicode-linebreak v0.1.5 |
524 | 2025-02-13T04:30:52.011Z | Compiling smawk v0.3.2 |
525 | 2025-02-13T04:30:52.255Z | Compiling textwrap v0.16.1 |
526 | 2025-02-13T04:30:52.765Z | Compiling swrite v0.1.0 |
527 | 2025-02-13T04:30:53.366Z | Compiling tabled_derive v0.7.0 |
528 | 2025-02-13T04:30:54.851Z | Compiling serde_derive v1.0.217 |
529 | 2025-02-13T04:30:54.851Z | Compiling thiserror-impl v1.0.69 |
530 | 2025-02-13T04:30:54.855Z | Compiling zerocopy-derive v0.7.35 |
531 | 2025-02-13T04:30:54.855Z | Compiling scroll_derive v0.12.0 |
532 | 2025-02-13T04:30:54.855Z | Compiling clap_derive v4.5.24 |
533 | 2025-02-13T04:30:55.051Z | Compiling tabled v0.15.0 |
534 | 2025-02-13T04:30:56.312Z | Compiling scroll v0.12.0 |
535 | 2025-02-13T04:30:56.739Z | Compiling zerocopy v0.7.35 |
536 | 2025-02-13T04:30:56.825Z | Compiling goblin v0.8.2 |
537 | 2025-02-13T04:30:57.559Z | Compiling pest v2.7.14 |
538 | 2025-02-13T04:30:58.485Z | Compiling clap v4.5.27 |
539 | 2025-02-13T04:30:59.822Z | Compiling pest_meta v2.7.14 |
540 | 2025-02-13T04:31:00.717Z | Compiling pest_generator v2.7.14 |
541 | 2025-02-13T04:31:02.040Z | Compiling pest_derive v2.7.14 |
542 | 2025-02-13T04:31:02.743Z | Compiling dtrace-parser v0.2.0 |
543 | 2025-02-13T04:31:03.795Z | Compiling serde_tokenstream v0.2.2 |
544 | 2025-02-13T04:31:03.868Z | Compiling serde_spanned v0.6.8 |
545 | 2025-02-13T04:31:03.871Z | Compiling toml_datetime v0.6.8 |
546 | 2025-02-13T04:31:04.122Z | Compiling cargo-platform v0.1.8 |
547 | 2025-02-13T04:31:04.150Z | Compiling macaddr v1.0.1 |
548 | 2025-02-13T04:31:04.365Z | Compiling toml_edit v0.22.22 |
549 | 2025-02-13T04:31:04.528Z | Compiling camino-tempfile v1.1.1 |
550 | 2025-02-13T04:31:05.121Z | Compiling dof v0.3.0 |
551 | 2025-02-13T04:31:05.318Z | Compiling cargo_metadata v0.18.1 |
552 | 2025-02-13T04:31:06.515Z | Compiling usdt-macro v0.5.0 |
553 | 2025-02-13T04:31:06.515Z | Compiling usdt-attr-macro v0.5.0 |
554 | 2025-02-13T04:31:07.242Z | Compiling toml v0.8.19 |
555 | 2025-02-13T04:31:07.638Z | Compiling usdt v0.5.0 |
556 | 2025-02-13T04:31:08.051Z | Compiling cargo_toml v0.20.5 |
557 | 2025-02-13T04:31:10.637Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
558 | 2025-02-13T04:31:13.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.76s |
559 | 2025-02-13T04:31:14.112Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
560 | 2025-02-13T04:31:14.638Z | Downloading crates ... |
561 | 2025-02-13T04:31:14.756Z | Downloaded atty v0.2.14 |
562 | 2025-02-13T04:31:14.761Z | Downloaded bb8 v0.8.5 |
563 | 2025-02-13T04:31:14.766Z | Downloaded backoff v0.4.0 |
564 | 2025-02-13T04:31:14.766Z | Downloaded base16ct v0.2.0 |
565 | 2025-02-13T04:31:14.770Z | Downloaded cfg_aliases v0.2.1 |
566 | 2025-02-13T04:31:14.774Z | Downloaded atomicwrites v0.4.4 |
567 | 2025-02-13T04:31:14.774Z | Downloaded async-stream-impl v0.3.6 |
568 | 2025-02-13T04:31:14.778Z | Downloaded ciborium-io v0.2.2 |
569 | 2025-02-13T04:31:14.788Z | Downloaded http v1.2.0 |
570 | 2025-02-13T04:31:14.794Z | Downloaded hostname v0.4.0 |
571 | 2025-02-13T04:31:14.797Z | Downloaded icu_provider_macros v1.5.0 |
572 | 2025-02-13T04:31:14.797Z | Downloaded cstr-argument v0.1.2 |
573 | 2025-02-13T04:31:14.797Z | Downloaded crunchy v0.2.2 |
574 | 2025-02-13T04:31:14.800Z | Downloaded cfg_aliases v0.1.1 |
575 | 2025-02-13T04:31:14.800Z | Downloaded darling v0.20.10 |
576 | 2025-02-13T04:31:14.804Z | Downloaded http-body v1.0.1 |
577 | 2025-02-13T04:31:14.807Z | Downloaded bitfield-struct v0.6.2 |
578 | 2025-02-13T04:31:14.807Z | Downloaded ascii-canvas v3.0.0 |
579 | 2025-02-13T04:31:14.810Z | Downloaded heck v0.3.3 |
580 | 2025-02-13T04:31:14.810Z | Downloaded adler2 v2.0.0 |
581 | 2025-02-13T04:31:14.815Z | Downloaded cbc v0.1.2 |
582 | 2025-02-13T04:31:14.822Z | Downloaded lru-cache v0.1.2 |
583 | 2025-02-13T04:31:14.822Z | Downloaded lazy_static v1.5.0 |
584 | 2025-02-13T04:31:14.822Z | Downloaded bitfield v0.14.0 |
585 | 2025-02-13T04:31:14.833Z | Downloaded keccak v0.1.5 |
586 | 2025-02-13T04:31:14.833Z | Downloaded ctr v0.9.2 |
587 | 2025-02-13T04:31:14.833Z | Downloaded linked-hash-map v0.5.6 |
588 | 2025-02-13T04:31:14.833Z | Downloaded hickory-client v0.24.2 |
589 | 2025-02-13T04:31:14.833Z | Downloaded block-padding v0.3.3 |
590 | 2025-02-13T04:31:14.837Z | Downloaded libsw v3.3.1 |
591 | 2025-02-13T04:31:14.837Z | Downloaded http-range v0.1.5 |
592 | 2025-02-13T04:31:14.837Z | Downloaded kstat-rs v0.2.4 |
593 | 2025-02-13T04:31:14.837Z | Downloaded crossbeam-deque v0.8.5 |
594 | 2025-02-13T04:31:14.840Z | Downloaded libloading v0.8.5 |
595 | 2025-02-13T04:31:14.840Z | Downloaded memoffset v0.9.1 |
596 | 2025-02-13T04:31:14.845Z | Downloaded arrayvec v0.7.6 |
597 | 2025-02-13T04:31:14.845Z | Downloaded aead v0.5.2 |
598 | 2025-02-13T04:31:14.853Z | Downloaded md5 v0.7.0 |
599 | 2025-02-13T04:31:14.853Z | Downloaded curve25519-dalek-derive v0.1.1 |
600 | 2025-02-13T04:31:14.853Z | Downloaded crc-catalog v2.4.0 |
601 | 2025-02-13T04:31:14.857Z | Downloaded mirai-annotations v1.12.0 |
602 | 2025-02-13T04:31:14.857Z | Downloaded csv-core v0.1.11 |
603 | 2025-02-13T04:31:14.857Z | Downloaded chacha20 v0.9.1 |
604 | 2025-02-13T04:31:14.857Z | Downloaded home v0.5.9 |
605 | 2025-02-13T04:31:14.857Z | Downloaded async-trait v0.1.86 |
606 | 2025-02-13T04:31:14.869Z | Downloaded crucible-workspace-hack v0.1.0 |
607 | 2025-02-13T04:31:14.873Z | Downloaded const_format_proc_macros v0.2.34 |
608 | 2025-02-13T04:31:14.873Z | Downloaded internet-checksum v0.2.1 |
609 | 2025-02-13T04:31:14.874Z | Downloaded convert_case v0.4.0 |
610 | 2025-02-13T04:31:14.874Z | Downloaded mime v0.3.17 |
611 | 2025-02-13T04:31:14.874Z | Downloaded maplit v1.0.2 |
612 | 2025-02-13T04:31:14.874Z | Downloaded base64ct v1.6.0 |
613 | 2025-02-13T04:31:14.874Z | Downloaded bitflags v1.3.2 |
614 | 2025-02-13T04:31:14.877Z | Downloaded linear-map v1.2.0 |
615 | 2025-02-13T04:31:14.877Z | Downloaded icu_provider v1.5.0 |
616 | 2025-02-13T04:31:14.880Z | Downloaded litemap v0.7.3 |
617 | 2025-02-13T04:31:14.887Z | Downloaded humantime v2.1.0 |
618 | 2025-02-13T04:31:14.891Z | Downloaded castaway v0.2.3 |
619 | 2025-02-13T04:31:14.891Z | Downloaded mime_guess v2.0.5 |
620 | 2025-02-13T04:31:14.891Z | Downloaded assert_matches v1.5.0 |
621 | 2025-02-13T04:31:14.891Z | Downloaded match_cfg v0.1.0 |
622 | 2025-02-13T04:31:14.896Z | Downloaded maybe-uninit v2.0.0 |
623 | 2025-02-13T04:31:14.896Z | Downloaded md-5 v0.10.6 |
624 | 2025-02-13T04:31:14.896Z | Downloaded managed v0.8.0 |
625 | 2025-02-13T04:31:14.902Z | Downloaded indoc v1.0.9 |
626 | 2025-02-13T04:31:14.902Z | Downloaded console v0.15.10 |
627 | 2025-02-13T04:31:14.906Z | Downloaded sigpipe v0.1.3 |
628 | 2025-02-13T04:31:14.906Z | Downloaded sync-ptr v0.1.1 |
629 | 2025-02-13T04:31:14.906Z | Downloaded r2d2 v0.8.10 |
630 | 2025-02-13T04:31:14.909Z | Downloaded cexpr v0.6.0 |
631 | 2025-02-13T04:31:14.909Z | Downloaded colored v2.1.0 |
632 | 2025-02-13T04:31:14.912Z | Downloaded time-core v0.1.2 |
633 | 2025-02-13T04:31:14.912Z | Downloaded lalrpop-util v0.19.12 |
634 | 2025-02-13T04:31:14.917Z | Downloaded hubpack v0.1.2 |
635 | 2025-02-13T04:31:14.917Z | Downloaded hostname v0.3.1 |
636 | 2025-02-13T04:31:14.919Z | Downloaded progenitor-macro v0.9.1 |
637 | 2025-02-13T04:31:14.920Z | Downloaded crc-any v2.5.0 |
638 | 2025-02-13T04:31:14.924Z | Downloaded icu_locid_transform v1.5.0 |
639 | 2025-02-13T04:31:14.924Z | Downloaded rand_seeder v0.3.0 |
640 | 2025-02-13T04:31:14.929Z | Downloaded rustc-hash v1.1.0 |
641 | 2025-02-13T04:31:14.929Z | Downloaded atomic-waker v1.1.2 |
642 | 2025-02-13T04:31:14.929Z | Downloaded rpassword v7.3.1 |
643 | 2025-02-13T04:31:14.932Z | Downloaded multer v3.1.0 |
644 | 2025-02-13T04:31:14.932Z | Downloaded tinyvec_macros v0.1.1 |
645 | 2025-02-13T04:31:14.938Z | Downloaded strum v0.26.3 |
646 | 2025-02-13T04:31:14.938Z | Downloaded diesel_table_macro_syntax v0.2.0 |
647 | 2025-02-13T04:31:14.938Z | Downloaded sync_wrapper v1.0.1 |
648 | 2025-02-13T04:31:14.943Z | Downloaded hyper-tls v0.6.0 |
649 | 2025-02-13T04:31:14.943Z | Downloaded bytes v1.9.0 |
650 | 2025-02-13T04:31:14.946Z | Downloaded scheduled-thread-pool v0.2.7 |
651 | 2025-02-13T04:31:14.946Z | Downloaded same-file v1.0.6 |
652 | 2025-02-13T04:31:14.946Z | Downloaded multimap v0.10.0 |
653 | 2025-02-13T04:31:14.949Z | Downloaded cancel-safe-futures v0.1.5 |
654 | 2025-02-13T04:31:14.953Z | Downloaded downcast v0.11.0 |
655 | 2025-02-13T04:31:14.954Z | Downloaded hyper-staticfile v0.10.1 |
656 | 2025-02-13T04:31:14.958Z | Downloaded serde_repr v0.1.19 |
657 | 2025-02-13T04:31:14.958Z | Downloaded foreign-types v0.3.2 |
658 | 2025-02-13T04:31:14.962Z | Downloaded serde_plain v1.0.2 |
659 | 2025-02-13T04:31:14.962Z | Downloaded semver v0.1.20 |
660 | 2025-02-13T04:31:14.962Z | Downloaded backtrace v0.3.74 |
661 | 2025-02-13T04:31:14.978Z | Downloaded signature v2.2.0 |
662 | 2025-02-13T04:31:14.985Z | Downloaded mockall v0.13.0 |
663 | 2025-02-13T04:31:14.985Z | Downloaded chacha20poly1305 v0.10.1 |
664 | 2025-02-13T04:31:14.985Z | Downloaded endian-type v0.1.2 |
665 | 2025-02-13T04:31:14.985Z | Downloaded tls_codec v0.4.1 |
666 | 2025-02-13T04:31:14.985Z | Downloaded icu_normalizer_data v1.5.0 |
667 | 2025-02-13T04:31:14.985Z | Downloaded rustc-demangle v0.1.24 |
668 | 2025-02-13T04:31:14.985Z | Downloaded signal-hook-tokio v0.3.1 |
669 | 2025-02-13T04:31:14.985Z | Downloaded normalize-line-endings v0.3.0 |
670 | 2025-02-13T04:31:14.992Z | Downloaded newline-converter v0.3.0 |
671 | 2025-02-13T04:31:14.992Z | Downloaded new_debug_unreachable v1.0.6 |
672 | 2025-02-13T04:31:14.992Z | Downloaded lazycell v1.3.0 |
673 | 2025-02-13T04:31:14.992Z | Downloaded zerofrom-derive v0.1.4 |
674 | 2025-02-13T04:31:14.992Z | Downloaded wyz v0.5.1 |
675 | 2025-02-13T04:31:14.992Z | Downloaded writeable v0.5.5 |
676 | 2025-02-13T04:31:15.002Z | Downloaded tui-tree-widget v0.22.0 |
677 | 2025-02-13T04:31:15.002Z | Downloaded supports-color v3.0.1 |
678 | 2025-02-13T04:31:15.002Z | Downloaded crypto-bigint v0.5.5 |
679 | 2025-02-13T04:31:15.009Z | Downloaded lru v0.12.5 |
680 | 2025-02-13T04:31:15.009Z | Downloaded crossbeam-epoch v0.9.18 |
681 | 2025-02-13T04:31:15.014Z | Downloaded blake2 v0.10.6 |
682 | 2025-02-13T04:31:15.014Z | Downloaded path-slash v0.1.5 |
683 | 2025-02-13T04:31:15.014Z | Downloaded ipnet v2.10.1 |
684 | 2025-02-13T04:31:15.014Z | Downloaded ena v0.14.3 |
685 | 2025-02-13T04:31:15.019Z | Downloaded allocator-api2 v0.2.18 |
686 | 2025-02-13T04:31:15.019Z | Downloaded fragile v2.0.0 |
687 | 2025-02-13T04:31:15.027Z | Downloaded serde-big-array v0.5.1 |
688 | 2025-02-13T04:31:15.027Z | Downloaded ed25519 v2.2.3 |
689 | 2025-02-13T04:31:15.031Z | Downloaded form_urlencoded v1.2.1 |
690 | 2025-02-13T04:31:15.031Z | Downloaded env_filter v0.1.2 |
691 | 2025-02-13T04:31:15.031Z | Downloaded const_format v0.2.34 |
692 | 2025-02-13T04:31:15.034Z | Downloaded futures-macro v0.3.31 |
693 | 2025-02-13T04:31:15.034Z | Downloaded uuid v1.12.0 |
694 | 2025-02-13T04:31:15.040Z | Downloaded slog-scope v4.4.0 |
695 | 2025-02-13T04:31:15.043Z | Downloaded mockall_derive v0.13.0 |
696 | 2025-02-13T04:31:15.043Z | Downloaded instability v0.3.2 |
697 | 2025-02-13T04:31:15.043Z | Downloaded hyper-util v0.1.10 |
698 | 2025-02-13T04:31:15.048Z | Downloaded tap v1.0.1 |
699 | 2025-02-13T04:31:15.051Z | Downloaded write16 v1.0.0 |
700 | 2025-02-13T04:31:15.051Z | Downloaded futures-sink v0.3.31 |
701 | 2025-02-13T04:31:15.051Z | Downloaded defmt-parser v0.3.4 |
702 | 2025-02-13T04:31:15.053Z | Downloaded synstructure v0.13.1 |
703 | 2025-02-13T04:31:15.053Z | Downloaded tls_codec_derive v0.4.1 |
704 | 2025-02-13T04:31:15.056Z | Downloaded phf_shared v0.11.2 |
705 | 2025-02-13T04:31:15.071Z | Downloaded typify-macro v0.3.0 |
706 | 2025-02-13T04:31:15.071Z | Downloaded subtle v2.6.1 |
707 | 2025-02-13T04:31:15.071Z | Downloaded httparse v1.9.5 |
708 | 2025-02-13T04:31:15.075Z | Downloaded spin v0.9.8 |
709 | 2025-02-13T04:31:15.075Z | Downloaded darling_macro v0.20.10 |
710 | 2025-02-13T04:31:15.075Z | Downloaded rtoolbox v0.0.2 |
711 | 2025-02-13T04:31:15.075Z | Downloaded rcgen v0.12.1 |
712 | 2025-02-13T04:31:15.075Z | Downloaded num-iter v0.1.45 |
713 | 2025-02-13T04:31:15.075Z | Downloaded shlex v1.3.0 |
714 | 2025-02-13T04:31:15.079Z | Downloaded headers-core v0.3.0 |
715 | 2025-02-13T04:31:15.079Z | Downloaded schemars_derive v0.8.21 |
716 | 2025-02-13T04:31:15.079Z | Downloaded paste v1.0.15 |
717 | 2025-02-13T04:31:15.082Z | Downloaded packed_struct v0.10.1 |
718 | 2025-02-13T04:31:15.085Z | Downloaded spki v0.7.3 |
719 | 2025-02-13T04:31:15.085Z | Downloaded progenitor-macro v0.8.0 |
720 | 2025-02-13T04:31:15.088Z | Downloaded base64 v0.21.7 |
721 | 2025-02-13T04:31:15.091Z | Downloaded parse-size v1.1.0 |
722 | 2025-02-13T04:31:15.091Z | Downloaded rand_xorshift v0.3.0 |
723 | 2025-02-13T04:31:15.096Z | Downloaded rand_core v0.6.4 |
724 | 2025-02-13T04:31:15.096Z | Downloaded defmt-macros v0.3.9 |
725 | 2025-02-13T04:31:15.100Z | Downloaded unicode-xid v0.2.6 |
726 | 2025-02-13T04:31:15.102Z | Downloaded icu_collections v1.5.0 |
727 | 2025-02-13T04:31:15.106Z | Downloaded num-conv v0.1.0 |
728 | 2025-02-13T04:31:15.108Z | Downloaded xz2 v0.1.7 |
729 | 2025-02-13T04:31:15.110Z | Downloaded tiny-keccak v2.0.2 |
730 | 2025-02-13T04:31:15.113Z | Downloaded proc-macro-crate v1.3.1 |
731 | 2025-02-13T04:31:15.115Z | Downloaded predicates v3.1.2 |
732 | 2025-02-13T04:31:15.118Z | Downloaded socket2 v0.5.7 |
733 | 2025-02-13T04:31:15.123Z | Downloaded progenitor-client v0.8.0 |
734 | 2025-02-13T04:31:15.123Z | Downloaded xattr v1.3.1 |
735 | 2025-02-13T04:31:15.127Z | Downloaded dunce v1.0.5 |
736 | 2025-02-13T04:31:15.127Z | Downloaded group v0.13.0 |
737 | 2025-02-13T04:31:15.129Z | Downloaded tinystr v0.7.6 |
738 | 2025-02-13T04:31:15.129Z | Downloaded postgres-protocol v0.6.7 |
739 | 2025-02-13T04:31:15.133Z | Downloaded strum_macros v0.25.3 |
740 | 2025-02-13T04:31:15.136Z | Downloaded parking_lot_core v0.9.10 |
741 | 2025-02-13T04:31:15.136Z | Downloaded password-hash v0.4.2 |
742 | 2025-02-13T04:31:15.138Z | Downloaded futures-core v0.3.31 |
743 | 2025-02-13T04:31:15.141Z | Downloaded filetime v0.2.25 |
744 | 2025-02-13T04:31:15.143Z | Downloaded display-error-chain v0.2.2 |
745 | 2025-02-13T04:31:15.143Z | Downloaded futures-io v0.3.31 |
746 | 2025-02-13T04:31:15.149Z | Downloaded want v0.3.1 |
747 | 2025-02-13T04:31:15.149Z | Downloaded futures-task v0.3.31 |
748 | 2025-02-13T04:31:15.149Z | Downloaded foldhash v0.1.3 |
749 | 2025-02-13T04:31:15.152Z | Downloaded cc v1.1.30 |
750 | 2025-02-13T04:31:15.152Z | Downloaded pin-project v1.1.6 |
751 | 2025-02-13T04:31:15.166Z | Downloaded try-lock v0.2.5 |
752 | 2025-02-13T04:31:15.170Z | Downloaded powerfmt v0.2.0 |
753 | 2025-02-13T04:31:15.170Z | Downloaded percent-encoding v2.3.1 |
754 | 2025-02-13T04:31:15.170Z | Downloaded num-derive v0.4.2 |
755 | 2025-02-13T04:31:15.172Z | Downloaded futures-executor v0.3.31 |
756 | 2025-02-13T04:31:15.172Z | Downloaded thread_local v1.1.8 |
757 | 2025-02-13T04:31:15.175Z | Downloaded time-macros v0.2.18 |
758 | 2025-02-13T04:31:15.187Z | Downloaded opaque-debug v0.3.1 |
759 | 2025-02-13T04:31:15.191Z | Downloaded sha1 v0.10.6 |
760 | 2025-02-13T04:31:15.193Z | Downloaded rustversion v1.0.17 |
761 | 2025-02-13T04:31:15.193Z | Downloaded yasna v0.5.2 |
762 | 2025-02-13T04:31:15.196Z | Downloaded smf v0.2.3 |
763 | 2025-02-13T04:31:15.199Z | Downloaded aes v0.8.4 |
764 | 2025-02-13T04:31:15.202Z | Downloaded num-traits v0.2.19 |
765 | 2025-02-13T04:31:15.205Z | Downloaded progenitor-client v0.9.1 |
766 | 2025-02-13T04:31:15.208Z | Downloaded ssh-encoding v0.2.0 |
767 | 2025-02-13T04:31:15.208Z | Downloaded ssh-cipher v0.2.0 |
768 | 2025-02-13T04:31:15.211Z | Downloaded termtree v0.5.1 |
769 | 2025-02-13T04:31:15.216Z | Downloaded zip v0.6.6 |
770 | 2025-02-13T04:31:15.224Z | Downloaded progenitor-impl v0.9.1 |
771 | 2025-02-13T04:31:15.230Z | Downloaded vte v0.11.1 |
772 | 2025-02-13T04:31:15.230Z | Downloaded crossbeam-channel v0.5.13 |
773 | 2025-02-13T04:31:15.230Z | Downloaded tower-service v0.3.3 |
774 | 2025-02-13T04:31:15.230Z | Downloaded utf8_iter v1.0.4 |
775 | 2025-02-13T04:31:15.233Z | Downloaded diesel_derives v2.2.3 |
776 | 2025-02-13T04:31:15.233Z | Downloaded fixedbitset v0.4.2 |
777 | 2025-02-13T04:31:15.236Z | Downloaded unicode-properties v0.1.3 |
778 | 2025-02-13T04:31:15.240Z | Downloaded signal-hook v0.3.17 |
779 | 2025-02-13T04:31:15.243Z | Downloaded serde_with_macros v3.11.0 |
780 | 2025-02-13T04:31:15.243Z | Downloaded test-strategy v0.3.1 |
781 | 2025-02-13T04:31:15.246Z | Downloaded funty v2.0.0 |
782 | 2025-02-13T04:31:15.251Z | Downloaded dirs-next v2.0.0 |
783 | 2025-02-13T04:31:15.251Z | Downloaded rustls-pki-types v1.10.0 |
784 | 2025-02-13T04:31:15.255Z | Downloaded structmeta-derive v0.2.0 |
785 | 2025-02-13T04:31:15.258Z | Downloaded peg v0.8.4 |
786 | 2025-02-13T04:31:15.264Z | Downloaded diesel-dtrace v0.4.2 |
787 | 2025-02-13T04:31:15.273Z | Downloaded oso-derive v0.27.3 |
788 | 2025-02-13T04:31:15.273Z | Downloaded number_prefix v0.4.0 |
789 | 2025-02-13T04:31:15.273Z | Downloaded globset v0.4.15 |
790 | 2025-02-13T04:31:15.273Z | Downloaded sqlparser_derive v0.2.2 |
791 | 2025-02-13T04:31:15.273Z | Downloaded foreign-types-shared v0.1.1 |
792 | 2025-02-13T04:31:15.273Z | Downloaded rustls-pemfile v2.2.0 |
793 | 2025-02-13T04:31:15.280Z | Downloaded foreign-types-shared v0.3.1 |
794 | 2025-02-13T04:31:15.280Z | Downloaded aes-gcm v0.10.3 |
795 | 2025-02-13T04:31:15.281Z | Downloaded data-encoding v2.6.0 |
796 | 2025-02-13T04:31:15.285Z | Downloaded salsa20 v0.10.2 |
797 | 2025-02-13T04:31:15.285Z | Downloaded precomputed-hash v0.1.1 |
798 | 2025-02-13T04:31:15.285Z | Downloaded pbkdf2 v0.12.2 |
799 | 2025-02-13T04:31:15.285Z | Downloaded itertools v0.10.5 |
800 | 2025-02-13T04:31:15.288Z | Downloaded take_mut v0.2.2 |
801 | 2025-02-13T04:31:15.291Z | Downloaded russh-cryptovec v0.7.3 |
802 | 2025-02-13T04:31:15.291Z | Downloaded deranged v0.3.11 |
803 | 2025-02-13T04:31:15.294Z | Downloaded serde_path_to_error v0.1.16 |
804 | 2025-02-13T04:31:15.294Z | Downloaded resolv-conf v0.7.0 |
805 | 2025-02-13T04:31:15.297Z | Downloaded which v4.4.2 |
806 | 2025-02-13T04:31:15.297Z | Downloaded rand v0.8.5 |
807 | 2025-02-13T04:31:15.301Z | Downloaded structmeta v0.2.0 |
808 | 2025-02-13T04:31:15.303Z | Downloaded radium v0.7.0 |
809 | 2025-02-13T04:31:15.306Z | Downloaded num_threads v0.1.7 |
810 | 2025-02-13T04:31:15.306Z | Downloaded parking_lot v0.11.2 |
811 | 2025-02-13T04:31:15.309Z | Downloaded des v0.8.1 |
812 | 2025-02-13T04:31:15.312Z | Downloaded whoami v1.5.2 |
813 | 2025-02-13T04:31:15.315Z | Downloaded tracing-attributes v0.1.27 |
814 | 2025-02-13T04:31:15.318Z | Downloaded foreign-types-macros v0.2.3 |
815 | 2025-02-13T04:31:15.318Z | Downloaded utf16_iter v1.0.5 |
816 | 2025-02-13T04:31:15.318Z | Downloaded predicates-core v1.0.8 |
817 | 2025-02-13T04:31:15.323Z | Downloaded tinyvec v1.8.0 |
818 | 2025-02-13T04:31:15.327Z | Downloaded embedded-io v0.6.1 |
819 | 2025-02-13T04:31:15.327Z | Downloaded fs_extra v1.3.0 |
820 | 2025-02-13T04:31:15.330Z | Downloaded unicode-segmentation v1.12.0 |
821 | 2025-02-13T04:31:15.337Z | Downloaded der v0.7.9 |
822 | 2025-02-13T04:31:15.342Z | Downloaded pretty-hex v0.2.1 |
823 | 2025-02-13T04:31:15.342Z | Downloaded slog-stdlog v4.1.1 |
824 | 2025-02-13T04:31:15.342Z | Downloaded flume v0.11.1 |
825 | 2025-02-13T04:31:15.345Z | Downloaded tabwriter v1.4.0 |
826 | 2025-02-13T04:31:15.345Z | Downloaded der_derive v0.7.3 |
827 | 2025-02-13T04:31:15.348Z | Downloaded libm v0.2.8 |
828 | 2025-02-13T04:31:15.355Z | Downloaded packed_struct_codegen v0.10.1 |
829 | 2025-02-13T04:31:15.358Z | Downloaded phf_shared v0.10.0 |
830 | 2025-02-13T04:31:15.358Z | Downloaded serde_derive_internals v0.29.1 |
831 | 2025-02-13T04:31:15.362Z | Downloaded p256 v0.13.2 |
832 | 2025-02-13T04:31:15.366Z | Downloaded derive_builder_macro v0.20.2 |
833 | 2025-02-13T04:31:15.370Z | Downloaded rustfmt-wrapper v0.2.1 |
834 | 2025-02-13T04:31:15.370Z | Downloaded rustc_version v0.4.1 |
835 | 2025-02-13T04:31:15.370Z | Downloaded debug-ignore v1.0.5 |
836 | 2025-02-13T04:31:15.373Z | Downloaded nanorand v0.7.0 |
837 | 2025-02-13T04:31:15.373Z | Downloaded glob v0.3.2 |
838 | 2025-02-13T04:31:15.376Z | Downloaded yoke-derive v0.7.4 |
839 | 2025-02-13T04:31:15.380Z | Downloaded owo-colors v4.1.0 |
840 | 2025-02-13T04:31:15.380Z | Downloaded tokio-tungstenite v0.21.0 |
841 | 2025-02-13T04:31:15.383Z | Downloaded string_cache v0.8.7 |
842 | 2025-02-13T04:31:15.383Z | Downloaded rustc_version v0.1.7 |
843 | 2025-02-13T04:31:15.387Z | Downloaded diff v0.1.13 |
844 | 2025-02-13T04:31:15.390Z | Downloaded openssl-probe v0.1.5 |
845 | 2025-02-13T04:31:15.390Z | Downloaded flagset v0.4.6 |
846 | 2025-02-13T04:31:15.390Z | Downloaded fd-lock v4.0.2 |
847 | 2025-02-13T04:31:15.397Z | Downloaded x509-cert v0.2.5 |
848 | 2025-02-13T04:31:15.401Z | Downloaded idna v1.0.3 |
849 | 2025-02-13T04:31:15.404Z | Downloaded untrusted v0.7.1 |
850 | 2025-02-13T04:31:15.404Z | Downloaded env_logger v0.10.2 |
851 | 2025-02-13T04:31:15.408Z | Downloaded derive-where v1.2.7 |
852 | 2025-02-13T04:31:15.412Z | Downloaded serde_yaml v0.9.34+deprecated |
853 | 2025-02-13T04:31:15.418Z | Downloaded libxml v0.3.3 |
854 | 2025-02-13T04:31:15.426Z | Downloaded zerofrom v0.1.4 |
855 | 2025-02-13T04:31:15.429Z | Downloaded float-ord v0.3.2 |
856 | 2025-02-13T04:31:15.429Z | Downloaded nom v7.1.3 |
857 | 2025-02-13T04:31:15.430Z | Downloaded siphasher v0.3.11 |
858 | 2025-02-13T04:31:15.430Z | Downloaded serde-hex v0.1.0 |
859 | 2025-02-13T04:31:15.433Z | Downloaded darling_core v0.20.10 |
860 | 2025-02-13T04:31:15.441Z | Downloaded primeorder v0.13.6 |
861 | 2025-02-13T04:31:15.444Z | Downloaded slab v0.4.9 |
862 | 2025-02-13T04:31:15.445Z | Downloaded tokio-postgres v0.7.12 |
863 | 2025-02-13T04:31:15.453Z | Downloaded zerocopy v0.6.6 |
864 | 2025-02-13T04:31:15.453Z | Downloaded nu-ansi-term v0.50.1 |
865 | 2025-02-13T04:31:15.453Z | Downloaded aws-lc-rs v1.10.0 |
866 | 2025-02-13T04:31:15.459Z | Downloaded termcolor v1.4.1 |
867 | 2025-02-13T04:31:15.465Z | Downloaded peg-macros v0.8.4 |
868 | 2025-02-13T04:31:15.465Z | Downloaded ron v0.7.1 |
869 | 2025-02-13T04:31:15.469Z | Downloaded dirs-sys-next v0.1.2 |
870 | 2025-02-13T04:31:15.469Z | Downloaded parking_lot v0.12.3 |
871 | 2025-02-13T04:31:15.472Z | Downloaded waitgroup v0.1.2 |
872 | 2025-02-13T04:31:15.472Z | Downloaded tungstenite v0.21.0 |
873 | 2025-02-13T04:31:15.482Z | Downloaded subprocess v0.2.9 |
874 | 2025-02-13T04:31:15.486Z | Downloaded sec1 v0.7.3 |
875 | 2025-02-13T04:31:15.486Z | Downloaded poly1305 v0.8.0 |
876 | 2025-02-13T04:31:15.486Z | Downloaded scrypt v0.11.0 |
877 | 2025-02-13T04:31:15.486Z | Downloaded pkg-config v0.3.31 |
878 | 2025-02-13T04:31:15.486Z | Downloaded hyper v1.5.2 |
879 | 2025-02-13T04:31:15.492Z | Downloaded termtree v0.4.1 |
880 | 2025-02-13T04:31:15.495Z | Downloaded russh-keys v0.45.0 |
881 | 2025-02-13T04:31:15.498Z | Downloaded derive_builder_core v0.20.2 |
882 | 2025-02-13T04:31:15.498Z | Downloaded openssl-sys v0.9.105 |
883 | 2025-02-13T04:31:15.502Z | Downloaded olpc-cjson v0.1.4 |
884 | 2025-02-13T04:31:15.507Z | Downloaded nibble_vec v0.1.0 |
885 | 2025-02-13T04:31:15.507Z | Downloaded tokio-rustls v0.26.0 |
886 | 2025-02-13T04:31:15.509Z | Downloaded tokio-rustls v0.25.0 |
887 | 2025-02-13T04:31:15.509Z | Downloaded num-bigint v0.4.6 |
888 | 2025-02-13T04:31:15.513Z | Downloaded newtype_derive v0.1.6 |
889 | 2025-02-13T04:31:15.516Z | Downloaded zone_cfg_derive v0.1.2 |
890 | 2025-02-13T04:31:15.516Z | Downloaded rfc6979 v0.4.0 |
891 | 2025-02-13T04:31:15.519Z | Downloaded document-features v0.2.10 |
892 | 2025-02-13T04:31:15.519Z | Downloaded pin-project-lite v0.2.14 |
893 | 2025-02-13T04:31:15.522Z | Downloaded zerovec-derive v0.10.3 |
894 | 2025-02-13T04:31:15.525Z | Downloaded predicates-tree v1.0.11 |
895 | 2025-02-13T04:31:15.527Z | Downloaded pin-project-internal v1.1.6 |
896 | 2025-02-13T04:31:15.530Z | Downloaded phf_generator v0.11.2 |
897 | 2025-02-13T04:31:15.530Z | Downloaded twox-hash v2.1.0 |
898 | 2025-02-13T04:31:15.532Z | Downloaded toolchain_find v0.4.0 |
899 | 2025-02-13T04:31:15.536Z | Downloaded ref-cast v1.0.23 |
900 | 2025-02-13T04:31:15.539Z | Downloaded tracing v0.1.40 |
901 | 2025-02-13T04:31:15.542Z | Downloaded openssl-macros v0.1.1 |
902 | 2025-02-13T04:31:15.544Z | Downloaded structmeta-derive v0.3.0 |
903 | 2025-02-13T04:31:15.544Z | Downloaded hash32 v0.2.1 |
904 | 2025-02-13T04:31:15.549Z | Downloaded termios v0.3.3 |
905 | 2025-02-13T04:31:15.549Z | Downloaded either v1.13.0 |
906 | 2025-02-13T04:31:15.554Z | Downloaded unicase v2.7.0 |
907 | 2025-02-13T04:31:15.554Z | Downloaded sct v0.7.1 |
908 | 2025-02-13T04:31:15.558Z | Downloaded peg-runtime v0.8.3 |
909 | 2025-02-13T04:31:15.558Z | Downloaded psl-types v2.0.11 |
910 | 2025-02-13T04:31:15.559Z | Downloaded reqwest v0.12.9 |
911 | 2025-02-13T04:31:15.571Z | Downloaded wait-timeout v0.2.0 |
912 | 2025-02-13T04:31:15.581Z | Downloaded futures-channel v0.3.31 |
913 | 2025-02-13T04:31:15.581Z | Downloaded itertools v0.13.0 |
914 | 2025-02-13T04:31:15.585Z | Downloaded fxhash v0.2.1 |
915 | 2025-02-13T04:31:15.585Z | Downloaded static_assertions v1.1.0 |
916 | 2025-02-13T04:31:15.585Z | Downloaded newtype-uuid v1.2.1 |
917 | 2025-02-13T04:31:15.586Z | Downloaded zeroize v1.8.1 |
918 | 2025-02-13T04:31:15.586Z | Downloaded fallible-iterator v0.2.0 |
919 | 2025-02-13T04:31:15.590Z | Downloaded chrono v0.4.39 |
920 | 2025-02-13T04:31:15.595Z | Downloaded slog-dtrace v0.3.0 |
921 | 2025-02-13T04:31:15.600Z | Downloaded lalrpop v0.19.12 |
922 | 2025-02-13T04:31:15.607Z | Downloaded quinn-udp v0.5.5 |
923 | 2025-02-13T04:31:15.610Z | Downloaded dyn-clone v1.0.17 |
924 | 2025-02-13T04:31:15.616Z | Downloaded ghash v0.5.1 |
925 | 2025-02-13T04:31:15.616Z | Downloaded zeroize_derive v1.4.2 |
926 | 2025-02-13T04:31:15.616Z | Downloaded num_enum_derive v0.5.11 |
927 | 2025-02-13T04:31:15.619Z | Downloaded strum_macros v0.24.3 |
928 | 2025-02-13T04:31:15.619Z | Downloaded aho-corasick v1.1.3 |
929 | 2025-02-13T04:31:15.622Z | Downloaded pem v3.0.4 |
930 | 2025-02-13T04:31:15.625Z | Downloaded gethostname v0.5.0 |
931 | 2025-02-13T04:31:15.625Z | Downloaded fallible-streaming-iterator v0.1.9 |
932 | 2025-02-13T04:31:15.628Z | Downloaded num-bigint-dig v0.8.4 |
933 | 2025-02-13T04:31:15.632Z | Downloaded stringprep v0.1.5 |
934 | 2025-02-13T04:31:15.636Z | Downloaded zone v0.3.0 |
935 | 2025-02-13T04:31:15.636Z | Downloaded fatfs v0.3.6 |
936 | 2025-02-13T04:31:15.639Z | Downloaded env_logger v0.11.5 |
937 | 2025-02-13T04:31:15.642Z | Downloaded stable_deref_trait v1.2.0 |
938 | 2025-02-13T04:31:15.643Z | Downloaded slog-async v2.8.0 |
939 | 2025-02-13T04:31:15.647Z | Downloaded native-tls v0.2.12 |
940 | 2025-02-13T04:31:15.650Z | Downloaded url v2.5.3 |
941 | 2025-02-13T04:31:15.650Z | Downloaded omicron-zone-package v0.12.0 |
942 | 2025-02-13T04:31:15.654Z | Downloaded topological-sort v0.2.2 |
943 | 2025-02-13T04:31:15.659Z | Downloaded hash32 v0.3.1 |
944 | 2025-02-13T04:31:15.659Z | Downloaded postgres-types v0.2.8 |
945 | 2025-02-13T04:31:15.663Z | Downloaded smallvec v0.6.14 |
946 | 2025-02-13T04:31:15.663Z | Downloaded tokio-tungstenite v0.24.0 |
947 | 2025-02-13T04:31:15.667Z | Downloaded tungstenite v0.24.0 |
948 | 2025-02-13T04:31:15.672Z | Downloaded smallvec v1.13.2 |
949 | 2025-02-13T04:31:15.672Z | Downloaded ed25519-dalek v2.1.1 |
950 | 2025-02-13T04:31:15.675Z | Downloaded toml v0.7.8 |
951 | 2025-02-13T04:31:15.678Z | Downloaded quick-error v1.2.3 |
952 | 2025-02-13T04:31:15.678Z | Downloaded parking_lot_core v0.8.6 |
953 | 2025-02-13T04:31:15.680Z | Downloaded ssh-key v0.6.6 |
954 | 2025-02-13T04:31:15.689Z | Downloaded term v0.7.0 |
955 | 2025-02-13T04:31:15.692Z | Downloaded rayon-core v1.12.1 |
956 | 2025-02-13T04:31:15.696Z | Downloaded zerocopy-derive v0.8.10 |
957 | 2025-02-13T04:31:15.703Z | Downloaded typify v0.2.0 |
958 | 2025-02-13T04:31:15.706Z | Downloaded sqlparser v0.45.0 |
959 | 2025-02-13T04:31:15.711Z | Downloaded dropshot_endpoint v0.12.0 |
960 | 2025-02-13T04:31:15.716Z | Downloaded tokio-tungstenite v0.26.1 |
961 | 2025-02-13T04:31:15.720Z | Downloaded russh v0.45.0 |
962 | 2025-02-13T04:31:15.727Z | Downloaded schemars v0.8.21 |
963 | 2025-02-13T04:31:15.736Z | Downloaded rustls-webpki v0.102.8 |
964 | 2025-02-13T04:31:15.755Z | Downloaded vergen v8.3.2 |
965 | 2025-02-13T04:31:15.757Z | Downloaded slog-term v2.9.1 |
966 | 2025-02-13T04:31:15.761Z | Downloaded zopfli v0.8.1 |
967 | 2025-02-13T04:31:15.764Z | Downloaded heapless v0.7.17 |
968 | 2025-02-13T04:31:15.770Z | Downloaded samael v0.0.17 |
969 | 2025-02-13T04:31:15.772Z | Downloaded rayon v1.10.0 |
970 | 2025-02-13T04:31:15.784Z | Downloaded quinn v0.11.5 |
971 | 2025-02-13T04:31:15.788Z | Downloaded unicode-bidi v0.3.17 |
972 | 2025-02-13T04:31:15.795Z | Downloaded salty v0.3.0 |
973 | 2025-02-13T04:31:15.800Z | Downloaded expectorate v1.1.0 |
974 | 2025-02-13T04:31:15.803Z | Downloaded steno v0.4.1 |
975 | 2025-02-13T04:31:15.808Z | Downloaded tokio-util v0.7.12 |
976 | 2025-02-13T04:31:15.812Z | Downloaded qorb v0.2.1 |
977 | 2025-02-13T04:31:15.815Z | Downloaded p521 v0.13.3 |
978 | 2025-02-13T04:31:15.819Z | Downloaded curve25519-dalek v4.1.3 |
979 | 2025-02-13T04:31:15.829Z | Downloaded publicsuffix v2.3.0 |
980 | 2025-02-13T04:31:15.832Z | Downloaded quinn-proto v0.11.8 |
981 | 2025-02-13T04:31:15.839Z | Downloaded rustyline v14.0.0 |
982 | 2025-02-13T04:31:15.846Z | Downloaded unicode-width v0.2.0 |
983 | 2025-02-13T04:31:15.851Z | Downloaded vcpkg v0.2.15 |
984 | 2025-02-13T04:31:15.891Z | Downloaded serde_with v3.11.0 |
985 | 2025-02-13T04:31:15.899Z | Downloaded hashbrown v0.14.5 |
986 | 2025-02-13T04:31:15.905Z | Downloaded petname v2.0.2 |
987 | 2025-02-13T04:31:15.912Z | Downloaded unicode-normalization v0.1.24 |
988 | 2025-02-13T04:31:15.921Z | Downloaded winnow v0.5.40 |
989 | 2025-02-13T04:31:15.926Z | Downloaded zerovec v0.10.4 |
990 | 2025-02-13T04:31:15.932Z | Downloaded futures-util v0.3.31 |
991 | 2025-02-13T04:31:15.943Z | Downloaded git2 v0.19.0 |
992 | 2025-02-13T04:31:15.952Z | Downloaded p384 v0.13.0 |
993 | 2025-02-13T04:31:15.959Z | Downloaded h2 v0.4.6 |
994 | 2025-02-13T04:31:15.967Z | Downloaded dropshot v0.12.0 |
995 | 2025-02-13T04:31:15.990Z | Downloaded portable-atomic v1.9.0 |
996 | 2025-02-13T04:31:15.995Z | Downloaded smoltcp v0.11.0 |
997 | 2025-02-13T04:31:16.008Z | Downloaded regex v1.11.1 |
998 | 2025-02-13T04:31:16.021Z | Downloaded smoltcp v0.9.1 |
999 | 2025-02-13T04:31:16.033Z | Downloaded gimli v0.31.1 |
1000 | 2025-02-13T04:31:16.043Z | Downloaded radix_trie v0.2.1 |
1001 | 2025-02-13T04:31:16.048Z | Downloaded proptest v1.5.0 |
1002 | 2025-02-13T04:31:16.057Z | Downloaded regex-syntax v0.6.29 |
1003 | 2025-02-13T04:31:16.065Z | Downloaded chrono-tz v0.10.1 |
1004 | 2025-02-13T04:31:16.076Z | Downloaded nix v0.27.1 |
1005 | 2025-02-13T04:31:16.086Z | Downloaded object v0.30.4 |
1006 | 2025-02-13T04:31:16.097Z | Downloaded regress v0.9.1 |
1007 | 2025-02-13T04:31:16.105Z | Downloaded regress v0.10.1 |
1008 | 2025-02-13T04:31:16.115Z | Downloaded openssl v0.10.70 |
1009 | 2025-02-13T04:31:16.125Z | Downloaded rustls v0.21.12 |
1010 | 2025-02-13T04:31:16.137Z | Downloaded openapiv3 v2.0.0 |
1011 | 2025-02-13T04:31:16.150Z | Downloaded nix v0.29.0 |
1012 | 2025-02-13T04:31:16.163Z | Downloaded dropshot v0.15.1 |
1013 | 2025-02-13T04:31:16.185Z | Downloaded object v0.36.5 |
1014 | 2025-02-13T04:31:16.197Z | Downloaded rustls v0.22.4 |
1015 | 2025-02-13T04:31:16.211Z | Downloaded regex-syntax v0.8.5 |
1016 | 2025-02-13T04:31:16.224Z | Downloaded diesel v2.2.6 |
1017 | 2025-02-13T04:31:16.238Z | Downloaded hickory-proto v0.24.3 |
1018 | 2025-02-13T04:31:16.254Z | Downloaded nix v0.28.0 |
1019 | 2025-02-13T04:31:16.265Z | Downloaded rustls v0.23.19 |
1020 | 2025-02-13T04:31:16.280Z | Downloaded typify-impl v0.2.0 |
1021 | 2025-02-13T04:31:16.293Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1022 | 2025-02-13T04:31:16.306Z | Downloaded ratatui v0.28.1 |
1023 | 2025-02-13T04:31:16.326Z | Downloaded zerocopy-derive v0.6.6 |
1024 | 2025-02-13T04:31:16.334Z | Downloaded regex-automata v0.4.8 |
1025 | 2025-02-13T04:31:16.353Z | Downloaded typify-impl v0.3.0 |
1026 | 2025-02-13T04:31:16.367Z | Downloaded sled v0.34.7 |
1027 | 2025-02-13T04:31:16.380Z | Downloaded webpki-roots v0.26.6 |
1028 | 2025-02-13T04:31:16.384Z | Downloaded bstr v1.10.0 |
1029 | 2025-02-13T04:31:16.392Z | Downloaded lzma-sys v0.1.20 |
1030 | 2025-02-13T04:31:16.424Z | Downloaded zerocopy v0.8.10 |
1031 | 2025-02-13T04:31:16.444Z | Downloaded polar-core v0.27.3 |
1032 | 2025-02-13T04:31:16.453Z | Downloaded petgraph v0.6.5 |
1033 | 2025-02-13T04:31:16.470Z | Downloaded libz-sys v1.1.20 |
1034 | 2025-02-13T04:31:16.490Z | Downloaded tokio v1.43.0 |
1035 | 2025-02-13T04:31:16.529Z | Downloaded icu_properties_data v1.5.0 |
1036 | 2025-02-13T04:31:16.539Z | Downloaded toml_edit v0.19.15 |
1037 | 2025-02-13T04:31:16.554Z | Downloaded flate2 v1.0.35 |
1038 | 2025-02-13T04:31:16.558Z | Downloaded tough v0.19.0 |
1039 | 2025-02-13T04:31:16.565Z | Downloaded csv v1.3.1 |
1040 | 2025-02-13T04:31:16.585Z | Downloaded rustls-webpki v0.101.7 |
1041 | 2025-02-13T04:31:16.598Z | Downloaded quick-xml v0.33.0 |
1042 | 2025-02-13T04:31:16.604Z | Downloaded slog v2.7.0 |
1043 | 2025-02-13T04:31:16.606Z | Downloaded zone v0.1.8 |
1044 | 2025-02-13T04:31:16.609Z | Downloaded prettyplease v0.2.25 |
1045 | 2025-02-13T04:31:16.613Z | Downloaded vsss-rs v3.3.4 |
1046 | 2025-02-13T04:31:16.616Z | Downloaded strum_macros v0.26.4 |
1047 | 2025-02-13T04:31:16.618Z | Downloaded sha3 v0.10.8 |
1048 | 2025-02-13T04:31:16.621Z | Downloaded pem-rfc7468 v0.7.0 |
1049 | 2025-02-13T04:31:16.625Z | Downloaded getrandom v0.2.15 |
1050 | 2025-02-13T04:31:16.628Z | Downloaded postcard v1.0.10 |
1051 | 2025-02-13T04:31:16.632Z | Downloaded elliptic-curve v0.13.8 |
1052 | 2025-02-13T04:31:16.635Z | Downloaded half v2.4.1 |
1053 | 2025-02-13T04:31:16.638Z | Downloaded tungstenite v0.26.1 |
1054 | 2025-02-13T04:31:16.640Z | Downloaded time v0.3.36 |
1055 | 2025-02-13T04:31:16.646Z | Downloaded unsafe-libyaml v0.2.11 |
1056 | 2025-02-13T04:31:16.649Z | Downloaded typify v0.3.0 |
1057 | 2025-02-13T04:31:16.653Z | Downloaded slog-bunyan v2.5.0 |
1058 | 2025-02-13T04:31:16.657Z | Downloaded polyval v0.6.2 |
1059 | 2025-02-13T04:31:16.657Z | Downloaded zip v2.1.3 |
1060 | 2025-02-13T04:31:16.662Z | Downloaded rusqlite v0.32.1 |
1061 | 2025-02-13T04:31:16.667Z | Downloaded tar v0.4.42 |
1062 | 2025-02-13T04:31:16.669Z | Downloaded parse-display-derive v0.10.0 |
1063 | 2025-02-13T04:31:16.672Z | Downloaded parse-display v0.10.0 |
1064 | 2025-02-13T04:31:16.672Z | Downloaded bitvec v1.0.1 |
1065 | 2025-02-13T04:31:16.687Z | Downloaded hkdf v0.12.4 |
1066 | 2025-02-13T04:31:16.690Z | Downloaded walkdir v2.5.0 |
1067 | 2025-02-13T04:31:16.694Z | Downloaded similar v2.6.0 |
1068 | 2025-02-13T04:31:16.701Z | Downloaded ecdsa v0.16.9 |
1069 | 2025-02-13T04:31:16.701Z | Downloaded scopeguard v1.2.0 |
1070 | 2025-02-13T04:31:16.706Z | Downloaded pin-utils v0.1.0 |
1071 | 2025-02-13T04:31:16.706Z | Downloaded phf_codegen v0.11.2 |
1072 | 2025-02-13T04:31:16.706Z | Downloaded num-integer v0.1.46 |
1073 | 2025-02-13T04:31:16.706Z | Downloaded displaydoc v0.2.5 |
1074 | 2025-02-13T04:31:16.706Z | Downloaded rusty-fork v0.3.0 |
1075 | 2025-02-13T04:31:16.710Z | Downloaded futures v0.3.31 |
1076 | 2025-02-13T04:31:16.715Z | Downloaded parse-zoneinfo v0.3.1 |
1077 | 2025-02-13T04:31:16.719Z | Downloaded reedline v0.35.0 |
1078 | 2025-02-13T04:31:16.729Z | Downloaded encoding_rs v0.8.34 |
1079 | 2025-02-13T04:31:16.760Z | Downloaded crossterm v0.28.1 |
1080 | 2025-02-13T04:31:16.769Z | Downloaded num v0.4.3 |
1081 | 2025-02-13T04:31:16.780Z | Downloaded bindgen v0.69.5 |
1082 | 2025-02-13T04:31:16.784Z | Downloaded simd-adler32 v0.3.7 |
1083 | 2025-02-13T04:31:16.784Z | Downloaded float-cmp v0.9.0 |
1084 | 2025-02-13T04:31:16.784Z | Downloaded defmt v0.3.8 |
1085 | 2025-02-13T04:31:16.793Z | Downloaded untrusted v0.9.0 |
1086 | 2025-02-13T04:31:16.801Z | Downloaded pkcs5 v0.7.1 |
1087 | 2025-02-13T04:31:16.808Z | Downloaded tracing-core v0.1.32 |
1088 | 2025-02-13T04:31:16.808Z | Downloaded blake3 v1.5.4 |
1089 | 2025-02-13T04:31:16.817Z | Downloaded itertools v0.12.1 |
1090 | 2025-02-13T04:31:16.823Z | Downloaded tokio-stream v0.1.16 |
1091 | 2025-02-13T04:31:16.827Z | Downloaded derive_more v0.99.18 |
1092 | 2025-02-13T04:31:16.833Z | Downloaded embedded-io v0.4.0 |
1093 | 2025-02-13T04:31:16.836Z | Downloaded headers v0.4.0 |
1094 | 2025-02-13T04:31:16.839Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1095 | 2025-02-13T04:31:16.900Z | Downloaded unicode_categories v0.1.1 |
1096 | 2025-02-13T04:31:16.907Z | Downloaded hashbrown v0.13.2 |
1097 | 2025-02-13T04:31:16.907Z | Downloaded hashbrown v0.12.3 |
1098 | 2025-02-13T04:31:16.912Z | Downloaded pkcs8 v0.10.2 |
1099 | 2025-02-13T04:31:16.912Z | Downloaded pkcs1 v0.7.5 |
1100 | 2025-02-13T04:31:16.916Z | Downloaded unarray v0.1.4 |
1101 | 2025-02-13T04:31:16.916Z | Downloaded structmeta v0.3.0 |
1102 | 2025-02-13T04:31:16.916Z | Downloaded typify-macro v0.2.0 |
1103 | 2025-02-13T04:31:16.916Z | Downloaded num-complex v0.4.6 |
1104 | 2025-02-13T04:31:16.923Z | Downloaded foreign-types v0.5.0 |
1105 | 2025-02-13T04:31:16.923Z | Downloaded typed-path v0.9.3 |
1106 | 2025-02-13T04:31:16.928Z | Downloaded rsa v0.9.6 |
1107 | 2025-02-13T04:31:16.932Z | Downloaded utf-8 v0.7.6 |
1108 | 2025-02-13T04:31:16.932Z | Downloaded slog-envlogger v2.2.0 |
1109 | 2025-02-13T04:31:16.932Z | Downloaded progenitor v0.8.0 |
1110 | 2025-02-13T04:31:16.935Z | Downloaded difflib v0.4.0 |
1111 | 2025-02-13T04:31:16.935Z | Downloaded ref-cast-impl v1.0.23 |
1112 | 2025-02-13T04:31:16.935Z | Downloaded pbkdf2 v0.11.0 |
1113 | 2025-02-13T04:31:16.938Z | Downloaded tokio-rustls v0.24.1 |
1114 | 2025-02-13T04:31:16.938Z | Downloaded nodrop v0.1.14 |
1115 | 2025-02-13T04:31:16.941Z | Downloaded ff v0.13.0 |
1116 | 2025-02-13T04:31:16.941Z | Downloaded universal-hash v0.5.1 |
1117 | 2025-02-13T04:31:16.941Z | Downloaded dropshot_endpoint v0.15.1 |
1118 | 2025-02-13T04:31:16.945Z | Downloaded mio v1.0.2 |
1119 | 2025-02-13T04:31:16.950Z | Downloaded strip-ansi-escapes v0.2.0 |
1120 | 2025-02-13T04:31:16.956Z | Downloaded hickory-resolver v0.24.2 |
1121 | 2025-02-13T04:31:16.972Z | Downloaded hickory-server v0.24.2 |
1122 | 2025-02-13T04:31:16.979Z | Downloaded ppv-lite86 v0.2.20 |
1123 | 2025-02-13T04:31:16.979Z | Downloaded yoke v0.7.4 |
1124 | 2025-02-13T04:31:16.979Z | Downloaded slog-json v2.6.1 |
1125 | 2025-02-13T04:31:16.979Z | Downloaded hashlink v0.9.1 |
1126 | 2025-02-13T04:31:16.979Z | Downloaded minimal-lexical v0.2.1 |
1127 | 2025-02-13T04:31:16.979Z | Downloaded rustls-pemfile v1.0.4 |
1128 | 2025-02-13T04:31:16.979Z | Downloaded progenitor v0.9.1 |
1129 | 2025-02-13T04:31:16.979Z | Downloaded phf v0.11.2 |
1130 | 2025-02-13T04:31:16.979Z | Downloaded derive_builder v0.20.2 |
1131 | 2025-02-13T04:31:16.984Z | Downloaded progenitor-impl v0.8.0 |
1132 | 2025-02-13T04:31:16.984Z | Downloaded thiserror-impl-no-std v2.0.2 |
1133 | 2025-02-13T04:31:16.984Z | Downloaded compact_str v0.8.0 |
1134 | 2025-02-13T04:31:16.989Z | Downloaded oso v0.27.3 |
1135 | 2025-02-13T04:31:16.992Z | Downloaded thiserror v2.0.11 |
1136 | 2025-02-13T04:31:16.996Z | Downloaded sqlformat v0.2.6 |
1137 | 2025-02-13T04:31:17.001Z | Downloaded fallible-iterator v0.3.0 |
1138 | 2025-02-13T04:31:17.001Z | Downloaded rand_chacha v0.3.1 |
1139 | 2025-02-13T04:31:17.001Z | Downloaded indexmap v1.9.3 |
1140 | 2025-02-13T04:31:17.008Z | Downloaded dsl_auto_type v0.1.2 |
1141 | 2025-02-13T04:31:17.008Z | Downloaded memmap2 v0.9.5 |
1142 | 2025-02-13T04:31:17.008Z | Downloaded litrs v0.4.1 |
1143 | 2025-02-13T04:31:17.011Z | Downloaded icu_normalizer v1.5.0 |
1144 | 2025-02-13T04:31:17.011Z | Downloaded signal-hook-registry v1.4.2 |
1145 | 2025-02-13T04:31:17.011Z | Downloaded signal-hook-mio v0.2.4 |
1146 | 2025-02-13T04:31:17.011Z | Downloaded snafu v0.8.5 |
1147 | 2025-02-13T04:31:17.016Z | Downloaded shell-words v1.1.0 |
1148 | 2025-02-13T04:31:17.021Z | Downloaded secrecy v0.8.0 |
1149 | 2025-02-13T04:31:17.021Z | Downloaded ron v0.8.1 |
1150 | 2025-02-13T04:31:17.025Z | Downloaded password-hash v0.5.0 |
1151 | 2025-02-13T04:31:17.028Z | Downloaded thiserror-no-std v2.0.2 |
1152 | 2025-02-13T04:31:17.031Z | Downloaded thiserror-impl v2.0.11 |
1153 | 2025-02-13T04:31:17.031Z | Downloaded num_enum v0.5.11 |
1154 | 2025-02-13T04:31:17.036Z | Downloaded icu_locid v1.5.0 |
1155 | 2025-02-13T04:31:17.040Z | Downloaded vte_generate_state_changes v0.1.2 |
1156 | 2025-02-13T04:31:17.043Z | Downloaded num-rational v0.4.2 |
1157 | 2025-02-13T04:31:17.043Z | Downloaded value-bag v1.9.0 |
1158 | 2025-02-13T04:31:17.046Z | Downloaded uzers v0.12.1 |
1159 | 2025-02-13T04:31:17.046Z | Downloaded heapless v0.8.0 |
1160 | 2025-02-13T04:31:17.050Z | Downloaded snafu-derive v0.8.5 |
1161 | 2025-02-13T04:31:17.055Z | Downloaded crossbeam-utils v0.8.20 |
1162 | 2025-02-13T04:31:17.055Z | Downloaded cookie v0.18.1 |
1163 | 2025-02-13T04:31:17.064Z | Downloaded ahash v0.8.11 |
1164 | 2025-02-13T04:31:17.064Z | Downloaded enum-as-inner v0.6.1 |
1165 | 2025-02-13T04:31:17.068Z | Downloaded zone_cfg_derive v0.3.0 |
1166 | 2025-02-13T04:31:17.068Z | Downloaded serde_urlencoded v0.7.1 |
1167 | 2025-02-13T04:31:17.068Z | Downloaded unicode-truncate v1.1.0 |
1168 | 2025-02-13T04:31:17.068Z | Downloaded miniz_oxide v0.8.0 |
1169 | 2025-02-13T04:31:17.068Z | Downloaded jobserver v0.1.32 |
1170 | 2025-02-13T04:31:17.068Z | Downloaded icu_locid_transform_data v1.5.0 |
1171 | 2025-02-13T04:31:17.071Z | Downloaded bumpalo v3.16.0 |
1172 | 2025-02-13T04:31:17.071Z | Downloaded base64 v0.22.1 |
1173 | 2025-02-13T04:31:17.074Z | Downloaded bcs v0.1.6 |
1174 | 2025-02-13T04:31:17.082Z | Downloaded lockfree-object-pool v0.1.6 |
1175 | 2025-02-13T04:31:17.089Z | Downloaded tokio-native-tls v0.3.1 |
1176 | 2025-02-13T04:31:17.089Z | Downloaded tokio-macros v2.5.0 |
1177 | 2025-02-13T04:31:17.089Z | Downloaded rustc-hash v2.0.0 |
1178 | 2025-02-13T04:31:17.089Z | Downloaded crc32fast v1.4.2 |
1179 | 2025-02-13T04:31:17.089Z | Downloaded indicatif v0.17.11 |
1180 | 2025-02-13T04:31:17.094Z | Downloaded hyper-rustls v0.27.3 |
1181 | 2025-02-13T04:31:17.094Z | Downloaded bit-set v0.5.3 |
1182 | 2025-02-13T04:31:17.094Z | Downloaded bzip2 v0.4.4 |
1183 | 2025-02-13T04:31:17.094Z | Downloaded arc-swap v1.7.1 |
1184 | 2025-02-13T04:31:17.100Z | Downloaded is-terminal v0.4.13 |
1185 | 2025-02-13T04:31:17.100Z | Downloaded iana-time-zone v0.1.61 |
1186 | 2025-02-13T04:31:17.106Z | Downloaded highway v1.2.0 |
1187 | 2025-02-13T04:31:17.106Z | Downloaded crc v3.2.1 |
1188 | 2025-02-13T04:31:17.111Z | Downloaded constant_time_eq v0.3.1 |
1189 | 2025-02-13T04:31:17.111Z | Downloaded bcrypt-pbkdf v0.10.0 |
1190 | 2025-02-13T04:31:17.111Z | Downloaded arrayref v0.3.9 |
1191 | 2025-02-13T04:31:17.111Z | Downloaded libefi-sys v0.1.0 |
1192 | 2025-02-13T04:31:17.111Z | Downloaded const-oid v0.9.6 |
1193 | 2025-02-13T04:31:17.117Z | Downloaded base64 v0.13.1 |
1194 | 2025-02-13T04:31:17.117Z | Downloaded ciborium v0.2.2 |
1195 | 2025-02-13T04:31:17.126Z | Downloaded clang-sys v1.8.1 |
1196 | 2025-02-13T04:31:17.126Z | Downloaded addr2line v0.24.2 |
1197 | 2025-02-13T04:31:17.126Z | Downloaded lock_api v0.4.12 |
1198 | 2025-02-13T04:31:17.126Z | Downloaded ipnetwork v0.20.0 |
1199 | 2025-02-13T04:31:17.131Z | Downloaded chrono-tz-build v0.4.0 |
1200 | 2025-02-13T04:31:17.131Z | Downloaded blowfish v0.9.1 |
1201 | 2025-02-13T04:31:17.131Z | Downloaded is_ci v1.2.0 |
1202 | 2025-02-13T04:31:17.131Z | Downloaded instant v0.1.13 |
1203 | 2025-02-13T04:31:17.131Z | Downloaded argon2 v0.5.3 |
1204 | 2025-02-13T04:31:17.131Z | Downloaded icu_properties v1.5.1 |
1205 | 2025-02-13T04:31:17.138Z | Downloaded async-bb8-diesel v0.2.1 |
1206 | 2025-02-13T04:31:17.138Z | Downloaded array-init v0.0.4 |
1207 | 2025-02-13T04:31:17.139Z | Downloaded cookie_store v0.21.1 |
1208 | 2025-02-13T04:31:17.147Z | Downloaded ident_case v1.0.1 |
1209 | 2025-02-13T04:31:17.147Z | Downloaded hubpack_derive v0.1.1 |
1210 | 2025-02-13T04:31:17.147Z | Downloaded impl-trait-for-tuples v0.2.2 |
1211 | 2025-02-13T04:31:17.147Z | Downloaded hmac v0.12.1 |
1212 | 2025-02-13T04:31:17.147Z | Downloaded cipher v0.4.4 |
1213 | 2025-02-13T04:31:17.147Z | Downloaded cobs v0.2.3 |
1214 | 2025-02-13T04:31:17.150Z | Downloaded async-recursion v1.1.1 |
1215 | 2025-02-13T04:31:17.150Z | Downloaded idna_adapter v1.2.0 |
1216 | 2025-02-13T04:31:17.150Z | Downloaded cmake v0.1.51 |
1217 | 2025-02-13T04:31:17.150Z | Downloaded bit-vec v0.6.3 |
1218 | 2025-02-13T04:31:17.150Z | Downloaded inout v0.1.3 |
1219 | 2025-02-13T04:31:17.153Z | Downloaded httpdate v1.0.3 |
1220 | 2025-02-13T04:31:17.153Z | Downloaded http-body-util v0.1.2 |
1221 | 2025-02-13T04:31:17.156Z | Downloaded hex-literal v0.4.1 |
1222 | 2025-02-13T04:31:17.156Z | Downloaded indent_write v2.2.0 |
1223 | 2025-02-13T04:31:17.156Z | Downloaded ciborium-ll v0.2.2 |
1224 | 2025-02-13T04:31:17.163Z | Downloaded async-stream v0.3.6 |
1225 | 2025-02-13T04:31:17.163Z | Downloaded cassowary v0.3.0 |
1226 | 2025-02-13T04:31:17.168Z | Downloaded buf-list v1.0.3 |
1227 | 2025-02-13T04:31:17.168Z | Downloaded hex v0.4.3 |
1228 | 2025-02-13T04:31:17.211Z | Downloaded ring v0.17.8 |
1229 | 2025-02-13T04:31:17.302Z | Downloaded libsqlite3-sys v0.30.1 |
1230 | 2025-02-13T04:31:17.558Z | Downloaded aws-lc-sys v0.22.0 |
1231 | 2025-02-13T04:31:17.864Z | Compiling serde v1.0.217 |
1232 | 2025-02-13T04:31:17.870Z | Compiling lock_api v0.4.12 |
1233 | 2025-02-13T04:31:17.870Z | Compiling value-bag v1.9.0 |
1234 | 2025-02-13T04:31:17.870Z | Compiling scopeguard v1.2.0 |
1235 | 2025-02-13T04:31:17.870Z | Compiling typenum v1.17.0 |
1236 | 2025-02-13T04:31:18.020Z | Compiling generic-array v0.14.7 |
1237 | 2025-02-13T04:31:18.073Z | Compiling syn v2.0.96 |
1238 | 2025-02-13T04:31:18.090Z | Compiling getrandom v0.2.15 |
1239 | 2025-02-13T04:31:18.151Z | Compiling subtle v2.6.1 |
1240 | 2025-02-13T04:31:18.389Z | Compiling rand_core v0.6.4 |
1241 | 2025-02-13T04:31:18.525Z | Compiling log v0.4.22 |
1242 | 2025-02-13T04:31:18.571Z | Compiling shlex v1.3.0 |
1243 | 2025-02-13T04:31:18.610Z | Compiling jobserver v0.1.32 |
1244 | 2025-02-13T04:31:18.642Z | Compiling smallvec v1.13.2 |
1245 | 2025-02-13T04:31:18.911Z | Compiling const-oid v0.9.6 |
1246 | 2025-02-13T04:31:18.933Z | Compiling pin-project-lite v0.2.14 |
1247 | 2025-02-13T04:31:18.954Z | Compiling rustix v0.38.37 |
1248 | 2025-02-13T04:31:19.037Z | Compiling cc v1.1.30 |
1249 | 2025-02-13T04:31:19.067Z | Compiling spin v0.9.8 |
1250 | 2025-02-13T04:31:19.319Z | Compiling parking_lot_core v0.9.10 |
1251 | 2025-02-13T04:31:19.419Z | Compiling futures-core v0.3.31 |
1252 | 2025-02-13T04:31:19.495Z | Compiling signal-hook-registry v1.4.2 |
1253 | 2025-02-13T04:31:19.683Z | Compiling mio v1.0.2 |
1254 | 2025-02-13T04:31:19.797Z | Compiling aho-corasick v1.1.3 |
1255 | 2025-02-13T04:31:20.245Z | Compiling parking_lot v0.12.3 |
1256 | 2025-02-13T04:31:20.376Z | Compiling stable_deref_trait v1.2.0 |
1257 | 2025-02-13T04:31:20.379Z | Compiling either v1.13.0 |
1258 | 2025-02-13T04:31:20.491Z | Compiling regex-syntax v0.8.5 |
1259 | 2025-02-13T04:31:20.805Z | Compiling cpufeatures v0.2.14 |
1260 | 2025-02-13T04:31:20.826Z | Compiling futures-sink v0.3.31 |
1261 | 2025-02-13T04:31:20.920Z | Compiling glob v0.3.2 |
1262 | 2025-02-13T04:31:20.961Z | Compiling socket2 v0.5.7 |
1263 | 2025-02-13T04:31:20.981Z | Compiling slab v0.4.9 |
1264 | 2025-02-13T04:31:21.026Z | Compiling prettyplease v0.2.25 |
1265 | 2025-02-13T04:31:21.383Z | Compiling lazy_static v1.5.0 |
1266 | 2025-02-13T04:31:21.441Z | Compiling minimal-lexical v0.2.1 |
1267 | 2025-02-13T04:31:21.518Z | Compiling serde_json v1.0.135 |
1268 | 2025-02-13T04:31:21.874Z | Compiling clang-sys v1.8.1 |
1269 | 2025-02-13T04:31:21.899Z | Compiling libloading v0.8.5 |
1270 | 2025-02-13T04:31:22.039Z | Compiling nom v7.1.3 |
1271 | 2025-02-13T04:31:22.170Z | Compiling home v0.5.9 |
1272 | 2025-02-13T04:31:22.271Z | Compiling bindgen v0.69.5 |
1273 | 2025-02-13T04:31:22.436Z | Compiling futures-channel v0.3.31 |
1274 | 2025-02-13T04:31:22.782Z | Compiling itertools v0.12.1 |
1275 | 2025-02-13T04:31:22.851Z | Compiling futures-io v0.3.31 |
1276 | 2025-02-13T04:31:23.139Z | Compiling foldhash v0.1.3 |
1277 | 2025-02-13T04:31:23.152Z | Compiling rustc-hash v1.1.0 |
1278 | 2025-02-13T04:31:23.314Z | Compiling allocator-api2 v0.2.18 |
1279 | 2025-02-13T04:31:23.440Z | Compiling pin-utils v0.1.0 |
1280 | 2025-02-13T04:31:23.545Z | Compiling futures-task v0.3.31 |
1281 | 2025-02-13T04:31:23.844Z | Compiling libm v0.2.8 |
1282 | 2025-02-13T04:31:24.048Z | Compiling lazycell v1.3.0 |
1283 | 2025-02-13T04:31:24.163Z | Compiling regex-automata v0.4.8 |
1284 | 2025-02-13T04:31:24.213Z | Compiling hashbrown v0.15.1 |
1285 | 2025-02-13T04:31:24.679Z | Compiling cmake v0.1.51 |
1286 | 2025-02-13T04:31:25.348Z | Compiling synstructure v0.13.1 |
1287 | 2025-02-13T04:31:25.546Z | Compiling cexpr v0.6.0 |
1288 | 2025-02-13T04:31:25.655Z | Compiling num-traits v0.2.19 |
1289 | 2025-02-13T04:31:25.955Z | Compiling dunce v1.0.5 |
1290 | 2025-02-13T04:31:26.097Z | Compiling fs_extra v1.3.0 |
1291 | 2025-02-13T04:31:26.596Z | Compiling pkg-config v0.3.31 |
1292 | 2025-02-13T04:31:26.902Z | Compiling writeable v0.5.5 |
1293 | 2025-02-13T04:31:27.179Z | Compiling litemap v0.7.3 |
1294 | 2025-02-13T04:31:27.467Z | Compiling ring v0.17.8 |
1295 | 2025-02-13T04:31:27.561Z | Compiling paste v1.0.15 |
1296 | 2025-02-13T04:31:28.056Z | Compiling base64ct v1.6.0 |
1297 | 2025-02-13T04:31:28.197Z | Compiling flagset v0.4.6 |
1298 | 2025-02-13T04:31:28.243Z | Compiling httparse v1.9.5 |
1299 | 2025-02-13T04:31:28.398Z | Compiling aws-lc-rs v1.10.0 |
1300 | 2025-02-13T04:31:28.608Z | Compiling pem-rfc7468 v0.7.0 |
1301 | 2025-02-13T04:31:28.820Z | Compiling icu_locid_transform_data v1.5.0 |
1302 | 2025-02-13T04:31:29.019Z | Compiling tracing-core v0.1.32 |
1303 | 2025-02-13T04:31:29.256Z | Compiling percent-encoding v2.3.1 |
1304 | 2025-02-13T04:31:29.594Z | Compiling regex v1.11.1 |
1305 | 2025-02-13T04:31:29.626Z | Compiling crossbeam-utils v0.8.20 |
1306 | 2025-02-13T04:31:29.959Z | Compiling icu_properties_data v1.5.0 |
1307 | 2025-02-13T04:31:30.370Z | Compiling rustls-pki-types v1.10.0 |
1308 | 2025-02-13T04:31:30.414Z | Compiling powerfmt v0.2.0 |
1309 | 2025-02-13T04:31:30.535Z | Compiling write16 v1.0.0 |
1310 | 2025-02-13T04:31:30.607Z | Compiling num-conv v0.1.0 |
1311 | 2025-02-13T04:31:30.680Z | Compiling utf8_iter v1.0.4 |
1312 | 2025-02-13T04:31:30.700Z | Compiling serde_derive v1.0.217 |
1313 | 2025-02-13T04:31:30.826Z | Compiling zeroize_derive v1.4.2 |
1314 | 2025-02-13T04:31:30.893Z | Compiling zerocopy-derive v0.7.35 |
1315 | 2025-02-13T04:31:30.911Z | Compiling zerofrom-derive v0.1.4 |
1316 | 2025-02-13T04:31:31.051Z | Compiling tokio-macros v2.5.0 |
1317 | 2025-02-13T04:31:32.273Z | Compiling zeroize v1.8.1 |
1318 | 2025-02-13T04:31:32.616Z | Compiling yoke-derive v0.7.4 |
1319 | 2025-02-13T04:31:32.868Z | Compiling zerocopy v0.7.35 |
1320 | 2025-02-13T04:31:33.085Z | Compiling thiserror-impl v1.0.69 |
1321 | 2025-02-13T04:31:33.829Z | Compiling crypto-common v0.1.6 |
1322 | 2025-02-13T04:31:34.087Z | Compiling block-buffer v0.10.4 |
1323 | 2025-02-13T04:31:34.139Z | Compiling zerovec-derive v0.10.3 |
1324 | 2025-02-13T04:31:34.171Z | Compiling futures-macro v0.3.31 |
1325 | 2025-02-13T04:31:34.370Z | Compiling digest v0.10.7 |
1326 | 2025-02-13T04:31:34.422Z | Compiling zerofrom v0.1.4 |
1327 | 2025-02-13T04:31:34.661Z | Compiling displaydoc v0.2.5 |
1328 | 2025-02-13T04:31:34.860Z | Compiling hmac v0.12.1 |
1329 | 2025-02-13T04:31:35.114Z | Compiling block-padding v0.3.3 |
1330 | 2025-02-13T04:31:35.134Z | Compiling sha2 v0.10.8 |
1331 | 2025-02-13T04:31:35.278Z | Compiling yoke v0.7.4 |
1332 | 2025-02-13T04:31:35.375Z | Compiling inout v0.1.3 |
1333 | 2025-02-13T04:31:35.636Z | Compiling cipher v0.4.4 |
1334 | 2025-02-13T04:31:35.661Z | Compiling icu_provider_macros v1.5.0 |
1335 | 2025-02-13T04:31:36.024Z | Compiling futures-util v0.3.31 |
1336 | 2025-02-13T04:31:36.083Z | Compiling thiserror v1.0.69 |
1337 | 2025-02-13T04:31:36.123Z | Compiling ppv-lite86 v0.2.20 |
1338 | 2025-02-13T04:31:36.176Z | Compiling der_derive v0.7.3 |
1339 | 2025-02-13T04:31:36.226Z | Compiling tracing-attributes v0.1.27 |
1340 | 2025-02-13T04:31:36.640Z | Compiling zerovec v0.10.4 |
1341 | 2025-02-13T04:31:36.736Z | Compiling pest v2.7.14 |
1342 | 2025-02-13T04:31:36.894Z | Compiling rand_chacha v0.3.1 |
1343 | 2025-02-13T04:31:38.516Z | Compiling tinystr v0.7.6 |
1344 | 2025-02-13T04:31:38.702Z | Compiling der v0.7.9 |
1345 | 2025-02-13T04:31:38.775Z | Compiling icu_collections v1.5.0 |
1346 | 2025-02-13T04:31:38.907Z | Compiling icu_locid v1.5.0 |
1347 | 2025-02-13T04:31:39.187Z | Compiling rand v0.8.5 |
1348 | 2025-02-13T04:31:39.539Z | Compiling tracing v0.1.40 |
1349 | 2025-02-13T04:31:39.849Z | Compiling salsa20 v0.10.2 |
1350 | 2025-02-13T04:31:40.059Z | Compiling icu_provider v1.5.0 |
1351 | 2025-02-13T04:31:40.080Z | Compiling pbkdf2 v0.12.2 |
1352 | 2025-02-13T04:31:40.098Z | Compiling untrusted v0.9.0 |
1353 | 2025-02-13T04:31:40.258Z | Compiling vcpkg v0.2.15 |
1354 | 2025-02-13T04:31:40.296Z | Compiling utf16_iter v1.0.5 |
1355 | 2025-02-13T04:31:40.509Z | Compiling untrusted v0.7.1 |
1356 | 2025-02-13T04:31:40.710Z | Compiling spki v0.7.3 |
1357 | 2025-02-13T04:31:40.963Z | Compiling icu_locid_transform v1.5.0 |
1358 | 2025-02-13T04:31:41.039Z | Compiling icu_normalizer_data v1.5.0 |
1359 | 2025-02-13T04:31:41.079Z | Compiling mirai-annotations v1.12.0 |
1360 | 2025-02-13T04:31:41.141Z | Compiling time-core v0.1.2 |
1361 | 2025-02-13T04:31:41.271Z | Compiling scrypt v0.11.0 |
1362 | 2025-02-13T04:31:41.314Z | Compiling pest_meta v2.7.14 |
1363 | 2025-02-13T04:31:41.334Z | Compiling time-macros v0.2.18 |
1364 | 2025-02-13T04:31:41.648Z | Compiling aes v0.8.4 |
1365 | 2025-02-13T04:31:41.798Z | Compiling cbc v0.1.2 |
1366 | 2025-02-13T04:31:42.043Z | Compiling scroll_derive v0.12.0 |
1367 | 2025-02-13T04:31:42.102Z | Compiling openssl-sys v0.9.105 |
1368 | 2025-02-13T04:31:43.174Z | Compiling icu_properties v1.5.1 |
1369 | 2025-02-13T04:31:43.391Z | Compiling deranged v0.3.11 |
1370 | 2025-02-13T04:31:44.375Z | Compiling bitflags v2.6.0 |
1371 | 2025-02-13T04:31:44.377Z | Compiling bytes v1.9.0 |
1372 | 2025-02-13T04:31:44.618Z | Compiling indexmap v2.7.1 |
1373 | 2025-02-13T04:31:44.648Z | Compiling semver v1.0.24 |
1374 | 2025-02-13T04:31:44.758Z | Compiling atomic-waker v1.1.2 |
1375 | 2025-02-13T04:31:44.956Z | Compiling tinyvec_macros v0.1.1 |
1376 | 2025-02-13T04:31:45.065Z | Compiling rustc_version v0.4.1 |
1377 | 2025-02-13T04:31:45.321Z | Compiling tokio v1.43.0 |
1378 | 2025-02-13T04:31:45.595Z | Compiling http v1.2.0 |
1379 | 2025-02-13T04:31:45.786Z | Compiling num_threads v0.1.7 |
1380 | 2025-02-13T04:31:45.820Z | Compiling tinyvec v1.8.0 |
1381 | 2025-02-13T04:31:45.922Z | Compiling time v0.3.36 |
1382 | 2025-02-13T04:31:45.943Z | Compiling scroll v0.12.0 |
1383 | 2025-02-13T04:31:46.599Z | Compiling pest_generator v2.7.14 |
1384 | 2025-02-13T04:31:47.246Z | Compiling icu_normalizer v1.5.0 |
1385 | 2025-02-13T04:31:47.282Z | Compiling http-body v1.0.1 |
1386 | 2025-02-13T04:31:47.527Z | Compiling pkcs5 v0.7.1 |
1387 | 2025-02-13T04:31:47.781Z | Compiling form_urlencoded v1.2.1 |
1388 | 2025-02-13T04:31:47.860Z | Compiling try-lock v0.2.5 |
1389 | 2025-02-13T04:31:48.030Z | Compiling which v4.4.2 |
1390 | 2025-02-13T04:31:48.095Z | Compiling slog v2.7.0 |
1391 | 2025-02-13T04:31:48.576Z | Compiling idna_adapter v1.2.0 |
1392 | 2025-02-13T04:31:48.630Z | Compiling pest_derive v2.7.14 |
1393 | 2025-02-13T04:31:48.675Z | Compiling pkcs8 v0.10.2 |
1394 | 2025-02-13T04:31:48.795Z | Compiling idna v1.0.3 |
1395 | 2025-02-13T04:31:49.013Z | Compiling goblin v0.8.2 |
1396 | 2025-02-13T04:31:49.143Z | Compiling want v0.3.1 |
1397 | 2025-02-13T04:31:49.368Z | Compiling uuid v1.12.0 |
1398 | 2025-02-13T04:31:49.413Z | Compiling iana-time-zone v0.1.61 |
1399 | 2025-02-13T04:31:49.431Z | Compiling httpdate v1.0.3 |
1400 | 2025-02-13T04:31:49.810Z | Compiling chrono v0.4.39 |
1401 | 2025-02-13T04:31:49.892Z | Compiling dtrace-parser v0.2.0 |
1402 | 2025-02-13T04:31:50.620Z | Compiling toml_datetime v0.6.8 |
1403 | 2025-02-13T04:31:50.901Z | Compiling serde_spanned v0.6.8 |
1404 | 2025-02-13T04:31:51.090Z | Compiling serde_tokenstream v0.2.2 |
1405 | 2025-02-13T04:31:51.111Z | Compiling rustversion v1.0.17 |
1406 | 2025-02-13T04:31:51.139Z | Compiling adler2 v2.0.0 |
1407 | 2025-02-13T04:31:51.357Z | Compiling match_cfg v0.1.0 |
1408 | 2025-02-13T04:31:51.466Z | Compiling tower-service v0.3.3 |
1409 | 2025-02-13T04:31:51.611Z | Compiling openssl v0.10.70 |
1410 | 2025-02-13T04:31:51.661Z | Compiling base64 v0.22.1 |
1411 | 2025-02-13T04:31:51.784Z | Compiling foreign-types-shared v0.1.1 |
1412 | 2025-02-13T04:31:51.877Z | Compiling hostname v0.3.1 |
1413 | 2025-02-13T04:31:51.909Z | Compiling foreign-types v0.3.2 |
1414 | 2025-02-13T04:31:52.010Z | Compiling miniz_oxide v0.8.0 |
1415 | 2025-02-13T04:31:52.061Z | Compiling url v2.5.3 |
1416 | 2025-02-13T04:31:52.381Z | Compiling async-trait v0.1.86 |
1417 | 2025-02-13T04:31:53.218Z | Compiling tokio-util v0.7.12 |
1418 | 2025-02-13T04:31:53.350Z | Compiling openssl-macros v0.1.1 |
1419 | 2025-02-13T04:31:53.481Z | Compiling serde_derive_internals v0.29.1 |
1420 | 2025-02-13T04:31:53.894Z | Compiling dirs-sys-next v0.1.2 |
1421 | 2025-02-13T04:31:54.120Z | Compiling h2 v0.4.6 |
1422 | 2025-02-13T04:31:54.428Z | Compiling native-tls v0.2.12 |
1423 | 2025-02-13T04:31:54.461Z | Compiling schemars v0.8.21 |
1424 | 2025-02-13T04:31:54.771Z | Compiling dof v0.3.0 |
1425 | 2025-02-13T04:31:54.799Z | Compiling rustls v0.22.4 |
1426 | 2025-02-13T04:31:54.956Z | Compiling siphasher v0.3.11 |
1427 | 2025-02-13T04:31:55.077Z | Compiling rustls v0.23.19 |
1428 | 2025-02-13T04:31:55.341Z | Compiling data-encoding v2.6.0 |
1429 | 2025-02-13T04:31:55.373Z | Compiling syn v1.0.109 |
1430 | 2025-02-13T04:31:55.795Z | Compiling usdt-impl v0.5.0 |
1431 | 2025-02-13T04:31:56.026Z | Compiling schemars_derive v0.8.21 |
1432 | 2025-02-13T04:31:56.720Z | Compiling dirs-next v2.0.0 |
1433 | 2025-02-13T04:31:57.388Z | Compiling http-body-util v0.1.2 |
1434 | 2025-02-13T04:31:57.872Z | Compiling unicode-normalization v0.1.24 |
1435 | 2025-02-13T04:31:58.400Z | Compiling heapless v0.7.17 |
1436 | 2025-02-13T04:31:58.502Z | Compiling crossbeam-epoch v0.9.18 |
1437 | 2025-02-13T04:31:58.538Z | Compiling sha1 v0.10.6 |
1438 | 2025-02-13T04:31:58.848Z | Compiling signature v2.2.0 |
1439 | 2025-02-13T04:31:58.936Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1440 | 2025-02-13T04:31:58.978Z | Compiling thread_local v1.1.8 |
1441 | 2025-02-13T04:31:59.149Z | Compiling cookie v0.18.1 |
1442 | 2025-02-13T04:31:59.168Z | Compiling encoding_rs v0.8.34 |
1443 | 2025-02-13T04:31:59.189Z | Compiling multer v3.1.0 |
1444 | 2025-02-13T04:31:59.414Z | Compiling unicode-bidi v0.3.17 |
1445 | 2025-02-13T04:31:59.435Z | Compiling rayon-core v1.12.1 |
1446 | 2025-02-13T04:31:59.454Z | Compiling slog-async v2.8.0 |
1447 | 2025-02-13T04:31:59.473Z | Compiling signal-hook v0.3.17 |
1448 | 2025-02-13T04:31:59.695Z | Compiling openssl-probe v0.1.5 |
1449 | 2025-02-13T04:31:59.758Z | Compiling unicode-properties v0.1.3 |
1450 | 2025-02-13T04:31:59.945Z | Compiling dyn-clone v1.0.17 |
1451 | 2025-02-13T04:32:00.008Z | Compiling gimli v0.31.1 |
1452 | 2025-02-13T04:32:00.160Z | Compiling ipnet v2.10.1 |
1453 | 2025-02-13T04:32:00.180Z | Compiling mime v0.3.17 |
1454 | 2025-02-13T04:32:00.647Z | Compiling stringprep v0.1.5 |
1455 | 2025-02-13T04:32:01.272Z | Compiling hyper v1.5.2 |
1456 | 2025-02-13T04:32:01.811Z | Compiling toml_edit v0.22.22 |
1457 | 2025-02-13T04:32:03.949Z | Compiling hyper-util v0.1.10 |
1458 | 2025-02-13T04:32:04.147Z | Compiling addr2line v0.24.2 |
1459 | 2025-02-13T04:32:04.676Z | Compiling crossbeam-deque v0.8.5 |
1460 | 2025-02-13T04:32:04.807Z | Compiling usdt-macro v0.5.0 |
1461 | 2025-02-13T04:32:04.853Z | Compiling usdt-attr-macro v0.5.0 |
1462 | 2025-02-13T04:32:04.938Z | Compiling term v0.7.0 |
1463 | 2025-02-13T04:32:05.966Z | Compiling slog-json v2.6.1 |
1464 | 2025-02-13T04:32:06.160Z | Compiling serde_urlencoded v0.7.1 |
1465 | 2025-02-13T04:32:06.196Z | Compiling curve25519-dalek v4.1.3 |
1466 | 2025-02-13T04:32:06.353Z | Compiling crossbeam-channel v0.5.13 |
1467 | 2025-02-13T04:32:06.371Z | Compiling futures-executor v0.3.31 |
1468 | 2025-02-13T04:32:06.628Z | Compiling enum-as-inner v0.6.1 |
1469 | 2025-02-13T04:32:06.775Z | Compiling md-5 v0.10.6 |
1470 | 2025-02-13T04:32:06.914Z | Compiling async-stream-impl v0.3.6 |
1471 | 2025-02-13T04:32:06.931Z | Compiling rustls-pemfile v2.2.0 |
1472 | 2025-02-13T04:32:07.057Z | Compiling num-integer v0.1.46 |
1473 | 2025-02-13T04:32:07.257Z | Compiling hash32 v0.2.1 |
1474 | 2025-02-13T04:32:07.437Z | Compiling ff v0.13.0 |
1475 | 2025-02-13T04:32:07.639Z | Compiling is-terminal v0.4.13 |
1476 | 2025-02-13T04:32:07.684Z | Compiling dropshot v0.12.0 |
1477 | 2025-02-13T04:32:07.705Z | Compiling object v0.36.5 |
1478 | 2025-02-13T04:32:07.782Z | Compiling psl-types v2.0.11 |
1479 | 2025-02-13T04:32:07.801Z | Compiling utf-8 v0.7.6 |
1480 | 2025-02-13T04:32:07.976Z | Compiling litrs v0.4.1 |
1481 | 2025-02-13T04:32:07.998Z | Compiling linked-hash-map v0.5.6 |
1482 | 2025-02-13T04:32:08.137Z | Compiling smoltcp v0.9.1 |
1483 | 2025-02-13T04:32:08.197Z | Compiling quick-error v1.2.3 |
1484 | 2025-02-13T04:32:08.343Z | Compiling portable-atomic v1.9.0 |
1485 | 2025-02-13T04:32:08.361Z | Compiling base16ct v0.2.0 |
1486 | 2025-02-13T04:32:08.694Z | Compiling num-bigint-dig v0.8.4 |
1487 | 2025-02-13T04:32:08.766Z | Compiling rustc-demangle v0.1.24 |
1488 | 2025-02-13T04:32:09.008Z | Compiling take_mut v0.2.2 |
1489 | 2025-02-13T04:32:09.097Z | Compiling anyhow v1.0.95 |
1490 | 2025-02-13T04:32:09.179Z | Compiling fallible-iterator v0.2.0 |
1491 | 2025-02-13T04:32:09.394Z | Compiling document-features v0.2.10 |
1492 | 2025-02-13T04:32:09.748Z | Compiling sec1 v0.7.3 |
1493 | 2025-02-13T04:32:09.851Z | Compiling postgres-protocol v0.6.7 |
1494 | 2025-02-13T04:32:10.062Z | Compiling resolv-conf v0.7.0 |
1495 | 2025-02-13T04:32:10.228Z | Compiling lru-cache v0.1.2 |
1496 | 2025-02-13T04:32:10.288Z | Compiling async-stream v0.3.6 |
1497 | 2025-02-13T04:32:10.419Z | Compiling tungstenite v0.24.0 |
1498 | 2025-02-13T04:32:10.588Z | Compiling publicsuffix v2.3.0 |
1499 | 2025-02-13T04:32:10.635Z | Compiling slog-term v2.9.1 |
1500 | 2025-02-13T04:32:10.762Z | Compiling hickory-proto v0.24.3 |
1501 | 2025-02-13T04:32:10.876Z | Compiling group v0.13.0 |
1502 | 2025-02-13T04:32:11.063Z | Compiling usdt v0.5.0 |
1503 | 2025-02-13T04:32:11.543Z | Compiling num-iter v0.1.45 |
1504 | 2025-02-13T04:32:11.771Z | Compiling futures v0.3.31 |
1505 | 2025-02-13T04:32:11.860Z | Compiling slog-bunyan v2.5.0 |
1506 | 2025-02-13T04:32:12.046Z | Compiling toml v0.8.19 |
1507 | 2025-02-13T04:32:12.479Z | Compiling camino v1.1.9 |
1508 | 2025-02-13T04:32:13.555Z | Compiling tokio-native-tls v0.3.1 |
1509 | 2025-02-13T04:32:13.649Z | Compiling phf_shared v0.11.2 |
1510 | 2025-02-13T04:32:13.836Z | Compiling dropshot_endpoint v0.12.0 |
1511 | 2025-02-13T04:32:14.025Z | Compiling backtrace v0.3.74 |
1512 | 2025-02-13T04:32:14.233Z | Compiling terminal_size v0.4.0 |
1513 | 2025-02-13T04:32:14.301Z | Compiling openapiv3 v2.0.0 |
1514 | 2025-02-13T04:32:14.461Z | Compiling waitgroup v0.1.2 |
1515 | 2025-02-13T04:32:14.566Z | Compiling serde_path_to_error v0.1.16 |
1516 | 2025-02-13T04:32:14.691Z | Compiling hkdf v0.12.4 |
1517 | 2025-02-13T04:32:14.979Z | Compiling crypto-bigint v0.5.5 |
1518 | 2025-02-13T04:32:15.345Z | Compiling zerocopy-derive v0.6.6 |
1519 | 2025-02-13T04:32:17.058Z | Compiling curve25519-dalek-derive v0.1.1 |
1520 | 2025-02-13T04:32:17.472Z | Compiling webpki-roots v0.26.6 |
1521 | 2025-02-13T04:32:17.838Z | Compiling hubpack_derive v0.1.1 |
1522 | 2025-02-13T04:32:17.947Z | Compiling hostname v0.4.0 |
1523 | 2025-02-13T04:32:17.947Z | Compiling ahash v0.8.11 |
1524 | 2025-02-13T04:32:18.025Z | Compiling fs-err v2.11.0 |
1525 | 2025-02-13T04:32:18.126Z | Compiling crc32fast v1.4.2 |
1526 | 2025-02-13T04:32:18.323Z | Compiling unicode-width v0.2.0 |
1527 | 2025-02-13T04:32:18.326Z | Compiling bitflags v1.3.2 |
1528 | 2025-02-13T04:32:18.363Z | Compiling newtype-uuid v1.2.1 |
1529 | 2025-02-13T04:32:18.449Z | Compiling debug-ignore v1.0.5 |
1530 | 2025-02-13T04:32:18.468Z | Compiling managed v0.8.0 |
1531 | 2025-02-13T04:32:18.487Z | Compiling winnow v0.5.40 |
1532 | 2025-02-13T04:32:18.595Z | Compiling strum_macros v0.25.3 |
1533 | 2025-02-13T04:32:18.665Z | Compiling clap_builder v4.5.27 |
1534 | 2025-02-13T04:32:18.878Z | Compiling console v0.15.10 |
1535 | 2025-02-13T04:32:20.194Z | Compiling hubpack v0.1.2 |
1536 | 2025-02-13T04:32:20.618Z | Compiling flate2 v1.0.35 |
1537 | 2025-02-13T04:32:20.938Z | Compiling elliptic-curve v0.13.8 |
1538 | 2025-02-13T04:32:20.957Z | Compiling zerocopy v0.6.6 |
1539 | 2025-02-13T04:32:21.551Z | Compiling hickory-resolver v0.24.2 |
1540 | 2025-02-13T04:32:21.676Z | Compiling toml_edit v0.19.15 |
1541 | 2025-02-13T04:32:21.971Z | Compiling phf v0.11.2 |
1542 | 2025-02-13T04:32:22.268Z | Compiling hyper-tls v0.6.0 |
1543 | 2025-02-13T04:32:22.376Z | Compiling signal-hook-mio v0.2.4 |
1544 | 2025-02-13T04:32:22.563Z | Compiling rayon v1.10.0 |
1545 | 2025-02-13T04:32:22.604Z | Compiling cookie_store v0.21.1 |
1546 | 2025-02-13T04:32:22.677Z | Compiling bzip2 v0.4.4 |
1547 | 2025-02-13T04:32:24.103Z | Compiling tokio-tungstenite v0.24.0 |
1548 | 2025-02-13T04:32:24.629Z | Compiling postgres-types v0.2.8 |
1549 | 2025-02-13T04:32:26.773Z | Compiling ed25519 v2.2.3 |
1550 | 2025-02-13T04:32:26.882Z | Compiling phf_shared v0.10.0 |
1551 | 2025-02-13T04:32:27.265Z | Compiling tokio-stream v0.1.16 |
1552 | 2025-02-13T04:32:27.291Z | Compiling pkcs1 v0.7.5 |
1553 | 2025-02-13T04:32:27.530Z | Compiling serde-big-array v0.5.1 |
1554 | 2025-02-13T04:32:27.776Z | Compiling clap_derive v4.5.24 |
1555 | 2025-02-13T04:32:28.018Z | Compiling rfc6979 v0.4.0 |
1556 | 2025-02-13T04:32:28.189Z | Compiling serde_repr v0.1.19 |
1557 | 2025-02-13T04:32:28.212Z | Compiling derive-where v1.2.7 |
1558 | 2025-02-13T04:32:28.231Z | Compiling float-cmp v0.9.0 |
1559 | 2025-02-13T04:32:28.470Z | Compiling bstr v1.10.0 |
1560 | 2025-02-13T04:32:28.655Z | Compiling sync_wrapper v1.0.1 |
1561 | 2025-02-13T04:32:28.826Z | Compiling new_debug_unreachable v1.0.6 |
1562 | 2025-02-13T04:32:28.922Z | Compiling static_assertions v1.1.0 |
1563 | 2025-02-13T04:32:28.941Z | Compiling number_prefix v0.4.0 |
1564 | 2025-02-13T04:32:29.029Z | Compiling difflib v0.4.0 |
1565 | 2025-02-13T04:32:29.182Z | Compiling predicates-core v1.0.8 |
1566 | 2025-02-13T04:32:29.299Z | Compiling fixedbitset v0.4.2 |
1567 | 2025-02-13T04:32:29.503Z | Compiling whoami v1.5.2 |
1568 | 2025-02-13T04:32:29.747Z | Compiling normalize-line-endings v0.3.0 |
1569 | 2025-02-13T04:32:29.895Z | Compiling precomputed-hash v0.1.1 |
1570 | 2025-02-13T04:32:30.033Z | Compiling unicode-segmentation v1.12.0 |
1571 | 2025-02-13T04:32:30.076Z | Compiling bit-vec v0.6.3 |
1572 | 2025-02-13T04:32:30.098Z | Compiling string_cache v0.8.7 |
1573 | 2025-02-13T04:32:30.425Z | Compiling bit-set v0.5.3 |
1574 | 2025-02-13T04:32:30.485Z | Compiling predicates v3.1.2 |
1575 | 2025-02-13T04:32:30.515Z | Compiling tokio-postgres v0.7.12 |
1576 | 2025-02-13T04:32:30.697Z | Compiling petgraph v0.6.5 |
1577 | 2025-02-13T04:32:30.921Z | Compiling similar v2.6.0 |
1578 | 2025-02-13T04:32:31.436Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1579 | 2025-02-13T04:32:32.011Z | Compiling indicatif v0.17.11 |
1580 | 2025-02-13T04:32:32.381Z | Compiling clap v4.5.27 |
1581 | 2025-02-13T04:32:32.508Z | Compiling ecdsa v0.16.9 |
1582 | 2025-02-13T04:32:33.123Z | Compiling rsa v0.9.6 |
1583 | 2025-02-13T04:32:33.311Z | Compiling ed25519-dalek v2.1.1 |
1584 | 2025-02-13T04:32:34.050Z | Compiling toml v0.7.8 |
1585 | 2025-02-13T04:32:34.261Z | Compiling zip v0.6.6 |
1586 | 2025-02-13T04:32:34.664Z | Compiling crossterm v0.28.1 |
1587 | 2025-02-13T04:32:36.267Z | Compiling hex v0.4.3 |
1588 | 2025-02-13T04:32:36.461Z | Compiling x509-cert v0.2.5 |
1589 | 2025-02-13T04:32:36.540Z | Compiling itertools v0.10.5 |
1590 | 2025-02-13T04:32:36.859Z | Compiling peg-runtime v0.8.3 |
1591 | 2025-02-13T04:32:36.920Z | Compiling unicode-xid v0.2.6 |
1592 | 2025-02-13T04:32:37.130Z | Compiling lalrpop-util v0.19.12 |
1593 | 2025-02-13T04:32:37.495Z | Compiling strum_macros v0.26.4 |
1594 | 2025-02-13T04:32:37.514Z | Compiling xattr v1.3.1 |
1595 | 2025-02-13T04:32:37.779Z | Compiling filetime v0.2.25 |
1596 | 2025-02-13T04:32:38.078Z | Compiling tar v0.4.42 |
1597 | 2025-02-13T04:32:42.135Z | Compiling strum v0.26.3 |
1598 | 2025-02-13T04:32:45.420Z | Compiling aws-lc-sys v0.22.0 |
1599 | 2025-02-13T04:33:12.694Z | Compiling rustls-webpki v0.102.8 |
1600 | 2025-02-13T04:33:15.857Z | Compiling tokio-rustls v0.25.0 |
1601 | 2025-02-13T04:33:17.592Z | Compiling tokio-rustls v0.26.0 |
1602 | 2025-02-13T04:33:17.845Z | Compiling hyper-rustls v0.27.3 |
1603 | 2025-02-13T04:33:18.184Z | Compiling reqwest v0.12.9 |
1604 | 2025-02-13T04:33:19.586Z | Compiling qorb v0.2.1 |
1605 | 2025-02-13T04:33:22.592Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1606 | 2025-02-13T04:33:22.835Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1607 | 2025-02-13T04:33:27.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1608 | 2025-02-13T04:33:27.401Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1609 | 2025-02-13T04:33:27.444Z | Feb 13 04:33:25.674 INFO Starting download, target: Clickhouse |
1610 | 2025-02-13T04:33:27.444Z | Feb 13 04:33:25.674 INFO Starting download, target: Cockroach |
1611 | 2025-02-13T04:33:27.444Z | Feb 13 04:33:25.674 INFO Starting download, target: Console |
1612 | 2025-02-13T04:33:27.445Z | Feb 13 04:33:25.674 INFO Starting download, target: DendriteOpenapi |
1613 | 2025-02-13T04:33:27.450Z | Feb 13 04:33:25.674 INFO Starting download, target: DendriteStub |
1614 | 2025-02-13T04:33:27.450Z | Feb 13 04:33:25.674 INFO Starting download, target: MaghemiteMgd |
1615 | 2025-02-13T04:33:27.450Z | Feb 13 04:33:25.674 INFO Starting download, target: TransceiverControl |
1616 | 2025-02-13T04:33:27.450Z | Feb 13 04:33:25.675 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1617 | 2025-02-13T04:33:27.450Z | Feb 13 04:33:25.675 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1618 | 2025-02-13T04:33:27.451Z | Feb 13 04:33:25.675 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1619 | 2025-02-13T04:33:27.451Z | Feb 13 04:33:25.675 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1620 | 2025-02-13T04:33:27.451Z | Feb 13 04:33:25.675 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1621 | 2025-02-13T04:33:27.451Z | Feb 13 04:33:25.675 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1622 | 2025-02-13T04:33:27.452Z | Feb 13 04:33:25.676 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1623 | 2025-02-13T04:33:27.938Z | Feb 13 04:33:26.143 INFO Download complete, target: DendriteOpenapi |
1624 | 2025-02-13T04:33:27.990Z | Feb 13 04:33:26.192 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1625 | 2025-02-13T04:33:28.061Z | Feb 13 04:33:26.205 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1626 | 2025-02-13T04:33:28.414Z | Feb 13 04:33:26.525 INFO Download complete, target: Console |
1627 | 2025-02-13T04:33:28.534Z | Feb 13 04:33:26.651 INFO Download complete, target: TransceiverControl |
1628 | 2025-02-13T04:33:29.248Z | Feb 13 04:33:27.324 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1629 | 2025-02-13T04:33:29.475Z | Feb 13 04:33:27.541 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1630 | 2025-02-13T04:33:29.665Z | Feb 13 04:33:27.697 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1631 | 2025-02-13T04:33:31.170Z | Feb 13 04:33:29.401 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1632 | 2025-02-13T04:33:31.170Z | Feb 13 04:33:29.401 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1633 | 2025-02-13T04:33:31.844Z | Feb 13 04:33:30.068 INFO Download complete, target: DendriteStub |
1634 | 2025-02-13T04:33:32.252Z | Feb 13 04:33:30.473 INFO Download complete, target: MaghemiteMgd |
1635 | 2025-02-13T04:33:38.631Z | Feb 13 04:33:36.861 INFO Checking that binary works, target: Cockroach |
1636 | 2025-02-13T04:33:38.787Z | Feb 13 04:33:37.018 INFO Download complete, target: Cockroach |
1637 | 2025-02-13T04:33:41.969Z | Feb 13 04:33:40.198 INFO Checking that binary works, target: Clickhouse |
1638 | 2025-02-13T04:33:42.096Z | Feb 13 04:33:40.326 INFO Download complete, target: Clickhouse |
1639 | 2025-02-13T04:33:42.116Z | All builder prerequisites installed successfully, and PATH looks valid |
1640 | 2025-02-13T04:33:42.119Z | |
1641 | 2025-02-13T04:33:42.119Z | real 7:31.266000798 |
1642 | 2025-02-13T04:33:42.119Z | user 15:48.342403421 |
1643 | 2025-02-13T04:33:42.119Z | sys 2:05.364911620 |
1644 | 2025-02-13T04:33:42.120Z | trap 0.568026613 |
1645 | 2025-02-13T04:33:42.120Z | tflt 1.667254526 |
1646 | 2025-02-13T04:33:42.120Z | dflt 1.960628688 |
1647 | 2025-02-13T04:33:42.120Z | kflt 0.023960083 |
1648 | 2025-02-13T04:33:42.120Z | lock 24:31.444319883 |
1649 | 2025-02-13T04:33:42.120Z | slp 1:00:31.173657203 |
1650 | 2025-02-13T04:33:42.120Z | lat 1:00.053124956 |
1651 | 2025-02-13T04:33:42.120Z | stop 2:21.331868612 |
1652 | 2025-02-13T04:33:42.120Z | ++ bmat factory name |
1653 | 2025-02-13T04:33:42.125Z | ++ bmat factory private |
1654 | 2025-02-13T04:33:42.130Z | + jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-0fb0f3ce3790cecd5 '{ |
1655 | 2025-02-13T04:33:42.130Z | buildomat: { |
1656 | 2025-02-13T04:33:42.130Z | factory: { |
1657 | 2025-02-13T04:33:42.130Z | name: $bmat_factory_name, |
1658 | 2025-02-13T04:33:42.130Z | private: $bmat_factory_private, |
1659 | 2025-02-13T04:33:42.130Z | }, |
1660 | 2025-02-13T04:33:42.130Z | }, |
1661 | 2025-02-13T04:33:42.130Z | }' |
1662 | 2025-02-13T04:33:42.164Z | + banner ls-apis |
1663 | 2025-02-13T04:33:42.167Z | |
1664 | 2025-02-13T04:33:42.167Z | # #### ## ##### # #### |
1665 | 2025-02-13T04:33:42.167Z | # # # # # # # # |
1666 | 2025-02-13T04:33:42.167Z | # #### ##### # # # # # #### |
1667 | 2025-02-13T04:33:42.167Z | # # ###### ##### # # |
1668 | 2025-02-13T04:33:42.167Z | # # # # # # # # # |
1669 | 2025-02-13T04:33:42.167Z | ###### #### # # # # #### |
1670 | 2025-02-13T04:33:42.167Z | |
1671 | 2025-02-13T04:33:42.170Z | + source ./tools/include/force-git-over-https.sh |
1672 | 2025-02-13T04:33:42.170Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1673 | 2025-02-13T04:33:42.170Z | ++ (( i = 0 )) |
1674 | 2025-02-13T04:33:42.170Z | ++ (( i < 5 )) |
1675 | 2025-02-13T04:33:42.170Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1676 | 2025-02-13T04:33:42.173Z | ++ (( i++ )) |
1677 | 2025-02-13T04:33:42.173Z | ++ (( i < 5 )) |
1678 | 2025-02-13T04:33:42.173Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1679 | 2025-02-13T04:33:42.176Z | ++ (( i++ )) |
1680 | 2025-02-13T04:33:42.176Z | ++ (( i < 5 )) |
1681 | 2025-02-13T04:33:42.176Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1682 | 2025-02-13T04:33:42.178Z | ++ (( i++ )) |
1683 | 2025-02-13T04:33:42.178Z | ++ (( i < 5 )) |
1684 | 2025-02-13T04:33:42.178Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1685 | 2025-02-13T04:33:42.182Z | ++ (( i++ )) |
1686 | 2025-02-13T04:33:42.182Z | ++ (( i < 5 )) |
1687 | 2025-02-13T04:33:42.182Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1688 | 2025-02-13T04:33:42.184Z | ++ (( i++ )) |
1689 | 2025-02-13T04:33:42.184Z | ++ (( i < 5 )) |
1690 | 2025-02-13T04:33:42.184Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1691 | 2025-02-13T04:33:42.184Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1692 | 2025-02-13T04:33:42.184Z | + ptime -m cargo xtask ls-apis apis |
1693 | 2025-02-13T04:33:42.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1694 | 2025-02-13T04:33:42.727Z | Running `target/debug/xtask ls-apis apis` |
1695 | 2025-02-13T04:33:43.550Z | Compiling semver v0.1.20 |
1696 | 2025-02-13T04:33:43.554Z | Compiling structmeta-derive v0.3.0 |
1697 | 2025-02-13T04:33:43.677Z | Compiling cargo-platform v0.1.8 |
1698 | 2025-02-13T04:33:43.897Z | Compiling rustc_version v0.1.7 |
1699 | 2025-02-13T04:33:43.910Z | Compiling cargo_metadata v0.18.1 |
1700 | 2025-02-13T04:33:44.209Z | Compiling newtype_derive v0.1.6 |
1701 | 2025-02-13T04:33:45.004Z | Compiling structmeta v0.3.0 |
1702 | 2025-02-13T04:33:45.259Z | Compiling parse-display-derive v0.10.0 |
1703 | 2025-02-13T04:33:46.990Z | Compiling parse-display v0.10.0 |
1704 | 2025-02-13T04:33:47.152Z | Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
1705 | 2025-02-13T04:33:51.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.41s |
1706 | 2025-02-13T04:33:51.320Z | Running `target/debug/ls-apis apis` |
1707 | 2025-02-13T04:33:51.356Z | loading metadata for workspace omicron from current workspace |
1708 | 2025-02-13T04:33:56.308Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/Cargo.toml |
1709 | 2025-02-13T04:33:56.313Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml |
1710 | 2025-02-13T04:33:56.317Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/95d6a55/Cargo.toml |
1711 | 2025-02-13T04:33:56.319Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/d2d8f8a/Cargo.toml |
1712 | 2025-02-13T04:34:15.971Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml |
1713 | 2025-02-13T04:34:20.697Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
1714 | 2025-02-13T04:34:20.714Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
1715 | 2025-02-13T04:34:20.895Z | Bootstrap Agent (client: bootstrap-agent-client) |
1716 | 2025-02-13T04:34:20.895Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1717 | 2025-02-13T04:34:20.895Z | consumed by: wicketd (omicron/wicketd) via 2 paths |
1718 | 2025-02-13T04:34:20.895Z | |
1719 | 2025-02-13T04:34:20.895Z | Clickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client) |
1720 | 2025-02-13T04:34:20.895Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1721 | 2025-02-13T04:34:20.895Z | |
1722 | 2025-02-13T04:34:20.895Z | Clickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client) |
1723 | 2025-02-13T04:34:20.896Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1724 | 2025-02-13T04:34:20.896Z | |
1725 | 2025-02-13T04:34:20.896Z | Clickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client) |
1726 | 2025-02-13T04:34:20.896Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
1727 | 2025-02-13T04:34:20.896Z | |
1728 | 2025-02-13T04:34:20.896Z | CockroachDB Cluster Admin (client: cockroach-admin-client) |
1729 | 2025-02-13T04:34:20.899Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
1730 | 2025-02-13T04:34:20.899Z | |
1731 | 2025-02-13T04:34:20.899Z | Crucible Agent (client: crucible-agent-client) |
1732 | 2025-02-13T04:34:20.899Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1733 | 2025-02-13T04:34:20.899Z | |
1734 | 2025-02-13T04:34:20.900Z | Crucible Control (for testing only) (client: crucible-control-client) |
1735 | 2025-02-13T04:34:20.900Z | |
1736 | 2025-02-13T04:34:20.900Z | Crucible Pantry (client: crucible-pantry-client) |
1737 | 2025-02-13T04:34:20.900Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1738 | 2025-02-13T04:34:20.900Z | |
1739 | 2025-02-13T04:34:20.900Z | Maghemite DDM Admin (client: ddm-admin-client) |
1740 | 2025-02-13T04:34:20.900Z | consumed by: installinator (omicron/installinator) via 1 path |
1741 | 2025-02-13T04:34:20.900Z | consumed by: mgd (maghemite/mgd) via 1 path |
1742 | 2025-02-13T04:34:20.900Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1743 | 2025-02-13T04:34:20.900Z | consumed by: wicketd (omicron/wicketd) via 1 path |
1744 | 2025-02-13T04:34:20.900Z | |
1745 | 2025-02-13T04:34:20.900Z | DNS Server (client: dns-service-client) |
1746 | 2025-02-13T04:34:20.912Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1747 | 2025-02-13T04:34:20.912Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1748 | 2025-02-13T04:34:20.912Z | |
1749 | 2025-02-13T04:34:20.912Z | Dendrite DPD (client: dpd-client) |
1750 | 2025-02-13T04:34:20.912Z | consumed by: ddmd (maghemite/ddmd) via 2 paths |
1751 | 2025-02-13T04:34:20.912Z | consumed by: mgd (maghemite/mgd) via 1 path |
1752 | 2025-02-13T04:34:20.912Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1753 | 2025-02-13T04:34:20.912Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1754 | 2025-02-13T04:34:20.912Z | consumed by: tfportd (dendrite/tfportd) via 1 path |
1755 | 2025-02-13T04:34:20.915Z | consumed by: wicketd (omicron/wicketd) via 2 paths |
1756 | 2025-02-13T04:34:20.915Z | |
1757 | 2025-02-13T04:34:20.915Z | Downstairs Controller (debugging only) (client: dsc-client) |
1758 | 2025-02-13T04:34:20.915Z | |
1759 | 2025-02-13T04:34:20.915Z | Management Gateway Service (client: gateway-client) |
1760 | 2025-02-13T04:34:20.920Z | consumed by: dpd (dendrite/dpd) via 1 path |
1761 | 2025-02-13T04:34:20.920Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1762 | 2025-02-13T04:34:20.920Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1763 | 2025-02-13T04:34:20.920Z | consumed by: wicketd (omicron/wicketd) via 3 paths |
1764 | 2025-02-13T04:34:20.920Z | |
1765 | 2025-02-13T04:34:20.920Z | Wicketd Installinator (client: installinator-client) |
1766 | 2025-02-13T04:34:20.920Z | consumed by: installinator (omicron/installinator) via 1 path |
1767 | 2025-02-13T04:34:20.920Z | |
1768 | 2025-02-13T04:34:20.920Z | LLDP daemon (client: lldpd-client) |
1769 | 2025-02-13T04:34:20.920Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1770 | 2025-02-13T04:34:20.920Z | |
1771 | 2025-02-13T04:34:20.920Z | Maghemite MG Admin (client: mg-admin-client) |
1772 | 2025-02-13T04:34:20.923Z | consumed by: omicron-nexus (omicron/nexus) via 1 path |
1773 | 2025-02-13T04:34:20.923Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1774 | 2025-02-13T04:34:20.923Z | |
1775 | 2025-02-13T04:34:20.923Z | Nexus Internal API (client: nexus-client) |
1776 | 2025-02-13T04:34:20.927Z | consumed by: crucible-pantry (crucible/pantry) via 1 path |
1777 | 2025-02-13T04:34:20.927Z | consumed by: dpd (dendrite/dpd) via 1 path |
1778 | 2025-02-13T04:34:20.927Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1779 | 2025-02-13T04:34:20.927Z | consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path |
1780 | 2025-02-13T04:34:20.927Z | consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths |
1781 | 2025-02-13T04:34:20.927Z | |
1782 | 2025-02-13T04:34:20.927Z | External API (client: oxide-client) |
1783 | 2025-02-13T04:34:20.927Z | |
1784 | 2025-02-13T04:34:20.927Z | Oximeter (client: oximeter-client) |
1785 | 2025-02-13T04:34:20.930Z | consumed by: omicron-nexus (omicron/nexus) via 2 paths |
1786 | 2025-02-13T04:34:20.930Z | |
1787 | 2025-02-13T04:34:20.930Z | Propolis (client: propolis-client) |
1788 | 2025-02-13T04:34:20.930Z | consumed by: omicron-nexus (omicron/nexus) via 3 paths |
1789 | 2025-02-13T04:34:20.930Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths |
1790 | 2025-02-13T04:34:20.930Z | |
1791 | 2025-02-13T04:34:20.930Z | Crucible Repair (client: repair-client) |
1792 | 2025-02-13T04:34:20.930Z | consumed by: crucible-downstairs (crucible/downstairs) via 1 path |
1793 | 2025-02-13T04:34:20.930Z | |
1794 | 2025-02-13T04:34:20.930Z | Repo Depot API (client: repo-depot-client) |
1795 | 2025-02-13T04:34:20.930Z | consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path |
1796 | 2025-02-13T04:34:20.930Z | |
1797 | 2025-02-13T04:34:20.930Z | Sled Agent (client: sled-agent-client) |
1798 | 2025-02-13T04:34:20.937Z | consumed by: dpd (dendrite/dpd) via 1 path |
1799 | 2025-02-13T04:34:20.937Z | consumed by: omicron-nexus (omicron/nexus) via 7 paths |
1800 | 2025-02-13T04:34:20.937Z | |
1801 | 2025-02-13T04:34:20.937Z | Wicketd (client: wicketd-client) |
1802 | 2025-02-13T04:34:20.940Z | |
1803 | 2025-02-13T04:34:21.078Z | |
1804 | 2025-02-13T04:34:21.081Z | real 38.873962257 |
1805 | 2025-02-13T04:34:21.081Z | user 31.612658985 |
1806 | 2025-02-13T04:34:21.081Z | sys 8.951816307 |
1807 | 2025-02-13T04:34:21.081Z | trap 0.019908313 |
1808 | 2025-02-13T04:34:21.081Z | tflt 0.035480970 |
1809 | 2025-02-13T04:34:21.081Z | dflt 0.247862931 |
1810 | 2025-02-13T04:34:21.081Z | kflt 0.005863052 |
1811 | 2025-02-13T04:34:21.081Z | lock 40.966913947 |
1812 | 2025-02-13T04:34:21.081Z | slp 3:54.648692722 |
1813 | 2025-02-13T04:34:21.081Z | lat 0.754110501 |
1814 | 2025-02-13T04:34:21.081Z | stop 1.648977102 |
1815 | 2025-02-13T04:34:21.081Z | + ptime -m cargo xtask ls-apis deployment-units |
1816 | 2025-02-13T04:34:21.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1817 | 2025-02-13T04:34:21.667Z | Running `target/debug/xtask ls-apis deployment-units` |
1818 | 2025-02-13T04:34:22.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1819 | 2025-02-13T04:34:22.588Z | Running `target/debug/ls-apis deployment-units` |
1820 | 2025-02-13T04:34:22.631Z | loading metadata for workspace omicron from current workspace |
1821 | 2025-02-13T04:34:23.823Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/Cargo.toml |
1822 | 2025-02-13T04:34:23.835Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/d2d8f8a/Cargo.toml |
1823 | 2025-02-13T04:34:23.838Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml |
1824 | 2025-02-13T04:34:23.844Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/95d6a55/Cargo.toml |
1825 | 2025-02-13T04:34:25.738Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml |
1826 | 2025-02-13T04:34:26.504Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
1827 | 2025-02-13T04:34:26.521Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
1828 | 2025-02-13T04:34:26.682Z | Clickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node) |
1829 | 2025-02-13T04:34:26.682Z | omicron-clickhouse-admin (omicron/clickhouse-admin) |
1830 | 2025-02-13T04:34:26.682Z | exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client) |
1831 | 2025-02-13T04:34:26.682Z | exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client) |
1832 | 2025-02-13T04:34:26.682Z | exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client) |
1833 | 2025-02-13T04:34:26.685Z | |
1834 | 2025-02-13T04:34:26.685Z | |
1835 | 2025-02-13T04:34:26.685Z | Cockroach |
1836 | 2025-02-13T04:34:26.685Z | omicron-cockroach-admin (omicron/cockroach-admin) |
1837 | 2025-02-13T04:34:26.685Z | exposes: CockroachDB Cluster Admin (client = cockroach-admin-client) |
1838 | 2025-02-13T04:34:26.685Z | |
1839 | 2025-02-13T04:34:26.685Z | |
1840 | 2025-02-13T04:34:26.685Z | Crucible |
1841 | 2025-02-13T04:34:26.685Z | crucible-agent (crucible/agent) |
1842 | 2025-02-13T04:34:26.685Z | exposes: Crucible Agent (client = crucible-agent-client) |
1843 | 2025-02-13T04:34:26.685Z | |
1844 | 2025-02-13T04:34:26.685Z | crucible-downstairs (crucible/downstairs) |
1845 | 2025-02-13T04:34:26.685Z | exposes: Crucible Repair (client = repair-client) |
1846 | 2025-02-13T04:34:26.689Z | consumes: repair-client |
1847 | 2025-02-13T04:34:26.689Z | |
1848 | 2025-02-13T04:34:26.689Z | |
1849 | 2025-02-13T04:34:26.689Z | Crucible Pantry |
1850 | 2025-02-13T04:34:26.689Z | crucible-pantry (crucible/pantry) |
1851 | 2025-02-13T04:34:26.689Z | exposes: Crucible Pantry (client = crucible-pantry-client) |
1852 | 2025-02-13T04:34:26.691Z | consumes: nexus-client |
1853 | 2025-02-13T04:34:26.691Z | |
1854 | 2025-02-13T04:34:26.691Z | |
1855 | 2025-02-13T04:34:26.691Z | DNS Server |
1856 | 2025-02-13T04:34:26.691Z | dns-server (omicron/dns-server) |
1857 | 2025-02-13T04:34:26.692Z | exposes: DNS Server (client = dns-service-client) |
1858 | 2025-02-13T04:34:26.692Z | |
1859 | 2025-02-13T04:34:26.692Z | |
1860 | 2025-02-13T04:34:26.692Z | Host OS |
1861 | 2025-02-13T04:34:26.692Z | ddmd (maghemite/ddmd) |
1862 | 2025-02-13T04:34:26.692Z | exposes: Maghemite DDM Admin (client = ddm-admin-client) |
1863 | 2025-02-13T04:34:26.695Z | consumes: dpd-client |
1864 | 2025-02-13T04:34:26.695Z | |
1865 | 2025-02-13T04:34:26.695Z | dpd (dendrite/dpd) |
1866 | 2025-02-13T04:34:26.695Z | exposes: Dendrite DPD (client = dpd-client) |
1867 | 2025-02-13T04:34:26.699Z | consumes: gateway-client |
1868 | 2025-02-13T04:34:26.699Z | consumes: nexus-client |
1869 | 2025-02-13T04:34:26.700Z | consumes: sled-agent-client |
1870 | 2025-02-13T04:34:26.700Z | |
1871 | 2025-02-13T04:34:26.700Z | lldpd (lldp/lldpd) |
1872 | 2025-02-13T04:34:26.700Z | exposes: LLDP daemon (client = lldpd-client) |
1873 | 2025-02-13T04:34:26.700Z | |
1874 | 2025-02-13T04:34:26.700Z | mgd (maghemite/mgd) |
1875 | 2025-02-13T04:34:26.700Z | exposes: Maghemite MG Admin (client = mg-admin-client) |
1876 | 2025-02-13T04:34:26.704Z | consumes: ddm-admin-client |
1877 | 2025-02-13T04:34:26.704Z | consumes: dpd-client |
1878 | 2025-02-13T04:34:26.704Z | |
1879 | 2025-02-13T04:34:26.704Z | omicron-gateway (omicron/gateway) |
1880 | 2025-02-13T04:34:26.704Z | exposes: Management Gateway Service (client = gateway-client) |
1881 | 2025-02-13T04:34:26.704Z | |
1882 | 2025-02-13T04:34:26.704Z | omicron-sled-agent (omicron/sled-agent) |
1883 | 2025-02-13T04:34:26.704Z | exposes: Bootstrap Agent (client = bootstrap-agent-client) |
1884 | 2025-02-13T04:34:26.704Z | exposes: Repo Depot API (client = repo-depot-client) |
1885 | 2025-02-13T04:34:26.704Z | exposes: Sled Agent (client = sled-agent-client) |
1886 | 2025-02-13T04:34:26.707Z | consumes: bootstrap-agent-client |
1887 | 2025-02-13T04:34:26.707Z | consumes: ddm-admin-client |
1888 | 2025-02-13T04:34:26.707Z | consumes: dns-service-client |
1889 | 2025-02-13T04:34:26.707Z | consumes: dpd-client |
1890 | 2025-02-13T04:34:26.707Z | consumes: gateway-client |
1891 | 2025-02-13T04:34:26.707Z | consumes: mg-admin-client |
1892 | 2025-02-13T04:34:26.707Z | consumes: nexus-client |
1893 | 2025-02-13T04:34:26.707Z | consumes: propolis-client |
1894 | 2025-02-13T04:34:26.707Z | consumes: repo-depot-client |
1895 | 2025-02-13T04:34:26.707Z | |
1896 | 2025-02-13T04:34:26.707Z | propolis-server (propolis/bin/propolis-server) |
1897 | 2025-02-13T04:34:26.707Z | exposes: Crucible Control (for testing only) (client = crucible-control-client) |
1898 | 2025-02-13T04:34:26.707Z | exposes: Propolis (client = propolis-client) |
1899 | 2025-02-13T04:34:26.707Z | consumes: nexus-client |
1900 | 2025-02-13T04:34:26.707Z | |
1901 | 2025-02-13T04:34:26.707Z | tfportd (dendrite/tfportd) |
1902 | 2025-02-13T04:34:26.708Z | consumes: dpd-client |
1903 | 2025-02-13T04:34:26.708Z | |
1904 | 2025-02-13T04:34:26.708Z | wicketd (omicron/wicketd) |
1905 | 2025-02-13T04:34:26.708Z | exposes: Wicketd Installinator (client = installinator-client) |
1906 | 2025-02-13T04:34:26.708Z | exposes: Wicketd (client = wicketd-client) |
1907 | 2025-02-13T04:34:26.708Z | consumes: bootstrap-agent-client |
1908 | 2025-02-13T04:34:26.708Z | consumes: ddm-admin-client |
1909 | 2025-02-13T04:34:26.708Z | consumes: dpd-client |
1910 | 2025-02-13T04:34:26.708Z | consumes: gateway-client |
1911 | 2025-02-13T04:34:26.708Z | |
1912 | 2025-02-13T04:34:26.708Z | |
1913 | 2025-02-13T04:34:26.708Z | Installinator |
1914 | 2025-02-13T04:34:26.708Z | installinator (omicron/installinator) |
1915 | 2025-02-13T04:34:26.711Z | consumes: ddm-admin-client |
1916 | 2025-02-13T04:34:26.711Z | consumes: installinator-client |
1917 | 2025-02-13T04:34:26.711Z | |
1918 | 2025-02-13T04:34:26.711Z | |
1919 | 2025-02-13T04:34:26.711Z | Nexus |
1920 | 2025-02-13T04:34:26.711Z | omicron-nexus (omicron/nexus) |
1921 | 2025-02-13T04:34:26.711Z | exposes: Nexus Internal API (client = nexus-client) |
1922 | 2025-02-13T04:34:26.711Z | exposes: External API (client = oxide-client) |
1923 | 2025-02-13T04:34:26.711Z | consumes: clickhouse-admin-keeper-client |
1924 | 2025-02-13T04:34:26.711Z | consumes: clickhouse-admin-server-client |
1925 | 2025-02-13T04:34:26.711Z | consumes: clickhouse-admin-single-client |
1926 | 2025-02-13T04:34:26.711Z | consumes: cockroach-admin-client |
1927 | 2025-02-13T04:34:26.711Z | consumes: crucible-agent-client |
1928 | 2025-02-13T04:34:26.711Z | consumes: crucible-pantry-client |
1929 | 2025-02-13T04:34:26.711Z | consumes: dns-service-client |
1930 | 2025-02-13T04:34:26.711Z | consumes: dpd-client |
1931 | 2025-02-13T04:34:26.711Z | consumes: gateway-client |
1932 | 2025-02-13T04:34:26.711Z | consumes: lldpd-client |
1933 | 2025-02-13T04:34:26.711Z | consumes: mg-admin-client |
1934 | 2025-02-13T04:34:26.711Z | consumes: oximeter-client |
1935 | 2025-02-13T04:34:26.711Z | consumes: propolis-client |
1936 | 2025-02-13T04:34:26.711Z | consumes: sled-agent-client |
1937 | 2025-02-13T04:34:26.711Z | |
1938 | 2025-02-13T04:34:26.711Z | |
1939 | 2025-02-13T04:34:26.711Z | Oximeter |
1940 | 2025-02-13T04:34:26.711Z | oximeter-collector (omicron/oximeter/collector) |
1941 | 2025-02-13T04:34:26.711Z | exposes: Oximeter (client = oximeter-client) |
1942 | 2025-02-13T04:34:26.714Z | consumes: nexus-client |
1943 | 2025-02-13T04:34:26.714Z | |
1944 | 2025-02-13T04:34:26.714Z | |
1945 | 2025-02-13T04:34:26.844Z | |
1946 | 2025-02-13T04:34:26.847Z | real 5.744753634 |
1947 | 2025-02-13T04:34:26.847Z | user 4.655376097 |
1948 | 2025-02-13T04:34:26.847Z | sys 1.870491941 |
1949 | 2025-02-13T04:34:26.847Z | trap 0.001407346 |
1950 | 2025-02-13T04:34:26.847Z | tflt 0.000031944 |
1951 | 2025-02-13T04:34:26.847Z | dflt 0.000032025 |
1952 | 2025-02-13T04:34:26.847Z | kflt 0.000000000 |
1953 | 2025-02-13T04:34:26.847Z | lock 0.003464513 |
1954 | 2025-02-13T04:34:26.847Z | slp 13.011489118 |
1955 | 2025-02-13T04:34:26.847Z | lat 0.021035059 |
1956 | 2025-02-13T04:34:26.847Z | stop 0.100237887 |
1957 | 2025-02-13T04:34:26.847Z | + ptime -m cargo xtask ls-apis servers |
1958 | 2025-02-13T04:34:27.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1959 | 2025-02-13T04:34:27.361Z | Running `target/debug/xtask ls-apis servers` |
1960 | 2025-02-13T04:34:28.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1961 | 2025-02-13T04:34:28.223Z | Running `target/debug/ls-apis servers` |
1962 | 2025-02-13T04:34:28.266Z | loading metadata for workspace omicron from current workspace |
1963 | 2025-02-13T04:34:29.483Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/Cargo.toml |
1964 | 2025-02-13T04:34:29.489Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml |
1965 | 2025-02-13T04:34:29.492Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/d2d8f8a/Cargo.toml |
1966 | 2025-02-13T04:34:29.495Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/95d6a55/Cargo.toml |
1967 | 2025-02-13T04:34:31.399Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml |
1968 | 2025-02-13T04:34:32.149Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
1969 | 2025-02-13T04:34:32.166Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
1970 | 2025-02-13T04:34:32.327Z | omicron-clickhouse-admin (omicron/clickhouse-admin) |
1971 | 2025-02-13T04:34:32.327Z | exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client) |
1972 | 2025-02-13T04:34:32.327Z | exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client) |
1973 | 2025-02-13T04:34:32.327Z | exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client) |
1974 | 2025-02-13T04:34:32.330Z | |
1975 | 2025-02-13T04:34:32.330Z | omicron-cockroach-admin (omicron/cockroach-admin) |
1976 | 2025-02-13T04:34:32.330Z | exposes: CockroachDB Cluster Admin (client = cockroach-admin-client) |
1977 | 2025-02-13T04:34:32.330Z | |
1978 | 2025-02-13T04:34:32.330Z | crucible-agent (crucible/agent) |
1979 | 2025-02-13T04:34:32.330Z | exposes: Crucible Agent (client = crucible-agent-client) |
1980 | 2025-02-13T04:34:32.330Z | |
1981 | 2025-02-13T04:34:32.330Z | crucible-downstairs (crucible/downstairs) |
1982 | 2025-02-13T04:34:32.330Z | exposes: Crucible Repair (client = repair-client) |
1983 | 2025-02-13T04:34:32.330Z | consumes: repair-client |
1984 | 2025-02-13T04:34:32.330Z | |
1985 | 2025-02-13T04:34:32.330Z | crucible-pantry (crucible/pantry) |
1986 | 2025-02-13T04:34:32.330Z | exposes: Crucible Pantry (client = crucible-pantry-client) |
1987 | 2025-02-13T04:34:32.333Z | consumes: nexus-client |
1988 | 2025-02-13T04:34:32.333Z | |
1989 | 2025-02-13T04:34:32.333Z | dns-server (omicron/dns-server) |
1990 | 2025-02-13T04:34:32.333Z | exposes: DNS Server (client = dns-service-client) |
1991 | 2025-02-13T04:34:32.336Z | |
1992 | 2025-02-13T04:34:32.336Z | omicron-sled-agent (omicron/sled-agent) |
1993 | 2025-02-13T04:34:32.336Z | exposes: Bootstrap Agent (client = bootstrap-agent-client) |
1994 | 2025-02-13T04:34:32.336Z | exposes: Repo Depot API (client = repo-depot-client) |
1995 | 2025-02-13T04:34:32.336Z | exposes: Sled Agent (client = sled-agent-client) |
1996 | 2025-02-13T04:34:32.341Z | consumes: bootstrap-agent-client |
1997 | 2025-02-13T04:34:32.341Z | consumes: ddm-admin-client |
1998 | 2025-02-13T04:34:32.341Z | consumes: dns-service-client |
1999 | 2025-02-13T04:34:32.341Z | consumes: dpd-client |
2000 | 2025-02-13T04:34:32.341Z | consumes: gateway-client |
2001 | 2025-02-13T04:34:32.341Z | consumes: mg-admin-client |
2002 | 2025-02-13T04:34:32.341Z | consumes: nexus-client |
2003 | 2025-02-13T04:34:32.341Z | consumes: propolis-client |
2004 | 2025-02-13T04:34:32.341Z | consumes: repo-depot-client |
2005 | 2025-02-13T04:34:32.341Z | |
2006 | 2025-02-13T04:34:32.341Z | propolis-server (propolis/bin/propolis-server) |
2007 | 2025-02-13T04:34:32.341Z | exposes: Crucible Control (for testing only) (client = crucible-control-client) |
2008 | 2025-02-13T04:34:32.341Z | exposes: Propolis (client = propolis-client) |
2009 | 2025-02-13T04:34:32.346Z | consumes: nexus-client |
2010 | 2025-02-13T04:34:32.346Z | |
2011 | 2025-02-13T04:34:32.346Z | ddmd (maghemite/ddmd) |
2012 | 2025-02-13T04:34:32.346Z | exposes: Maghemite DDM Admin (client = ddm-admin-client) |
2013 | 2025-02-13T04:34:32.346Z | consumes: dpd-client |
2014 | 2025-02-13T04:34:32.346Z | |
2015 | 2025-02-13T04:34:32.346Z | dpd (dendrite/dpd) |
2016 | 2025-02-13T04:34:32.346Z | exposes: Dendrite DPD (client = dpd-client) |
2017 | 2025-02-13T04:34:32.350Z | consumes: gateway-client |
2018 | 2025-02-13T04:34:32.350Z | consumes: nexus-client |
2019 | 2025-02-13T04:34:32.350Z | consumes: sled-agent-client |
2020 | 2025-02-13T04:34:32.350Z | |
2021 | 2025-02-13T04:34:32.350Z | lldpd (lldp/lldpd) |
2022 | 2025-02-13T04:34:32.350Z | exposes: LLDP daemon (client = lldpd-client) |
2023 | 2025-02-13T04:34:32.350Z | |
2024 | 2025-02-13T04:34:32.350Z | mgd (maghemite/mgd) |
2025 | 2025-02-13T04:34:32.350Z | exposes: Maghemite MG Admin (client = mg-admin-client) |
2026 | 2025-02-13T04:34:32.350Z | consumes: ddm-admin-client |
2027 | 2025-02-13T04:34:32.351Z | consumes: dpd-client |
2028 | 2025-02-13T04:34:32.351Z | |
2029 | 2025-02-13T04:34:32.351Z | omicron-gateway (omicron/gateway) |
2030 | 2025-02-13T04:34:32.351Z | exposes: Management Gateway Service (client = gateway-client) |
2031 | 2025-02-13T04:34:32.353Z | |
2032 | 2025-02-13T04:34:32.353Z | tfportd (dendrite/tfportd) |
2033 | 2025-02-13T04:34:32.353Z | consumes: dpd-client |
2034 | 2025-02-13T04:34:32.353Z | |
2035 | 2025-02-13T04:34:32.353Z | wicketd (omicron/wicketd) |
2036 | 2025-02-13T04:34:32.353Z | exposes: Wicketd Installinator (client = installinator-client) |
2037 | 2025-02-13T04:34:32.353Z | exposes: Wicketd (client = wicketd-client) |
2038 | 2025-02-13T04:34:32.353Z | consumes: bootstrap-agent-client |
2039 | 2025-02-13T04:34:32.353Z | consumes: ddm-admin-client |
2040 | 2025-02-13T04:34:32.353Z | consumes: dpd-client |
2041 | 2025-02-13T04:34:32.354Z | consumes: gateway-client |
2042 | 2025-02-13T04:34:32.354Z | |
2043 | 2025-02-13T04:34:32.354Z | installinator (omicron/installinator) |
2044 | 2025-02-13T04:34:32.354Z | consumes: ddm-admin-client |
2045 | 2025-02-13T04:34:32.354Z | consumes: installinator-client |
2046 | 2025-02-13T04:34:32.354Z | |
2047 | 2025-02-13T04:34:32.354Z | omicron-nexus (omicron/nexus) |
2048 | 2025-02-13T04:34:32.354Z | exposes: Nexus Internal API (client = nexus-client) |
2049 | 2025-02-13T04:34:32.354Z | exposes: External API (client = oxide-client) |
2050 | 2025-02-13T04:34:32.356Z | consumes: clickhouse-admin-keeper-client |
2051 | 2025-02-13T04:34:32.356Z | consumes: clickhouse-admin-server-client |
2052 | 2025-02-13T04:34:32.356Z | consumes: clickhouse-admin-single-client |
2053 | 2025-02-13T04:34:32.357Z | consumes: cockroach-admin-client |
2054 | 2025-02-13T04:34:32.357Z | consumes: crucible-agent-client |
2055 | 2025-02-13T04:34:32.357Z | consumes: crucible-pantry-client |
2056 | 2025-02-13T04:34:32.357Z | consumes: dns-service-client |
2057 | 2025-02-13T04:34:32.357Z | consumes: dpd-client |
2058 | 2025-02-13T04:34:32.357Z | consumes: gateway-client |
2059 | 2025-02-13T04:34:32.357Z | consumes: lldpd-client |
2060 | 2025-02-13T04:34:32.357Z | consumes: mg-admin-client |
2061 | 2025-02-13T04:34:32.357Z | consumes: oximeter-client |
2062 | 2025-02-13T04:34:32.357Z | consumes: propolis-client |
2063 | 2025-02-13T04:34:32.357Z | consumes: sled-agent-client |
2064 | 2025-02-13T04:34:32.357Z | |
2065 | 2025-02-13T04:34:32.357Z | oximeter-collector (omicron/oximeter/collector) |
2066 | 2025-02-13T04:34:32.357Z | exposes: Oximeter (client = oximeter-client) |
2067 | 2025-02-13T04:34:32.357Z | consumes: nexus-client |
2068 | 2025-02-13T04:34:32.357Z | |
2069 | 2025-02-13T04:34:32.486Z | |
2070 | 2025-02-13T04:34:32.489Z | real 5.624966369 |
2071 | 2025-02-13T04:34:32.489Z | user 4.627729640 |
2072 | 2025-02-13T04:34:32.489Z | sys 1.787757712 |
2073 | 2025-02-13T04:34:32.489Z | trap 0.000423837 |
2074 | 2025-02-13T04:34:32.489Z | tflt 0.000022124 |
2075 | 2025-02-13T04:34:32.489Z | dflt 0.000057586 |
2076 | 2025-02-13T04:34:32.489Z | kflt 0.000000000 |
2077 | 2025-02-13T04:34:32.489Z | lock 0.003619350 |
2078 | 2025-02-13T04:34:32.489Z | slp 13.050694985 |
2079 | 2025-02-13T04:34:32.489Z | lat 0.009630727 |
2080 | 2025-02-13T04:34:32.489Z | stop 0.101783571 |
2081 | 2025-02-13T04:34:32.489Z | + ptime -m cargo xtask ls-apis check |
2082 | 2025-02-13T04:34:32.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
2083 | 2025-02-13T04:34:33.003Z | Running `target/debug/xtask ls-apis check` |
2084 | 2025-02-13T04:34:33.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2085 | 2025-02-13T04:34:33.861Z | Running `target/debug/ls-apis check` |
2086 | 2025-02-13T04:34:33.904Z | loading metadata for workspace omicron from current workspace |
2087 | 2025-02-13T04:34:35.110Z | loading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml |
2088 | 2025-02-13T04:34:35.113Z | loading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/Cargo.toml |
2089 | 2025-02-13T04:34:35.116Z | loading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/d2d8f8a/Cargo.toml |
2090 | 2025-02-13T04:34:35.122Z | loading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/95d6a55/Cargo.toml |
2091 | 2025-02-13T04:34:37.012Z | loading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml |
2092 | 2025-02-13T04:34:37.750Z | note: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client |
2093 | 2025-02-13T04:34:37.766Z | note: ignoring Cargo dependency from omicron-sled-agent -> dns-server |
2094 | 2025-02-13T04:34:38.038Z | |
2095 | 2025-02-13T04:34:38.038Z | |
2096 | 2025-02-13T04:34:38.038Z | Server-managed APIs: |
2097 | 2025-02-13T04:34:38.038Z | |
2098 | 2025-02-13T04:34:38.039Z | Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin) |
2099 | 2025-02-13T04:34:38.039Z | Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin) |
2100 | 2025-02-13T04:34:38.039Z | Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin) |
2101 | 2025-02-13T04:34:38.039Z | CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin) |
2102 | 2025-02-13T04:34:38.039Z | Crucible Agent (crucible-agent-client, exposed by crucible-agent) |
2103 | 2025-02-13T04:34:38.039Z | Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server) |
2104 | 2025-02-13T04:34:38.039Z | Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry) |
2105 | 2025-02-13T04:34:38.039Z | Maghemite DDM Admin (ddm-admin-client, exposed by ddmd) |
2106 | 2025-02-13T04:34:38.039Z | DNS Server (dns-service-client, exposed by dns-server) |
2107 | 2025-02-13T04:34:38.039Z | Management Gateway Service (gateway-client, exposed by omicron-gateway) |
2108 | 2025-02-13T04:34:38.039Z | LLDP daemon (lldpd-client, exposed by lldpd) |
2109 | 2025-02-13T04:34:38.039Z | Maghemite MG Admin (mg-admin-client, exposed by mgd) |
2110 | 2025-02-13T04:34:38.039Z | External API (oxide-client, exposed by omicron-nexus) |
2111 | 2025-02-13T04:34:38.039Z | Oximeter (oximeter-client, exposed by oximeter-collector) |
2112 | 2025-02-13T04:34:38.039Z | Propolis (propolis-client, exposed by propolis-server) |
2113 | 2025-02-13T04:34:38.039Z | Sled Agent (sled-agent-client, exposed by omicron-sled-agent) |
2114 | 2025-02-13T04:34:38.039Z | Wicketd (wicketd-client, exposed by wicketd) |
2115 | 2025-02-13T04:34:38.039Z | |
2116 | 2025-02-13T04:34:38.039Z | |
2117 | 2025-02-13T04:34:38.039Z | Client-managed API: |
2118 | 2025-02-13T04:34:38.039Z | |
2119 | 2025-02-13T04:34:38.039Z | Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent) |
2120 | 2025-02-13T04:34:38.039Z | reason: depends on itself (i.e., instances call each other) |
2121 | 2025-02-13T04:34:38.039Z | Dendrite DPD (dpd-client, exposed by dpd) |
2122 | 2025-02-13T04:34:38.039Z | reason: Sled Agent calling DPD creates a circular dependency |
2123 | 2025-02-13T04:34:38.039Z | Wicketd Installinator (installinator-client, exposed by wicketd) |
2124 | 2025-02-13T04:34:38.039Z | reason: client is provided implicitly by the operator |
2125 | 2025-02-13T04:34:38.039Z | Nexus Internal API (nexus-client, exposed by omicron-nexus) |
2126 | 2025-02-13T04:34:38.042Z | reason: Circular dependencies between Nexus and other services |
2127 | 2025-02-13T04:34:38.042Z | Crucible Repair (repair-client, exposed by crucible-downstairs) |
2128 | 2025-02-13T04:34:38.042Z | reason: depends on itself (i.e., instances call each other) |
2129 | 2025-02-13T04:34:38.042Z | Repo Depot API (repo-depot-client, exposed by omicron-sled-agent) |
2130 | 2025-02-13T04:34:38.042Z | reason: depends on itself (i.e., instances call each other) |
2131 | 2025-02-13T04:34:38.042Z | |
2132 | 2025-02-13T04:34:38.042Z | |
2133 | 2025-02-13T04:34:38.042Z | APIs with unknown version management: none |
2134 | 2025-02-13T04:34:38.170Z | |
2135 | 2025-02-13T04:34:38.174Z | real 5.663817950 |
2136 | 2025-02-13T04:34:38.174Z | user 4.671203808 |
2137 | 2025-02-13T04:34:38.174Z | sys 1.780206084 |
2138 | 2025-02-13T04:34:38.174Z | trap 0.000369515 |
2139 | 2025-02-13T04:34:38.174Z | tflt 0.000014285 |
2140 | 2025-02-13T04:34:38.174Z | dflt 0.000170059 |
2141 | 2025-02-13T04:34:38.174Z | kflt 0.000000000 |
2142 | 2025-02-13T04:34:38.174Z | lock 0.003707176 |
2143 | 2025-02-13T04:34:38.174Z | slp 12.961151251 |
2144 | 2025-02-13T04:34:38.174Z | lat 0.011644001 |
2145 | 2025-02-13T04:34:38.174Z | stop 0.101178415 |
2146 | 2025-02-13T04:34:38.174Z | + banner build |
2147 | 2025-02-13T04:34:38.174Z | |
2148 | 2025-02-13T04:34:38.174Z | ##### # # # # ##### |
2149 | 2025-02-13T04:34:38.174Z | # # # # # # # # |
2150 | 2025-02-13T04:34:38.174Z | ##### # # # # # # |
2151 | 2025-02-13T04:34:38.174Z | # # # # # # # # |
2152 | 2025-02-13T04:34:38.174Z | # # # # # # # # |
2153 | 2025-02-13T04:34:38.174Z | ##### #### # ###### ##### |
2154 | 2025-02-13T04:34:38.174Z | |
2155 | 2025-02-13T04:34:38.174Z | + export 'RUSTFLAGS=-D warnings' |
2156 | 2025-02-13T04:34:38.174Z | + RUSTFLAGS='-D warnings' |
2157 | 2025-02-13T04:34:38.174Z | + export 'RUSTDOCFLAGS=--document-private-items -D warnings' |
2158 | 2025-02-13T04:34:38.174Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2159 | 2025-02-13T04:34:38.174Z | + [[ illumos == \i\l\l\u\m\o\s ]] |
2160 | 2025-02-13T04:34:38.174Z | + RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64' |
2161 | 2025-02-13T04:34:38.174Z | + export TMPDIR=/var/tmp/omicron_tmp |
2162 | 2025-02-13T04:34:38.174Z | + TMPDIR=/var/tmp/omicron_tmp |
2163 | 2025-02-13T04:34:38.174Z | + export RUST_BACKTRACE=1 |
2164 | 2025-02-13T04:34:38.175Z | + RUST_BACKTRACE=1 |
2165 | 2025-02-13T04:34:38.175Z | + export CARGO_INCREMENTAL=0 |
2166 | 2025-02-13T04:34:38.175Z | + CARGO_INCREMENTAL=0 |
2167 | 2025-02-13T04:34:38.175Z | + export RUSTC_BOOTSTRAP=1 |
2168 | 2025-02-13T04:34:38.175Z | + RUSTC_BOOTSTRAP=1 |
2169 | 2025-02-13T04:34:38.175Z | + ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose |
2170 | 2025-02-13T04:34:39.910Z | Dirty unicode-ident v1.0.14: the rustflags changed |
2171 | 2025-02-13T04:34:39.910Z | Compiling unicode-ident v1.0.14 |
2172 | 2025-02-13T04:34:39.910Z | Dirty proc-macro2 v1.0.92: the rustflags changed |
2173 | 2025-02-13T04:34:39.910Z | Compiling proc-macro2 v1.0.92 |
2174 | 2025-02-13T04:34:39.910Z | Dirty libc v0.2.169: the rustflags changed |
2175 | 2025-02-13T04:34:39.910Z | Compiling libc v0.2.169 |
2176 | 2025-02-13T04:34:39.910Z | Dirty cfg-if v1.0.0: the rustflags changed |
2177 | 2025-02-13T04:34:39.910Z | Compiling cfg-if v1.0.0 |
2178 | 2025-02-13T04:34:39.913Z | Dirty serde v1.0.217: the rustflags changed |
2179 | 2025-02-13T04:34:39.913Z | Compiling serde v1.0.217 |
2180 | 2025-02-13T04:34:39.913Z | Dirty autocfg v1.4.0: the rustflags changed |
2181 | 2025-02-13T04:34:39.913Z | Compiling autocfg v1.4.0 |
2182 | 2025-02-13T04:34:39.913Z | Dirty memchr v2.7.4: the rustflags changed |
2183 | 2025-02-13T04:34:39.913Z | Compiling memchr v2.7.4 |
2184 | 2025-02-13T04:34:39.913Z | Dirty version_check v0.9.5: the rustflags changed |
2185 | 2025-02-13T04:34:39.913Z | Compiling version_check v0.9.5 |
2186 | 2025-02-13T04:34:40.066Z | Running `/home/build/.rustup/toolchains/1.84.1-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.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=4cccf0258a34a011 -C extra-filename=-4cccf0258a34a011 --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` |
2187 | 2025-02-13T04:34:40.069Z | Running `/home/build/.rustup/toolchains/1.84.1-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=c23dfb9b1834c42c -C extra-filename=-c23dfb9b1834c42c --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` |
2188 | 2025-02-13T04:34:40.069Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/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=c04abb584c8d237c -C extra-filename=-c04abb584c8d237c --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-c04abb584c8d237c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2189 | 2025-02-13T04:34:40.069Z | Running `/home/build/.rustup/toolchains/1.84.1-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.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=6359c72ea392bf53 -C extra-filename=-6359c72ea392bf53 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-6359c72ea392bf53 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2190 | 2025-02-13T04:34:40.069Z | Running `/home/build/.rustup/toolchains/1.84.1-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.217/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=e087a56f788efa41 -C extra-filename=-e087a56f788efa41 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-e087a56f788efa41 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2191 | 2025-02-13T04:34:40.069Z | Running `/home/build/.rustup/toolchains/1.84.1-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=651510dbe869226e -C extra-filename=-651510dbe869226e --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 | 2025-02-13T04:34:40.069Z | Running `/home/build/.rustup/toolchains/1.84.1-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=29ea5ae14448e27c -C extra-filename=-29ea5ae14448e27c --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` |
2193 | 2025-02-13T04:34:40.069Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9e2df5937f592b1b -C extra-filename=-9e2df5937f592b1b --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` |
2194 | 2025-02-13T04:34:40.195Z | Dirty value-bag v1.9.0: the rustflags changed |
2195 | 2025-02-13T04:34:40.195Z | Compiling value-bag v1.9.0 |
2196 | 2025-02-13T04:34:40.198Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b6e05d3fb6289def -C extra-filename=-b6e05d3fb6289def --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` |
2197 | 2025-02-13T04:34:40.231Z | Dirty scopeguard v1.2.0: the rustflags changed |
2198 | 2025-02-13T04:34:40.231Z | Compiling scopeguard v1.2.0 |
2199 | 2025-02-13T04:34:40.235Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1a111238ae907d94 -C extra-filename=-1a111238ae907d94 --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` |
2200 | 2025-02-13T04:34:40.396Z | Dirty once_cell v1.20.2: the rustflags changed |
2201 | 2025-02-13T04:34:40.396Z | Compiling once_cell v1.20.2 |
2202 | 2025-02-13T04:34:40.400Z | Running `/home/build/.rustup/toolchains/1.84.1-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=4845f0240c4dfd51 -C extra-filename=-4845f0240c4dfd51 --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 | 2025-02-13T04:34:40.679Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-e087a56f788efa41/build-script-build` |
2204 | 2025-02-13T04:34:40.762Z | Dirty log v0.4.22: the rustflags changed |
2205 | 2025-02-13T04:34:40.762Z | Compiling log v0.4.22 |
2206 | 2025-02-13T04:34:40.765Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9e3a943cb0d1c1f7 -C extra-filename=-9e3a943cb0d1c1f7 --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-b6e05d3fb6289def.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2207 | 2025-02-13T04:34:40.793Z | Dirty itoa v1.0.11: the rustflags changed |
2208 | 2025-02-13T04:34:40.793Z | Compiling itoa v1.0.11 |
2209 | 2025-02-13T04:34:40.796Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9a423a21109b8870 -C extra-filename=-9a423a21109b8870 --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` |
2210 | 2025-02-13T04:34:40.820Z | Dirty smallvec v1.13.2: the rustflags changed |
2211 | 2025-02-13T04:34:40.820Z | Compiling smallvec v1.13.2 |
2212 | 2025-02-13T04:34:40.820Z | Running `/home/build/.rustup/toolchains/1.84.1-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=523e7ace5c258ae5 -C extra-filename=-523e7ace5c258ae5 --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` |
2213 | 2025-02-13T04:34:40.851Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-6359c72ea392bf53/build-script-build` |
2214 | 2025-02-13T04:34:40.874Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-c04abb584c8d237c/build-script-build` |
2215 | 2025-02-13T04:34:40.907Z | Dirty byteorder v1.5.0: the rustflags changed |
2216 | 2025-02-13T04:34:40.907Z | Compiling byteorder v1.5.0 |
2217 | 2025-02-13T04:34:40.912Z | Running `/home/build/.rustup/toolchains/1.84.1-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=74b89f0a9d262c25 -C extra-filename=-74b89f0a9d262c25 --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` |
2218 | 2025-02-13T04:34:40.965Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-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=98124fae94d5c163 -C extra-filename=-98124fae94d5c163 --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_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --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"))'` |
2219 | 2025-02-13T04:34:41.027Z | Dirty pin-project-lite v0.2.14: the rustflags changed |
2220 | 2025-02-13T04:34:41.027Z | Compiling pin-project-lite v0.2.14 |
2221 | 2025-02-13T04:34:41.030Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a964f36d52583bc5 -C extra-filename=-a964f36d52583bc5 --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` |
2222 | 2025-02-13T04:34:41.080Z | Dirty lock_api v0.4.12: the rustflags changed |
2223 | 2025-02-13T04:34:41.080Z | Compiling lock_api v0.4.12 |
2224 | 2025-02-13T04:34:41.083Z | Running `/home/build/.rustup/toolchains/1.84.1-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=c0f7be440e4b09cd -C extra-filename=-c0f7be440e4b09cd --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-c0f7be440e4b09cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-29ea5ae14448e27c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2225 | 2025-02-13T04:34:41.184Z | Dirty subtle v2.6.1: the rustflags changed |
2226 | 2025-02-13T04:34:41.184Z | Compiling subtle v2.6.1 |
2227 | 2025-02-13T04:34:41.188Z | Running `/home/build/.rustup/toolchains/1.84.1-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=cd3435bf59c2a8e8 -C extra-filename=-cd3435bf59c2a8e8 --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` |
2228 | 2025-02-13T04:34:41.241Z | Dirty regex-syntax v0.8.5: the rustflags changed |
2229 | 2025-02-13T04:34:41.241Z | Compiling regex-syntax v0.8.5 |
2230 | 2025-02-13T04:34:41.281Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ced6c94c643c21ab -C extra-filename=-ced6c94c643c21ab --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` |
2231 | 2025-02-13T04:34:41.318Z | Running `/home/build/.rustup/toolchains/1.84.1-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.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=4d4bc9df8ee17d9f -C extra-filename=-4d4bc9df8ee17d9f --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-4cccf0258a34a011.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)'` |
2232 | 2025-02-13T04:34:41.361Z | Dirty ryu v1.0.18: the rustflags changed |
2233 | 2025-02-13T04:34:41.361Z | Compiling ryu v1.0.18 |
2234 | 2025-02-13T04:34:41.365Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e1e604a67354d101 -C extra-filename=-e1e604a67354d101 --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` |
2235 | 2025-02-13T04:34:41.457Z | Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-c0f7be440e4b09cd/build-script-build` |
2236 | 2025-02-13T04:34:41.544Z | Dirty shlex v1.3.0: the rustflags changed |
2237 | 2025-02-13T04:34:41.544Z | Compiling shlex v1.3.0 |
2238 | 2025-02-13T04:34:41.546Z | Running `/home/build/.rustup/toolchains/1.84.1-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=51341e54dff1b71e -C extra-filename=-51341e54dff1b71e --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` |
2239 | 2025-02-13T04:34:41.570Z | Dirty aho-corasick v1.1.3: the rustflags changed |
2240 | 2025-02-13T04:34:41.570Z | Compiling aho-corasick v1.1.3 |
2241 | 2025-02-13T04:34:41.573Z | Running `/home/build/.rustup/toolchains/1.84.1-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=de1c658e28500186 -C extra-filename=-de1c658e28500186 --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-9e2df5937f592b1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2242 | 2025-02-13T04:34:41.597Z | Dirty allocator-api2 v0.2.18: the rustflags changed |
2243 | 2025-02-13T04:34:41.598Z | Compiling allocator-api2 v0.2.18 |
2244 | 2025-02-13T04:34:41.600Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b45c821c6b278f40 -C extra-filename=-b45c821c6b278f40 --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` |
2245 | 2025-02-13T04:34:41.623Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1fd3eced1389565d -C extra-filename=-1fd3eced1389565d --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-1a111238ae907d94.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound` |
2246 | 2025-02-13T04:34:41.719Z | Dirty libm v0.2.8: the rustflags changed |
2247 | 2025-02-13T04:34:41.720Z | Compiling libm v0.2.8 |
2248 | 2025-02-13T04:34:41.723Z | Running `/home/build/.rustup/toolchains/1.84.1-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=78758852f6b4c234 -C extra-filename=-78758852f6b4c234 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-78758852f6b4c234 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2249 | 2025-02-13T04:34:41.912Z | Dirty num-traits v0.2.19: the rustflags changed |
2250 | 2025-02-13T04:34:41.912Z | Compiling num-traits v0.2.19 |
2251 | 2025-02-13T04:34:41.931Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2c9b6c602244218d -C extra-filename=-2c9b6c602244218d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-2c9b6c602244218d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-29ea5ae14448e27c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2252 | 2025-02-13T04:34:42.063Z | Dirty quote v1.0.38: the rustflags changed |
2253 | 2025-02-13T04:34:42.063Z | Compiling quote v1.0.38 |
2254 | 2025-02-13T04:34:42.066Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=03a73c893e8cdf2e -C extra-filename=-03a73c893e8cdf2e --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-4d4bc9df8ee17d9f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2255 | 2025-02-13T04:34:42.137Z | Dirty getrandom v0.2.15: the rustflags changed |
2256 | 2025-02-13T04:34:42.137Z | Compiling getrandom v0.2.15 |
2257 | 2025-02-13T04:34:42.141Z | Running `/home/build/.rustup/toolchains/1.84.1-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=3f8adeb94da17152 -C extra-filename=-3f8adeb94da17152 --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-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2258 | 2025-02-13T04:34:42.248Z | Dirty jobserver v0.1.32: the rustflags changed |
2259 | 2025-02-13T04:34:42.248Z | Compiling jobserver v0.1.32 |
2260 | 2025-02-13T04:34:42.277Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d21ea09190f823cc -C extra-filename=-d21ea09190f823cc --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2261 | 2025-02-13T04:34:42.284Z | Running `/work/oxidecomputer/omicron/target/debug/build/libm-78758852f6b4c234/build-script-build` |
2262 | 2025-02-13T04:34:42.323Z | Dirty parking_lot_core v0.9.10: the rustflags changed |
2263 | 2025-02-13T04:34:42.324Z | Compiling parking_lot_core v0.9.10 |
2264 | 2025-02-13T04:34:42.326Z | Running `/home/build/.rustup/toolchains/1.84.1-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=fb50d7f25c6480b9 -C extra-filename=-fb50d7f25c6480b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-fb50d7f25c6480b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2265 | 2025-02-13T04:34:42.355Z | Dirty typenum v1.17.0: the rustflags changed |
2266 | 2025-02-13T04:34:42.355Z | Compiling typenum v1.17.0 |
2267 | 2025-02-13T04:34:42.392Z | Running `/home/build/.rustup/toolchains/1.84.1-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=0b6ad497db06c466 -C extra-filename=-0b6ad497db06c466 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-0b6ad497db06c466 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2268 | 2025-02-13T04:34:42.541Z | Dirty syn v2.0.96: the rustflags changed |
2269 | 2025-02-13T04:34:42.541Z | Compiling syn v2.0.96 |
2270 | 2025-02-13T04:34:42.585Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.96/src/lib.rs --error-format=json --json=diagnostic-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=bfdfb291ff7edac1 -C extra-filename=-bfdfb291ff7edac1 --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-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-4cccf0258a34a011.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2271 | 2025-02-13T04:34:42.717Z | Dirty rand_core v0.6.4: the rustflags changed |
2272 | 2025-02-13T04:34:42.717Z | Compiling rand_core v0.6.4 |
2273 | 2025-02-13T04:34:42.722Z | Running `/home/build/.rustup/toolchains/1.84.1-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=eee51480251de44e -C extra-filename=-eee51480251de44e --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-3f8adeb94da17152.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2274 | 2025-02-13T04:34:42.776Z | Dirty cc v1.1.30: the rustflags changed |
2275 | 2025-02-13T04:34:42.776Z | Compiling cc v1.1.30 |
2276 | 2025-02-13T04:34:42.779Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d29a84348bd9210f -C extra-filename=-d29a84348bd9210f --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-d21ea09190f823cc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-51341e54dff1b71e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2277 | 2025-02-13T04:34:42.860Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-fb50d7f25c6480b9/build-script-build` |
2278 | 2025-02-13T04:34:42.879Z | Running `/home/build/.rustup/toolchains/1.84.1-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=5e88d2d671dfc9ee -C extra-filename=-5e88d2d671dfc9ee --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` |
2279 | 2025-02-13T04:34:43.097Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-2c9b6c602244218d/build-script-build` |
2280 | 2025-02-13T04:34:43.295Z | Dirty generic-array v0.14.7: the rustflags changed |
2281 | 2025-02-13T04:34:43.295Z | Compiling generic-array v0.14.7 |
2282 | 2025-02-13T04:34:43.298Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e76bfa2267ad8456 -C extra-filename=-e76bfa2267ad8456 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-e76bfa2267ad8456 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2283 | 2025-02-13T04:34:43.325Z | Running `/home/build/.rustup/toolchains/1.84.1-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=fc52cdce64bf713d -C extra-filename=-fc52cdce64bf713d --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-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2284 | 2025-02-13T04:34:43.395Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-0b6ad497db06c466/build-script-main` |
2285 | 2025-02-13T04:34:43.590Z | Running `/home/build/.rustup/toolchains/1.84.1-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=35c09d922ee07e63 -C extra-filename=-35c09d922ee07e63 --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` |
2286 | 2025-02-13T04:34:43.682Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-e76bfa2267ad8456/build-script-build` |
2287 | 2025-02-13T04:34:43.766Z | Dirty serde_json v1.0.135: the rustflags changed |
2288 | 2025-02-13T04:34:43.766Z | Compiling serde_json v1.0.135 |
2289 | 2025-02-13T04:34:43.771Z | Running `/home/build/.rustup/toolchains/1.84.1-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.135/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=7fee368e2b58145b -C extra-filename=-7fee368e2b58145b --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-7fee368e2b58145b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2290 | 2025-02-13T04:34:43.899Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2208e32e65bcc912 -C extra-filename=-2208e32e65bcc912 --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-5e88d2d671dfc9ee.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)'` |
2291 | 2025-02-13T04:34:44.162Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-7fee368e2b58145b/build-script-build` |
2292 | 2025-02-13T04:34:44.196Z | Dirty parking_lot v0.12.3: the rustflags changed |
2293 | 2025-02-13T04:34:44.196Z | Compiling parking_lot v0.12.3 |
2294 | 2025-02-13T04:34:44.199Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d0a2976a5e19212f -C extra-filename=-d0a2976a5e19212f --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-1fd3eced1389565d.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-fc52cdce64bf713d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2295 | 2025-02-13T04:34:44.232Z | Dirty thiserror v1.0.69: the rustflags changed |
2296 | 2025-02-13T04:34:44.232Z | Compiling thiserror v1.0.69 |
2297 | 2025-02-13T04:34:44.236Z | Running `/home/build/.rustup/toolchains/1.84.1-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.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=27b012f45503fc93 -C extra-filename=-27b012f45503fc93 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-27b012f45503fc93 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2298 | 2025-02-13T04:34:44.750Z | Dirty regex-automata v0.4.8: the rustflags changed |
2299 | 2025-02-13T04:34:44.750Z | Compiling regex-automata v0.4.8 |
2300 | 2025-02-13T04:34:44.753Z | Running `/home/build/.rustup/toolchains/1.84.1-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=770f979620de861d -C extra-filename=-770f979620de861d --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-de1c658e28500186.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2301 | 2025-02-13T04:34:44.921Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-27b012f45503fc93/build-script-build` |
2302 | 2025-02-13T04:34:45.030Z | Dirty signal-hook-registry v1.4.2: the rustflags changed |
2303 | 2025-02-13T04:34:45.030Z | Compiling signal-hook-registry v1.4.2 |
2304 | 2025-02-13T04:34:45.033Z | Running `/home/build/.rustup/toolchains/1.84.1-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=5ef8bd89a825837a -C extra-filename=-5ef8bd89a825837a --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2305 | 2025-02-13T04:34:45.368Z | Dirty rustix v0.38.37: the rustflags changed |
2306 | 2025-02-13T04:34:45.368Z | Compiling rustix v0.38.37 |
2307 | 2025-02-13T04:34:45.373Z | Running `/home/build/.rustup/toolchains/1.84.1-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 --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=8961df1009dcb5a0 -C extra-filename=-8961df1009dcb5a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-8961df1009dcb5a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2308 | 2025-02-13T04:34:45.600Z | Dirty futures-core v0.3.31: the rustflags changed |
2309 | 2025-02-13T04:34:45.600Z | Compiling futures-core v0.3.31 |
2310 | 2025-02-13T04:34:45.603Z | Running `/home/build/.rustup/toolchains/1.84.1-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 --check-cfg 'cfg(futures_sanitizer)' --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"))' -C metadata=c05ca62951efc497 -C extra-filename=-c05ca62951efc497 --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` |
2311 | 2025-02-13T04:34:45.724Z | Dirty errno v0.3.9: the rustflags changed |
2312 | 2025-02-13T04:34:45.724Z | Compiling errno v0.3.9 |
2313 | 2025-02-13T04:34:45.726Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b44cd738e245d137 -C extra-filename=-b44cd738e245d137 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2314 | 2025-02-13T04:34:45.887Z | Dirty fnv v1.0.7: the rustflags changed |
2315 | 2025-02-13T04:34:45.887Z | Compiling fnv v1.0.7 |
2316 | 2025-02-13T04:34:45.890Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b60aa3e5c1a51a0c -C extra-filename=-b60aa3e5c1a51a0c --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` |
2317 | 2025-02-13T04:34:46.026Z | Dirty foldhash v0.1.3: the rustflags changed |
2318 | 2025-02-13T04:34:46.026Z | Compiling foldhash v0.1.3 |
2319 | 2025-02-13T04:34:46.029Z | Running `/home/build/.rustup/toolchains/1.84.1-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=c8eda6a7bedf45bb -C extra-filename=-c8eda6a7bedf45bb --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` |
2320 | 2025-02-13T04:34:46.063Z | Dirty equivalent v1.0.1: the rustflags changed |
2321 | 2025-02-13T04:34:46.063Z | Compiling equivalent v1.0.1 |
2322 | 2025-02-13T04:34:46.067Z | Running `/home/build/.rustup/toolchains/1.84.1-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=32e8526ccf4b2e07 -C extra-filename=-32e8526ccf4b2e07 --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` |
2323 | 2025-02-13T04:34:46.125Z | Dirty mio v1.0.2: the rustflags changed |
2324 | 2025-02-13T04:34:46.125Z | Compiling mio v1.0.2 |
2325 | 2025-02-13T04:34:46.128Z | Running `/home/build/.rustup/toolchains/1.84.1-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 --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=54e9ea84e5904ad8 -C extra-filename=-54e9ea84e5904ad8 --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-98124fae94d5c163.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2326 | 2025-02-13T04:34:46.215Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-8961df1009dcb5a0/build-script-build` |
2327 | 2025-02-13T04:34:46.220Z | Dirty spin v0.9.8: the rustflags changed |
2328 | 2025-02-13T04:34:46.220Z | Compiling spin v0.9.8 |
2329 | 2025-02-13T04:34:46.222Z | Running `/home/build/.rustup/toolchains/1.84.1-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=c5b6290600ecc6a6 -C extra-filename=-c5b6290600ecc6a6 --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-1fd3eced1389565d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2330 | 2025-02-13T04:34:46.351Z | Dirty hashbrown v0.15.1: the rustflags changed |
2331 | 2025-02-13T04:34:46.351Z | Compiling hashbrown v0.15.1 |
2332 | 2025-02-13T04:34:46.355Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=31ee59d8d287bfdb -C extra-filename=-31ee59d8d287bfdb --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-b45c821c6b278f40.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-32e8526ccf4b2e07.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-c8eda6a7bedf45bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2333 | 2025-02-13T04:34:46.394Z | Dirty either v1.13.0: the rustflags changed |
2334 | 2025-02-13T04:34:46.394Z | Compiling either v1.13.0 |
2335 | 2025-02-13T04:34:46.442Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e6d980dfe6eef5ca -C extra-filename=-e6d980dfe6eef5ca --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` |
2336 | 2025-02-13T04:34:46.534Z | Dirty socket2 v0.5.7: the rustflags changed |
2337 | 2025-02-13T04:34:46.534Z | Compiling socket2 v0.5.7 |
2338 | 2025-02-13T04:34:46.560Z | Running `/home/build/.rustup/toolchains/1.84.1-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=3708a886d7c8b7f1 -C extra-filename=-3708a886d7c8b7f1 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2339 | 2025-02-13T04:34:46.583Z | Dirty const-oid v0.9.6: the rustflags changed |
2340 | 2025-02-13T04:34:46.583Z | Compiling const-oid v0.9.6 |
2341 | 2025-02-13T04:34:46.586Z | Running `/home/build/.rustup/toolchains/1.84.1-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=dedac17a1c4aee37 -C extra-filename=-dedac17a1c4aee37 --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` |
2342 | 2025-02-13T04:34:46.816Z | Dirty slab v0.4.9: the rustflags changed |
2343 | 2025-02-13T04:34:46.816Z | Compiling slab v0.4.9 |
2344 | 2025-02-13T04:34:46.819Z | Running `/home/build/.rustup/toolchains/1.84.1-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=dd88cfe55b458e79 -C extra-filename=-dd88cfe55b458e79 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-dd88cfe55b458e79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-29ea5ae14448e27c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2345 | 2025-02-13T04:34:47.145Z | Dirty futures-io v0.3.31: the rustflags changed |
2346 | 2025-02-13T04:34:47.145Z | Compiling futures-io v0.3.31 |
2347 | 2025-02-13T04:34:47.148Z | Running `/home/build/.rustup/toolchains/1.84.1-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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=9401d9aa714ffd2e -C extra-filename=-9401d9aa714ffd2e --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` |
2348 | 2025-02-13T04:34:47.211Z | Running `/work/oxidecomputer/omicron/target/debug/build/slab-dd88cfe55b458e79/build-script-build` |
2349 | 2025-02-13T04:34:47.241Z | Dirty heck v0.5.0: the rustflags changed |
2350 | 2025-02-13T04:34:47.242Z | Compiling heck v0.5.0 |
2351 | 2025-02-13T04:34:47.264Z | Running `/home/build/.rustup/toolchains/1.84.1-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=6782a03443fe5f3d -C extra-filename=-6782a03443fe5f3d --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` |
2352 | 2025-02-13T04:34:47.404Z | Running `/home/build/.rustup/toolchains/1.84.1-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=5ff6f1baf5ed1f82 -C extra-filename=-5ff6f1baf5ed1f82 --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` |
2353 | 2025-02-13T04:34:47.432Z | Dirty lazy_static v1.5.0: the rustflags changed |
2354 | 2025-02-13T04:34:47.432Z | Compiling lazy_static v1.5.0 |
2355 | 2025-02-13T04:34:47.436Z | Running `/home/build/.rustup/toolchains/1.84.1-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=28551293923de3d0 -C extra-filename=-28551293923de3d0 --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-c5b6290600ecc6a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2356 | 2025-02-13T04:34:47.471Z | Dirty pkg-config v0.3.31: the rustflags changed |
2357 | 2025-02-13T04:34:47.471Z | Compiling pkg-config v0.3.31 |
2358 | 2025-02-13T04:34:47.474Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d02968f2dd606dcf -C extra-filename=-d02968f2dd606dcf --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` |
2359 | 2025-02-13T04:34:47.542Z | Dirty cpufeatures v0.2.14: the rustflags changed |
2360 | 2025-02-13T04:34:47.542Z | Compiling cpufeatures v0.2.14 |
2361 | 2025-02-13T04:34:47.545Z | Running `/home/build/.rustup/toolchains/1.84.1-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=102875690d2c1cd3 -C extra-filename=-102875690d2c1cd3 --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` |
2362 | 2025-02-13T04:34:47.578Z | Dirty semver v1.0.24: the rustflags changed |
2363 | 2025-02-13T04:34:47.578Z | Compiling semver v1.0.24 |
2364 | 2025-02-13T04:34:47.582Z | Running `/home/build/.rustup/toolchains/1.84.1-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.24/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=d50f74b9b05ecc20 -C extra-filename=-d50f74b9b05ecc20 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-d50f74b9b05ecc20 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2365 | 2025-02-13T04:34:47.660Z | Dirty iana-time-zone v0.1.61: the rustflags changed |
2366 | 2025-02-13T04:34:47.660Z | Compiling iana-time-zone v0.1.61 |
2367 | 2025-02-13T04:34:47.663Z | Running `/home/build/.rustup/toolchains/1.84.1-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=33788f39c7e66925 -C extra-filename=-33788f39c7e66925 --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` |
2368 | 2025-02-13T04:34:47.689Z | Dirty futures-sink v0.3.31: the rustflags changed |
2369 | 2025-02-13T04:34:47.689Z | Compiling futures-sink v0.3.31 |
2370 | 2025-02-13T04:34:47.730Z | Running `/home/build/.rustup/toolchains/1.84.1-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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=df31fc6f5cf3f7c2 -C extra-filename=-df31fc6f5cf3f7c2 --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` |
2371 | 2025-02-13T04:34:47.757Z | Dirty stable_deref_trait v1.2.0: the rustflags changed |
2372 | 2025-02-13T04:34:47.757Z | Compiling stable_deref_trait v1.2.0 |
2373 | 2025-02-13T04:34:47.760Z | Running `/home/build/.rustup/toolchains/1.84.1-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9f26f3088f0bc054 -C extra-filename=-9f26f3088f0bc054 --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` |
2374 | 2025-02-13T04:34:47.864Z | Dirty pin-utils v0.1.0: the rustflags changed |
2375 | 2025-02-13T04:34:47.864Z | Compiling pin-utils v0.1.0 |
2376 | 2025-02-13T04:34:47.870Z | Running `/home/build/.rustup/toolchains/1.84.1-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=adfca7acc6d3ae3e -C extra-filename=-adfca7acc6d3ae3e --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` |
2377 | 2025-02-13T04:34:47.895Z | Dirty futures-channel v0.3.31: the rustflags changed |
2378 | 2025-02-13T04:34:47.895Z | Compiling futures-channel v0.3.31 |
2379 | 2025-02-13T04:34:47.898Z | Running `/home/build/.rustup/toolchains/1.84.1-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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=e40d3acaa8c64724 -C extra-filename=-e40d3acaa8c64724 --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-c05ca62951efc497.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2380 | 2025-02-13T04:34:47.979Z | Dirty futures-task v0.3.31: the rustflags changed |
2381 | 2025-02-13T04:34:47.979Z | Compiling futures-task v0.3.31 |
2382 | 2025-02-13T04:34:47.982Z | Running `/home/build/.rustup/toolchains/1.84.1-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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=5eeebcf6478b2c1e -C extra-filename=-5eeebcf6478b2c1e --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` |
2383 | 2025-02-13T04:34:48.047Z | Dirty schemars v0.8.21: the rustflags changed |
2384 | 2025-02-13T04:34:48.047Z | Compiling schemars v0.8.21 |
2385 | 2025-02-13T04:34:48.079Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a44c146bfd8b0c3f -C extra-filename=-a44c146bfd8b0c3f --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-a44c146bfd8b0c3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2386 | 2025-02-13T04:34:48.154Z | Running `/work/oxidecomputer/omicron/target/debug/build/semver-d50f74b9b05ecc20/build-script-build` |
2387 | 2025-02-13T04:34:48.237Z | Dirty dyn-clone v1.0.17: the rustflags changed |
2388 | 2025-02-13T04:34:48.237Z | Compiling dyn-clone v1.0.17 |
2389 | 2025-02-13T04:34:48.237Z | Running `/home/build/.rustup/toolchains/1.84.1-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=8e90f2becdfd8242 -C extra-filename=-8e90f2becdfd8242 --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` |
2390 | 2025-02-13T04:34:48.291Z | Dirty tracing-core v0.1.32: the rustflags changed |
2391 | 2025-02-13T04:34:48.291Z | Compiling tracing-core v0.1.32 |
2392 | 2025-02-13T04:34:48.315Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d5b209d8ac10ab0a -C extra-filename=-d5b209d8ac10ab0a --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-4845f0240c4dfd51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2393 | 2025-02-13T04:34:48.326Z | Dirty glob v0.3.2: the rustflags changed |
2394 | 2025-02-13T04:34:48.326Z | Compiling glob v0.3.2 |
2395 | 2025-02-13T04:34:48.329Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ffd69303710b75ae -C extra-filename=-ffd69303710b75ae --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` |
2396 | 2025-02-13T04:34:48.456Z | Dirty home v0.5.9: the rustflags changed |
2397 | 2025-02-13T04:34:48.456Z | Compiling home v0.5.9 |
2398 | 2025-02-13T04:34:48.459Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2caee24cfb5087dd -C extra-filename=-2caee24cfb5087dd --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` |
2399 | 2025-02-13T04:34:48.459Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-a44c146bfd8b0c3f/build-script-build` |
2400 | 2025-02-13T04:34:48.522Z | Dirty syn v1.0.109: the rustflags changed |
2401 | 2025-02-13T04:34:48.522Z | Compiling syn v1.0.109 |
2402 | 2025-02-13T04:34:48.525Z | Running `/home/build/.rustup/toolchains/1.84.1-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=3a80aa8a5296695d -C extra-filename=-3a80aa8a5296695d --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-3a80aa8a5296695d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2403 | 2025-02-13T04:34:48.615Z | Dirty minimal-lexical v0.2.1: the rustflags changed |
2404 | 2025-02-13T04:34:48.615Z | Compiling minimal-lexical v0.2.1 |
2405 | 2025-02-13T04:34:48.618Z | Running `/home/build/.rustup/toolchains/1.84.1-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=60223cf7ff6d447e -C extra-filename=-60223cf7ff6d447e --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` |
2406 | 2025-02-13T04:34:48.713Z | Dirty writeable v0.5.5: the rustflags changed |
2407 | 2025-02-13T04:34:48.713Z | Compiling writeable v0.5.5 |
2408 | 2025-02-13T04:34:48.716Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=138daf9e04392228 -C extra-filename=-138daf9e04392228 --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` |
2409 | 2025-02-13T04:34:48.763Z | Dirty litemap v0.7.3: the rustflags changed |
2410 | 2025-02-13T04:34:48.763Z | Compiling litemap v0.7.3 |
2411 | 2025-02-13T04:34:48.766Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litemap-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=70a0a27cce91c0ea -C extra-filename=-70a0a27cce91c0ea --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` |
2412 | 2025-02-13T04:34:49.141Z | Dirty nom v7.1.3: the rustflags changed |
2413 | 2025-02-13T04:34:49.141Z | Compiling nom v7.1.3 |
2414 | 2025-02-13T04:34:49.143Z | Running `/home/build/.rustup/toolchains/1.84.1-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=16454c047756183f -C extra-filename=-16454c047756183f --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-9e2df5937f592b1b.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-60223cf7ff6d447e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2415 | 2025-02-13T04:34:49.170Z | Dirty clang-sys v1.8.1: the rustflags changed |
2416 | 2025-02-13T04:34:49.170Z | Compiling clang-sys v1.8.1 |
2417 | 2025-02-13T04:34:49.172Z | Dirty percent-encoding v2.3.1: the rustflags changed |
2418 | 2025-02-13T04:34:49.172Z | Compiling percent-encoding v2.3.1 |
2419 | 2025-02-13T04:34:49.195Z | Running `/home/build/.rustup/toolchains/1.84.1-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=69eb431b2c461bdb -C extra-filename=-69eb431b2c461bdb --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-69eb431b2c461bdb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2420 | 2025-02-13T04:34:49.198Z | Running `/home/build/.rustup/toolchains/1.84.1-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=5386e076faaa6b73 -C extra-filename=-5386e076faaa6b73 --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` |
2421 | 2025-02-13T04:34:49.220Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-3a80aa8a5296695d/build-script-build` |
2422 | 2025-02-13T04:34:49.271Z | Dirty vcpkg v0.2.15: the rustflags changed |
2423 | 2025-02-13T04:34:49.271Z | Compiling vcpkg v0.2.15 |
2424 | 2025-02-13T04:34:49.301Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7dbf9c9cbde54d96 -C extra-filename=-7dbf9c9cbde54d96 --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` |
2425 | 2025-02-13T04:34:49.341Z | Running `/home/build/.rustup/toolchains/1.84.1-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=354642de07ee916c -C extra-filename=-354642de07ee916c --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-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-4cccf0258a34a011.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests` |
2426 | 2025-02-13T04:34:49.490Z | Dirty prettyplease v0.2.25: the rustflags changed |
2427 | 2025-02-13T04:34:49.490Z | Compiling prettyplease v0.2.25 |
2428 | 2025-02-13T04:34:49.494Z | Running `/home/build/.rustup/toolchains/1.84.1-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.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=1654639186ba9cb7 -C extra-filename=-1654639186ba9cb7 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-1654639186ba9cb7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2429 | 2025-02-13T04:34:49.521Z | Dirty icu_locid_transform_data v1.5.0: the rustflags changed |
2430 | 2025-02-13T04:34:49.521Z | Compiling icu_locid_transform_data v1.5.0 |
2431 | 2025-02-13T04:34:49.524Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d8dd7e43ffbd77d -C extra-filename=-3d8dd7e43ffbd77d --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 | 2025-02-13T04:34:49.650Z | Dirty synstructure v0.13.1: the rustflags changed |
2433 | 2025-02-13T04:34:49.650Z | Compiling synstructure v0.13.1 |
2434 | 2025-02-13T04:34:49.653Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=5c5b978f45f4b4e4 -C extra-filename=-5c5b978f45f4b4e4 --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-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2435 | 2025-02-13T04:34:49.902Z | Dirty regex v1.11.1: the rustflags changed |
2436 | 2025-02-13T04:34:49.902Z | Compiling regex v1.11.1 |
2437 | 2025-02-13T04:34:49.927Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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=a13ffe7e09b6593c -C extra-filename=-a13ffe7e09b6593c --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-de1c658e28500186.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-770f979620de861d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2438 | 2025-02-13T04:34:49.933Z | Dirty serde_derive_internals v0.29.1: the rustflags changed |
2439 | 2025-02-13T04:34:49.933Z | Compiling serde_derive_internals v0.29.1 |
2440 | 2025-02-13T04:34:49.936Z | Running `/home/build/.rustup/toolchains/1.84.1-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=095c70e0d2f2fa84 -C extra-filename=-095c70e0d2f2fa84 --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-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2441 | 2025-02-13T04:34:50.950Z | Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-69eb431b2c461bdb/build-script-build` |
2442 | 2025-02-13T04:34:50.994Z | Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-1654639186ba9cb7/build-script-build` |
2443 | 2025-02-13T04:34:51.036Z | Dirty itertools v0.12.1: the rustflags changed |
2444 | 2025-02-13T04:34:51.036Z | Compiling itertools v0.12.1 |
2445 | 2025-02-13T04:34:51.041Z | Running `/home/build/.rustup/toolchains/1.84.1-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=c84561db85a4af0e -C extra-filename=-c84561db85a4af0e --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-e6d980dfe6eef5ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2446 | 2025-02-13T04:34:51.099Z | Dirty libloading v0.8.5: the rustflags changed |
2447 | 2025-02-13T04:34:51.099Z | Compiling libloading v0.8.5 |
2448 | 2025-02-13T04:34:51.102Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2b6d549b074fd972 -C extra-filename=-2b6d549b074fd972 --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-c23dfb9b1834c42c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2449 | 2025-02-13T04:34:51.126Z | Dirty crossbeam-utils v0.8.20: the rustflags changed |
2450 | 2025-02-13T04:34:51.126Z | Compiling crossbeam-utils v0.8.20 |
2451 | 2025-02-13T04:34:51.129Z | Running `/home/build/.rustup/toolchains/1.84.1-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=81bee40f0b574093 -C extra-filename=-81bee40f0b574093 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-81bee40f0b574093 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2452 | 2025-02-13T04:34:51.494Z | Dirty icu_properties_data v1.5.0: the rustflags changed |
2453 | 2025-02-13T04:34:51.494Z | Compiling icu_properties_data v1.5.0 |
2454 | 2025-02-13T04:34:51.497Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=95a94b4a11fa64c9 -C extra-filename=-95a94b4a11fa64c9 --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` |
2455 | 2025-02-13T04:34:51.738Z | Dirty bindgen v0.69.5: the rustflags changed |
2456 | 2025-02-13T04:34:51.738Z | Compiling bindgen v0.69.5 |
2457 | 2025-02-13T04:34:51.777Z | Running `/home/build/.rustup/toolchains/1.84.1-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=652f2bc72b2b1f9f -C extra-filename=-652f2bc72b2b1f9f --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-652f2bc72b2b1f9f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2458 | 2025-02-13T04:34:51.799Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-81bee40f0b574093/build-script-build` |
2459 | 2025-02-13T04:34:51.809Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1d989c77c83b9bb7 -C extra-filename=-1d989c77c83b9bb7 --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-ffd69303710b75ae.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-2b6d549b074fd972.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2460 | 2025-02-13T04:34:52.390Z | Dirty cexpr v0.6.0: the rustflags changed |
2461 | 2025-02-13T04:34:52.390Z | Compiling cexpr v0.6.0 |
2462 | 2025-02-13T04:34:52.406Z | Running `/home/build/.rustup/toolchains/1.84.1-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=51d9983af7803f0a -C extra-filename=-51d9983af7803f0a --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-16454c047756183f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2463 | 2025-02-13T04:34:52.537Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-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 --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=da00aef4f64584d9 -C extra-filename=-da00aef4f64584d9 --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-4d4bc9df8ee17d9f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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)'` |
2464 | 2025-02-13T04:34:52.652Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-652f2bc72b2b1f9f/build-script-build` |
2465 | 2025-02-13T04:34:52.692Z | Dirty form_urlencoded v1.2.1: the rustflags changed |
2466 | 2025-02-13T04:34:52.692Z | Compiling form_urlencoded v1.2.1 |
2467 | 2025-02-13T04:34:52.698Z | Running `/home/build/.rustup/toolchains/1.84.1-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=754279f5a7bc6973 -C extra-filename=-754279f5a7bc6973 --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-5386e076faaa6b73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2468 | 2025-02-13T04:34:53.034Z | Dirty ring v0.17.8: the rustflags changed |
2469 | 2025-02-13T04:34:53.034Z | Compiling ring v0.17.8 |
2470 | 2025-02-13T04:34:53.040Z | Running `/home/build/.rustup/toolchains/1.84.1-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=795558faa7316f20 -C extra-filename=-795558faa7316f20 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-795558faa7316f20 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2471 | 2025-02-13T04:34:53.913Z | Dirty rustc-hash v1.1.0: the rustflags changed |
2472 | 2025-02-13T04:34:53.913Z | Compiling rustc-hash v1.1.0 |
2473 | 2025-02-13T04:34:53.916Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9b51e2d24f557b9a -C extra-filename=-9b51e2d24f557b9a --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` |
2474 | 2025-02-13T04:34:54.037Z | Dirty paste v1.0.15: the rustflags changed |
2475 | 2025-02-13T04:34:54.037Z | Compiling paste v1.0.15 |
2476 | 2025-02-13T04:34:54.080Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e2f80161ab708a3c -C extra-filename=-e2f80161ab708a3c --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-e2f80161ab708a3c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2477 | 2025-02-13T04:34:54.099Z | Dirty write16 v1.0.0: the rustflags changed |
2478 | 2025-02-13T04:34:54.099Z | Compiling write16 v1.0.0 |
2479 | 2025-02-13T04:34:54.101Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=fa81fd2bd804ae46 -C extra-filename=-fa81fd2bd804ae46 --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` |
2480 | 2025-02-13T04:34:54.202Z | Dirty utf16_iter v1.0.5: the rustflags changed |
2481 | 2025-02-13T04:34:54.202Z | Compiling utf16_iter v1.0.5 |
2482 | 2025-02-13T04:34:54.204Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5c6adb06a7b4f5c4 -C extra-filename=-5c6adb06a7b4f5c4 --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` |
2483 | 2025-02-13T04:34:54.259Z | Dirty icu_normalizer_data v1.5.0: the rustflags changed |
2484 | 2025-02-13T04:34:54.259Z | Compiling icu_normalizer_data v1.5.0 |
2485 | 2025-02-13T04:34:54.261Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=35dcfc4910478321 -C extra-filename=-35dcfc4910478321 --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` |
2486 | 2025-02-13T04:34:54.384Z | Dirty utf8_iter v1.0.4: the rustflags changed |
2487 | 2025-02-13T04:34:54.384Z | Compiling utf8_iter v1.0.4 |
2488 | 2025-02-13T04:34:54.390Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aec5174429ef0d0e -C extra-filename=-aec5174429ef0d0e --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` |
2489 | 2025-02-13T04:34:54.434Z | Dirty adler2 v2.0.0: the rustflags changed |
2490 | 2025-02-13T04:34:54.434Z | Compiling adler2 v2.0.0 |
2491 | 2025-02-13T04:34:54.437Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7621c1ecddc6a876 -C extra-filename=-7621c1ecddc6a876 --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` |
2492 | 2025-02-13T04:34:54.590Z | Dirty lazycell v1.3.0: the rustflags changed |
2493 | 2025-02-13T04:34:54.590Z | Compiling lazycell v1.3.0 |
2494 | 2025-02-13T04:34:54.615Z | Running `/home/build/.rustup/toolchains/1.84.1-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=19368608bc6ea93f -C extra-filename=-19368608bc6ea93f --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` |
2495 | 2025-02-13T04:34:54.643Z | Dirty miniz_oxide v0.8.0: the rustflags changed |
2496 | 2025-02-13T04:34:54.643Z | Compiling miniz_oxide v0.8.0 |
2497 | 2025-02-13T04:34:54.669Z | Running `/home/build/.rustup/toolchains/1.84.1-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 --check-cfg 'cfg(fuzzing)' --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"))' -C metadata=d007f834b8c6d5bd -C extra-filename=-d007f834b8c6d5bd --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-7621c1ecddc6a876.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2498 | 2025-02-13T04:34:54.674Z | Running `/work/oxidecomputer/omicron/target/debug/build/paste-e2f80161ab708a3c/build-script-build` |
2499 | 2025-02-13T04:34:54.764Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-795558faa7316f20/build-script-build` |
2500 | 2025-02-13T04:34:54.795Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a8673a2dc205af2b -C extra-filename=-a8673a2dc205af2b --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)'` |
2501 | 2025-02-13T04:34:55.305Z | Dirty strsim v0.11.1: the rustflags changed |
2502 | 2025-02-13T04:34:55.305Z | Compiling strsim v0.11.1 |
2503 | 2025-02-13T04:34:55.308Z | Running `/home/build/.rustup/toolchains/1.84.1-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=61f3c6ea12215369 -C extra-filename=-61f3c6ea12215369 --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` |
2504 | 2025-02-13T04:34:55.337Z | Dirty serde_derive v1.0.217: the rustflags changed |
2505 | 2025-02-13T04:34:55.337Z | Compiling serde_derive v1.0.217 |
2506 | 2025-02-13T04:34:55.340Z | Running `/home/build/.rustup/toolchains/1.84.1-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.217/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=4f023b4ed277c51c -C extra-filename=-4f023b4ed277c51c --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2507 | 2025-02-13T04:34:55.697Z | Dirty zeroize_derive v1.4.2: the rustflags changed |
2508 | 2025-02-13T04:34:55.697Z | Compiling zeroize_derive v1.4.2 |
2509 | 2025-02-13T04:34:55.699Z | Running `/home/build/.rustup/toolchains/1.84.1-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=82559b4bcc6f1ce3 -C extra-filename=-82559b4bcc6f1ce3 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2510 | 2025-02-13T04:34:55.984Z | Dirty zerocopy-derive v0.7.35: the rustflags changed |
2511 | 2025-02-13T04:34:55.984Z | Compiling zerocopy-derive v0.7.35 |
2512 | 2025-02-13T04:34:55.986Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9118d562f8c2d2ed -C extra-filename=-9118d562f8c2d2ed --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2513 | 2025-02-13T04:34:56.049Z | Dirty thiserror-impl v1.0.69: the rustflags changed |
2514 | 2025-02-13T04:34:56.049Z | Compiling thiserror-impl v1.0.69 |
2515 | 2025-02-13T04:34:56.052Z | Dirty tokio-macros v2.5.0: the rustflags changed |
2516 | 2025-02-13T04:34:56.052Z | Compiling tokio-macros v2.5.0 |
2517 | 2025-02-13T04:34:56.052Z | Running `/home/build/.rustup/toolchains/1.84.1-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.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=70d5f7a28cdb1c6a -C extra-filename=-70d5f7a28cdb1c6a --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2518 | 2025-02-13T04:34:56.052Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2e81018b436d9cb3 -C extra-filename=-2e81018b436d9cb3 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2519 | 2025-02-13T04:34:57.363Z | Dirty zeroize v1.8.1: the rustflags changed |
2520 | 2025-02-13T04:34:57.363Z | Compiling zeroize v1.8.1 |
2521 | 2025-02-13T04:34:57.366Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7313163495826d9d -C extra-filename=-7313163495826d9d --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-82559b4bcc6f1ce3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2522 | 2025-02-13T04:34:57.703Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e3e034bbc733b83c -C extra-filename=-e3e034bbc733b83c --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-35c09d922ee07e63.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence` |
2523 | 2025-02-13T04:34:57.766Z | Dirty futures-macro v0.3.31: the rustflags changed |
2524 | 2025-02-13T04:34:57.766Z | Compiling futures-macro v0.3.31 |
2525 | 2025-02-13T04:34:57.768Z | Running `/home/build/.rustup/toolchains/1.84.1-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(futures_sanitizer)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=65b0519d6bcc26b2 -C extra-filename=-65b0519d6bcc26b2 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2526 | 2025-02-13T04:34:58.118Z | Dirty zerocopy v0.7.35: the rustflags changed |
2527 | 2025-02-13T04:34:58.118Z | Compiling zerocopy v0.7.35 |
2528 | 2025-02-13T04:34:58.121Z | Running `/home/build/.rustup/toolchains/1.84.1-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=cea30fa4edc352b1 -C extra-filename=-cea30fa4edc352b1 --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-74b89f0a9d262c25.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-9118d562f8c2d2ed.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2529 | 2025-02-13T04:34:58.960Z | Dirty crypto-common v0.1.6: the rustflags changed |
2530 | 2025-02-13T04:34:58.960Z | Compiling crypto-common v0.1.6 |
2531 | 2025-02-13T04:34:58.963Z | Running `/home/build/.rustup/toolchains/1.84.1-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=0dd2958e149b985e -C extra-filename=-0dd2958e149b985e --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-e3e034bbc733b83c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-35c09d922ee07e63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2532 | 2025-02-13T04:34:59.191Z | Dirty block-buffer v0.10.4: the rustflags changed |
2533 | 2025-02-13T04:34:59.191Z | Compiling block-buffer v0.10.4 |
2534 | 2025-02-13T04:34:59.195Z | Running `/home/build/.rustup/toolchains/1.84.1-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=4749bb0f0048bf7d -C extra-filename=-4749bb0f0048bf7d --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-e3e034bbc733b83c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2535 | 2025-02-13T04:34:59.209Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b94ca1f63b3b5648 -C extra-filename=-b94ca1f63b3b5648 --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-70d5f7a28cdb1c6a.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)'` |
2536 | 2025-02-13T04:34:59.354Z | Dirty ppv-lite86 v0.2.20: the rustflags changed |
2537 | 2025-02-13T04:34:59.354Z | Compiling ppv-lite86 v0.2.20 |
2538 | 2025-02-13T04:34:59.357Z | Running `/home/build/.rustup/toolchains/1.84.1-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=eebee1b9ab411b85 -C extra-filename=-eebee1b9ab411b85 --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-cea30fa4edc352b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2539 | 2025-02-13T04:34:59.465Z | Dirty digest v0.10.7: the rustflags changed |
2540 | 2025-02-13T04:34:59.465Z | Compiling digest v0.10.7 |
2541 | 2025-02-13T04:34:59.468Z | Dirty schemars_derive v0.8.21: the rustflags changed |
2542 | 2025-02-13T04:34:59.468Z | Compiling schemars_derive v0.8.21 |
2543 | 2025-02-13T04:34:59.468Z | Running `/home/build/.rustup/toolchains/1.84.1-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=c1a84befa7c7dca3 -C extra-filename=-c1a84befa7c7dca3 --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-4749bb0f0048bf7d.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-dedac17a1c4aee37.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-0dd2958e149b985e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2544 | 2025-02-13T04:34:59.468Z | Running `/home/build/.rustup/toolchains/1.84.1-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=3376568a07e05711 -C extra-filename=-3376568a07e05711 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-095c70e0d2f2fa84.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2545 | 2025-02-13T04:34:59.803Z | Dirty futures-util v0.3.31: the rustflags changed |
2546 | 2025-02-13T04:34:59.803Z | Compiling futures-util v0.3.31 |
2547 | 2025-02-13T04:34:59.806Z | Running `/home/build/.rustup/toolchains/1.84.1-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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=4a9c8f39d18c879d -C extra-filename=-4a9c8f39d18c879d --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-e40d3acaa8c64724.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-65b0519d6bcc26b2.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5eeebcf6478b2c1e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-adfca7acc6d3ae3e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5ff6f1baf5ed1f82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2548 | 2025-02-13T04:34:59.909Z | Dirty zerofrom-derive v0.1.4: the rustflags changed |
2549 | 2025-02-13T04:34:59.909Z | Compiling zerofrom-derive v0.1.4 |
2550 | 2025-02-13T04:34:59.911Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerofrom-derive-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=893ddf2ac22757a8 -C extra-filename=-893ddf2ac22757a8 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-5c5b978f45f4b4e4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2551 | 2025-02-13T04:35:00.137Z | Dirty rand_chacha v0.3.1: the rustflags changed |
2552 | 2025-02-13T04:35:00.137Z | Compiling rand_chacha v0.3.1 |
2553 | 2025-02-13T04:35:00.140Z | Running `/home/build/.rustup/toolchains/1.84.1-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=3b8940648d2e967c -C extra-filename=-3b8940648d2e967c --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-eebee1b9ab411b85.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2554 | 2025-02-13T04:35:00.285Z | Dirty tracing-attributes v0.1.27: the rustflags changed |
2555 | 2025-02-13T04:35:00.285Z | Compiling tracing-attributes v0.1.27 |
2556 | 2025-02-13T04:35:00.288Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a5c1a1e3593f0c95 -C extra-filename=-a5c1a1e3593f0c95 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2557 | 2025-02-13T04:35:01.432Z | Dirty yoke-derive v0.7.4: the rustflags changed |
2558 | 2025-02-13T04:35:01.432Z | Compiling yoke-derive v0.7.4 |
2559 | 2025-02-13T04:35:01.456Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yoke-derive-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6ce7f991aaa4384 -C extra-filename=-a6ce7f991aaa4384 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-5c5b978f45f4b4e4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2560 | 2025-02-13T04:35:02.299Z | Dirty rand v0.8.5: the rustflags changed |
2561 | 2025-02-13T04:35:02.299Z | Compiling rand v0.8.5 |
2562 | 2025-02-13T04:35:02.302Z | Running `/home/build/.rustup/toolchains/1.84.1-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=c3129600c9e77746 -C extra-filename=-c3129600c9e77746 --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-98124fae94d5c163.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-3b8940648d2e967c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2563 | 2025-02-13T04:35:02.572Z | Dirty zerovec-derive v0.10.3: the rustflags changed |
2564 | 2025-02-13T04:35:02.572Z | Compiling zerovec-derive v0.10.3 |
2565 | 2025-02-13T04:35:02.619Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c5da877b3298f540 -C extra-filename=-c5da877b3298f540 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2566 | 2025-02-13T04:35:02.719Z | Dirty displaydoc v0.2.5: the rustflags changed |
2567 | 2025-02-13T04:35:02.719Z | Compiling displaydoc v0.2.5 |
2568 | 2025-02-13T04:35:02.722Z | Running `/home/build/.rustup/toolchains/1.84.1-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=5f846104cef4c9b4 -C extra-filename=-5f846104cef4c9b4 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2569 | 2025-02-13T04:35:03.166Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-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=b6795449d4b8cccb -C extra-filename=-b6795449d4b8cccb --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-4f023b4ed277c51c.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)'` |
2570 | 2025-02-13T04:35:03.860Z | Dirty zerofrom v0.1.4: the rustflags changed |
2571 | 2025-02-13T04:35:03.860Z | Compiling zerofrom v0.1.4 |
2572 | 2025-02-13T04:35:03.863Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerofrom-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=20757552e09da338 -C extra-filename=-20757552e09da338 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom_derive-893ddf2ac22757a8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2573 | 2025-02-13T04:35:03.901Z | Dirty tracing v0.1.40: the rustflags changed |
2574 | 2025-02-13T04:35:03.901Z | Compiling tracing v0.1.40 |
2575 | 2025-02-13T04:35:03.940Z | Running `/home/build/.rustup/toolchains/1.84.1-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=fad0b88b91026579 -C extra-filename=-fad0b88b91026579 --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-9e3a943cb0d1c1f7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-a5c1a1e3593f0c95.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-d5b209d8ac10ab0a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2576 | 2025-02-13T04:35:04.123Z | Dirty icu_provider_macros v1.5.0: the rustflags changed |
2577 | 2025-02-13T04:35:04.123Z | Compiling icu_provider_macros v1.5.0 |
2578 | 2025-02-13T04:35:04.127Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ce0e8b78c9730c1d -C extra-filename=-ce0e8b78c9730c1d --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2579 | 2025-02-13T04:35:04.301Z | Dirty httparse v1.9.5: the rustflags changed |
2580 | 2025-02-13T04:35:04.301Z | Compiling httparse v1.9.5 |
2581 | 2025-02-13T04:35:04.304Z | Running `/home/build/.rustup/toolchains/1.84.1-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 --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a23e938072516e5a -C extra-filename=-a23e938072516e5a --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-a23e938072516e5a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2582 | 2025-02-13T04:35:04.339Z | Dirty yoke v0.7.4: the rustflags changed |
2583 | 2025-02-13T04:35:04.339Z | Compiling yoke v0.7.4 |
2584 | 2025-02-13T04:35:04.342Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yoke-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=93ac6c6faee96f5e -C extra-filename=-93ac6c6faee96f5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f26f3088f0bc054.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-a6ce7f991aaa4384.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-20757552e09da338.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2585 | 2025-02-13T04:35:04.405Z | Dirty num-conv v0.1.0: the rustflags changed |
2586 | 2025-02-13T04:35:04.405Z | Compiling num-conv v0.1.0 |
2587 | 2025-02-13T04:35:04.408Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2586fcb4e54b21d7 -C extra-filename=-2586fcb4e54b21d7 --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"))'` |
2588 | 2025-02-13T04:35:04.408Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ffb46a9d12634e0a -C extra-filename=-ffb46a9d12634e0a --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` |
2589 | 2025-02-13T04:35:04.723Z | Dirty powerfmt v0.2.0: the rustflags changed |
2590 | 2025-02-13T04:35:04.723Z | Compiling powerfmt v0.2.0 |
2591 | 2025-02-13T04:35:04.726Z | Running `/home/build/.rustup/toolchains/1.84.1-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=adb4c19a6610bb69 -C extra-filename=-adb4c19a6610bb69 --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` |
2592 | 2025-02-13T04:35:04.754Z | Dirty time-core v0.1.2: the rustflags changed |
2593 | 2025-02-13T04:35:04.754Z | Compiling time-core v0.1.2 |
2594 | 2025-02-13T04:35:04.756Z | Running `/home/build/.rustup/toolchains/1.84.1-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=111ad84502a5d06c -C extra-filename=-111ad84502a5d06c --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` |
2595 | 2025-02-13T04:35:04.937Z | Dirty time-macros v0.2.18: the rustflags changed |
2596 | 2025-02-13T04:35:04.937Z | Compiling time-macros v0.2.18 |
2597 | 2025-02-13T04:35:04.950Z | Running `/home/build/.rustup/toolchains/1.84.1-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=235a21a73c4d059e -C extra-filename=-235a21a73c4d059e --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-ffb46a9d12634e0a.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-111ad84502a5d06c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2598 | 2025-02-13T04:35:05.042Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-a23e938072516e5a/build-script-build` |
2599 | 2025-02-13T04:35:05.118Z | Dirty deranged v0.3.11: the rustflags changed |
2600 | 2025-02-13T04:35:05.118Z | Compiling deranged v0.3.11 |
2601 | 2025-02-13T04:35:05.124Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ae47005f5ed8f36f -C extra-filename=-ae47005f5ed8f36f --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-adb4c19a6610bb69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2602 | 2025-02-13T04:35:05.168Z | Running `/home/build/.rustup/toolchains/1.84.1-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 --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2f2374c7eda5427d -C extra-filename=-2f2374c7eda5427d --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` |
2603 | 2025-02-13T04:35:05.182Z | Dirty atomic-waker v1.1.2: the rustflags changed |
2604 | 2025-02-13T04:35:05.182Z | Compiling atomic-waker v1.1.2 |
2605 | 2025-02-13T04:35:05.186Z | Running `/home/build/.rustup/toolchains/1.84.1-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=51ef279ec708937a -C extra-filename=-51ef279ec708937a --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` |
2606 | 2025-02-13T04:35:05.208Z | Dirty zerovec v0.10.4: the rustflags changed |
2607 | 2025-02-13T04:35:05.208Z | Compiling zerovec v0.10.4 |
2608 | 2025-02-13T04:35:05.211Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=a6f15e498714972c -C extra-filename=-a6f15e498714972c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-93ac6c6faee96f5e.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-20757552e09da338.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-c5da877b3298f540.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2609 | 2025-02-13T04:35:05.375Z | Dirty num_threads v0.1.7: the rustflags changed |
2610 | 2025-02-13T04:35:05.375Z | Compiling num_threads v0.1.7 |
2611 | 2025-02-13T04:35:05.375Z | Running `/home/build/.rustup/toolchains/1.84.1-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=76b2ce244bc6ea42 -C extra-filename=-76b2ce244bc6ea42 --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` |
2612 | 2025-02-13T04:35:05.403Z | Dirty block-padding v0.3.3: the rustflags changed |
2613 | 2025-02-13T04:35:05.403Z | Compiling block-padding v0.3.3 |
2614 | 2025-02-13T04:35:05.405Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2e2897d64e52e6cd -C extra-filename=-2e2897d64e52e6cd --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-e3e034bbc733b83c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2615 | 2025-02-13T04:35:05.521Z | Dirty cmake v0.1.51: the rustflags changed |
2616 | 2025-02-13T04:35:05.521Z | Compiling cmake v0.1.51 |
2617 | 2025-02-13T04:35:05.525Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f651151d3569e2e1 -C extra-filename=-f651151d3569e2e1 --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-d29a84348bd9210f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2618 | 2025-02-13T04:35:05.554Z | Dirty ahash v0.8.11: the rustflags changed |
2619 | 2025-02-13T04:35:05.554Z | Compiling ahash v0.8.11 |
2620 | 2025-02-13T04:35:05.557Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9755efdeda2fdb41 -C extra-filename=-9755efdeda2fdb41 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-9755efdeda2fdb41 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2621 | 2025-02-13T04:35:05.667Z | Dirty dunce v1.0.5: the rustflags changed |
2622 | 2025-02-13T04:35:05.667Z | Compiling dunce v1.0.5 |
2623 | 2025-02-13T04:35:05.671Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9aec59b7c8d162b6 -C extra-filename=-9aec59b7c8d162b6 --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` |
2624 | 2025-02-13T04:35:05.873Z | Dirty untrusted v0.9.0: the rustflags changed |
2625 | 2025-02-13T04:35:05.873Z | Compiling untrusted v0.9.0 |
2626 | 2025-02-13T04:35:05.875Z | Running `/home/build/.rustup/toolchains/1.84.1-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=c20225e387013351 -C extra-filename=-c20225e387013351 --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` |
2627 | 2025-02-13T04:35:05.905Z | Dirty fs_extra v1.3.0: the rustflags changed |
2628 | 2025-02-13T04:35:05.905Z | Compiling fs_extra v1.3.0 |
2629 | 2025-02-13T04:35:05.905Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f99428ff14949c71 -C extra-filename=-f99428ff14949c71 --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 | 2025-02-13T04:35:06.007Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-9755efdeda2fdb41/build-script-build` |
2631 | 2025-02-13T04:35:06.085Z | Running `/home/build/.rustup/toolchains/1.84.1-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=cd9908d7336bb6cb -C extra-filename=-cd9908d7336bb6cb --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-c23dfb9b1834c42c.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3f8adeb94da17152.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c5b6290600ecc6a6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-c20225e387013351.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test` |
2632 | 2025-02-13T04:35:06.114Z | Dirty inout v0.1.3: the rustflags changed |
2633 | 2025-02-13T04:35:06.114Z | Compiling inout v0.1.3 |
2634 | 2025-02-13T04:35:06.116Z | Running `/home/build/.rustup/toolchains/1.84.1-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=4d1e9d4a926ee7db -C extra-filename=-4d1e9d4a926ee7db --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-2e2897d64e52e6cd.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2635 | 2025-02-13T04:35:06.411Z | Dirty cipher v0.4.4: the rustflags changed |
2636 | 2025-02-13T04:35:06.411Z | Compiling cipher v0.4.4 |
2637 | 2025-02-13T04:35:06.413Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d621aedafa1a4a74 -C extra-filename=-d621aedafa1a4a74 --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-0dd2958e149b985e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d1e9d4a926ee7db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2638 | 2025-02-13T04:35:06.447Z | Running `/home/build/.rustup/toolchains/1.84.1-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=6f081ff1d53178a3 -C extra-filename=-6f081ff1d53178a3 --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-c23dfb9b1834c42c.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3f8adeb94da17152.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cea30fa4edc352b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'` |
2639 | 2025-02-13T04:35:06.494Z | Dirty sha2 v0.10.8: the rustflags changed |
2640 | 2025-02-13T04:35:06.494Z | Compiling sha2 v0.10.8 |
2641 | 2025-02-13T04:35:06.497Z | Running `/home/build/.rustup/toolchains/1.84.1-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=53d5ddaf2d95d6ea -C extra-filename=-53d5ddaf2d95d6ea --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-c23dfb9b1834c42c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-102875690d2c1cd3.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2642 | 2025-02-13T04:35:06.560Z | Dirty aws-lc-rs v1.10.0: the rustflags changed |
2643 | 2025-02-13T04:35:06.560Z | Compiling aws-lc-rs v1.10.0 |
2644 | 2025-02-13T04:35:06.572Z | Running `/home/build/.rustup/toolchains/1.84.1-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=cbe750b39f7d2c77 -C extra-filename=-cbe750b39f7d2c77 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-cbe750b39f7d2c77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2645 | 2025-02-13T04:35:07.000Z | Dirty tinystr v0.7.6: the rustflags changed |
2646 | 2025-02-13T04:35:07.000Z | Compiling tinystr v0.7.6 |
2647 | 2025-02-13T04:35:07.005Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=691680dc2263efa8 -C extra-filename=-691680dc2263efa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-5f846104cef4c9b4.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-a6f15e498714972c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2648 | 2025-02-13T04:35:07.023Z | Dirty icu_collections v1.5.0: the rustflags changed |
2649 | 2025-02-13T04:35:07.023Z | Compiling icu_collections v1.5.0 |
2650 | 2025-02-13T04:35:07.059Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=731e84c04b5f72d8 -C extra-filename=-731e84c04b5f72d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-5f846104cef4c9b4.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-93ac6c6faee96f5e.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-20757552e09da338.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-a6f15e498714972c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2651 | 2025-02-13T04:35:07.072Z | Dirty gimli v0.31.1: the rustflags changed |
2652 | 2025-02-13T04:35:07.072Z | Compiling gimli v0.31.1 |
2653 | 2025-02-13T04:35:07.075Z | Running `/home/build/.rustup/toolchains/1.84.1-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=be82461bf57b00e8 -C extra-filename=-be82461bf57b00e8 --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` |
2654 | 2025-02-13T04:35:07.342Z | Dirty icu_locid v1.5.0: the rustflags changed |
2655 | 2025-02-13T04:35:07.342Z | Compiling icu_locid v1.5.0 |
2656 | 2025-02-13T04:35:07.345Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=97bc4bf4c5d645b9 -C extra-filename=-97bc4bf4c5d645b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-5f846104cef4c9b4.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-70a0a27cce91c0ea.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-691680dc2263efa8.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-138daf9e04392228.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-a6f15e498714972c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2657 | 2025-02-13T04:35:07.406Z | Dirty rustls-pki-types v1.10.0: the rustflags changed |
2658 | 2025-02-13T04:35:07.406Z | Compiling rustls-pki-types v1.10.0 |
2659 | 2025-02-13T04:35:07.409Z | Running `/home/build/.rustup/toolchains/1.84.1-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.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=f6af13ebaa95f0a6 -C extra-filename=-f6af13ebaa95f0a6 --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` |
2660 | 2025-02-13T04:35:08.118Z | Dirty time v0.3.36: the rustflags changed |
2661 | 2025-02-13T04:35:08.118Z | Compiling time v0.3.36 |
2662 | 2025-02-13T04:35:08.121Z | Running `/home/build/.rustup/toolchains/1.84.1-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=6b9af3cee5925dfd -C extra-filename=-6b9af3cee5925dfd --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-ae47005f5ed8f36f.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-9a423a21109b8870.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-ffb46a9d12634e0a.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-76b2ce244bc6ea42.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-adb4c19a6610bb69.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-111ad84502a5d06c.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-235a21a73c4d059e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2663 | 2025-02-13T04:35:08.346Z | Dirty bytes v1.9.0: the rustflags changed |
2664 | 2025-02-13T04:35:08.346Z | Compiling bytes v1.9.0 |
2665 | 2025-02-13T04:35:08.352Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=03e029f2a415749e -C extra-filename=-03e029f2a415749e --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2666 | 2025-02-13T04:35:08.432Z | Dirty bitflags v2.6.0: the rustflags changed |
2667 | 2025-02-13T04:35:08.432Z | Compiling bitflags v2.6.0 |
2668 | 2025-02-13T04:35:08.435Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b6414318a57462a7 -C extra-filename=-b6414318a57462a7 --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2669 | 2025-02-13T04:35:08.573Z | Running `/home/build/.rustup/toolchains/1.84.1-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.135/src/lib.rs --error-format=json --json=diagnostic-rendered-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=d34521df0788b357 -C extra-filename=-d34521df0788b357 --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-9a423a21109b8870.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e1e604a67354d101.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.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"))'` |
2670 | 2025-02-13T04:35:08.924Z | Running `/home/build/.rustup/toolchains/1.84.1-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 --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=be2a474d17f5f8c5 -C extra-filename=-be2a474d17f5f8c5 --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-b6414318a57462a7.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-b44cd738e245d137.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish` |
2671 | 2025-02-13T04:35:09.379Z | Dirty indexmap v2.7.1: the rustflags changed |
2672 | 2025-02-13T04:35:09.379Z | Compiling indexmap v2.7.1 |
2673 | 2025-02-13T04:35:09.383Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.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 '--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=4ee76d4a4c5ebe0b -C extra-filename=-4ee76d4a4c5ebe0b --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-32e8526ccf4b2e07.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-31ee59d8d287bfdb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2674 | 2025-02-13T04:35:09.527Z | Dirty tokio v1.43.0: the rustflags changed |
2675 | 2025-02-13T04:35:09.527Z | Compiling tokio v1.43.0 |
2676 | 2025-02-13T04:35:09.530Z | Dirty chrono v0.4.39: the rustflags changed |
2677 | 2025-02-13T04:35:09.530Z | Compiling chrono v0.4.39 |
2678 | 2025-02-13T04:35:09.530Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.39/src/lib.rs --error-format=json --json=diagnostic-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=c6e3260a4cbe5cfb -C extra-filename=-c6e3260a4cbe5cfb --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-33788f39c7e66925.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2679 | 2025-02-13T04:35:09.566Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/lib.rs --error-format=json --json=diagnostic-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=b10edef7ed9d401e -C extra-filename=-b10edef7ed9d401e --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-03e029f2a415749e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-54e9ea84e5904ad8.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d0a2976a5e19212f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-5ef8bd89a825837a.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-2e81018b436d9cb3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2680 | 2025-02-13T04:35:10.078Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=07c6b1f5abcda869 -C extra-filename=-07c6b1f5abcda869 --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --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)'` |
2681 | 2025-02-13T04:35:10.685Z | Dirty uuid v1.12.0: the rustflags changed |
2682 | 2025-02-13T04:35:10.685Z | Compiling uuid v1.12.0 |
2683 | 2025-02-13T04:35:10.688Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --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=9df47a6d5b8dd96d -C extra-filename=-9df47a6d5b8dd96d --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-3f8adeb94da17152.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2684 | 2025-02-13T04:35:10.812Z | Dirty http v1.2.0: the rustflags changed |
2685 | 2025-02-13T04:35:10.812Z | Compiling http v1.2.0 |
2686 | 2025-02-13T04:35:10.816Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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=9b9c4cd25ba804a3 -C extra-filename=-9b9c4cd25ba804a3 --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-03e029f2a415749e.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-b60aa3e5c1a51a0c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-9a423a21109b8870.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2687 | 2025-02-13T04:35:11.487Z | Dirty icu_provider v1.5.0: the rustflags changed |
2688 | 2025-02-13T04:35:11.487Z | Compiling icu_provider v1.5.0 |
2689 | 2025-02-13T04:35:11.492Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=14a4592beb509d46 -C extra-filename=-14a4592beb509d46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-5f846104cef4c9b4.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-97bc4bf4c5d645b9.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-ce0e8b78c9730c1d.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f26f3088f0bc054.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-691680dc2263efa8.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-138daf9e04392228.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-93ac6c6faee96f5e.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-20757552e09da338.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-a6f15e498714972c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2690 | 2025-02-13T04:35:11.697Z | Dirty serde_spanned v0.6.8: the rustflags changed |
2691 | 2025-02-13T04:35:11.697Z | Compiling serde_spanned v0.6.8 |
2692 | 2025-02-13T04:35:11.700Z | Running `/home/build/.rustup/toolchains/1.84.1-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=230b904cc8c9c6ec -C extra-filename=-230b904cc8c9c6ec --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2693 | 2025-02-13T04:35:11.993Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e4a2df851ee6f579 -C extra-filename=-e4a2df851ee6f579 --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-03e029f2a415749e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-8e90f2becdfd8242.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-3376568a07e05711.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic` |
2694 | 2025-02-13T04:35:12.233Z | Dirty icu_locid_transform v1.5.0: the rustflags changed |
2695 | 2025-02-13T04:35:12.233Z | Compiling icu_locid_transform v1.5.0 |
2696 | 2025-02-13T04:35:12.237Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=fc578fb3ded07ed1 -C extra-filename=-fc578fb3ded07ed1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-5f846104cef4c9b4.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-97bc4bf4c5d645b9.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-3d8dd7e43ffbd77d.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-14a4592beb509d46.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-691680dc2263efa8.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-a6f15e498714972c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2697 | 2025-02-13T04:35:12.461Z | Dirty which v4.4.2: the rustflags changed |
2698 | 2025-02-13T04:35:12.461Z | Compiling which v4.4.2 |
2699 | 2025-02-13T04:35:12.464Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f51d04831b3b08ef -C extra-filename=-f51d04831b3b08ef --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-e6d980dfe6eef5ca.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-2caee24cfb5087dd.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2700 | 2025-02-13T04:35:12.904Z | Running `/home/build/.rustup/toolchains/1.84.1-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=130251e32071527c -C extra-filename=-130251e32071527c --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-b6414318a57462a7.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-51d9983af7803f0a.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-1d989c77c83b9bb7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c84561db85a4af0e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-19368608bc6ea93f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-9b51e2d24f557b9a.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-51341e54dff1b71e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-f51d04831b3b08ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2701 | 2025-02-13T04:35:12.973Z | Dirty serde_tokenstream v0.2.2: the rustflags changed |
2702 | 2025-02-13T04:35:12.973Z | Compiling serde_tokenstream v0.2.2 |
2703 | 2025-02-13T04:35:12.975Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7932b5eef9c8351c -C extra-filename=-7932b5eef9c8351c --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-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2704 | 2025-02-13T04:35:13.026Z | Dirty toml_datetime v0.6.8: the rustflags changed |
2705 | 2025-02-13T04:35:13.026Z | Compiling toml_datetime v0.6.8 |
2706 | 2025-02-13T04:35:13.030Z | Running `/home/build/.rustup/toolchains/1.84.1-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=5b6f4255472d1108 -C extra-filename=-5b6f4255472d1108 --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2707 | 2025-02-13T04:35:13.063Z | Dirty addr2line v0.24.2: the rustflags changed |
2708 | 2025-02-13T04:35:13.063Z | Compiling addr2line v0.24.2 |
2709 | 2025-02-13T04:35:13.075Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2cd04fd4e1b50930 -C extra-filename=-2cd04fd4e1b50930 --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-be82461bf57b00e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2710 | 2025-02-13T04:35:13.529Z | Dirty icu_properties v1.5.1: the rustflags changed |
2711 | 2025-02-13T04:35:13.529Z | Compiling icu_properties v1.5.1 |
2712 | 2025-02-13T04:35:13.555Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=e8060a838be28f7c -C extra-filename=-e8060a838be28f7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-5f846104cef4c9b4.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-731e84c04b5f72d8.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-fc578fb3ded07ed1.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-95a94b4a11fa64c9.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-14a4592beb509d46.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-691680dc2263efa8.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-a6f15e498714972c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2713 | 2025-02-13T04:35:13.559Z | Dirty object v0.36.5: the rustflags changed |
2714 | 2025-02-13T04:35:13.559Z | Compiling object v0.36.5 |
2715 | 2025-02-13T04:35:13.562Z | Running `/home/build/.rustup/toolchains/1.84.1-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=251649a18fbe395c -C extra-filename=-251649a18fbe395c --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-9e2df5937f592b1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2716 | 2025-02-13T04:35:13.678Z | Dirty base64ct v1.6.0: the rustflags changed |
2717 | 2025-02-13T04:35:13.678Z | Compiling base64ct v1.6.0 |
2718 | 2025-02-13T04:35:13.681Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9bf41bc36b79b4aa -C extra-filename=-9bf41bc36b79b4aa --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` |
2719 | 2025-02-13T04:35:13.731Z | Dirty rustc-demangle v0.1.24: the rustflags changed |
2720 | 2025-02-13T04:35:13.731Z | Compiling rustc-demangle v0.1.24 |
2721 | 2025-02-13T04:35:13.735Z | Running `/home/build/.rustup/toolchains/1.84.1-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=01d974245e79ddfb -C extra-filename=-01d974245e79ddfb --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` |
2722 | 2025-02-13T04:35:14.264Z | Dirty anyhow v1.0.95: the rustflags changed |
2723 | 2025-02-13T04:35:14.264Z | Compiling anyhow v1.0.95 |
2724 | 2025-02-13T04:35:14.267Z | Running `/home/build/.rustup/toolchains/1.84.1-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.95/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=13787978c3179eb9 -C extra-filename=-13787978c3179eb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-13787978c3179eb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2725 | 2025-02-13T04:35:14.649Z | Dirty http-body v1.0.1: the rustflags changed |
2726 | 2025-02-13T04:35:14.650Z | Compiling http-body v1.0.1 |
2727 | 2025-02-13T04:35:14.680Z | Running `/home/build/.rustup/toolchains/1.84.1-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=bccdc69a0f3e3062 -C extra-filename=-bccdc69a0f3e3062 --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-03e029f2a415749e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2728 | 2025-02-13T04:35:14.680Z | Dirty hmac v0.12.1: the rustflags changed |
2729 | 2025-02-13T04:35:14.680Z | Compiling hmac v0.12.1 |
2730 | 2025-02-13T04:35:14.683Z | Running `/home/build/.rustup/toolchains/1.84.1-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=abdc0b2e0b5c493c -C extra-filename=-abdc0b2e0b5c493c --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-c1a84befa7c7dca3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2731 | 2025-02-13T04:35:14.923Z | Dirty base64 v0.22.1: the rustflags changed |
2732 | 2025-02-13T04:35:14.923Z | Compiling base64 v0.22.1 |
2733 | 2025-02-13T04:35:14.928Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f429081ea7e2c5aa -C extra-filename=-f429081ea7e2c5aa --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 | 2025-02-13T04:35:14.953Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-13787978c3179eb9/build-script-build` |
2735 | 2025-02-13T04:35:14.987Z | Dirty httpdate v1.0.3: the rustflags changed |
2736 | 2025-02-13T04:35:14.987Z | Compiling httpdate v1.0.3 |
2737 | 2025-02-13T04:35:14.997Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b3b65872e6a30349 -C extra-filename=-b3b65872e6a30349 --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 | 2025-02-13T04:35:15.379Z | Dirty try-lock v0.2.5: the rustflags changed |
2739 | 2025-02-13T04:35:15.379Z | Compiling try-lock v0.2.5 |
2740 | 2025-02-13T04:35:15.382Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7917390f6995c10c -C extra-filename=-7917390f6995c10c --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` |
2741 | 2025-02-13T04:35:15.415Z | Dirty mirai-annotations v1.12.0: the rustflags changed |
2742 | 2025-02-13T04:35:15.415Z | Compiling mirai-annotations v1.12.0 |
2743 | 2025-02-13T04:35:15.418Z | Running `/home/build/.rustup/toolchains/1.84.1-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=36027d088c06f27a -C extra-filename=-36027d088c06f27a --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` |
2744 | 2025-02-13T04:35:15.459Z | Dirty untrusted v0.7.1: the rustflags changed |
2745 | 2025-02-13T04:35:15.459Z | Compiling untrusted v0.7.1 |
2746 | 2025-02-13T04:35:15.462Z | Running `/home/build/.rustup/toolchains/1.84.1-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=91dfaba15fcff121 -C extra-filename=-91dfaba15fcff121 --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` |
2747 | 2025-02-13T04:35:15.566Z | Dirty want v0.3.1: the rustflags changed |
2748 | 2025-02-13T04:35:15.572Z | Compiling want v0.3.1 |
2749 | 2025-02-13T04:35:15.572Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b47672df8fc56455 -C extra-filename=-b47672df8fc56455 --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-7917390f6995c10c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2750 | 2025-02-13T04:35:15.633Z | Dirty slog v2.7.0: the rustflags changed |
2751 | 2025-02-13T04:35:15.633Z | Compiling slog v2.7.0 |
2752 | 2025-02-13T04:35:15.637Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a8a81d8b84b6de35 -C extra-filename=-a8a81d8b84b6de35 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-a8a81d8b84b6de35 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2753 | 2025-02-13T04:35:15.659Z | Dirty openssl-sys v0.9.105: the rustflags changed |
2754 | 2025-02-13T04:35:15.659Z | Compiling openssl-sys v0.9.105 |
2755 | 2025-02-13T04:35:15.662Z | Running `/home/build/.rustup/toolchains/1.84.1-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.105/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=a2d2c48be2929fa5 -C extra-filename=-a2d2c48be2929fa5 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-a2d2c48be2929fa5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d02968f2dd606dcf.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-7dbf9c9cbde54d96.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2756 | 2025-02-13T04:35:15.689Z | Dirty tower-service v0.3.3: the rustflags changed |
2757 | 2025-02-13T04:35:15.689Z | Compiling tower-service v0.3.3 |
2758 | 2025-02-13T04:35:15.694Z | Running `/home/build/.rustup/toolchains/1.84.1-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=11786c340eeec091 -C extra-filename=-11786c340eeec091 --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 | 2025-02-13T04:35:15.862Z | Dirty pem-rfc7468 v0.7.0: the rustflags changed |
2760 | 2025-02-13T04:35:15.862Z | Compiling pem-rfc7468 v0.7.0 |
2761 | 2025-02-13T04:35:15.865Z | Running `/home/build/.rustup/toolchains/1.84.1-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=5b326ffb7e69c9f0 -C extra-filename=-5b326ffb7e69c9f0 --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-9bf41bc36b79b4aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2762 | 2025-02-13T04:35:15.911Z | Dirty mime v0.3.17: the rustflags changed |
2763 | 2025-02-13T04:35:15.912Z | Compiling mime v0.3.17 |
2764 | 2025-02-13T04:35:15.915Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e93d7a4231ab1bfa -C extra-filename=-e93d7a4231ab1bfa --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` |
2765 | 2025-02-13T04:35:16.239Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-a8a81d8b84b6de35/build-script-build` |
2766 | 2025-02-13T04:35:16.326Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9ff9bed8fdf62814 -C extra-filename=-9ff9bed8fdf62814 --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` |
2767 | 2025-02-13T04:35:16.459Z | Dirty http-body-util v0.1.2: the rustflags changed |
2768 | 2025-02-13T04:35:16.459Z | Compiling http-body-util v0.1.2 |
2769 | 2025-02-13T04:35:16.462Z | Running `/home/build/.rustup/toolchains/1.84.1-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=cb67c55d980f2639 -C extra-filename=-cb67c55d980f2639 --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-03e029f2a415749e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-bccdc69a0f3e3062.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2770 | 2025-02-13T04:35:16.581Z | Dirty der_derive v0.7.3: the rustflags changed |
2771 | 2025-02-13T04:35:16.581Z | Compiling der_derive v0.7.3 |
2772 | 2025-02-13T04:35:16.584Z | Running `/home/build/.rustup/toolchains/1.84.1-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=5ca69331a24ac339 -C extra-filename=-5ca69331a24ac339 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2773 | 2025-02-13T04:35:16.870Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-a2d2c48be2929fa5/build-script-main` |
2774 | 2025-02-13T04:35:16.969Z | Dirty icu_normalizer v1.5.0: the rustflags changed |
2775 | 2025-02-13T04:35:16.969Z | Compiling icu_normalizer v1.5.0 |
2776 | 2025-02-13T04:35:16.973Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=933baba214ddb5e1 -C extra-filename=-933baba214ddb5e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-5f846104cef4c9b4.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-731e84c04b5f72d8.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-35dcfc4910478321.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-e8060a838be28f7c.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-14a4592beb509d46.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-5c6adb06a7b4f5c4.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-aec5174429ef0d0e.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-fa81fd2bd804ae46.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-a6f15e498714972c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2777 | 2025-02-13T04:35:17.000Z | Dirty async-trait v0.1.86: the rustflags changed |
2778 | 2025-02-13T04:35:17.000Z | Compiling async-trait v0.1.86 |
2779 | 2025-02-13T04:35:17.004Z | Dirty flagset v0.4.6: the rustflags changed |
2780 | 2025-02-13T04:35:17.004Z | Compiling flagset v0.4.6 |
2781 | 2025-02-13T04:35:17.004Z | Running `/home/build/.rustup/toolchains/1.84.1-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.86/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=116e3d46dcb2ae19 -C extra-filename=-116e3d46dcb2ae19 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2782 | 2025-02-13T04:35:17.004Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9ba4f502a9568a42 -C extra-filename=-9ba4f502a9568a42 --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` |
2783 | 2025-02-13T04:35:17.251Z | Dirty pbkdf2 v0.12.2: the rustflags changed |
2784 | 2025-02-13T04:35:17.251Z | Compiling pbkdf2 v0.12.2 |
2785 | 2025-02-13T04:35:17.258Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d3f05e90bd681634 -C extra-filename=-d3f05e90bd681634 --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-c1a84befa7c7dca3.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-abdc0b2e0b5c493c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2786 | 2025-02-13T04:35:17.453Z | Dirty rustc_version v0.4.1: the rustflags changed |
2787 | 2025-02-13T04:35:17.453Z | Compiling rustc_version v0.4.1 |
2788 | 2025-02-13T04:35:17.455Z | Running `/home/build/.rustup/toolchains/1.84.1-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=127e78bd12e05294 -C extra-filename=-127e78bd12e05294 --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-07c6b1f5abcda869.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2789 | 2025-02-13T04:35:17.968Z | Dirty idna_adapter v1.2.0: the rustflags changed |
2790 | 2025-02-13T04:35:17.968Z | Compiling idna_adapter v1.2.0 |
2791 | 2025-02-13T04:35:17.971Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=d5c4e521107b26c7 -C extra-filename=-d5c4e521107b26c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer-933baba214ddb5e1.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-e8060a838be28f7c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2792 | 2025-02-13T04:35:18.164Z | Dirty idna v1.0.3: the rustflags changed |
2793 | 2025-02-13T04:35:18.164Z | Compiling idna v1.0.3 |
2794 | 2025-02-13T04:35:18.168Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=fe685517b6eca05c -C extra-filename=-fe685517b6eca05c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna_adapter=/work/oxidecomputer/omicron/target/debug/deps/libidna_adapter-d5c4e521107b26c7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-aec5174429ef0d0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2795 | 2025-02-13T04:35:18.228Z | Dirty tokio-util v0.7.12: the rustflags changed |
2796 | 2025-02-13T04:35:18.229Z | Compiling tokio-util v0.7.12 |
2797 | 2025-02-13T04:35:18.232Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d723b36c923e492d -C extra-filename=-d723b36c923e492d --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-03e029f2a415749e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2798 | 2025-02-13T04:35:18.825Z | Dirty url v2.5.3: the rustflags changed |
2799 | 2025-02-13T04:35:18.825Z | Compiling url v2.5.3 |
2800 | 2025-02-13T04:35:18.843Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=36d0c6e16b5c3df1 -C extra-filename=-36d0c6e16b5c3df1 --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-754279f5a7bc6973.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-fe685517b6eca05c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2801 | 2025-02-13T04:35:19.150Z | Dirty h2 v0.4.6: the rustflags changed |
2802 | 2025-02-13T04:35:19.151Z | Compiling h2 v0.4.6 |
2803 | 2025-02-13T04:35:19.163Z | Running `/home/build/.rustup/toolchains/1.84.1-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(fuzzing)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=0cf197d91dfe7fb0 -C extra-filename=-0cf197d91dfe7fb0 --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-51ef279ec708937a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-b60aa3e5c1a51a0c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5ff6f1baf5ed1f82.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2804 | 2025-02-13T04:35:19.484Z | Dirty der v0.7.9: the rustflags changed |
2805 | 2025-02-13T04:35:19.484Z | Compiling der v0.7.9 |
2806 | 2025-02-13T04:35:19.487Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7574fbcdd472cb64 -C extra-filename=-7574fbcdd472cb64 --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-dedac17a1c4aee37.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-5ca69331a24ac339.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-9ba4f502a9568a42.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2807 | 2025-02-13T04:35:19.699Z | Dirty rustls-pemfile v2.2.0: the rustflags changed |
2808 | 2025-02-13T04:35:19.700Z | Compiling rustls-pemfile v2.2.0 |
2809 | 2025-02-13T04:35:19.702Z | Running `/home/build/.rustup/toolchains/1.84.1-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=399a8c6a3d049ca9 -C extra-filename=-399a8c6a3d049ca9 --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-f6af13ebaa95f0a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2810 | 2025-02-13T04:35:19.776Z | Dirty aes v0.8.4: the rustflags changed |
2811 | 2025-02-13T04:35:19.776Z | Compiling aes v0.8.4 |
2812 | 2025-02-13T04:35:19.779Z | Running `/home/build/.rustup/toolchains/1.84.1-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=708b609aec160fbb -C extra-filename=-708b609aec160fbb --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-c23dfb9b1834c42c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-102875690d2c1cd3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2813 | 2025-02-13T04:35:20.051Z | Dirty backtrace v0.3.74: the rustflags changed |
2814 | 2025-02-13T04:35:20.051Z | Compiling backtrace v0.3.74 |
2815 | 2025-02-13T04:35:20.054Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ca7409b5a0c0c515 -C extra-filename=-ca7409b5a0c0c515 --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-2cd04fd4e1b50930.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-d007f834b8c6d5bd.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-251649a18fbe395c.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-01d974245e79ddfb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2816 | 2025-02-13T04:35:20.488Z | Dirty foreign-types-shared v0.1.1: the rustflags changed |
2817 | 2025-02-13T04:35:20.488Z | Compiling foreign-types-shared v0.1.1 |
2818 | 2025-02-13T04:35:20.491Z | Running `/home/build/.rustup/toolchains/1.84.1-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=873d12a7d701113c -C extra-filename=-873d12a7d701113c --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` |
2819 | 2025-02-13T04:35:20.595Z | Dirty openssl v0.10.70: the rustflags changed |
2820 | 2025-02-13T04:35:20.595Z | Compiling openssl v0.10.70 |
2821 | 2025-02-13T04:35:20.624Z | Running `/home/build/.rustup/toolchains/1.84.1-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.70/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=69aea007b49a57f0 -C extra-filename=-69aea007b49a57f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-69aea007b49a57f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2822 | 2025-02-13T04:35:20.628Z | Dirty openssl-probe v0.1.5: the rustflags changed |
2823 | 2025-02-13T04:35:20.628Z | Compiling openssl-probe v0.1.5 |
2824 | 2025-02-13T04:35:20.631Z | Running `/home/build/.rustup/toolchains/1.84.1-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=19e68c2f6b84a5f5 -C extra-filename=-19e68c2f6b84a5f5 --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` |
2825 | 2025-02-13T04:35:21.005Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.95/src/lib.rs --error-format=json --json=diagnostic-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=85bd370b09aa1fc4 -C extra-filename=-85bd370b09aa1fc4 --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-ca7409b5a0c0c515.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)'` |
2826 | 2025-02-13T04:35:21.110Z | Dirty ipnet v2.10.1: the rustflags changed |
2827 | 2025-02-13T04:35:21.111Z | Compiling ipnet v2.10.1 |
2828 | 2025-02-13T04:35:21.113Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d24a24ef2c0c0069 -C extra-filename=-d24a24ef2c0c0069 --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` |
2829 | 2025-02-13T04:35:21.829Z | Dirty spki v0.7.3: the rustflags changed |
2830 | 2025-02-13T04:35:21.829Z | Compiling spki v0.7.3 |
2831 | 2025-02-13T04:35:21.868Z | Running `/home/build/.rustup/toolchains/1.84.1-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=58e57b055bea531e -C extra-filename=-58e57b055bea531e --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-7574fbcdd472cb64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2832 | 2025-02-13T04:35:22.230Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-69aea007b49a57f0/build-script-build` |
2833 | 2025-02-13T04:35:22.259Z | Dirty foreign-types v0.3.2: the rustflags changed |
2834 | 2025-02-13T04:35:22.259Z | Compiling foreign-types v0.3.2 |
2835 | 2025-02-13T04:35:22.262Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e1f04594735cf4fe -C extra-filename=-e1f04594735cf4fe --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-873d12a7d701113c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2836 | 2025-02-13T04:35:22.299Z | Running `/home/build/.rustup/toolchains/1.84.1-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.105/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=48ede35ea3c9cf1f -C extra-filename=-48ede35ea3c9cf1f --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-98124fae94d5c163.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(libressl410)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)'` |
2837 | 2025-02-13T04:35:22.383Z | Dirty serde_urlencoded v0.7.1: the rustflags changed |
2838 | 2025-02-13T04:35:22.383Z | Compiling serde_urlencoded v0.7.1 |
2839 | 2025-02-13T04:35:22.387Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a3b00209587225de -C extra-filename=-a3b00209587225de --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-754279f5a7bc6973.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-9a423a21109b8870.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e1e604a67354d101.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2840 | 2025-02-13T04:35:22.597Z | Dirty cbc v0.1.2: the rustflags changed |
2841 | 2025-02-13T04:35:22.597Z | Compiling cbc v0.1.2 |
2842 | 2025-02-13T04:35:22.622Z | Running `/home/build/.rustup/toolchains/1.84.1-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=bba9c387716fb8e5 -C extra-filename=-bba9c387716fb8e5 --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-d621aedafa1a4a74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2843 | 2025-02-13T04:35:22.627Z | Dirty salsa20 v0.10.2: the rustflags changed |
2844 | 2025-02-13T04:35:22.627Z | Compiling salsa20 v0.10.2 |
2845 | 2025-02-13T04:35:22.657Z | Running `/home/build/.rustup/toolchains/1.84.1-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=dc7c5b27a2ebe5a9 -C extra-filename=-dc7c5b27a2ebe5a9 --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-d621aedafa1a4a74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2846 | 2025-02-13T04:35:22.866Z | Dirty futures-executor v0.3.31: the rustflags changed |
2847 | 2025-02-13T04:35:22.866Z | Compiling futures-executor v0.3.31 |
2848 | 2025-02-13T04:35:22.866Z | Running `/home/build/.rustup/toolchains/1.84.1-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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=02987b932e7b04d9 -C extra-filename=-02987b932e7b04d9 --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-c05ca62951efc497.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5eeebcf6478b2c1e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2849 | 2025-02-13T04:35:22.896Z | Dirty openssl-macros v0.1.1: the rustflags changed |
2850 | 2025-02-13T04:35:22.896Z | Compiling openssl-macros v0.1.1 |
2851 | 2025-02-13T04:35:22.904Z | Running `/home/build/.rustup/toolchains/1.84.1-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=35723385e275c711 -C extra-filename=-35723385e275c711 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2852 | 2025-02-13T04:35:22.925Z | Dirty encoding_rs v0.8.34: the rustflags changed |
2853 | 2025-02-13T04:35:22.925Z | Compiling encoding_rs v0.8.34 |
2854 | 2025-02-13T04:35:22.936Z | Running `/home/build/.rustup/toolchains/1.84.1-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=cee50d503b677855 -C extra-filename=-cee50d503b677855 --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-c23dfb9b1834c42c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2855 | 2025-02-13T04:35:23.017Z | Dirty rustversion v1.0.17: the rustflags changed |
2856 | 2025-02-13T04:35:23.017Z | Compiling rustversion v1.0.17 |
2857 | 2025-02-13T04:35:23.020Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7a9809c22cb53b80 -C extra-filename=-7a9809c22cb53b80 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-7a9809c22cb53b80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2858 | 2025-02-13T04:35:23.063Z | Dirty camino v1.1.9: the rustflags changed |
2859 | 2025-02-13T04:35:23.064Z | Compiling camino v1.1.9 |
2860 | 2025-02-13T04:35:23.066Z | Running `/home/build/.rustup/toolchains/1.84.1-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=81b99c26c3513728 -C extra-filename=-81b99c26c3513728 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-81b99c26c3513728 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2861 | 2025-02-13T04:35:23.425Z | Dirty rustls v0.23.19: the rustflags changed |
2862 | 2025-02-13T04:35:23.425Z | Compiling rustls v0.23.19 |
2863 | 2025-02-13T04:35:23.427Z | Running `/home/build/.rustup/toolchains/1.84.1-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.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --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=bc7610f533623f01 -C extra-filename=-bc7610f533623f01 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-bc7610f533623f01 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2864 | 2025-02-13T04:35:23.534Z | Dirty futures v0.3.31: the rustflags changed |
2865 | 2025-02-13T04:35:23.535Z | Compiling futures v0.3.31 |
2866 | 2025-02-13T04:35:23.537Z | Running `/home/build/.rustup/toolchains/1.84.1-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 --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=1d8f95ba60b42aa6 -C extra-filename=-1d8f95ba60b42aa6 --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-e40d3acaa8c64724.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-02987b932e7b04d9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5eeebcf6478b2c1e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2867 | 2025-02-13T04:35:23.662Z | Dirty scrypt v0.11.0: the rustflags changed |
2868 | 2025-02-13T04:35:23.662Z | Compiling scrypt v0.11.0 |
2869 | 2025-02-13T04:35:23.666Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f71b61bf95f868fb -C extra-filename=-f71b61bf95f868fb --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-d3f05e90bd681634.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-dc7c5b27a2ebe5a9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2870 | 2025-02-13T04:35:23.723Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-7a9809c22cb53b80/build-script-build` |
2871 | 2025-02-13T04:35:23.785Z | Running `/work/oxidecomputer/omicron/target/debug/build/camino-81b99c26c3513728/build-script-build` |
2872 | 2025-02-13T04:35:23.803Z | Dirty openapiv3 v2.0.0: the rustflags changed |
2873 | 2025-02-13T04:35:23.803Z | Compiling openapiv3 v2.0.0 |
2874 | 2025-02-13T04:35:23.803Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9d242d4baaa625b0 -C extra-filename=-9d242d4baaa625b0 --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-4ee76d4a4c5ebe0b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2875 | 2025-02-13T04:35:23.830Z | Dirty native-tls v0.2.12: the rustflags changed |
2876 | 2025-02-13T04:35:23.831Z | Compiling native-tls v0.2.12 |
2877 | 2025-02-13T04:35:23.833Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f062e89e3291717e -C extra-filename=-f062e89e3291717e --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-f062e89e3291717e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2878 | 2025-02-13T04:35:23.849Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.70/src/lib.rs --error-format=json --json=diagnostic-rendered-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=6e0ed6e15ce29eb3 -C extra-filename=-6e0ed6e15ce29eb3 --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-b6414318a57462a7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-e1f04594735cf4fe.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-35723385e275c711.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-48ede35ea3c9cf1f.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)'` |
2879 | 2025-02-13T04:35:23.873Z | Running `/home/build/.rustup/toolchains/1.84.1-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=21ea866390417d2b -C extra-filename=-21ea866390417d2b --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-b6795449d4b8cccb.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)'` |
2880 | 2025-02-13T04:35:24.179Z | Dirty pkcs5 v0.7.1: the rustflags changed |
2881 | 2025-02-13T04:35:24.179Z | Compiling pkcs5 v0.7.1 |
2882 | 2025-02-13T04:35:24.181Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9801172722602ad7 -C extra-filename=-9801172722602ad7 --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-708b609aec160fbb.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-bba9c387716fb8e5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-7574fbcdd472cb64.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-d3f05e90bd681634.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-f71b61bf95f868fb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-58e57b055bea531e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2883 | 2025-02-13T04:35:24.223Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-f062e89e3291717e/build-script-build` |
2884 | 2025-02-13T04:35:24.267Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a66aa9a6ac3f975d -C extra-filename=-a66aa9a6ac3f975d --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"))'` |
2885 | 2025-02-13T04:35:24.731Z | Dirty is-terminal v0.4.13: the rustflags changed |
2886 | 2025-02-13T04:35:24.731Z | Compiling is-terminal v0.4.13 |
2887 | 2025-02-13T04:35:24.734Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7fcf105a31e0f4a8 -C extra-filename=-7fcf105a31e0f4a8 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2888 | 2025-02-13T04:35:24.889Z | Dirty cookie v0.18.1: the rustflags changed |
2889 | 2025-02-13T04:35:24.889Z | Compiling cookie v0.18.1 |
2890 | 2025-02-13T04:35:24.914Z | Running `/home/build/.rustup/toolchains/1.84.1-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=645ba55ebacc748d -C extra-filename=-645ba55ebacc748d --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-645ba55ebacc748d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2891 | 2025-02-13T04:35:25.261Z | Dirty winnow v0.6.20: the rustflags changed |
2892 | 2025-02-13T04:35:25.261Z | Compiling winnow v0.6.20 |
2893 | 2025-02-13T04:35:25.286Z | Running `/home/build/.rustup/toolchains/1.84.1-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=87e7d00a1847f5b3 -C extra-filename=-87e7d00a1847f5b3 --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` |
2894 | 2025-02-13T04:35:25.324Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-645ba55ebacc748d/build-script-build` |
2895 | 2025-02-13T04:35:25.370Z | Dirty pkcs8 v0.10.2: the rustflags changed |
2896 | 2025-02-13T04:35:25.370Z | Compiling pkcs8 v0.10.2 |
2897 | 2025-02-13T04:35:25.373Z | Running `/home/build/.rustup/toolchains/1.84.1-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=fa4291ce2da6a74b -C extra-filename=-fa4291ce2da6a74b --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-7574fbcdd472cb64.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-9801172722602ad7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-58e57b055bea531e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2898 | 2025-02-13T04:35:25.582Z | Dirty litrs v0.4.1: the rustflags changed |
2899 | 2025-02-13T04:35:25.582Z | Compiling litrs v0.4.1 |
2900 | 2025-02-13T04:35:25.584Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litrs-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("check_suffix", "default", "proc-macro2", "unicode-xid"))' -C metadata=2e8cadbe8e7cfdb9 -C extra-filename=-2e8cadbe8e7cfdb9 --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` |
2901 | 2025-02-13T04:35:26.071Z | Dirty hyper v1.5.2: the rustflags changed |
2902 | 2025-02-13T04:35:26.071Z | Compiling hyper v1.5.2 |
2903 | 2025-02-13T04:35:26.074Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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 --warn=unexpected_cfgs --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=79da29a8508f56cb -C extra-filename=-79da29a8508f56cb --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-03e029f2a415749e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-0cf197d91dfe7fb0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-bccdc69a0f3e3062.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-2f2374c7eda5427d.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b3b65872e6a30349.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-9a423a21109b8870.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-b47672df8fc56455.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2904 | 2025-02-13T04:35:26.776Z | Dirty utf8parse v0.2.2: the rustflags changed |
2905 | 2025-02-13T04:35:26.779Z | Compiling utf8parse v0.2.2 |
2906 | 2025-02-13T04:35:26.779Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a9e9441fe1d54e72 -C extra-filename=-a9e9441fe1d54e72 --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` |
2907 | 2025-02-13T04:35:27.131Z | Dirty psl-types v2.0.11: the rustflags changed |
2908 | 2025-02-13T04:35:27.131Z | Compiling psl-types v2.0.11 |
2909 | 2025-02-13T04:35:27.167Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1764b692535d7679 -C extra-filename=-1764b692535d7679 --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` |
2910 | 2025-02-13T04:35:27.211Z | Dirty publicsuffix v2.3.0: the rustflags changed |
2911 | 2025-02-13T04:35:27.211Z | Compiling publicsuffix v2.3.0 |
2912 | 2025-02-13T04:35:27.217Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/publicsuffix-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=bdeaf42643b7c5ef -C extra-filename=-bdeaf42643b7c5ef --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-fe685517b6eca05c.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-1764b692535d7679.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2913 | 2025-02-13T04:35:27.304Z | Dirty document-features v0.2.10: the rustflags changed |
2914 | 2025-02-13T04:35:27.304Z | Compiling document-features v0.2.10 |
2915 | 2025-02-13T04:35:27.308Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name document_features --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/document-features-0.2.10/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", "self-test"))' -C metadata=31085e5d7fbf2278 -C extra-filename=-31085e5d7fbf2278 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern litrs=/work/oxidecomputer/omicron/target/debug/deps/liblitrs-2e8cadbe8e7cfdb9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2916 | 2025-02-13T04:35:27.526Z | Running `/home/build/.rustup/toolchains/1.84.1-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=585b1bf374a21fcf -C extra-filename=-585b1bf374a21fcf --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-5386e076faaa6b73.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2917 | 2025-02-13T04:35:27.836Z | Dirty webpki-roots v0.26.6: the rustflags changed |
2918 | 2025-02-13T04:35:27.836Z | Compiling webpki-roots v0.26.6 |
2919 | 2025-02-13T04:35:27.839Z | Running `/home/build/.rustup/toolchains/1.84.1-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=75d657805dc2dbec -C extra-filename=-75d657805dc2dbec --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-f6af13ebaa95f0a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2920 | 2025-02-13T04:35:28.081Z | Dirty dirs-sys-next v0.1.2: the rustflags changed |
2921 | 2025-02-13T04:35:28.081Z | Compiling dirs-sys-next v0.1.2 |
2922 | 2025-02-13T04:35:28.083Z | Running `/home/build/.rustup/toolchains/1.84.1-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=c8ea29fd683e2ae0 -C extra-filename=-c8ea29fd683e2ae0 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2923 | 2025-02-13T04:35:28.511Z | Dirty hyper-util v0.1.10: the rustflags changed |
2924 | 2025-02-13T04:35:28.511Z | Compiling hyper-util v0.1.10 |
2925 | 2025-02-13T04:35:28.515Z | Running `/home/build/.rustup/toolchains/1.84.1-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.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="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=121df68eb24af603 -C extra-filename=-121df68eb24af603 --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-03e029f2a415749e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-bccdc69a0f3e3062.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-11786c340eeec091.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2926 | 2025-02-13T04:35:28.589Z | Dirty winnow v0.5.40: the rustflags changed |
2927 | 2025-02-13T04:35:28.589Z | Compiling winnow v0.5.40 |
2928 | 2025-02-13T04:35:28.626Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1cb1edf48f7c940e -C extra-filename=-1cb1edf48f7c940e --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` |
2929 | 2025-02-13T04:35:28.656Z | Dirty data-encoding v2.6.0: the rustflags changed |
2930 | 2025-02-13T04:35:28.656Z | Compiling data-encoding v2.6.0 |
2931 | 2025-02-13T04:35:28.659Z | Running `/home/build/.rustup/toolchains/1.84.1-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=3be45ffcb0b42af9 -C extra-filename=-3be45ffcb0b42af9 --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` |
2932 | 2025-02-13T04:35:28.726Z | Dirty cookie_store v0.21.1: the rustflags changed |
2933 | 2025-02-13T04:35:28.726Z | Compiling cookie_store v0.21.1 |
2934 | 2025-02-13T04:35:28.729Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=680892f67459c227 -C extra-filename=-680892f67459c227 --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-585b1bf374a21fcf.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-31085e5d7fbf2278.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-fe685517b6eca05c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-bdeaf42643b7c5ef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2935 | 2025-02-13T04:35:29.187Z | Dirty dirs-next v2.0.0: the rustflags changed |
2936 | 2025-02-13T04:35:29.187Z | Compiling dirs-next v2.0.0 |
2937 | 2025-02-13T04:35:29.189Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9e9f9c746edfc2ab -C extra-filename=-9e9f9c746edfc2ab --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-c23dfb9b1834c42c.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-c8ea29fd683e2ae0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2938 | 2025-02-13T04:35:29.411Z | Dirty sha1 v0.10.6: the rustflags changed |
2939 | 2025-02-13T04:35:29.411Z | Compiling sha1 v0.10.6 |
2940 | 2025-02-13T04:35:29.435Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e29a58dd09db31c7 -C extra-filename=-e29a58dd09db31c7 --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-c23dfb9b1834c42c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-102875690d2c1cd3.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2941 | 2025-02-13T04:35:29.770Z | Running `/home/build/.rustup/toolchains/1.84.1-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=8d3ec4b3ad8fb7c9 -C extra-filename=-8d3ec4b3ad8fb7c9 --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-9e3a943cb0d1c1f7.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-19e68c2f6b84a5f5.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-48ede35ea3c9cf1f.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` |
2942 | 2025-02-13T04:35:29.858Z | Dirty sync_wrapper v1.0.1: the rustflags changed |
2943 | 2025-02-13T04:35:29.858Z | Compiling sync_wrapper v1.0.1 |
2944 | 2025-02-13T04:35:29.893Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b42a5e084cc55ab1 -C extra-filename=-b42a5e084cc55ab1 --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-c05ca62951efc497.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2945 | 2025-02-13T04:35:30.042Z | Dirty anstyle v1.0.10: the rustflags changed |
2946 | 2025-02-13T04:35:30.042Z | Compiling anstyle v1.0.10 |
2947 | 2025-02-13T04:35:30.044Z | Running `/home/build/.rustup/toolchains/1.84.1-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=5a89573be83a4361 -C extra-filename=-5a89573be83a4361 --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` |
2948 | 2025-02-13T04:35:30.241Z | Dirty tokio-native-tls v0.3.1: the rustflags changed |
2949 | 2025-02-13T04:35:30.241Z | Compiling tokio-native-tls v0.3.1 |
2950 | 2025-02-13T04:35:30.245Z | Running `/home/build/.rustup/toolchains/1.84.1-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=060e3189b2612a93 -C extra-filename=-060e3189b2612a93 --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-8d3ec4b3ad8fb7c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2951 | 2025-02-13T04:35:30.325Z | Dirty ucd-trie v0.1.7: the rustflags changed |
2952 | 2025-02-13T04:35:30.325Z | Compiling ucd-trie v0.1.7 |
2953 | 2025-02-13T04:35:30.363Z | Running `/home/build/.rustup/toolchains/1.84.1-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=57024efd42745d55 -C extra-filename=-57024efd42745d55 --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` |
2954 | 2025-02-13T04:35:30.497Z | Dirty term v0.7.0: the rustflags changed |
2955 | 2025-02-13T04:35:30.497Z | Compiling term v0.7.0 |
2956 | 2025-02-13T04:35:30.497Z | Running `/home/build/.rustup/toolchains/1.84.1-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=fab8dacee8d89414 -C extra-filename=-fab8dacee8d89414 --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-9e9f9c746edfc2ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2957 | 2025-02-13T04:35:30.543Z | Dirty siphasher v0.3.11: the rustflags changed |
2958 | 2025-02-13T04:35:30.543Z | Compiling siphasher v0.3.11 |
2959 | 2025-02-13T04:35:30.592Z | Running `/home/build/.rustup/toolchains/1.84.1-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=0fee2dbb2aad7fed -C extra-filename=-0fee2dbb2aad7fed --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` |
2960 | 2025-02-13T04:35:30.651Z | Dirty pest v2.7.14: the rustflags changed |
2961 | 2025-02-13T04:35:30.651Z | Compiling pest v2.7.14 |
2962 | 2025-02-13T04:35:30.654Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7bc43a794468bd54 -C extra-filename=-7bc43a794468bd54 --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-9e2df5937f592b1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-57024efd42745d55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2963 | 2025-02-13T04:35:30.896Z | Dirty hyper-tls v0.6.0: the rustflags changed |
2964 | 2025-02-13T04:35:30.896Z | Compiling hyper-tls v0.6.0 |
2965 | 2025-02-13T04:35:30.899Z | Running `/home/build/.rustup/toolchains/1.84.1-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=c900fda434cb494c -C extra-filename=-c900fda434cb494c --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-03e029f2a415749e.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-8d3ec4b3ad8fb7c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-060e3189b2612a93.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-11786c340eeec091.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2966 | 2025-02-13T04:35:30.948Z | Dirty toml_edit v0.22.22: the rustflags changed |
2967 | 2025-02-13T04:35:30.948Z | Compiling toml_edit v0.22.22 |
2968 | 2025-02-13T04:35:30.952Z | Running `/home/build/.rustup/toolchains/1.84.1-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=0a8c2a3d02b46dfd -C extra-filename=-0a8c2a3d02b46dfd --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-4ee76d4a4c5ebe0b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-230b904cc8c9c6ec.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-5b6f4255472d1108.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-87e7d00a1847f5b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2969 | 2025-02-13T04:35:31.344Z | Dirty scroll_derive v0.12.0: the rustflags changed |
2970 | 2025-02-13T04:35:31.344Z | Compiling scroll_derive v0.12.0 |
2971 | 2025-02-13T04:35:31.347Z | Running `/home/build/.rustup/toolchains/1.84.1-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=4e6d68ae7263c84d -C extra-filename=-4e6d68ae7263c84d --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2972 | 2025-02-13T04:35:31.468Z | Dirty anstyle-parse v0.2.5: the rustflags changed |
2973 | 2025-02-13T04:35:31.468Z | Compiling anstyle-parse v0.2.5 |
2974 | 2025-02-13T04:35:31.504Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d868a4f7881a9ea6 -C extra-filename=-d868a4f7881a9ea6 --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-a9e9441fe1d54e72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2975 | 2025-02-13T04:35:31.646Z | Dirty signature v2.2.0: the rustflags changed |
2976 | 2025-02-13T04:35:31.646Z | Compiling signature v2.2.0 |
2977 | 2025-02-13T04:35:31.672Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1412253b75507a5a -C extra-filename=-1412253b75507a5a --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-c1a84befa7c7dca3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2978 | 2025-02-13T04:35:31.835Z | Dirty toml_edit v0.19.15: the rustflags changed |
2979 | 2025-02-13T04:35:31.835Z | Compiling toml_edit v0.19.15 |
2980 | 2025-02-13T04:35:31.838Z | Running `/home/build/.rustup/toolchains/1.84.1-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=fd590cd4278d7300 -C extra-filename=-fd590cd4278d7300 --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-4ee76d4a4c5ebe0b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-230b904cc8c9c6ec.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-5b6f4255472d1108.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1cb1edf48f7c940e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2981 | 2025-02-13T04:35:31.863Z | Dirty colorchoice v1.0.2: the rustflags changed |
2982 | 2025-02-13T04:35:31.864Z | Compiling colorchoice v1.0.2 |
2983 | 2025-02-13T04:35:31.866Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e27204fa91a36fad -C extra-filename=-e27204fa91a36fad --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` |
2984 | 2025-02-13T04:35:31.964Z | Dirty anstyle-query v1.1.1: the rustflags changed |
2985 | 2025-02-13T04:35:31.965Z | Compiling anstyle-query v1.1.1 |
2986 | 2025-02-13T04:35:31.968Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9f6ed3003d0a3f9e -C extra-filename=-9f6ed3003d0a3f9e --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` |
2987 | 2025-02-13T04:35:32.027Z | Dirty plain v0.2.3: the rustflags changed |
2988 | 2025-02-13T04:35:32.027Z | Compiling plain v0.2.3 |
2989 | 2025-02-13T04:35:32.031Z | Running `/home/build/.rustup/toolchains/1.84.1-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=05bf5da7eb2e0fbd -C extra-filename=-05bf5da7eb2e0fbd --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` |
2990 | 2025-02-13T04:35:32.057Z | Dirty is_terminal_polyfill v1.70.1: the rustflags changed |
2991 | 2025-02-13T04:35:32.057Z | Compiling is_terminal_polyfill v1.70.1 |
2992 | 2025-02-13T04:35:32.060Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2dc216296280e4cd -C extra-filename=-2dc216296280e4cd --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` |
2993 | 2025-02-13T04:35:32.138Z | Dirty terminal_size v0.4.0: the rustflags changed |
2994 | 2025-02-13T04:35:32.138Z | Compiling terminal_size v0.4.0 |
2995 | 2025-02-13T04:35:32.141Z | Running `/home/build/.rustup/toolchains/1.84.1-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=466a10d26b51f06a -C extra-filename=-466a10d26b51f06a --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-be2a474d17f5f8c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
2996 | 2025-02-13T04:35:32.206Z | Dirty anstream v0.6.15: the rustflags changed |
2997 | 2025-02-13T04:35:32.206Z | Compiling anstream v0.6.15 |
2998 | 2025-02-13T04:35:32.210Z | Dirty usdt-impl v0.5.0: the rustflags changed |
2999 | 2025-02-13T04:35:32.210Z | Compiling usdt-impl v0.5.0 |
3000 | 2025-02-13T04:35:32.210Z | Running `/home/build/.rustup/toolchains/1.84.1-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=01e0110c70860f33 -C extra-filename=-01e0110c70860f33 --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-5a89573be83a4361.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-d868a4f7881a9ea6.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-9f6ed3003d0a3f9e.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-e27204fa91a36fad.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-2dc216296280e4cd.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-a9e9441fe1d54e72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3001 | 2025-02-13T04:35:32.210Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e5902b8d81e90150 -C extra-filename=-e5902b8d81e90150 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-e5902b8d81e90150 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3002 | 2025-02-13T04:35:32.388Z | Dirty pretty-hex v0.4.1: the rustflags changed |
3003 | 2025-02-13T04:35:32.388Z | Compiling pretty-hex v0.4.1 |
3004 | 2025-02-13T04:35:32.391Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1c41268e67b43604 -C extra-filename=-1c41268e67b43604 --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` |
3005 | 2025-02-13T04:35:32.621Z | Dirty tinyvec_macros v0.1.1: the rustflags changed |
3006 | 2025-02-13T04:35:32.621Z | Compiling tinyvec_macros v0.1.1 |
3007 | 2025-02-13T04:35:32.654Z | Running `/home/build/.rustup/toolchains/1.84.1-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=602cfd455ffb347f -C extra-filename=-602cfd455ffb347f --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` |
3008 | 2025-02-13T04:35:32.657Z | Dirty clap_lex v0.7.4: the rustflags changed |
3009 | 2025-02-13T04:35:32.657Z | Compiling clap_lex v0.7.4 |
3010 | 2025-02-13T04:35:32.699Z | Running `/home/build/.rustup/toolchains/1.84.1-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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ce6e19f1ba3e24c0 -C extra-filename=-ce6e19f1ba3e24c0 --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` |
3011 | 2025-02-13T04:35:32.733Z | Dirty unicode-segmentation v1.12.0: the rustflags changed |
3012 | 2025-02-13T04:35:32.733Z | Compiling unicode-segmentation v1.12.0 |
3013 | 2025-02-13T04:35:32.793Z | Running `/home/build/.rustup/toolchains/1.84.1-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=424502f4230a2600 -C extra-filename=-424502f4230a2600 --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` |
3014 | 2025-02-13T04:35:32.885Z | Dirty tinyvec v1.8.0: the rustflags changed |
3015 | 2025-02-13T04:35:32.885Z | Compiling tinyvec v1.8.0 |
3016 | 2025-02-13T04:35:32.888Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1724dd6ce6a29e96 -C extra-filename=-1724dd6ce6a29e96 --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-602cfd455ffb347f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3017 | 2025-02-13T04:35:32.972Z | Dirty scroll v0.12.0: the rustflags changed |
3018 | 2025-02-13T04:35:32.972Z | Compiling scroll v0.12.0 |
3019 | 2025-02-13T04:35:32.977Z | Running `/home/build/.rustup/toolchains/1.84.1-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=c176ab095e5ccbad -C extra-filename=-c176ab095e5ccbad --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-4e6d68ae7263c84d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3020 | 2025-02-13T04:35:33.083Z | Dirty clap_builder v4.5.27: the rustflags changed |
3021 | 2025-02-13T04:35:33.083Z | Compiling clap_builder v4.5.27 |
3022 | 2025-02-13T04:35:33.124Z | Running `/home/build/.rustup/toolchains/1.84.1-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.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::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=4947241cdc6860e5 -C extra-filename=-4947241cdc6860e5 --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-01e0110c70860f33.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5a89573be83a4361.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-ce6e19f1ba3e24c0.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-61f3c6ea12215369.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-466a10d26b51f06a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3023 | 2025-02-13T04:35:33.535Z | Dirty pest_meta v2.7.14: the rustflags changed |
3024 | 2025-02-13T04:35:33.535Z | Compiling pest_meta v2.7.14 |
3025 | 2025-02-13T04:35:33.539Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ae837e16d9c9ce7d -C extra-filename=-ae837e16d9c9ce7d --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-4845f0240c4dfd51.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-7bc43a794468bd54.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3026 | 2025-02-13T04:35:33.617Z | Dirty goblin v0.8.2: the rustflags changed |
3027 | 2025-02-13T04:35:33.617Z | Compiling goblin v0.8.2 |
3028 | 2025-02-13T04:35:33.621Z | Running `/home/build/.rustup/toolchains/1.84.1-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=cf023cfdf9fe426f -C extra-filename=-cf023cfdf9fe426f --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-9e3a943cb0d1c1f7.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-05bf5da7eb2e0fbd.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-c176ab095e5ccbad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3029 | 2025-02-13T04:35:33.648Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-e5902b8d81e90150/build-script-build` |
3030 | 2025-02-13T04:35:33.824Z | Dirty clap_derive v4.5.24: the rustflags changed |
3031 | 2025-02-13T04:35:33.824Z | Compiling clap_derive v4.5.24 |
3032 | 2025-02-13T04:35:33.827Z | Running `/home/build/.rustup/toolchains/1.84.1-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.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=992fd54f5597aeb8 -C extra-filename=-992fd54f5597aeb8 --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-6782a03443fe5f3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3033 | 2025-02-13T04:35:34.382Z | Dirty thread-id v4.2.2: the rustflags changed |
3034 | 2025-02-13T04:35:34.382Z | Compiling thread-id v4.2.2 |
3035 | 2025-02-13T04:35:34.386Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d6c0f55cbc23e56a -C extra-filename=-d6c0f55cbc23e56a --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3036 | 2025-02-13T04:35:34.537Z | Dirty crc32fast v1.4.2: the rustflags changed |
3037 | 2025-02-13T04:35:34.537Z | Compiling crc32fast v1.4.2 |
3038 | 2025-02-13T04:35:34.567Z | Running `/home/build/.rustup/toolchains/1.84.1-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=8bbe085508e0f085 -C extra-filename=-8bbe085508e0f085 --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-c23dfb9b1834c42c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3039 | 2025-02-13T04:35:34.924Z | Dirty pest_generator v2.7.14: the rustflags changed |
3040 | 2025-02-13T04:35:34.924Z | Compiling pest_generator v2.7.14 |
3041 | 2025-02-13T04:35:34.927Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2b59deaaaa27ba91 -C extra-filename=-2b59deaaaa27ba91 --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-7bc43a794468bd54.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-ae837e16d9c9ce7d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3042 | 2025-02-13T04:35:36.866Z | Dirty base16ct v0.2.0: the rustflags changed |
3043 | 2025-02-13T04:35:36.866Z | Compiling base16ct v0.2.0 |
3044 | 2025-02-13T04:35:36.870Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2bae47673a4d3340 -C extra-filename=-2bae47673a4d3340 --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 | 2025-02-13T04:35:37.218Z | Dirty sec1 v0.7.3: the rustflags changed |
3046 | 2025-02-13T04:35:37.218Z | Compiling sec1 v0.7.3 |
3047 | 2025-02-13T04:35:37.247Z | Running `/home/build/.rustup/toolchains/1.84.1-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=787bcd716ffbd5fe -C extra-filename=-787bcd716ffbd5fe --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-2bae47673a4d3340.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-7574fbcdd472cb64.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3048 | 2025-02-13T04:35:37.789Z | Dirty toml v0.8.19: the rustflags changed |
3049 | 2025-02-13T04:35:37.789Z | Compiling toml v0.8.19 |
3050 | 2025-02-13T04:35:37.801Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1a9df0e871c6a06b -C extra-filename=-1a9df0e871c6a06b --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-b6795449d4b8cccb.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-230b904cc8c9c6ec.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-5b6f4255472d1108.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3051 | 2025-02-13T04:35:37.952Z | Dirty pest_derive v2.7.14: the rustflags changed |
3052 | 2025-02-13T04:35:37.953Z | Compiling pest_derive v2.7.14 |
3053 | 2025-02-13T04:35:37.955Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7aeb383d0db96b1f -C extra-filename=-7aeb383d0db96b1f --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-7bc43a794468bd54.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-2b59deaaaa27ba91.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3054 | 2025-02-13T04:35:38.494Z | Dirty crossbeam-channel v0.5.13: the rustflags changed |
3055 | 2025-02-13T04:35:38.494Z | Compiling crossbeam-channel v0.5.13 |
3056 | 2025-02-13T04:35:38.504Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f60384c24350b8e8 -C extra-filename=-f60384c24350b8e8 --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-a8673a2dc205af2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3057 | 2025-02-13T04:35:38.707Z | Dirty clap v4.5.27: the rustflags changed |
3058 | 2025-02-13T04:35:38.707Z | Compiling clap v4.5.27 |
3059 | 2025-02-13T04:35:38.748Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::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=df9a1bd29cd8c365 -C extra-filename=-df9a1bd29cd8c365 --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-4947241cdc6860e5.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-992fd54f5597aeb8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3060 | 2025-02-13T04:35:38.846Z | Dirty num-integer v0.1.46: the rustflags changed |
3061 | 2025-02-13T04:35:38.846Z | Compiling num-integer v0.1.46 |
3062 | 2025-02-13T04:35:38.906Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b0d739eb4cd74a4c -C extra-filename=-b0d739eb4cd74a4c --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-2208e32e65bcc912.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3063 | 2025-02-13T04:35:38.943Z | Dirty ff v0.13.0: the rustflags changed |
3064 | 2025-02-13T04:35:38.943Z | Compiling ff v0.13.0 |
3065 | 2025-02-13T04:35:38.971Z | Running `/home/build/.rustup/toolchains/1.84.1-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=6fbc054aaeb2ea7e -C extra-filename=-6fbc054aaeb2ea7e --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-eee51480251de44e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3066 | 2025-02-13T04:35:38.974Z | Dirty dtrace-parser v0.2.0: the rustflags changed |
3067 | 2025-02-13T04:35:38.974Z | Compiling dtrace-parser v0.2.0 |
3068 | 2025-02-13T04:35:38.974Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1fb82b18e607a80b -C extra-filename=-1fb82b18e607a80b --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-7bc43a794468bd54.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-7aeb383d0db96b1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3069 | 2025-02-13T04:35:39.199Z | Dirty thread_local v1.1.8: the rustflags changed |
3070 | 2025-02-13T04:35:39.199Z | Compiling thread_local v1.1.8 |
3071 | 2025-02-13T04:35:39.202Z | Running `/home/build/.rustup/toolchains/1.84.1-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=471e29bf01f31ecf -C extra-filename=-471e29bf01f31ecf --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-c23dfb9b1834c42c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3072 | 2025-02-13T04:35:39.258Z | Dirty slog-async v2.8.0: the rustflags changed |
3073 | 2025-02-13T04:35:39.258Z | Compiling slog-async v2.8.0 |
3074 | 2025-02-13T04:35:39.262Z | Running `/home/build/.rustup/toolchains/1.84.1-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=abccc93cc5e58cec -C extra-filename=-abccc93cc5e58cec --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-abccc93cc5e58cec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3075 | 2025-02-13T04:35:39.482Z | Dirty dof v0.3.0: the rustflags changed |
3076 | 2025-02-13T04:35:39.482Z | Compiling dof v0.3.0 |
3077 | 2025-02-13T04:35:39.485Z | Running `/home/build/.rustup/toolchains/1.84.1-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=8f5964ed6d1084ce -C extra-filename=-8f5964ed6d1084ce --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-cf023cfdf9fe426f.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cea30fa4edc352b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3078 | 2025-02-13T04:35:39.581Z | Dirty heck v0.4.1: the rustflags changed |
3079 | 2025-02-13T04:35:39.581Z | Compiling heck v0.4.1 |
3080 | 2025-02-13T04:35:39.584Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7c318abee26cc297 -C extra-filename=-7c318abee26cc297 --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` |
3081 | 2025-02-13T04:35:39.704Z | Dirty group v0.13.0: the rustflags changed |
3082 | 2025-02-13T04:35:39.704Z | Compiling group v0.13.0 |
3083 | 2025-02-13T04:35:39.707Z | Running `/home/build/.rustup/toolchains/1.84.1-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=db92a589c5c12173 -C extra-filename=-db92a589c5c12173 --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-6fbc054aaeb2ea7e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3084 | 2025-02-13T04:35:39.843Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-abccc93cc5e58cec/build-script-build` |
3085 | 2025-02-13T04:35:39.932Z | Dirty hkdf v0.12.4: the rustflags changed |
3086 | 2025-02-13T04:35:39.932Z | Compiling hkdf v0.12.4 |
3087 | 2025-02-13T04:35:39.934Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ef66874295310565 -C extra-filename=-ef66874295310565 --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-abdc0b2e0b5c493c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3088 | 2025-02-13T04:35:40.030Z | Dirty crypto-bigint v0.5.5: the rustflags changed |
3089 | 2025-02-13T04:35:40.030Z | Compiling crypto-bigint v0.5.5 |
3090 | 2025-02-13T04:35:40.034Z | Running `/home/build/.rustup/toolchains/1.84.1-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=3152a88fb011064f -C extra-filename=-3152a88fb011064f --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-e3e034bbc733b83c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3091 | 2025-02-13T04:35:40.063Z | Dirty crossbeam-epoch v0.9.18: the rustflags changed |
3092 | 2025-02-13T04:35:40.063Z | Compiling crossbeam-epoch v0.9.18 |
3093 | 2025-02-13T04:35:40.071Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f632b0254fcc752f -C extra-filename=-f632b0254fcc752f --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-a8673a2dc205af2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3094 | 2025-02-13T04:35:40.248Z | Dirty bitflags v1.3.2: the rustflags changed |
3095 | 2025-02-13T04:35:40.248Z | Compiling bitflags v1.3.2 |
3096 | 2025-02-13T04:35:40.248Z | Running `/home/build/.rustup/toolchains/1.84.1-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=3656ba0bdfaef672 -C extra-filename=-3656ba0bdfaef672 --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` |
3097 | 2025-02-13T04:35:40.357Z | Running `/home/build/.rustup/toolchains/1.84.1-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=3b887867358f299f -C extra-filename=-3b887867358f299f --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-74b89f0a9d262c25.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-8f5964ed6d1084ce.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1fb82b18e607a80b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-d6c0f55cbc23e56a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard` |
3098 | 2025-02-13T04:35:40.822Z | Dirty utf-8 v0.7.6: the rustflags changed |
3099 | 2025-02-13T04:35:40.822Z | Compiling utf-8 v0.7.6 |
3100 | 2025-02-13T04:35:40.823Z | Running `/home/build/.rustup/toolchains/1.84.1-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=3634facfa3f7e4c4 -C extra-filename=-3634facfa3f7e4c4 --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` |
3101 | 2025-02-13T04:35:40.895Z | Dirty rayon-core v1.12.1: the rustflags changed |
3102 | 2025-02-13T04:35:40.895Z | Compiling rayon-core v1.12.1 |
3103 | 2025-02-13T04:35:40.898Z | Running `/home/build/.rustup/toolchains/1.84.1-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=4ece7f1a74636071 -C extra-filename=-4ece7f1a74636071 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-4ece7f1a74636071 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3104 | 2025-02-13T04:35:41.148Z | Dirty match_cfg v0.1.0: the rustflags changed |
3105 | 2025-02-13T04:35:41.148Z | Compiling match_cfg v0.1.0 |
3106 | 2025-02-13T04:35:41.151Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a8b1691c5465c774 -C extra-filename=-a8b1691c5465c774 --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` |
3107 | 2025-02-13T04:35:41.265Z | Dirty take_mut v0.2.2: the rustflags changed |
3108 | 2025-02-13T04:35:41.265Z | Compiling take_mut v0.2.2 |
3109 | 2025-02-13T04:35:41.291Z | Running `/home/build/.rustup/toolchains/1.84.1-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=fefbf8000eac7fff -C extra-filename=-fefbf8000eac7fff --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` |
3110 | 2025-02-13T04:35:41.295Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-4ece7f1a74636071/build-script-build` |
3111 | 2025-02-13T04:35:41.326Z | Dirty hostname v0.3.1: the rustflags changed |
3112 | 2025-02-13T04:35:41.326Z | Compiling hostname v0.3.1 |
3113 | 2025-02-13T04:35:41.329Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d6875c02193cfb64 -C extra-filename=-d6875c02193cfb64 --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-98124fae94d5c163.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-a8b1691c5465c774.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3114 | 2025-02-13T04:35:41.354Z | Dirty slog-term v2.9.1: the rustflags changed |
3115 | 2025-02-13T04:35:41.354Z | Compiling slog-term v2.9.1 |
3116 | 2025-02-13T04:35:41.357Z | Running `/home/build/.rustup/toolchains/1.84.1-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=259451c7f911cced -C extra-filename=-259451c7f911cced --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-7fcf105a31e0f4a8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fab8dacee8d89414.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-471e29bf01f31ecf.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3117 | 2025-02-13T04:35:41.378Z | Dirty hex v0.4.3: the rustflags changed |
3118 | 2025-02-13T04:35:41.378Z | Compiling hex v0.4.3 |
3119 | 2025-02-13T04:35:41.380Z | Running `/home/build/.rustup/toolchains/1.84.1-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=084c2445d08cf99b -C extra-filename=-084c2445d08cf99b --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3120 | 2025-02-13T04:35:41.489Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e1ef3cdd035b7e7f -C extra-filename=-e1ef3cdd035b7e7f --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-f60384c24350b8e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-fefbf8000eac7fff.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-471e29bf01f31ecf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128` |
3121 | 2025-02-13T04:35:41.562Z | Dirty itertools v0.10.5: the rustflags changed |
3122 | 2025-02-13T04:35:41.562Z | Compiling itertools v0.10.5 |
3123 | 2025-02-13T04:35:41.565Z | Running `/home/build/.rustup/toolchains/1.84.1-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=eee8d6dc8a04de92 -C extra-filename=-eee8d6dc8a04de92 --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-e6d980dfe6eef5ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3124 | 2025-02-13T04:35:41.833Z | Dirty memmap v0.7.0: the rustflags changed |
3125 | 2025-02-13T04:35:41.833Z | Compiling memmap v0.7.0 |
3126 | 2025-02-13T04:35:41.836Z | Running `/home/build/.rustup/toolchains/1.84.1-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=263a8fea269cfd6d -C extra-filename=-263a8fea269cfd6d --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3127 | 2025-02-13T04:35:41.951Z | Dirty bit-vec v0.6.3: the rustflags changed |
3128 | 2025-02-13T04:35:41.951Z | Compiling bit-vec v0.6.3 |
3129 | 2025-02-13T04:35:41.964Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e36d209b624fb19a -C extra-filename=-e36d209b624fb19a --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` |
3130 | 2025-02-13T04:35:42.202Z | Dirty crossbeam-deque v0.8.5: the rustflags changed |
3131 | 2025-02-13T04:35:42.202Z | Compiling crossbeam-deque v0.8.5 |
3132 | 2025-02-13T04:35:42.204Z | Running `/home/build/.rustup/toolchains/1.84.1-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=6edf8bac7951c184 -C extra-filename=-6edf8bac7951c184 --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-f632b0254fcc752f.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a8673a2dc205af2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3133 | 2025-02-13T04:35:42.389Z | Dirty bit-set v0.5.3: the rustflags changed |
3134 | 2025-02-13T04:35:42.389Z | Compiling bit-set v0.5.3 |
3135 | 2025-02-13T04:35:42.391Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9d19b3807544ab5a -C extra-filename=-9d19b3807544ab5a --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-e36d209b624fb19a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3136 | 2025-02-13T04:35:42.496Z | Dirty num-iter v0.1.45: the rustflags changed |
3137 | 2025-02-13T04:35:42.496Z | Compiling num-iter v0.1.45 |
3138 | 2025-02-13T04:35:42.498Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b01694be23ac2aa9 -C extra-filename=-b01694be23ac2aa9 --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-b0d739eb4cd74a4c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3139 | 2025-02-13T04:35:42.526Z | Dirty flate2 v1.0.35: the rustflags changed |
3140 | 2025-02-13T04:35:42.526Z | Compiling flate2 v1.0.35 |
3141 | 2025-02-13T04:35:42.530Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.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="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=8de021ccf289e058 -C extra-filename=-8de021ccf289e058 --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-8bbe085508e0f085.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-d007f834b8c6d5bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3142 | 2025-02-13T04:35:42.560Z | Dirty curve25519-dalek v4.1.3: the rustflags changed |
3143 | 2025-02-13T04:35:42.560Z | Compiling curve25519-dalek v4.1.3 |
3144 | 2025-02-13T04:35:42.564Z | Running `/home/build/.rustup/toolchains/1.84.1-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=83cd89f823282e5b -C extra-filename=-83cd89f823282e5b --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-83cd89f823282e5b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-127e78bd12e05294.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3145 | 2025-02-13T04:35:42.677Z | Dirty static_assertions v1.1.0: the rustflags changed |
3146 | 2025-02-13T04:35:42.677Z | Compiling static_assertions v1.1.0 |
3147 | 2025-02-13T04:35:42.681Z | Running `/home/build/.rustup/toolchains/1.84.1-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=64f150a3658beee9 -C extra-filename=-64f150a3658beee9 --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` |
3148 | 2025-02-13T04:35:42.709Z | Dirty num-bigint-dig v0.8.4: the rustflags changed |
3149 | 2025-02-13T04:35:42.709Z | Compiling num-bigint-dig v0.8.4 |
3150 | 2025-02-13T04:35:42.709Z | Running `/home/build/.rustup/toolchains/1.84.1-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=86e3501f1b4b633b -C extra-filename=-86e3501f1b4b633b --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-86e3501f1b4b633b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3151 | 2025-02-13T04:35:42.807Z | Dirty rustls v0.22.4: the rustflags changed |
3152 | 2025-02-13T04:35:42.807Z | Compiling rustls v0.22.4 |
3153 | 2025-02-13T04:35:42.826Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a0aa9f0b731d78b3 -C extra-filename=-a0aa9f0b731d78b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-a0aa9f0b731d78b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3154 | 2025-02-13T04:35:43.097Z | Dirty elliptic-curve v0.13.8: the rustflags changed |
3155 | 2025-02-13T04:35:43.097Z | Compiling elliptic-curve v0.13.8 |
3156 | 2025-02-13T04:35:43.101Z | Running `/home/build/.rustup/toolchains/1.84.1-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=65da72310a89d62c -C extra-filename=-65da72310a89d62c --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-2bae47673a4d3340.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-3152a88fb011064f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6fbc054aaeb2ea7e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-db92a589c5c12173.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef66874295310565.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-787bcd716ffbd5fe.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3157 | 2025-02-13T04:35:43.168Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-a0aa9f0b731d78b3/build-script-build` |
3158 | 2025-02-13T04:35:43.198Z | Dirty usdt-macro v0.5.0: the rustflags changed |
3159 | 2025-02-13T04:35:43.198Z | Compiling usdt-macro v0.5.0 |
3160 | 2025-02-13T04:35:43.201Z | Running `/home/build/.rustup/toolchains/1.84.1-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=847d02ab431a8a30 -C extra-filename=-847d02ab431a8a30 --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-1fb82b18e607a80b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3b887867358f299f.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3161 | 2025-02-13T04:35:43.236Z | Dirty usdt-attr-macro v0.5.0: the rustflags changed |
3162 | 2025-02-13T04:35:43.236Z | Compiling usdt-attr-macro v0.5.0 |
3163 | 2025-02-13T04:35:43.237Z | Running `/home/build/.rustup/toolchains/1.84.1-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=6ee6e0a9122870e5 -C extra-filename=-6ee6e0a9122870e5 --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-1fb82b18e607a80b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3b887867358f299f.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3164 | 2025-02-13T04:35:43.339Z | Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-83cd89f823282e5b/build-script-build` |
3165 | 2025-02-13T04:35:43.414Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-86e3501f1b4b633b/build-script-build` |
3166 | 2025-02-13T04:35:43.445Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7437feb4062411e4 -C extra-filename=-7437feb4062411e4 --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-6edf8bac7951c184.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a8673a2dc205af2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3167 | 2025-02-13T04:35:43.482Z | Dirty toml v0.7.8: the rustflags changed |
3168 | 2025-02-13T04:35:43.482Z | Compiling toml v0.7.8 |
3169 | 2025-02-13T04:35:43.485Z | Running `/home/build/.rustup/toolchains/1.84.1-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=87266ebd0a36a588 -C extra-filename=-87266ebd0a36a588 --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-b6795449d4b8cccb.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-230b904cc8c9c6ec.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-5b6f4255472d1108.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-fd590cd4278d7300.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3170 | 2025-02-13T04:35:43.905Z | Dirty phf_shared v0.11.2: the rustflags changed |
3171 | 2025-02-13T04:35:43.905Z | Compiling phf_shared v0.11.2 |
3172 | 2025-02-13T04:35:43.908Z | Running `/home/build/.rustup/toolchains/1.84.1-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=65d0301f5bcb2ce7 -C extra-filename=-65d0301f5bcb2ce7 --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-0fee2dbb2aad7fed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3173 | 2025-02-13T04:35:44.009Z | Dirty slog-json v2.6.1: the rustflags changed |
3174 | 2025-02-13T04:35:44.009Z | Compiling slog-json v2.6.1 |
3175 | 2025-02-13T04:35:44.069Z | Running `/home/build/.rustup/toolchains/1.84.1-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=15a1144bdbd391e6 -C extra-filename=-15a1144bdbd391e6 --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-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3176 | 2025-02-13T04:35:44.263Z | Dirty rfc6979 v0.4.0: the rustflags changed |
3177 | 2025-02-13T04:35:44.263Z | Compiling rfc6979 v0.4.0 |
3178 | 2025-02-13T04:35:44.266Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7884e6e81382e5f4 -C extra-filename=-7884e6e81382e5f4 --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-abdc0b2e0b5c493c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3179 | 2025-02-13T04:35:44.372Z | Dirty zerocopy-derive v0.6.6: the rustflags changed |
3180 | 2025-02-13T04:35:44.372Z | Compiling zerocopy-derive v0.6.6 |
3181 | 2025-02-13T04:35:44.396Z | Running `/home/build/.rustup/toolchains/1.84.1-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=c1778a44ee7a88e7 -C extra-filename=-c1778a44ee7a88e7 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3182 | 2025-02-13T04:35:44.489Z | Dirty curve25519-dalek-derive v0.1.1: the rustflags changed |
3183 | 2025-02-13T04:35:44.489Z | Compiling curve25519-dalek-derive v0.1.1 |
3184 | 2025-02-13T04:35:44.492Z | Running `/home/build/.rustup/toolchains/1.84.1-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=599cb585398de0a5 -C extra-filename=-599cb585398de0a5 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3185 | 2025-02-13T04:35:44.919Z | Dirty bstr v1.10.0: the rustflags changed |
3186 | 2025-02-13T04:35:44.919Z | Compiling bstr v1.10.0 |
3187 | 2025-02-13T04:35:44.922Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a80f3c63828065bb -C extra-filename=-a80f3c63828065bb --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-9e2df5937f592b1b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-770f979620de861d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3188 | 2025-02-13T04:35:44.962Z | Dirty signal-hook v0.3.17: the rustflags changed |
3189 | 2025-02-13T04:35:44.962Z | Compiling signal-hook v0.3.17 |
3190 | 2025-02-13T04:35:44.962Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a60244dac804eb2a -C extra-filename=-a60244dac804eb2a --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-a60244dac804eb2a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3191 | 2025-02-13T04:35:45.016Z | Dirty managed v0.8.0: the rustflags changed |
3192 | 2025-02-13T04:35:45.016Z | Compiling managed v0.8.0 |
3193 | 2025-02-13T04:35:45.047Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2aa75ec8bbd05fe9 -C extra-filename=-2aa75ec8bbd05fe9 --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` |
3194 | 2025-02-13T04:35:45.095Z | Dirty usdt v0.5.0: the rustflags changed |
3195 | 2025-02-13T04:35:45.095Z | Compiling usdt v0.5.0 |
3196 | 2025-02-13T04:35:45.106Z | Running `/home/build/.rustup/toolchains/1.84.1-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=25b7940da9ea77bc -C extra-filename=-25b7940da9ea77bc --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-8f5964ed6d1084ce.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1fb82b18e607a80b.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-cf023cfdf9fe426f.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-263a8fea269cfd6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-6ee6e0a9122870e5.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3b887867358f299f.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-847d02ab431a8a30.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3197 | 2025-02-13T04:35:45.308Z | Dirty fixedbitset v0.4.2: the rustflags changed |
3198 | 2025-02-13T04:35:45.308Z | Compiling fixedbitset v0.4.2 |
3199 | 2025-02-13T04:35:45.313Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ed381db068edd205 -C extra-filename=-ed381db068edd205 --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` |
3200 | 2025-02-13T04:35:45.483Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-a60244dac804eb2a/build-script-build` |
3201 | 2025-02-13T04:35:45.495Z | Dirty ecdsa v0.16.9: the rustflags changed |
3202 | 2025-02-13T04:35:45.495Z | Compiling ecdsa v0.16.9 |
3203 | 2025-02-13T04:35:45.498Z | Running `/home/build/.rustup/toolchains/1.84.1-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=069556d964dc7105 -C extra-filename=-069556d964dc7105 --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-7574fbcdd472cb64.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-7884e6e81382e5f4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-1412253b75507a5a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-58e57b055bea531e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3204 | 2025-02-13T04:35:45.597Z | Dirty petgraph v0.6.5: the rustflags changed |
3205 | 2025-02-13T04:35:45.597Z | Compiling petgraph v0.6.5 |
3206 | 2025-02-13T04:35:45.600Z | Running `/home/build/.rustup/toolchains/1.84.1-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=17c7bf98f86162e7 -C extra-filename=-17c7bf98f86162e7 --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-ed381db068edd205.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3207 | 2025-02-13T04:35:45.762Z | Dirty slog-bunyan v2.5.0: the rustflags changed |
3208 | 2025-02-13T04:35:45.762Z | Compiling slog-bunyan v2.5.0 |
3209 | 2025-02-13T04:35:45.765Z | Running `/home/build/.rustup/toolchains/1.84.1-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=4aab30aae94af806 -C extra-filename=-4aab30aae94af806 --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-d6875c02193cfb64.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-15a1144bdbd391e6.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3210 | 2025-02-13T04:35:45.876Z | Running `/home/build/.rustup/toolchains/1.84.1-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=514bc199f63122fd -C extra-filename=-514bc199f63122fd --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-74b89f0a9d262c25.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-5e88d2d671dfc9ee.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b01694be23ac2aa9.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128` |
3211 | 2025-02-13T04:35:45.997Z | Dirty phf_shared v0.10.0: the rustflags changed |
3212 | 2025-02-13T04:35:45.997Z | Compiling phf_shared v0.10.0 |
3213 | 2025-02-13T04:35:45.999Z | Running `/home/build/.rustup/toolchains/1.84.1-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=49ad2fff5ed0c730 -C extra-filename=-49ad2fff5ed0c730 --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-0fee2dbb2aad7fed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3214 | 2025-02-13T04:35:46.148Z | Running `/home/build/.rustup/toolchains/1.84.1-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=296415074f6d0321 -C extra-filename=-296415074f6d0321 --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-c23dfb9b1834c42c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-102875690d2c1cd3.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-599cb585398de0a5.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.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"'` |
3215 | 2025-02-13T04:35:46.359Z | Dirty pkcs1 v0.7.5: the rustflags changed |
3216 | 2025-02-13T04:35:46.359Z | Compiling pkcs1 v0.7.5 |
3217 | 2025-02-13T04:35:46.362Z | Running `/home/build/.rustup/toolchains/1.84.1-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=115ed42f519e88ca -C extra-filename=-115ed42f519e88ca --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-7574fbcdd472cb64.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-58e57b055bea531e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3218 | 2025-02-13T04:35:46.394Z | Dirty bzip2-sys v0.1.11+1.0.8: the rustflags changed |
3219 | 2025-02-13T04:35:46.394Z | Compiling bzip2-sys v0.1.11+1.0.8 |
3220 | 2025-02-13T04:35:46.398Z | Running `/home/build/.rustup/toolchains/1.84.1-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=3b6f7a286833df99 -C extra-filename=-3b6f7a286833df99 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3b6f7a286833df99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d02968f2dd606dcf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3221 | 2025-02-13T04:35:46.633Z | Dirty multer v3.1.0: the rustflags changed |
3222 | 2025-02-13T04:35:46.633Z | Compiling multer v3.1.0 |
3223 | 2025-02-13T04:35:46.636Z | Running `/home/build/.rustup/toolchains/1.84.1-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=05e91a8b5226fed6 -C extra-filename=-05e91a8b5226fed6 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-05e91a8b5226fed6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3224 | 2025-02-13T04:35:46.664Z | Dirty zerocopy v0.6.6: the rustflags changed |
3225 | 2025-02-13T04:35:46.664Z | Compiling zerocopy v0.6.6 |
3226 | 2025-02-13T04:35:46.667Z | Running `/home/build/.rustup/toolchains/1.84.1-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=6a168a4dea1a447b -C extra-filename=-6a168a4dea1a447b --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-74b89f0a9d262c25.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-c1778a44ee7a88e7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3227 | 2025-02-13T04:35:47.008Z | Dirty new_debug_unreachable v1.0.6: the rustflags changed |
3228 | 2025-02-13T04:35:47.008Z | Compiling new_debug_unreachable v1.0.6 |
3229 | 2025-02-13T04:35:47.010Z | Running `/home/build/.rustup/toolchains/1.84.1-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=43bb5c484e7b8719 -C extra-filename=-43bb5c484e7b8719 --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` |
3230 | 2025-02-13T04:35:47.036Z | Dirty precomputed-hash v0.1.1: the rustflags changed |
3231 | 2025-02-13T04:35:47.036Z | Compiling precomputed-hash v0.1.1 |
3232 | 2025-02-13T04:35:47.039Z | Running `/home/build/.rustup/toolchains/1.84.1-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=238810c478cefe22 -C extra-filename=-238810c478cefe22 --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` |
3233 | 2025-02-13T04:35:47.130Z | Dirty unicode-xid v0.2.6: the rustflags changed |
3234 | 2025-02-13T04:35:47.130Z | Compiling unicode-xid v0.2.6 |
3235 | 2025-02-13T04:35:47.132Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a24a36993c6f403e -C extra-filename=-a24a36993c6f403e --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` |
3236 | 2025-02-13T04:35:47.190Z | Dirty string_cache v0.8.7: the rustflags changed |
3237 | 2025-02-13T04:35:47.190Z | Compiling string_cache v0.8.7 |
3238 | 2025-02-13T04:35:47.193Z | Running `/home/build/.rustup/toolchains/1.84.1-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=0fd25370ace1e53b -C extra-filename=-0fd25370ace1e53b --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-43bb5c484e7b8719.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d0a2976a5e19212f.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-49ad2fff5ed0c730.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-238810c478cefe22.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3239 | 2025-02-13T04:35:47.284Z | Running `/work/oxidecomputer/omicron/target/debug/build/multer-05e91a8b5226fed6/build-script-build` |
3240 | 2025-02-13T04:35:47.337Z | Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3b6f7a286833df99/build-script-build` |
3241 | 2025-02-13T04:35:47.340Z | Running `/home/build/.rustup/toolchains/1.84.1-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=c0f16c274fb122ff -C extra-filename=-c0f16c274fb122ff --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-98124fae94d5c163.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-5ef8bd89a825837a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3242 | 2025-02-13T04:35:47.437Z | Dirty unicode-normalization v0.1.24: the rustflags changed |
3243 | 2025-02-13T04:35:47.437Z | Compiling unicode-normalization v0.1.24 |
3244 | 2025-02-13T04:35:47.440Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a0b87c413fd50c2b -C extra-filename=-a0b87c413fd50c2b --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-1724dd6ce6a29e96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3245 | 2025-02-13T04:35:47.617Z | Dirty ed25519 v2.2.3: the rustflags changed |
3246 | 2025-02-13T04:35:47.617Z | Compiling ed25519 v2.2.3 |
3247 | 2025-02-13T04:35:47.619Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a176d06ec0580df2 -C extra-filename=-a176d06ec0580df2 --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-fa4291ce2da6a74b.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-1412253b75507a5a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3248 | 2025-02-13T04:35:48.264Z | Dirty hubpack_derive v0.1.1: the rustflags changed |
3249 | 2025-02-13T04:35:48.264Z | Compiling hubpack_derive v0.1.1 |
3250 | 2025-02-13T04:35:48.266Z | Running `/home/build/.rustup/toolchains/1.84.1-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=db572105b4e92793 -C extra-filename=-db572105b4e92793 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3251 | 2025-02-13T04:35:48.473Z | Dirty rsa v0.9.6: the rustflags changed |
3252 | 2025-02-13T04:35:48.473Z | Compiling rsa v0.9.6 |
3253 | 2025-02-13T04:35:48.476Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d3117513bdb52260 -C extra-filename=-d3117513bdb52260 --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-dedac17a1c4aee37.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-514bc199f63122fd.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-115ed42f519e88ca.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-1412253b75507a5a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-58e57b055bea531e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3254 | 2025-02-13T04:35:48.810Z | Dirty enum-as-inner v0.6.1: the rustflags changed |
3255 | 2025-02-13T04:35:48.810Z | Compiling enum-as-inner v0.6.1 |
3256 | 2025-02-13T04:35:48.819Z | Running `/home/build/.rustup/toolchains/1.84.1-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=3ba9f5e50c34310e -C extra-filename=-3ba9f5e50c34310e --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-6782a03443fe5f3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3257 | 2025-02-13T04:35:48.941Z | Dirty async-stream-impl v0.3.6: the rustflags changed |
3258 | 2025-02-13T04:35:48.941Z | Compiling async-stream-impl v0.3.6 |
3259 | 2025-02-13T04:35:48.944Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e906473971a37b6d -C extra-filename=-e906473971a37b6d --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3260 | 2025-02-13T04:35:49.318Z | Dirty quick-error v1.2.3: the rustflags changed |
3261 | 2025-02-13T04:35:49.318Z | Compiling quick-error v1.2.3 |
3262 | 2025-02-13T04:35:49.321Z | Running `/home/build/.rustup/toolchains/1.84.1-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=bd2025cf3f384ee8 -C extra-filename=-bd2025cf3f384ee8 --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` |
3263 | 2025-02-13T04:35:49.447Z | Dirty debug-ignore v1.0.5: the rustflags changed |
3264 | 2025-02-13T04:35:49.447Z | Compiling debug-ignore v1.0.5 |
3265 | 2025-02-13T04:35:49.450Z | Running `/home/build/.rustup/toolchains/1.84.1-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=c00141925773f27b -C extra-filename=-c00141925773f27b --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` |
3266 | 2025-02-13T04:35:49.488Z | Dirty hubpack v0.1.2: the rustflags changed |
3267 | 2025-02-13T04:35:49.488Z | Compiling hubpack v0.1.2 |
3268 | 2025-02-13T04:35:49.491Z | Running `/home/build/.rustup/toolchains/1.84.1-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=4f6fad6ec8e4be10 -C extra-filename=-4f6fad6ec8e4be10 --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-db572105b4e92793.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3269 | 2025-02-13T04:35:49.630Z | Running `/home/build/.rustup/toolchains/1.84.1-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=329c2ea5d13c6ecc -C extra-filename=-329c2ea5d13c6ecc --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-98124fae94d5c163.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-dc116badc0c941a2/out/lib -l static=bz2` |
3270 | 2025-02-13T04:35:49.817Z | Dirty ed25519-dalek v2.1.1: the rustflags changed |
3271 | 2025-02-13T04:35:49.818Z | Compiling ed25519-dalek v2.1.1 |
3272 | 2025-02-13T04:35:49.839Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f377a4f0045c50e0 -C extra-filename=-f377a4f0045c50e0 --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-296415074f6d0321.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-a176d06ec0580df2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-1412253b75507a5a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3273 | 2025-02-13T04:35:49.954Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9adf881abd615794 -C extra-filename=-9adf881abd615794 --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-03e029f2a415749e.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-cee50d503b677855.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-2f2374c7eda5427d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-e93d7a4231ab1bfa.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c5b6290600ecc6a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3274 | 2025-02-13T04:35:50.013Z | Dirty hickory-proto v0.24.3: the rustflags changed |
3275 | 2025-02-13T04:35:50.013Z | Compiling hickory-proto v0.24.3 |
3276 | 2025-02-13T04:35:50.015Z | Running `/home/build/.rustup/toolchains/1.84.1-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.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(nightly)' --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=fc0633af00e7809a -C extra-filename=-fc0633af00e7809a --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-116e3d46dcb2ae19.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-3be45ffcb0b42af9.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-3ba9f5e50c34310e.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-fe685517b6eca05c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d24a24ef2c0c0069.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-1724dd6ce6a29e96.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3277 | 2025-02-13T04:35:50.412Z | Dirty async-stream v0.3.6: the rustflags changed |
3278 | 2025-02-13T04:35:50.412Z | Compiling async-stream v0.3.6 |
3279 | 2025-02-13T04:35:50.415Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a7f54b158cf34dc4 -C extra-filename=-a7f54b158cf34dc4 --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-e906473971a37b6d.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3280 | 2025-02-13T04:35:50.721Z | Dirty x509-cert v0.2.5: the rustflags changed |
3281 | 2025-02-13T04:35:50.721Z | Compiling x509-cert v0.2.5 |
3282 | 2025-02-13T04:35:50.724Z | Running `/home/build/.rustup/toolchains/1.84.1-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=985f636b6e464d35 -C extra-filename=-985f636b6e464d35 --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-dedac17a1c4aee37.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-7574fbcdd472cb64.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-58e57b055bea531e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3283 | 2025-02-13T04:35:50.959Z | Dirty heapless v0.7.17: the rustflags changed |
3284 | 2025-02-13T04:35:50.959Z | Compiling heapless v0.7.17 |
3285 | 2025-02-13T04:35:50.983Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d30ccfdc65c7a4f9 -C extra-filename=-d30ccfdc65c7a4f9 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-d30ccfdc65c7a4f9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-127e78bd12e05294.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3286 | 2025-02-13T04:35:51.170Z | Dirty serde_path_to_error v0.1.16: the rustflags changed |
3287 | 2025-02-13T04:35:51.170Z | Compiling serde_path_to_error v0.1.16 |
3288 | 2025-02-13T04:35:51.175Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7138542f636d1b47 -C extra-filename=-7138542f636d1b47 --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-9a423a21109b8870.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3289 | 2025-02-13T04:35:51.498Z | Dirty waitgroup v0.1.2: the rustflags changed |
3290 | 2025-02-13T04:35:51.498Z | Compiling waitgroup v0.1.2 |
3291 | 2025-02-13T04:35:51.500Z | Running `/home/build/.rustup/toolchains/1.84.1-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=447c77785d319677 -C extra-filename=-447c77785d319677 --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-51ef279ec708937a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3292 | 2025-02-13T04:35:51.747Z | Dirty hostname v0.4.0: the rustflags changed |
3293 | 2025-02-13T04:35:51.747Z | Compiling hostname v0.4.0 |
3294 | 2025-02-13T04:35:51.750Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2bac53e90809e60a -C extra-filename=-2bac53e90809e60a --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-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3295 | 2025-02-13T04:35:51.952Z | Dirty dropshot v0.12.0: the rustflags changed |
3296 | 2025-02-13T04:35:51.952Z | Compiling dropshot v0.12.0 |
3297 | 2025-02-13T04:35:51.960Z | Running `/home/build/.rustup/toolchains/1.84.1-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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c7e4d652f0dc20b2 -C extra-filename=-c7e4d652f0dc20b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-c7e4d652f0dc20b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3298 | 2025-02-13T04:35:51.992Z | Dirty lalrpop-util v0.19.12: the rustflags changed |
3299 | 2025-02-13T04:35:51.992Z | Compiling lalrpop-util v0.19.12 |
3300 | 2025-02-13T04:35:51.995Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b4dcd03b652e645a -C extra-filename=-b4dcd03b652e645a --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` |
3301 | 2025-02-13T04:35:52.325Z | Dirty newtype-uuid v1.2.1: the rustflags changed |
3302 | 2025-02-13T04:35:52.325Z | Compiling newtype-uuid v1.2.1 |
3303 | 2025-02-13T04:35:52.325Z | Running `/home/build/.rustup/toolchains/1.84.1-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.2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=5b0d57bd592c2555 -C extra-filename=-5b0d57bd592c2555 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-5b0d57bd592c2555 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3304 | 2025-02-13T04:35:52.373Z | Dirty unicode-width v0.2.0: the rustflags changed |
3305 | 2025-02-13T04:35:52.373Z | Compiling unicode-width v0.2.0 |
3306 | 2025-02-13T04:35:52.376Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=86ee2ece7b2d2d20 -C extra-filename=-86ee2ece7b2d2d20 --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` |
3307 | 2025-02-13T04:35:52.727Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-5b0d57bd592c2555/build-script-build` |
3308 | 2025-02-13T04:35:52.744Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-c7e4d652f0dc20b2/build-script-build` |
3309 | 2025-02-13T04:35:52.869Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-d30ccfdc65c7a4f9/build-script-build` |
3310 | 2025-02-13T04:35:52.914Z | Dirty console v0.15.10: the rustflags changed |
3311 | 2025-02-13T04:35:52.914Z | Compiling console v0.15.10 |
3312 | 2025-02-13T04:35:52.928Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=c84ca6b3c4172a91 -C extra-filename=-c84ca6b3c4172a91 --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-98124fae94d5c163.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-86ee2ece7b2d2d20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3313 | 2025-02-13T04:35:52.941Z | Dirty bzip2 v0.4.4: the rustflags changed |
3314 | 2025-02-13T04:35:52.941Z | Compiling bzip2 v0.4.4 |
3315 | 2025-02-13T04:35:52.941Z | Running `/home/build/.rustup/toolchains/1.84.1-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=564b4058719b0508 -C extra-filename=-564b4058719b0508 --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-329c2ea5d13c6ecc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.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-dc116badc0c941a2/out/lib` |
3316 | 2025-02-13T04:35:53.337Z | Dirty signal-hook-mio v0.2.4: the rustflags changed |
3317 | 2025-02-13T04:35:53.337Z | Compiling signal-hook-mio v0.2.4 |
3318 | 2025-02-13T04:35:53.340Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e350e414b7a67c57 -C extra-filename=-e350e414b7a67c57 --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-98124fae94d5c163.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-54e9ea84e5904ad8.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-c0f16c274fb122ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3319 | 2025-02-13T04:35:53.531Z | Dirty dropshot_endpoint v0.12.0: the rustflags changed |
3320 | 2025-02-13T04:35:53.531Z | Compiling dropshot_endpoint v0.12.0 |
3321 | 2025-02-13T04:35:53.556Z | Running `/home/build/.rustup/toolchains/1.84.1-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(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b0c7055b035f2c0 -C extra-filename=-0b0c7055b035f2c0 --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-6782a03443fe5f3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3322 | 2025-02-13T04:35:53.980Z | Dirty hash32 v0.2.1: the rustflags changed |
3323 | 2025-02-13T04:35:53.980Z | Compiling hash32 v0.2.1 |
3324 | 2025-02-13T04:35:53.983Z | Running `/home/build/.rustup/toolchains/1.84.1-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=848c5d699e957e2e -C extra-filename=-848c5d699e957e2e --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-74b89f0a9d262c25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3325 | 2025-02-13T04:35:54.253Z | Dirty portable-atomic v1.9.0: the rustflags changed |
3326 | 2025-02-13T04:35:54.254Z | Compiling portable-atomic v1.9.0 |
3327 | 2025-02-13T04:35:54.258Z | Running `/home/build/.rustup/toolchains/1.84.1-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' --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)' --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"))' -C metadata=2db65ad1f00198f9 -C extra-filename=-2db65ad1f00198f9 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-2db65ad1f00198f9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3328 | 2025-02-13T04:35:54.370Z | Dirty unicode-bidi v0.3.17: the rustflags changed |
3329 | 2025-02-13T04:35:54.370Z | Compiling unicode-bidi v0.3.17 |
3330 | 2025-02-13T04:35:54.373Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ec3b6193cfd8c780 -C extra-filename=-ec3b6193cfd8c780 --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` |
3331 | 2025-02-13T04:35:55.285Z | Dirty linked-hash-map v0.5.6: the rustflags changed |
3332 | 2025-02-13T04:35:55.285Z | Compiling linked-hash-map v0.5.6 |
3333 | 2025-02-13T04:35:55.288Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d79e2da121cb1da1 -C extra-filename=-d79e2da121cb1da1 --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` |
3334 | 2025-02-13T04:35:55.341Z | Dirty unicode-properties v0.1.3: the rustflags changed |
3335 | 2025-02-13T04:35:55.341Z | Compiling unicode-properties v0.1.3 |
3336 | 2025-02-13T04:35:55.353Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f8251b32ffa82eca -C extra-filename=-f8251b32ffa82eca --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 | 2025-02-13T04:35:55.653Z | Dirty predicates-core v1.0.8: the rustflags changed |
3338 | 2025-02-13T04:35:55.653Z | Compiling predicates-core v1.0.8 |
3339 | 2025-02-13T04:35:55.677Z | Running `/home/build/.rustup/toolchains/1.84.1-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=75c4a740e25c3d5a -C extra-filename=-75c4a740e25c3d5a --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` |
3340 | 2025-02-13T04:35:55.682Z | Dirty smoltcp v0.9.1: the rustflags changed |
3341 | 2025-02-13T04:35:55.682Z | Compiling smoltcp v0.9.1 |
3342 | 2025-02-13T04:35:55.708Z | Running `/home/build/.rustup/toolchains/1.84.1-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=4e3cd42e9de12aa3 -C extra-filename=-4e3cd42e9de12aa3 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-4e3cd42e9de12aa3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3343 | 2025-02-13T04:35:55.785Z | Dirty stringprep v0.1.5: the rustflags changed |
3344 | 2025-02-13T04:35:55.785Z | Compiling stringprep v0.1.5 |
3345 | 2025-02-13T04:35:55.788Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f7e200a9aa0e9303 -C extra-filename=-f7e200a9aa0e9303 --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-ec3b6193cfd8c780.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-a0b87c413fd50c2b.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-f8251b32ffa82eca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3346 | 2025-02-13T04:35:56.007Z | Dirty lru-cache v0.1.2: the rustflags changed |
3347 | 2025-02-13T04:35:56.007Z | Compiling lru-cache v0.1.2 |
3348 | 2025-02-13T04:35:56.010Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ce02e10d0a05c24d -C extra-filename=-ce02e10d0a05c24d --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-d79e2da121cb1da1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3349 | 2025-02-13T04:35:56.210Z | Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-2db65ad1f00198f9/build-script-build` |
3350 | 2025-02-13T04:35:56.241Z | Running `/home/build/.rustup/toolchains/1.84.1-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=caaece09d64c0bb3 -C extra-filename=-caaece09d64c0bb3 --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-848c5d699e957e2e.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c5b6290600ecc6a6.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f26f3088f0bc054.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics` |
3351 | 2025-02-13T04:35:56.292Z | Dirty crossterm v0.28.1: the rustflags changed |
3352 | 2025-02-13T04:35:56.293Z | Compiling crossterm v0.28.1 |
3353 | 2025-02-13T04:35:56.295Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2ac91f940d4632cb -C extra-filename=-2ac91f940d4632cb --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-b6414318a57462a7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-54e9ea84e5904ad8.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d0a2976a5e19212f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-c0f16c274fb122ff.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-e350e414b7a67c57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3354 | 2025-02-13T04:35:56.453Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-4e3cd42e9de12aa3/build-script-build` |
3355 | 2025-02-13T04:35:56.498Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-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="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=5ad72f64385d87dc -C extra-filename=-5ad72f64385d87dc --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-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'` |
3356 | 2025-02-13T04:35:56.834Z | Dirty similar v2.6.0: the rustflags changed |
3357 | 2025-02-13T04:35:56.834Z | Compiling similar v2.6.0 |
3358 | 2025-02-13T04:35:56.841Z | Running `/home/build/.rustup/toolchains/1.84.1-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=02c658c7341ec876 -C extra-filename=-02c658c7341ec876 --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-a80f3c63828065bb.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-424502f4230a2600.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3359 | 2025-02-13T04:35:56.864Z | Dirty rayon v1.10.0: the rustflags changed |
3360 | 2025-02-13T04:35:56.864Z | Compiling rayon v1.10.0 |
3361 | 2025-02-13T04:35:56.867Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1ce2069512a8f1cb -C extra-filename=-1ce2069512a8f1cb --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-e6d980dfe6eef5ca.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-7437feb4062411e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3362 | 2025-02-13T04:35:57.253Z | Dirty tokio-stream v0.1.16: the rustflags changed |
3363 | 2025-02-13T04:35:57.253Z | Compiling tokio-stream v0.1.16 |
3364 | 2025-02-13T04:35:57.256Z | Running `/home/build/.rustup/toolchains/1.84.1-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=133df3fa399074a2 -C extra-filename=-133df3fa399074a2 --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-c05ca62951efc497.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3365 | 2025-02-13T04:35:57.890Z | Dirty md-5 v0.10.6: the rustflags changed |
3366 | 2025-02-13T04:35:57.890Z | Compiling md-5 v0.10.6 |
3367 | 2025-02-13T04:35:57.893Z | Running `/home/build/.rustup/toolchains/1.84.1-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=6a0f43847ab00204 -C extra-filename=-6a0f43847ab00204 --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-c23dfb9b1834c42c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3368 | 2025-02-13T04:35:58.191Z | Dirty float-cmp v0.9.0: the rustflags changed |
3369 | 2025-02-13T04:35:58.191Z | Compiling float-cmp v0.9.0 |
3370 | 2025-02-13T04:35:58.194Z | Running `/home/build/.rustup/toolchains/1.84.1-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=91b3da0b61d7ce3d -C extra-filename=-91b3da0b61d7ce3d --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-2208e32e65bcc912.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3371 | 2025-02-13T04:35:58.220Z | Dirty fs-err v2.11.0: the rustflags changed |
3372 | 2025-02-13T04:35:58.220Z | Compiling fs-err v2.11.0 |
3373 | 2025-02-13T04:35:58.264Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d784062d536c450e -C extra-filename=-d784062d536c450e --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-d784062d536c450e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-29ea5ae14448e27c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3374 | 2025-02-13T04:35:58.449Z | Dirty normalize-line-endings v0.3.0: the rustflags changed |
3375 | 2025-02-13T04:35:58.449Z | Compiling normalize-line-endings v0.3.0 |
3376 | 2025-02-13T04:35:58.452Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e767c7de60006aef -C extra-filename=-e767c7de60006aef --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` |
3377 | 2025-02-13T04:35:58.616Z | Dirty fallible-iterator v0.2.0: the rustflags changed |
3378 | 2025-02-13T04:35:58.616Z | Compiling fallible-iterator v0.2.0 |
3379 | 2025-02-13T04:35:58.618Z | Dirty difflib v0.4.0: the rustflags changed |
3380 | 2025-02-13T04:35:58.619Z | Compiling difflib v0.4.0 |
3381 | 2025-02-13T04:35:58.619Z | Running `/home/build/.rustup/toolchains/1.84.1-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=204b371dda7d5862 -C extra-filename=-204b371dda7d5862 --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` |
3382 | 2025-02-13T04:35:58.619Z | Running `/home/build/.rustup/toolchains/1.84.1-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=30d8d277124ef9fa -C extra-filename=-30d8d277124ef9fa --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` |
3383 | 2025-02-13T04:35:59.009Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-d784062d536c450e/build-script-build` |
3384 | 2025-02-13T04:35:59.175Z | Dirty predicates v3.1.2: the rustflags changed |
3385 | 2025-02-13T04:35:59.175Z | Compiling predicates v3.1.2 |
3386 | 2025-02-13T04:35:59.179Z | Running `/home/build/.rustup/toolchains/1.84.1-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=beaa80a3e0b7e72f -C extra-filename=-beaa80a3e0b7e72f --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-5a89573be83a4361.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-30d8d277124ef9fa.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-91b3da0b61d7ce3d.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-e767c7de60006aef.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-75c4a740e25c3d5a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3387 | 2025-02-13T04:35:59.291Z | Dirty postgres-protocol v0.6.7: the rustflags changed |
3388 | 2025-02-13T04:35:59.291Z | Compiling postgres-protocol v0.6.7 |
3389 | 2025-02-13T04:35:59.294Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1338b6862b86c9d8 -C extra-filename=-1338b6862b86c9d8 --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-f429081ea7e2c5aa.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-204b371dda7d5862.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-abdc0b2e0b5c493c.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-6a0f43847ab00204.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-f7e200a9aa0e9303.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3390 | 2025-02-13T04:35:59.350Z | Running `/home/build/.rustup/toolchains/1.84.1-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=90dd193995cb0560 -C extra-filename=-90dd193995cb0560 --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-3656ba0bdfaef672.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-caaece09d64c0bb3.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-2aa75ec8bbd05fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3391 | 2025-02-13T04:35:59.419Z | Running `/home/build/.rustup/toolchains/1.84.1-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' --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)' --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"))' -C metadata=183337e8454099e7 -C extra-filename=-183337e8454099e7 --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"))'` |
3392 | 2025-02-13T04:35:59.585Z | Dirty zip v0.6.6: the rustflags changed |
3393 | 2025-02-13T04:35:59.585Z | Compiling zip v0.6.6 |
3394 | 2025-02-13T04:35:59.588Z | Running `/home/build/.rustup/toolchains/1.84.1-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=53e1d5feb4fef7c9 -C extra-filename=-53e1d5feb4fef7c9 --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-74b89f0a9d262c25.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-564b4058719b0508.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-8bbe085508e0f085.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.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-dc116badc0c941a2/out/lib` |
3395 | 2025-02-13T04:36:00.030Z | Dirty resolv-conf v0.7.0: the rustflags changed |
3396 | 2025-02-13T04:36:00.030Z | Compiling resolv-conf v0.7.0 |
3397 | 2025-02-13T04:36:00.033Z | Running `/home/build/.rustup/toolchains/1.84.1-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=dfe78b5e98446465 -C extra-filename=-dfe78b5e98446465 --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-d6875c02193cfb64.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-bd2025cf3f384ee8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3398 | 2025-02-13T04:36:00.553Z | Dirty phf v0.11.2: the rustflags changed |
3399 | 2025-02-13T04:36:00.553Z | Compiling phf v0.11.2 |
3400 | 2025-02-13T04:36:00.583Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a0c225f7fecf1869 -C extra-filename=-a0c225f7fecf1869 --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-65d0301f5bcb2ce7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3401 | 2025-02-13T04:36:00.664Z | Dirty tungstenite v0.24.0: the rustflags changed |
3402 | 2025-02-13T04:36:00.664Z | Compiling tungstenite v0.24.0 |
3403 | 2025-02-13T04:36:00.666Z | Running `/home/build/.rustup/toolchains/1.84.1-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=0b9bdc7ec3be49c6 -C extra-filename=-0b9bdc7ec3be49c6 --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-74b89f0a9d262c25.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-3be45ffcb0b42af9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-2f2374c7eda5427d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-3634facfa3f7e4c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3404 | 2025-02-13T04:36:00.699Z | Dirty strum_macros v0.25.3: the rustflags changed |
3405 | 2025-02-13T04:36:00.699Z | Compiling strum_macros v0.25.3 |
3406 | 2025-02-13T04:36:00.723Z | Running `/home/build/.rustup/toolchains/1.84.1-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=8e8246f04590950d -C extra-filename=-8e8246f04590950d --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-7c318abee26cc297.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-a66aa9a6ac3f975d.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3407 | 2025-02-13T04:36:00.776Z | Dirty serde-big-array v0.5.1: the rustflags changed |
3408 | 2025-02-13T04:36:00.776Z | Compiling serde-big-array v0.5.1 |
3409 | 2025-02-13T04:36:00.779Z | Running `/home/build/.rustup/toolchains/1.84.1-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=03d24edac4fb4365 -C extra-filename=-03d24edac4fb4365 --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3410 | 2025-02-13T04:36:00.869Z | Dirty serde_repr v0.1.19: the rustflags changed |
3411 | 2025-02-13T04:36:00.869Z | Compiling serde_repr v0.1.19 |
3412 | 2025-02-13T04:36:00.873Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2bd279d47d5730d8 -C extra-filename=-2bd279d47d5730d8 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3413 | 2025-02-13T04:36:00.912Z | Dirty number_prefix v0.4.0: the rustflags changed |
3414 | 2025-02-13T04:36:00.912Z | Compiling number_prefix v0.4.0 |
3415 | 2025-02-13T04:36:00.915Z | Running `/home/build/.rustup/toolchains/1.84.1-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=509c9d78a43a57aa -C extra-filename=-509c9d78a43a57aa --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` |
3416 | 2025-02-13T04:36:01.039Z | Dirty peg-runtime v0.8.3: the rustflags changed |
3417 | 2025-02-13T04:36:01.039Z | Compiling peg-runtime v0.8.3 |
3418 | 2025-02-13T04:36:01.042Z | Running `/home/build/.rustup/toolchains/1.84.1-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=30228406606bb75f -C extra-filename=-30228406606bb75f --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 | 2025-02-13T04:36:01.159Z | Dirty indicatif v0.17.11: the rustflags changed |
3420 | 2025-02-13T04:36:01.159Z | Compiling indicatif v0.17.11 |
3421 | 2025-02-13T04:36:01.162Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="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=f608480dd7a5f648 -C extra-filename=-f608480dd7a5f648 --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-c84ca6b3c4172a91.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-509c9d78a43a57aa.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-183337e8454099e7.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-1ce2069512a8f1cb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-86ee2ece7b2d2d20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3422 | 2025-02-13T04:36:01.199Z | Dirty hickory-resolver v0.24.2: the rustflags changed |
3423 | 2025-02-13T04:36:01.199Z | Compiling hickory-resolver v0.24.2 |
3424 | 2025-02-13T04:36:01.201Z | Running `/home/build/.rustup/toolchains/1.84.1-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="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("backtrace", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=3723c5a84503eb4e -C extra-filename=-3723c5a84503eb4e --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-c23dfb9b1834c42c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ce02e10d0a05c24d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d0a2976a5e19212f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-dfe78b5e98446465.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3425 | 2025-02-13T04:36:01.289Z | Dirty postgres-types v0.2.8: the rustflags changed |
3426 | 2025-02-13T04:36:01.289Z | Compiling postgres-types v0.2.8 |
3427 | 2025-02-13T04:36:01.292Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d6e355b6803b6fc2 -C extra-filename=-d6e355b6803b6fc2 --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-03e029f2a415749e.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-204b371dda7d5862.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-1338b6862b86c9d8.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3428 | 2025-02-13T04:36:01.638Z | Running `/home/build/.rustup/toolchains/1.84.1-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=39690f2f421b4c55 -C extra-filename=-39690f2f421b4c55 --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-b10edef7ed9d401e.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)'` |
3429 | 2025-02-13T04:36:02.116Z | Dirty tokio-tungstenite v0.24.0: the rustflags changed |
3430 | 2025-02-13T04:36:02.116Z | Compiling tokio-tungstenite v0.24.0 |
3431 | 2025-02-13T04:36:02.118Z | Running `/home/build/.rustup/toolchains/1.84.1-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=caa641f495cf9aa0 -C extra-filename=-caa641f495cf9aa0 --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-4a9c8f39d18c879d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-0b9bdc7ec3be49c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3432 | 2025-02-13T04:36:02.445Z | Dirty derive-where v1.2.7: the rustflags changed |
3433 | 2025-02-13T04:36:02.445Z | Compiling derive-where v1.2.7 |
3434 | 2025-02-13T04:36:02.446Z | Running `/home/build/.rustup/toolchains/1.84.1-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=668790df247bbdc2 -C extra-filename=-668790df247bbdc2 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3435 | 2025-02-13T04:36:02.599Z | Dirty whoami v1.5.2: the rustflags changed |
3436 | 2025-02-13T04:36:02.599Z | Compiling whoami v1.5.2 |
3437 | 2025-02-13T04:36:02.601Z | Running `/home/build/.rustup/toolchains/1.84.1-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 --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=edd635b246dc3310 -C extra-filename=-edd635b246dc3310 --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` |
3438 | 2025-02-13T04:36:02.669Z | Compiling hashbrown v0.14.5 |
3439 | 2025-02-13T04:36:02.671Z | Running `/home/build/.rustup/toolchains/1.84.1-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=0069aadc5e941971 -C extra-filename=-0069aadc5e941971 --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-6f081ff1d53178a3.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-b45c821c6b278f40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3440 | 2025-02-13T04:36:02.826Z | Compiling thiserror v2.0.11 |
3441 | 2025-02-13T04:36:02.828Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e683c1cb8cf86308 -C extra-filename=-e683c1cb8cf86308 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-e683c1cb8cf86308 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3442 | 2025-02-13T04:36:03.182Z | Dirty tokio-postgres v0.7.12: the rustflags changed |
3443 | 2025-02-13T04:36:03.182Z | Compiling tokio-postgres v0.7.12 |
3444 | 2025-02-13T04:36:03.187Z | Running `/home/build/.rustup/toolchains/1.84.1-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=0724a7d28498ffc0 -C extra-filename=-0724a7d28498ffc0 --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-116e3d46dcb2ae19.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-204b371dda7d5862.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d0a2976a5e19212f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a0c225f7fecf1869.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-1338b6862b86c9d8.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d6e355b6803b6fc2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-edd635b246dc3310.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3445 | 2025-02-13T04:36:03.208Z | Compiling thiserror-impl v2.0.11 |
3446 | 2025-02-13T04:36:03.238Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-2.0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=83284adaaa40b71b -C extra-filename=-83284adaaa40b71b --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3447 | 2025-02-13T04:36:03.489Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-e683c1cb8cf86308/build-script-build` |
3448 | 2025-02-13T04:36:03.878Z | Compiling regress v0.10.1 |
3449 | 2025-02-13T04:36:03.878Z | Running `/home/build/.rustup/toolchains/1.84.1-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=125188d671122e9b -C extra-filename=-125188d671122e9b --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-0069aadc5e941971.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3450 | 2025-02-13T04:36:03.984Z | Compiling ident_case v1.0.1 |
3451 | 2025-02-13T04:36:03.990Z | Running `/home/build/.rustup/toolchains/1.84.1-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=c4ae13ca00845907 -C extra-filename=-c4ae13ca00845907 --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` |
3452 | 2025-02-13T04:36:04.199Z | Compiling darling_core v0.20.10 |
3453 | 2025-02-13T04:36:04.201Z | Running `/home/build/.rustup/toolchains/1.84.1-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=77887daa23fa4cf6 -C extra-filename=-77887daa23fa4cf6 --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-b60aa3e5c1a51a0c.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-c4ae13ca00845907.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-61f3c6ea12215369.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3454 | 2025-02-13T04:36:04.592Z | Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed |
3455 | 2025-02-13T04:36:04.592Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3456 | 2025-02-13T04:36:04.594Z | Running `/home/build/.rustup/toolchains/1.84.1-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=bf237782be013a6d -C extra-filename=-bf237782be013a6d --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-b6414318a57462a7.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4f6fad6ec8e4be10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-03d24edac4fb4365.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-2bd279d47d5730d8.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-90dd193995cb0560.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-8e8246f04590950d.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a168a4dea1a447b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3457 | 2025-02-13T04:36:05.932Z | Compiling unsafe-libyaml v0.2.11 |
3458 | 2025-02-13T04:36:05.935Z | Running `/home/build/.rustup/toolchains/1.84.1-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=21bc107e28ad0323 -C extra-filename=-21bc107e28ad0323 --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 | 2025-02-13T04:36:06.712Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c4581ab18b510733 -C extra-filename=-c4581ab18b510733 --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-83284adaaa40b71b.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)' --check-cfg 'cfg(thiserror_no_backtrace_type)'` |
3460 | 2025-02-13T04:36:06.902Z | Dirty fastrand v2.1.1: the rustflags changed |
3461 | 2025-02-13T04:36:06.902Z | Compiling fastrand v2.1.1 |
3462 | 2025-02-13T04:36:06.905Z | Running `/home/build/.rustup/toolchains/1.84.1-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=6d59732b8af0ca7e -C extra-filename=-6d59732b8af0ca7e --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` |
3463 | 2025-02-13T04:36:07.069Z | Compiling ipnetwork v0.20.0 |
3464 | 2025-02-13T04:36:07.071Z | Running `/home/build/.rustup/toolchains/1.84.1-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=6706430bd93b8bc6 -C extra-filename=-6706430bd93b8bc6 --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-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3465 | 2025-02-13T04:36:07.447Z | Compiling serde_yaml v0.9.34+deprecated |
3466 | 2025-02-13T04:36:07.450Z | Running `/home/build/.rustup/toolchains/1.84.1-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=900137705a3c6aa5 -C extra-filename=-900137705a3c6aa5 --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-4ee76d4a4c5ebe0b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-9a423a21109b8870.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e1e604a67354d101.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-21bc107e28ad0323.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3467 | 2025-02-13T04:36:07.886Z | Compiling typify-impl v0.2.0 |
3468 | 2025-02-13T04:36:07.888Z | Running `/home/build/.rustup/toolchains/1.84.1-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=99421f37b05ed47e -C extra-filename=-99421f37b05ed47e --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-6782a03443fe5f3d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-125188d671122e9b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-4cccf0258a34a011.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3469 | 2025-02-13T04:36:07.938Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
3470 | 2025-02-13T04:36:07.971Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/49ee85d/src/lib.rs --error-format=json --json=diagnostic-rendered-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=650e8a88cdad11b4 -C extra-filename=-650e8a88cdad11b4 --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-6706430bd93b8bc6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3471 | 2025-02-13T04:36:08.671Z | Compiling tempfile v3.13.0 |
3472 | 2025-02-13T04:36:08.673Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2ad0226875966ad5 -C extra-filename=-2ad0226875966ad5 --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-c23dfb9b1834c42c.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-6d59732b8af0ca7e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3473 | 2025-02-13T04:36:08.837Z | Dirty strum_macros v0.26.4: the rustflags changed |
3474 | 2025-02-13T04:36:08.837Z | Compiling strum_macros v0.26.4 |
3475 | 2025-02-13T04:36:08.840Z | Compiling macaddr v1.0.1 |
3476 | 2025-02-13T04:36:08.840Z | Running `/home/build/.rustup/toolchains/1.84.1-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=8472f9b9b4402c84 -C extra-filename=-8472f9b9b4402c84 --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-6782a03443fe5f3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-a66aa9a6ac3f975d.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3477 | 2025-02-13T04:36:08.865Z | Running `/home/build/.rustup/toolchains/1.84.1-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=907e80f292b8217f -C extra-filename=-907e80f292b8217f --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3478 | 2025-02-13T04:36:09.325Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
3479 | 2025-02-13T04:36:09.327Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2021 /home/build/.cargo/git/checkouts/daft-9ea6816051859d5c/9e7b553/daft-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7dc25bbd9ca116f9 -C extra-filename=-7dc25bbd9ca116f9 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3480 | 2025-02-13T04:36:09.482Z | Dirty structmeta-derive v0.3.0: the rustflags changed |
3481 | 2025-02-13T04:36:09.482Z | Compiling structmeta-derive v0.3.0 |
3482 | 2025-02-13T04:36:09.485Z | Running `/home/build/.rustup/toolchains/1.84.1-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=3078bad673cbec78 -C extra-filename=-3078bad673cbec78 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3483 | 2025-02-13T04:36:10.373Z | Compiling darling_macro v0.20.10 |
3484 | 2025-02-13T04:36:10.383Z | Running `/home/build/.rustup/toolchains/1.84.1-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=cff7233e30a0a4ed -C extra-filename=-cff7233e30a0a4ed --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-77887daa23fa4cf6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3485 | 2025-02-13T04:36:10.627Z | Compiling instant v0.1.13 |
3486 | 2025-02-13T04:36:10.629Z | Running `/home/build/.rustup/toolchains/1.84.1-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=addff6408e8f04c3 -C extra-filename=-addff6408e8f04c3 --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-c23dfb9b1834c42c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3487 | 2025-02-13T04:36:10.708Z | Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
3488 | 2025-02-13T04:36:10.711Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/git/checkouts/daft-9ea6816051859d5c/9e7b553/daft/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="newtype-uuid1"' --cfg 'feature="oxnet01"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("newtype-uuid1", "oxnet01", "uuid1"))' -C metadata=0af2ea3b72da9d49 -C extra-filename=-0af2ea3b72da9d49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft_derive=/work/oxidecomputer/omicron/target/debug/deps/libdaft_derive-7dc25bbd9ca116f9.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3489 | 2025-02-13T04:36:10.816Z | Compiling regress v0.9.1 |
3490 | 2025-02-13T04:36:10.856Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f428220fdaaf4287 -C extra-filename=-f428220fdaaf4287 --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-0069aadc5e941971.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3491 | 2025-02-13T04:36:11.072Z | Compiling dropshot v0.15.1 |
3492 | 2025-02-13T04:36:11.075Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.15.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=38cd1826e355f8c3 -C extra-filename=-38cd1826e355f8c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-38cd1826e355f8c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3493 | 2025-02-13T04:36:11.111Z | Compiling dropshot_endpoint v0.15.1 |
3494 | 2025-02-13T04:36:11.114Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-0.15.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 '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e37055ff60838ff4 -C extra-filename=-e37055ff60838ff4 --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-6782a03443fe5f3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3495 | 2025-02-13T04:36:11.505Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-38cd1826e355f8c3/build-script-build` |
3496 | 2025-02-13T04:36:11.546Z | Compiling darling v0.20.10 |
3497 | 2025-02-13T04:36:11.555Z | Running `/home/build/.rustup/toolchains/1.84.1-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=19c57535f989e5ad -C extra-filename=-19c57535f989e5ad --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-77887daa23fa4cf6.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-cff7233e30a0a4ed.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3498 | 2025-02-13T04:36:11.573Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
3499 | 2025-02-13T04:36:11.614Z | Running `/home/build/.rustup/toolchains/1.84.1-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", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=787971dbd95d5f3c -C extra-filename=-787971dbd95d5f3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3500 | 2025-02-13T04:36:11.688Z | Compiling serde_with_macros v3.11.0 |
3501 | 2025-02-13T04:36:11.691Z | Running `/home/build/.rustup/toolchains/1.84.1-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(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("schemars_0_8"))' -C metadata=3a0d1ea0a965b89d -C extra-filename=-3a0d1ea0a965b89d --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-19c57535f989e5ad.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3502 | 2025-02-13T04:36:12.073Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
3503 | 2025-02-13T04:36:12.076Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ad805d58cb86fcd4 -C extra-filename=-ad805d58cb86fcd4 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3504 | 2025-02-13T04:36:12.351Z | Dirty structmeta v0.3.0: the rustflags changed |
3505 | 2025-02-13T04:36:12.351Z | Compiling structmeta v0.3.0 |
3506 | 2025-02-13T04:36:12.354Z | Running `/home/build/.rustup/toolchains/1.84.1-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=0299d78cc537127f -C extra-filename=-0299d78cc537127f --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-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-3078bad673cbec78.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3507 | 2025-02-13T04:36:12.789Z | Dirty parse-display-derive v0.10.0: the rustflags changed |
3508 | 2025-02-13T04:36:12.789Z | Compiling parse-display-derive v0.10.0 |
3509 | 2025-02-13T04:36:12.792Z | Running `/home/build/.rustup/toolchains/1.84.1-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=980b9a64e59a2192 -C extra-filename=-980b9a64e59a2192 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-0299d78cc537127f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3510 | 2025-02-13T04:36:12.991Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
3511 | 2025-02-13T04:36:12.993Z | Running `/home/build/.rustup/toolchains/1.84.1-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=14b31ab5e2d667a0 -C extra-filename=-14b31ab5e2d667a0 --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-9ff9bed8fdf62814.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-ad805d58cb86fcd4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3512 | 2025-02-13T04:36:13.201Z | Compiling backoff v0.4.0 |
3513 | 2025-02-13T04:36:13.205Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e36a1dc23ca9124e -C extra-filename=-e36a1dc23ca9124e --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-c05ca62951efc497.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3f8adeb94da17152.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-addff6408e8f04c3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3514 | 2025-02-13T04:36:13.559Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
3515 | 2025-02-13T04:36:13.562Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b3fb8655f7e0d9a7 -C extra-filename=-b3fb8655f7e0d9a7 --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-084c2445d08cf99b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3516 | 2025-02-13T04:36:13.662Z | Dirty strum v0.26.3: the rustflags changed |
3517 | 2025-02-13T04:36:13.662Z | Compiling strum v0.26.3 |
3518 | 2025-02-13T04:36:13.665Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7d447bba51ca6885 -C extra-filename=-7d447bba51ca6885 --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-8472f9b9b4402c84.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3519 | 2025-02-13T04:36:13.748Z | Compiling wait-timeout v0.2.0 |
3520 | 2025-02-13T04:36:13.750Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b861fe3c5651ae15 -C extra-filename=-b861fe3c5651ae15 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3521 | 2025-02-13T04:36:13.875Z | Compiling rand_xorshift v0.3.0 |
3522 | 2025-02-13T04:36:13.878Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2cc6b300ffdda822 -C extra-filename=-2cc6b300ffdda822 --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-eee51480251de44e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3523 | 2025-02-13T04:36:14.482Z | Compiling rusty-fork v0.3.0 |
3524 | 2025-02-13T04:36:14.509Z | Running `/home/build/.rustup/toolchains/1.84.1-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=73ecb5d5af5da3d3 -C extra-filename=-73ecb5d5af5da3d3 --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-b60aa3e5c1a51a0c.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-bd2025cf3f384ee8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-b861fe3c5651ae15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3525 | 2025-02-13T04:36:14.509Z | Compiling unarray v0.1.4 |
3526 | 2025-02-13T04:36:14.509Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a3fc87d01b5d743f -C extra-filename=-a3fc87d01b5d743f --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` |
3527 | 2025-02-13T04:36:14.519Z | Compiling serde_with v3.11.0 |
3528 | 2025-02-13T04:36:14.519Z | Running `/home/build/.rustup/toolchains/1.84.1-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' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --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"))' -C metadata=5a9b89de8624dc0d -C extra-filename=-5a9b89de8624dc0d --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-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-3a0d1ea0a965b89d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3529 | 2025-02-13T04:36:14.519Z | Compiling structmeta-derive v0.2.0 |
3530 | 2025-02-13T04:36:14.523Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e6550c8a5783f5ed -C extra-filename=-e6550c8a5783f5ed --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3531 | 2025-02-13T04:36:14.939Z | Compiling proptest v1.5.0 |
3532 | 2025-02-13T04:36:14.942Z | Running `/home/build/.rustup/toolchains/1.84.1-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=aef8f06c899bb682 -C extra-filename=-aef8f06c899bb682 --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-9d19b3807544ab5a.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-e36d209b624fb19a.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6414318a57462a7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-3b8940648d2e967c.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-2cc6b300ffdda822.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-73ecb5d5af5da3d3.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-a3fc87d01b5d743f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3533 | 2025-02-13T04:36:15.675Z | Compiling camino-tempfile v1.1.1 |
3534 | 2025-02-13T04:36:15.678Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d27cd9463846dbc2 -C extra-filename=-d27cd9463846dbc2 --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-21ea866390417d2b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3535 | 2025-02-13T04:36:15.704Z | Dirty unicode-width v0.1.14: the rustflags changed |
3536 | 2025-02-13T04:36:15.704Z | Compiling unicode-width v0.1.14 |
3537 | 2025-02-13T04:36:15.707Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1509a7905a97075e -C extra-filename=-1509a7905a97075e --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` |
3538 | 2025-02-13T04:36:16.182Z | Dirty proc-macro-error-attr v1.0.4: the rustflags changed |
3539 | 2025-02-13T04:36:16.182Z | Compiling proc-macro-error-attr v1.0.4 |
3540 | 2025-02-13T04:36:16.185Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9872e5055737876c -C extra-filename=-9872e5055737876c --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-9872e5055737876c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3541 | 2025-02-13T04:36:16.361Z | Dirty proc-macro-error v1.0.4: the rustflags changed |
3542 | 2025-02-13T04:36:16.361Z | Compiling proc-macro-error v1.0.4 |
3543 | 2025-02-13T04:36:16.364Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ac4dd061fff38ee3 -C extra-filename=-ac4dd061fff38ee3 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-ac4dd061fff38ee3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3544 | 2025-02-13T04:36:16.574Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-9872e5055737876c/build-script-build` |
3545 | 2025-02-13T04:36:16.664Z | Running `/home/build/.rustup/toolchains/1.84.1-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=4b13dc4771853f45 -C extra-filename=-4b13dc4771853f45 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3546 | 2025-02-13T04:36:16.741Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-ac4dd061fff38ee3/build-script-build` |
3547 | 2025-02-13T04:36:16.904Z | Compiling proc-macro-crate v1.3.1 |
3548 | 2025-02-13T04:36:16.907Z | Running `/home/build/.rustup/toolchains/1.84.1-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=517d360dfd3079af -C extra-filename=-517d360dfd3079af --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-4845f0240c4dfd51.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-fd590cd4278d7300.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3549 | 2025-02-13T04:36:17.162Z | Dirty parse-display v0.10.0: the rustflags changed |
3550 | 2025-02-13T04:36:17.162Z | Compiling parse-display v0.10.0 |
3551 | 2025-02-13T04:36:17.164Z | Running `/home/build/.rustup/toolchains/1.84.1-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=4eb5da0ddd5284ed -C extra-filename=-4eb5da0ddd5284ed --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-980b9a64e59a2192.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3552 | 2025-02-13T04:36:17.345Z | Compiling structmeta v0.2.0 |
3553 | 2025-02-13T04:36:17.378Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1abd586a16391ea7 -C extra-filename=-1abd586a16391ea7 --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-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-e6550c8a5783f5ed.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3554 | 2025-02-13T04:36:17.505Z | Running `/home/build/.rustup/toolchains/1.84.1-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=196b93b59c768600 -C extra-filename=-196b93b59c768600 --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-4b13dc4771853f45.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback` |
3555 | 2025-02-13T04:36:17.765Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
3556 | 2025-02-13T04:36:17.767Z | Running `/home/build/.rustup/toolchains/1.84.1-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=db60132de4c72e30 -C extra-filename=-db60132de4c72e30 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-db60132de4c72e30 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3557 | 2025-02-13T04:36:17.798Z | Compiling test-strategy v0.3.1 |
3558 | 2025-02-13T04:36:17.801Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e2c12731975477af -C extra-filename=-e2c12731975477af --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-1abd586a16391ea7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3559 | 2025-02-13T04:36:17.899Z | Compiling num_enum_derive v0.5.11 |
3560 | 2025-02-13T04:36:17.901Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b974bc124087f17f -C extra-filename=-b974bc124087f17f --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-517d360dfd3079af.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3561 | 2025-02-13T04:36:17.943Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
3562 | 2025-02-13T04:36:17.948Z | Running `/home/build/.rustup/toolchains/1.84.1-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=0a8733430c3f8158 -C extra-filename=-0a8733430c3f8158 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-0a8733430c3f8158 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3563 | 2025-02-13T04:36:18.132Z | Compiling foreign-types-macros v0.2.3 |
3564 | 2025-02-13T04:36:18.136Z | Running `/home/build/.rustup/toolchains/1.84.1-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=4745cbf57f41efe3 -C extra-filename=-4745cbf57f41efe3 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3565 | 2025-02-13T04:36:18.166Z | Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-db60132de4c72e30/build-script-build` |
3566 | 2025-02-13T04:36:18.207Z | Compiling foreign-types-shared v0.3.1 |
3567 | 2025-02-13T04:36:18.210Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2c69bc34c3f7ee09 -C extra-filename=-2c69bc34c3f7ee09 --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` |
3568 | 2025-02-13T04:36:18.308Z | Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-0a8733430c3f8158/build-script-build` |
3569 | 2025-02-13T04:36:18.374Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a0c9193425d228b3 -C extra-filename=-a0c9193425d228b3 --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` |
3570 | 2025-02-13T04:36:18.377Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ca9e62646c0eb85d -C extra-filename=-ca9e62646c0eb85d --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` |
3571 | 2025-02-13T04:36:18.545Z | Compiling tabwriter v1.4.0 |
3572 | 2025-02-13T04:36:18.548Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e9bdf0d414ad0484 -C extra-filename=-e9bdf0d414ad0484 --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-1509a7905a97075e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3573 | 2025-02-13T04:36:18.572Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
3574 | 2025-02-13T04:36:18.575Z | Running `/home/build/.rustup/toolchains/1.84.1-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=5d740221566c229d -C extra-filename=-5d740221566c229d --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-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3575 | 2025-02-13T04:36:18.984Z | Compiling itertools v0.13.0 |
3576 | 2025-02-13T04:36:18.987Z | Running `/home/build/.rustup/toolchains/1.84.1-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=4e1578fe158d10c2 -C extra-filename=-4e1578fe158d10c2 --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-e6d980dfe6eef5ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3577 | 2025-02-13T04:36:19.564Z | Compiling cstr-argument v0.1.2 |
3578 | 2025-02-13T04:36:19.567Z | Compiling foreign-types v0.5.0 |
3579 | 2025-02-13T04:36:19.567Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f5d9f21cb95490b4 -C extra-filename=-f5d9f21cb95490b4 --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-c23dfb9b1834c42c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3580 | 2025-02-13T04:36:19.591Z | Running `/home/build/.rustup/toolchains/1.84.1-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=78581b6b1c877b0c -C extra-filename=-78581b6b1c877b0c --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-4745cbf57f41efe3.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-2c69bc34c3f7ee09.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3581 | 2025-02-13T04:36:19.706Z | Compiling pretty-hex v0.2.1 |
3582 | 2025-02-13T04:36:19.711Z | Running `/home/build/.rustup/toolchains/1.84.1-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=32c26041da8ee9a9 -C extra-filename=-32c26041da8ee9a9 --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` |
3583 | 2025-02-13T04:36:19.842Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
3584 | 2025-02-13T04:36:19.884Z | Running `/home/build/.rustup/toolchains/1.84.1-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=56b3c084ad93e757 -C extra-filename=-56b3c084ad93e757 --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-f5d9f21cb95490b4.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-78581b6b1c877b0c.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ca9e62646c0eb85d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3585 | 2025-02-13T04:36:19.929Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
3586 | 2025-02-13T04:36:19.934Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f852d6b306b3d11e -C extra-filename=-f852d6b306b3d11e --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-98124fae94d5c163.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-5d740221566c229d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3587 | 2025-02-13T04:36:20.135Z | Compiling colored v2.1.0 |
3588 | 2025-02-13T04:36:20.138Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f186e0800fc7af5d -C extra-filename=-f186e0800fc7af5d --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-28551293923de3d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3589 | 2025-02-13T04:36:20.362Z | Compiling smf v0.2.3 |
3590 | 2025-02-13T04:36:20.365Z | Running `/home/build/.rustup/toolchains/1.84.1-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=82d9c274e997c7e2 -C extra-filename=-82d9c274e997c7e2 --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-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3591 | 2025-02-13T04:36:20.487Z | Compiling num_enum v0.5.11 |
3592 | 2025-02-13T04:36:20.521Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b937aa65052bc743 -C extra-filename=-b937aa65052bc743 --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-b974bc124087f17f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3593 | 2025-02-13T04:36:20.680Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
3594 | 2025-02-13T04:36:20.719Z | Running `/home/build/.rustup/toolchains/1.84.1-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=fcb26e067d357c25 -C extra-filename=-fcb26e067d357c25 --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-98124fae94d5c163.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-a0c9193425d228b3.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b937aa65052bc743.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-32c26041da8ee9a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3595 | 2025-02-13T04:36:20.839Z | Compiling typify-impl v0.3.0 |
3596 | 2025-02-13T04:36:20.841Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-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=11119620c1c3a10d -C extra-filename=-11119620c1c3a10d --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-6782a03443fe5f3d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-125188d671122e9b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c4581ab18b510733.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-4cccf0258a34a011.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3597 | 2025-02-13T04:36:21.075Z | Compiling base64 v0.21.7 |
3598 | 2025-02-13T04:36:21.078Z | Running `/home/build/.rustup/toolchains/1.84.1-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=284d3ffa17b19553 -C extra-filename=-284d3ffa17b19553 --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 | 2025-02-13T04:36:21.428Z | Compiling crucible-workspace-hack v0.1.0 |
3600 | 2025-02-13T04:36:21.452Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e7873a2e2b34a4cb -C extra-filename=-e7873a2e2b34a4cb --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-e7873a2e2b34a4cb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3601 | 2025-02-13T04:36:21.582Z | Compiling zerocopy v0.8.10 |
3602 | 2025-02-13T04:36:21.586Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.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 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=1a1e8b62f62697f5 -C extra-filename=-1a1e8b62f62697f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-1a1e8b62f62697f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3603 | 2025-02-13T04:36:21.788Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-e7873a2e2b34a4cb/build-script-build` |
3604 | 2025-02-13T04:36:21.815Z | Compiling zerocopy-derive v0.8.10 |
3605 | 2025-02-13T04:36:21.817Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.8.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 --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c96dd9f137b03610 -C extra-filename=-c96dd9f137b03610 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3606 | 2025-02-13T04:36:21.850Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ab60c520681faecc -C extra-filename=-ab60c520681faecc --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` |
3607 | 2025-02-13T04:36:21.878Z | Compiling termtree v0.4.1 |
3608 | 2025-02-13T04:36:21.880Z | Running `/home/build/.rustup/toolchains/1.84.1-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=db91bfb8ddb4dc99 -C extra-filename=-db91bfb8ddb4dc99 --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` |
3609 | 2025-02-13T04:36:21.974Z | Compiling heapless v0.8.0 |
3610 | 2025-02-13T04:36:21.977Z | Running `/home/build/.rustup/toolchains/1.84.1-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=3647a053242f8038 -C extra-filename=-3647a053242f8038 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-3647a053242f8038 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3611 | 2025-02-13T04:36:22.133Z | Compiling predicates-tree v1.0.11 |
3612 | 2025-02-13T04:36:22.136Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7de97282a9758923 -C extra-filename=-7de97282a9758923 --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-75c4a740e25c3d5a.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-db91bfb8ddb4dc99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3613 | 2025-02-13T04:36:22.457Z | Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-1a1e8b62f62697f5/build-script-build` |
3614 | 2025-02-13T04:36:22.540Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
3615 | 2025-02-13T04:36:22.543Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-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=d11e1d02d797f97d -C extra-filename=-d11e1d02d797f97d --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-19c57535f989e5ad.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3616 | 2025-02-13T04:36:22.591Z | Compiling hash32 v0.3.1 |
3617 | 2025-02-13T04:36:22.594Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1f99818784e697c4 -C extra-filename=-1f99818784e697c4 --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-74b89f0a9d262c25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3618 | 2025-02-13T04:36:22.619Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-3647a053242f8038/build-script-build` |
3619 | 2025-02-13T04:36:22.858Z | Compiling smoltcp v0.11.0 |
3620 | 2025-02-13T04:36:22.909Z | Running `/home/build/.rustup/toolchains/1.84.1-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=35124d28aae5d6dc -C extra-filename=-35124d28aae5d6dc --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-35124d28aae5d6dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3621 | 2025-02-13T04:36:22.974Z | Running `/home/build/.rustup/toolchains/1.84.1-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=8d6ffb9dedbe547b -C extra-filename=-8d6ffb9dedbe547b --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-1f99818784e697c4.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f26f3088f0bc054.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3622 | 2025-02-13T04:36:23.257Z | Compiling typify-macro v0.2.0 |
3623 | 2025-02-13T04:36:23.259Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2640822fe18d7d27 -C extra-filename=-2640822fe18d7d27 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-99421f37b05ed47e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3624 | 2025-02-13T04:36:23.594Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-35124d28aae5d6dc/build-script-build` |
3625 | 2025-02-13T04:36:23.635Z | Compiling cobs v0.2.3 |
3626 | 2025-02-13T04:36:23.638Z | Running `/home/build/.rustup/toolchains/1.84.1-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=225f1bbcd5730a91 -C extra-filename=-225f1bbcd5730a91 --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` |
3627 | 2025-02-13T04:36:23.904Z | Compiling postcard v1.0.10 |
3628 | 2025-02-13T04:36:23.954Z | Running `/home/build/.rustup/toolchains/1.84.1-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=06792e986c4fdd2d -C extra-filename=-06792e986c4fdd2d --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-225f1bbcd5730a91.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3629 | 2025-02-13T04:36:24.001Z | Running `/home/build/.rustup/toolchains/1.84.1-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=97e0acc6e07d77e8 -C extra-filename=-97e0acc6e07d77e8 --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-3656ba0bdfaef672.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-8d6ffb9dedbe547b.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-2aa75ec8bbd05fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3630 | 2025-02-13T04:36:24.574Z | Compiling atomicwrites v0.4.4 |
3631 | 2025-02-13T04:36:24.577Z | Running `/home/build/.rustup/toolchains/1.84.1-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=419983973448c55f -C extra-filename=-419983973448c55f --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-be2a474d17f5f8c5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3632 | 2025-02-13T04:36:24.661Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-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 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=fea37e7910e56070 -C extra-filename=-fea37e7910e56070 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-c96dd9f137b03610.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'` |
3633 | 2025-02-13T04:36:24.947Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3634 | 2025-02-13T04:36:24.950Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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=1ecc9dac31627bfd -C extra-filename=-1ecc9dac31627bfd --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-1ecc9dac31627bfd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3635 | 2025-02-13T04:36:25.345Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3636 | 2025-02-13T04:36:25.357Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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=da99f7a13d34c36d -C extra-filename=-da99f7a13d34c36d --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` |
3637 | 2025-02-13T04:36:25.542Z | Running `/work/oxidecomputer/omicron/target/debug/build/opte-1ecc9dac31627bfd/build-script-build` |
3638 | 2025-02-13T04:36:25.629Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3639 | 2025-02-13T04:36:25.671Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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=38655ce21ae15292 -C extra-filename=-38655ce21ae15292 --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-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3640 | 2025-02-13T04:36:26.693Z | Compiling sigpipe v0.1.3 |
3641 | 2025-02-13T04:36:26.697Z | Running `/home/build/.rustup/toolchains/1.84.1-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=598d045d9fc6d7a1 -C extra-filename=-598d045d9fc6d7a1 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3642 | 2025-02-13T04:36:26.840Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
3643 | 2025-02-13T04:36:26.843Z | Running `/home/build/.rustup/toolchains/1.84.1-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=8260e92bd45a9232 -C extra-filename=-8260e92bd45a9232 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-8260e92bd45a9232 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3644 | 2025-02-13T04:36:27.206Z | Compiling mockall_derive v0.13.0 |
3645 | 2025-02-13T04:36:27.209Z | Running `/home/build/.rustup/toolchains/1.84.1-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=4b77c1a55c672441 -C extra-filename=-4b77c1a55c672441 --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-4b77c1a55c672441 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3646 | 2025-02-13T04:36:27.597Z | Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-4b77c1a55c672441/build-script-build` |
3647 | 2025-02-13T04:36:27.614Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-8260e92bd45a9232/build-script-build` |
3648 | 2025-02-13T04:36:27.652Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
3649 | 2025-02-13T04:36:27.656Z | Running `/home/build/.rustup/toolchains/1.84.1-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=de95ac97914cb668 -C extra-filename=-de95ac97914cb668 --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` |
3650 | 2025-02-13T04:36:27.681Z | Compiling typify v0.2.0 |
3651 | 2025-02-13T04:36:27.684Z | Running `/home/build/.rustup/toolchains/1.84.1-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=88aeb6fb3a2387ab -C extra-filename=-88aeb6fb3a2387ab --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-99421f37b05ed47e.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-2640822fe18d7d27.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3652 | 2025-02-13T04:36:27.743Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ccc6a3d1d3336d3f -C extra-filename=-ccc6a3d1d3336d3f --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-85bd370b09aa1fc4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-fcb26e067d357c25.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b937aa65052bc743.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-56b3c084ad93e757.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ca9e62646c0eb85d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-f852d6b306b3d11e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-87e7d00a1847f5b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
3653 | 2025-02-13T04:36:27.823Z | Compiling progenitor-impl v0.8.0 |
3654 | 2025-02-13T04:36:27.826Z | Running `/home/build/.rustup/toolchains/1.84.1-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=60bb80e10faea123 -C extra-filename=-60bb80e10faea123 --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-6782a03443fe5f3d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-88aeb6fb3a2387ab.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-4cccf0258a34a011.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3655 | 2025-02-13T04:36:27.994Z | Running `/home/build/.rustup/toolchains/1.84.1-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=5eb6becb5675542d -C extra-filename=-5eb6becb5675542d --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-c23dfb9b1834c42c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'` |
3656 | 2025-02-13T04:36:28.443Z | Compiling zone_cfg_derive v0.3.0 |
3657 | 2025-02-13T04:36:28.446Z | Running `/home/build/.rustup/toolchains/1.84.1-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=933aeca968ec03de -C extra-filename=-933aeca968ec03de --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-7c318abee26cc297.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-196b93b59c768600.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3658 | 2025-02-13T04:36:29.577Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
3659 | 2025-02-13T04:36:29.580Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=2da94dafa6fdb6d9 -C extra-filename=-2da94dafa6fdb6d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-d11e1d02d797f97d.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fea37e7910e56070.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3660 | 2025-02-13T04:36:30.029Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3661 | 2025-02-13T04:36:30.033Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/95d6a55/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=cb6be23afe2cf3de -C extra-filename=-cb6be23afe2cf3de --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-98124fae94d5c163.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3662 | 2025-02-13T04:36:30.346Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
3663 | 2025-02-13T04:36:30.349Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=489cf95b677cda7b -C extra-filename=-489cf95b677cda7b --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-b6414318a57462a7.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-d11e1d02d797f97d.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-2da94dafa6fdb6d9.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fea37e7910e56070.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3664 | 2025-02-13T04:36:30.479Z | Compiling num-derive v0.4.2 |
3665 | 2025-02-13T04:36:30.485Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2c8a302373f77e61 -C extra-filename=-2c8a302373f77e61 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3666 | 2025-02-13T04:36:31.548Z | Compiling downcast v0.11.0 |
3667 | 2025-02-13T04:36:31.586Z | Running `/home/build/.rustup/toolchains/1.84.1-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=bacccb56056015e5 -C extra-filename=-bacccb56056015e5 --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` |
3668 | 2025-02-13T04:36:31.811Z | Compiling fragile v2.0.0 |
3669 | 2025-02-13T04:36:31.814Z | Running `/home/build/.rustup/toolchains/1.84.1-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=fb5fad9ed8f48925 -C extra-filename=-fb5fad9ed8f48925 --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` |
3670 | 2025-02-13T04:36:32.389Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3671 | 2025-02-13T04:36:32.391Z | Running `/home/build/.rustup/toolchains/1.84.1-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=773af97ef4f4fb40 -C extra-filename=-773af97ef4f4fb40 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-773af97ef4f4fb40 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3672 | 2025-02-13T04:36:32.758Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3673 | 2025-02-13T04:36:32.761Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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=e698823bd439373d -C extra-filename=-e698823bd439373d --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-da99f7a13d34c36d.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-489cf95b677cda7b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-06792e986c4fdd2d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-97e0acc6e07d77e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3674 | 2025-02-13T04:36:32.827Z | Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-773af97ef4f4fb40/build-script-build` |
3675 | 2025-02-13T04:36:32.870Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3676 | 2025-02-13T04:36:32.892Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/95d6a55/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=45c19a93c1ae5d02 -C extra-filename=-45c19a93c1ae5d02 --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-cb6be23afe2cf3de.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3677 | 2025-02-13T04:36:32.952Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3678 | 2025-02-13T04:36:32.967Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/d2d8f8a/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=18bd02f697f223a1 -C extra-filename=-18bd02f697f223a1 --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-ab60c520681faecc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-2c8a302373f77e61.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3679 | 2025-02-13T04:36:33.317Z | Compiling zone v0.3.0 |
3680 | 2025-02-13T04:36:33.319Z | Running `/home/build/.rustup/toolchains/1.84.1-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=fcb8b85083ffb3f5 -C extra-filename=-fcb8b85083ffb3f5 --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-eee8d6dc8a04de92.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-933aeca968ec03de.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3681 | 2025-02-13T04:36:33.804Z | Compiling same-file v1.0.6 |
3682 | 2025-02-13T04:36:33.807Z | Running `/home/build/.rustup/toolchains/1.84.1-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=65b4953621811a21 -C extra-filename=-65b4953621811a21 --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` |
3683 | 2025-02-13T04:36:34.122Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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=8441f242a3e64d6d -C extra-filename=-8441f242a3e64d6d --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-b6414318a57462a7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-8e90f2becdfd8242.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-da99f7a13d34c36d.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-489cf95b677cda7b.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-38655ce21ae15292.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-e698823bd439373d.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-06792e986c4fdd2d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-97e0acc6e07d77e8.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-e9bdf0d414ad0484.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)'` |
3684 | 2025-02-13T04:36:34.395Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3685 | 2025-02-13T04:36:34.398Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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=e676450898fa8d2f -C extra-filename=-e676450898fa8d2f --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-c23dfb9b1834c42c.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-da99f7a13d34c36d.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-8441f242a3e64d6d.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-de95ac97914cb668.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-97e0acc6e07d77e8.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-e9bdf0d414ad0484.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fea37e7910e56070.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3686 | 2025-02-13T04:36:34.625Z | Compiling walkdir v2.5.0 |
3687 | 2025-02-13T04:36:34.628Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d5786bcdd0e8ee10 -C extra-filename=-d5786bcdd0e8ee10 --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-65b4953621811a21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3688 | 2025-02-13T04:36:34.798Z | Compiling convert_case v0.4.0 |
3689 | 2025-02-13T04:36:34.800Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7646cae5b52d54fa -C extra-filename=-7646cae5b52d54fa --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` |
3690 | 2025-02-13T04:36:35.011Z | Compiling progenitor-macro v0.8.0 |
3691 | 2025-02-13T04:36:35.014Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ba0a7a4e2303462f -C extra-filename=-ba0a7a4e2303462f --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-9d242d4baaa625b0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-60bb80e10faea123.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-900137705a3c6aa5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3692 | 2025-02-13T04:36:35.306Z | Compiling newline-converter v0.3.0 |
3693 | 2025-02-13T04:36:35.309Z | Running `/home/build/.rustup/toolchains/1.84.1-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=6e340ae461086274 -C extra-filename=-6e340ae461086274 --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-424502f4230a2600.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3694 | 2025-02-13T04:36:35.503Z | Compiling expectorate v1.1.0 |
3695 | 2025-02-13T04:36:35.507Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f8d8340fb796e79e -C extra-filename=-f8d8340fb796e79e --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-c84ca6b3c4172a91.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-6e340ae461086274.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3696 | 2025-02-13T04:36:35.658Z | Compiling derive_more v0.99.18 |
3697 | 2025-02-13T04:36:35.661Z | Running `/home/build/.rustup/toolchains/1.84.1-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=5c825a2351b67d1c -C extra-filename=-5c825a2351b67d1c --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-7646cae5b52d54fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3698 | 2025-02-13T04:36:35.704Z | Compiling mockall v0.13.0 |
3699 | 2025-02-13T04:36:35.704Z | Running `/home/build/.rustup/toolchains/1.84.1-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=063fe76ec2081fc3 -C extra-filename=-063fe76ec2081fc3 --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-c23dfb9b1834c42c.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-bacccb56056015e5.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-fb5fad9ed8f48925.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-5eb6becb5675542d.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-7de97282a9758923.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3700 | 2025-02-13T04:36:35.729Z | Dirty xattr v1.3.1: the rustflags changed |
3701 | 2025-02-13T04:36:35.729Z | Compiling xattr v1.3.1 |
3702 | 2025-02-13T04:36:35.732Z | Running `/home/build/.rustup/toolchains/1.84.1-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=fd8940e80bc58d50 -C extra-filename=-fd8940e80bc58d50 --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-be2a474d17f5f8c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3703 | 2025-02-13T04:36:36.044Z | Dirty filetime v0.2.25: the rustflags changed |
3704 | 2025-02-13T04:36:36.045Z | Compiling filetime v0.2.25 |
3705 | 2025-02-13T04:36:36.047Z | Running `/home/build/.rustup/toolchains/1.84.1-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=be8f811f8e1ed44d -C extra-filename=-be8f811f8e1ed44d --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-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3706 | 2025-02-13T04:36:36.099Z | Compiling tungstenite v0.21.0 |
3707 | 2025-02-13T04:36:36.102Z | Running `/home/build/.rustup/toolchains/1.84.1-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=df785ed4686a9e71 -C extra-filename=-df785ed4686a9e71 --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-74b89f0a9d262c25.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-3be45ffcb0b42af9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-2f2374c7eda5427d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-3634facfa3f7e4c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3708 | 2025-02-13T04:36:36.276Z | Compiling typify-macro v0.3.0 |
3709 | 2025-02-13T04:36:36.307Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-macro-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=3f9b672bf53524ec -C extra-filename=-3f9b672bf53524ec --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-11119620c1c3a10d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3710 | 2025-02-13T04:36:36.382Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
3711 | 2025-02-13T04:36:36.385Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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=0b26054f4e0544cf -C extra-filename=-0b26054f4e0544cf --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-98124fae94d5c163.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-ccc6a3d1d3336d3f.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-8441f242a3e64d6d.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-e676450898fa8d2f.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-06792e986c4fdd2d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c4581ab18b510733.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3712 | 2025-02-13T04:36:36.617Z | Dirty tar v0.4.42: the rustflags changed |
3713 | 2025-02-13T04:36:36.617Z | Compiling tar v0.4.42 |
3714 | 2025-02-13T04:36:36.642Z | Running `/home/build/.rustup/toolchains/1.84.1-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=6eae3b5fc0d5c96e -C extra-filename=-6eae3b5fc0d5c96e --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-be8f811f8e1ed44d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-fd8940e80bc58d50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3715 | 2025-02-13T04:36:37.640Z | Compiling tokio-tungstenite v0.21.0 |
3716 | 2025-02-13T04:36:37.642Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9b8763fa06e777c3 -C extra-filename=-9b8763fa06e777c3 --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-4a9c8f39d18c879d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-df785ed4686a9e71.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3717 | 2025-02-13T04:36:38.120Z | Compiling arc-swap v1.7.1 |
3718 | 2025-02-13T04:36:38.123Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ef155b131469ec3b -C extra-filename=-ef155b131469ec3b --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` |
3719 | 2025-02-13T04:36:38.224Z | Compiling num-rational v0.4.2 |
3720 | 2025-02-13T04:36:38.227Z | Running `/home/build/.rustup/toolchains/1.84.1-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=690c6d6636ed99a0 -C extra-filename=-690c6d6636ed99a0 --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-b0d739eb4cd74a4c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3721 | 2025-02-13T04:36:38.752Z | Compiling slog-scope v4.4.0 |
3722 | 2025-02-13T04:36:38.755Z | Running `/home/build/.rustup/toolchains/1.84.1-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=60b6cbc2b41dde2c -C extra-filename=-60b6cbc2b41dde2c --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-ef155b131469ec3b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3723 | 2025-02-13T04:36:38.777Z | Compiling num-complex v0.4.6 |
3724 | 2025-02-13T04:36:38.780Z | Running `/home/build/.rustup/toolchains/1.84.1-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=eb7c6fb6a72663ef -C extra-filename=-eb7c6fb6a72663ef --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-2208e32e65bcc912.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3725 | 2025-02-13T04:36:39.264Z | Compiling slog-stdlog v4.1.1 |
3726 | 2025-02-13T04:36:39.266Z | Running `/home/build/.rustup/toolchains/1.84.1-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=341448759014c29b -C extra-filename=-341448759014c29b --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-9e3a943cb0d1c1f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-60b6cbc2b41dde2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3727 | 2025-02-13T04:36:39.635Z | Compiling slog-envlogger v2.2.0 |
3728 | 2025-02-13T04:36:39.638Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2fe90f14680d114a -C extra-filename=-2fe90f14680d114a --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-9e3a943cb0d1c1f7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-60b6cbc2b41dde2c.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-341448759014c29b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3729 | 2025-02-13T04:36:39.793Z | Compiling num v0.4.3 |
3730 | 2025-02-13T04:36:39.796Z | Running `/home/build/.rustup/toolchains/1.84.1-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=49921fe791448ca0 -C extra-filename=-49921fe791448ca0 --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-eb7c6fb6a72663ef.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b01694be23ac2aa9.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-690c6d6636ed99a0.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3731 | 2025-02-13T04:36:39.832Z | Compiling float-ord v0.3.2 |
3732 | 2025-02-13T04:36:39.856Z | Running `/home/build/.rustup/toolchains/1.84.1-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=4e4cd8a6489f9b4d -C extra-filename=-4e4cd8a6489f9b4d --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` |
3733 | 2025-02-13T04:36:39.928Z | Compiling indent_write v2.2.0 |
3734 | 2025-02-13T04:36:39.931Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e93cb2f8907d664c -C extra-filename=-e93cb2f8907d664c --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` |
3735 | 2025-02-13T04:36:40.030Z | Compiling owo-colors v4.1.0 |
3736 | 2025-02-13T04:36:40.033Z | Running `/home/build/.rustup/toolchains/1.84.1-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=eba589cf675b8391 -C extra-filename=-eba589cf675b8391 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-eba589cf675b8391 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3737 | 2025-02-13T04:36:40.172Z | Compiling cancel-safe-futures v0.1.5 |
3738 | 2025-02-13T04:36:40.176Z | Running `/home/build/.rustup/toolchains/1.84.1-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=eb201e9ce8085c31 -C extra-filename=-eb201e9ce8085c31 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-eb201e9ce8085c31 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3739 | 2025-02-13T04:36:40.313Z | Dirty swrite v0.1.0: the rustflags changed |
3740 | 2025-02-13T04:36:40.314Z | Compiling swrite v0.1.0 |
3741 | 2025-02-13T04:36:40.357Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a8a58b95ec89c45b -C extra-filename=-a8a58b95ec89c45b --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` |
3742 | 2025-02-13T04:36:40.411Z | Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-eba589cf675b8391/build-script-build` |
3743 | 2025-02-13T04:36:40.454Z | Running `/home/build/.rustup/toolchains/1.84.1-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=64694bafb6ad8035 -C extra-filename=-64694bafb6ad8035 --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)'` |
3744 | 2025-02-13T04:36:40.478Z | Compiling libsw v3.3.1 |
3745 | 2025-02-13T04:36:40.482Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a1978033ecb64b4c -C extra-filename=-a1978033ecb64b4c --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-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3746 | 2025-02-13T04:36:40.579Z | Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-eb201e9ce8085c31/build-script-build` |
3747 | 2025-02-13T04:36:40.621Z | Running `/home/build/.rustup/toolchains/1.84.1-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=cdfca0087da32257 -C extra-filename=-cdfca0087da32257 --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-c05ca62951efc497.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3748 | 2025-02-13T04:36:40.658Z | Compiling typify v0.3.0 |
3749 | 2025-02-13T04:36:40.704Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-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="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=4b65a412f9aa7e4d -C extra-filename=-4b65a412f9aa7e4d --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-11119620c1c3a10d.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-3f9b672bf53524ec.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3750 | 2025-02-13T04:36:40.830Z | Compiling progenitor-impl v0.9.1 |
3751 | 2025-02-13T04:36:40.834Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-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())' -C metadata=4b75e0dce3a3e49b -C extra-filename=-4b75e0dce3a3e49b --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-6782a03443fe5f3d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c4581ab18b510733.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-4b65a412f9aa7e4d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-4cccf0258a34a011.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3752 | 2025-02-13T04:36:40.875Z | Compiling password-hash v0.5.0 |
3753 | 2025-02-13T04:36:40.878Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9c9b5fa1de0b3c72 -C extra-filename=-9c9b5fa1de0b3c72 --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-9bf41bc36b79b4aa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3754 | 2025-02-13T04:36:40.903Z | Compiling blake2 v0.10.6 |
3755 | 2025-02-13T04:36:40.903Z | Running `/home/build/.rustup/toolchains/1.84.1-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=8a5fca9ef3e0b7d5 -C extra-filename=-8a5fca9ef3e0b7d5 --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-c1a84befa7c7dca3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3756 | 2025-02-13T04:36:41.208Z | Compiling linear-map v1.2.0 |
3757 | 2025-02-13T04:36:41.212Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1f11c1139f7eb68f -C extra-filename=-1f11c1139f7eb68f --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 | 2025-02-13T04:36:41.557Z | Compiling argon2 v0.5.3 |
3759 | 2025-02-13T04:36:41.563Z | Running `/home/build/.rustup/toolchains/1.84.1-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=8cab06b32ce8b7d9 -C extra-filename=-8cab06b32ce8b7d9 --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-9bf41bc36b79b4aa.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-8a5fca9ef3e0b7d5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-102875690d2c1cd3.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-9c9b5fa1de0b3c72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3760 | 2025-02-13T04:36:41.846Z | Compiling pem v3.0.4 |
3761 | 2025-02-13T04:36:41.849Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7c2c35af14fd0477 -C extra-filename=-7c2c35af14fd0477 --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-f429081ea7e2c5aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3762 | 2025-02-13T04:36:42.299Z | Compiling highway v1.2.0 |
3763 | 2025-02-13T04:36:42.302Z | Running `/home/build/.rustup/toolchains/1.84.1-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=6985138a14228e53 -C extra-filename=-6985138a14228e53 --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` |
3764 | 2025-02-13T04:36:42.452Z | Compiling lzma-sys v0.1.20 |
3765 | 2025-02-13T04:36:42.475Z | Running `/home/build/.rustup/toolchains/1.84.1-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=df49a685dd55d770 -C extra-filename=-df49a685dd55d770 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-df49a685dd55d770 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d02968f2dd606dcf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3766 | 2025-02-13T04:36:42.572Z | Compiling heck v0.3.3 |
3767 | 2025-02-13T04:36:42.600Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2dde9b4be76fcf89 -C extra-filename=-2dde9b4be76fcf89 --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-424502f4230a2600.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3768 | 2025-02-13T04:36:42.865Z | Compiling headers-core v0.3.0 |
3769 | 2025-02-13T04:36:42.868Z | Running `/home/build/.rustup/toolchains/1.84.1-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=c683955deb088bb9 -C extra-filename=-c683955deb088bb9 --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-9b9c4cd25ba804a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3770 | 2025-02-13T04:36:42.923Z | Compiling humantime v2.1.0 |
3771 | 2025-02-13T04:36:42.927Z | Running `/home/build/.rustup/toolchains/1.84.1-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=3981a3a9a9cc034a -C extra-filename=-3981a3a9a9cc034a --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` |
3772 | 2025-02-13T04:36:43.048Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3773 | 2025-02-13T04:36:43.051Z | Running `/home/build/.rustup/toolchains/1.84.1-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=4af0c8d784b47dff -C extra-filename=-4af0c8d784b47dff --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-4af0c8d784b47dff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3774 | 2025-02-13T04:36:43.075Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
3775 | 2025-02-13T04:36:43.078Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ef99a1b7a88d210c -C extra-filename=-ef99a1b7a88d210c --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-ef99a1b7a88d210c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3776 | 2025-02-13T04:36:43.306Z | Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-df49a685dd55d770/build-script-build` |
3777 | 2025-02-13T04:36:43.365Z | Running `/home/build/.rustup/toolchains/1.84.1-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=481a76a38b664b9f -C extra-filename=-481a76a38b664b9f --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma` |
3778 | 2025-02-13T04:36:43.399Z | Compiling headers v0.4.0 |
3779 | 2025-02-13T04:36:43.426Z | Running `/home/build/.rustup/toolchains/1.84.1-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=5062caf5a63b9cb6 -C extra-filename=-5062caf5a63b9cb6 --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-284d3ffa17b19553.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-c683955deb088bb9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b3b65872e6a30349.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-e93d7a4231ab1bfa.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3780 | 2025-02-13T04:36:43.429Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-4af0c8d784b47dff/build-script-build` |
3781 | 2025-02-13T04:36:43.468Z | Compiling zone_cfg_derive v0.1.2 |
3782 | 2025-02-13T04:36:43.471Z | Running `/home/build/.rustup/toolchains/1.84.1-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=0e2d789a3a4c6ba4 -C extra-filename=-0e2d789a3a4c6ba4 --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-2dde9b4be76fcf89.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-196b93b59c768600.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3783 | 2025-02-13T04:36:43.545Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3784 | 2025-02-13T04:36:43.548Z | Running `/home/build/.rustup/toolchains/1.84.1-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=8830304a7b4c8086 -C extra-filename=-8830304a7b4c8086 --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-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3785 | 2025-02-13T04:36:43.955Z | Compiling yasna v0.5.2 |
3786 | 2025-02-13T04:36:43.982Z | Running `/home/build/.rustup/toolchains/1.84.1-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=99d831d22102cc5e -C extra-filename=-99d831d22102cc5e --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-6b9af3cee5925dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3787 | 2025-02-13T04:36:43.984Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-ef99a1b7a88d210c/build-script-build` |
3788 | 2025-02-13T04:36:44.043Z | Compiling base64 v0.13.1 |
3789 | 2025-02-13T04:36:44.046Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ad5c1da4c03002a3 -C extra-filename=-ad5c1da4c03002a3 --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 | 2025-02-13T04:36:44.262Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3791 | 2025-02-13T04:36:44.265Z | Running `/home/build/.rustup/toolchains/1.84.1-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=acb2130464c80ceb -C extra-filename=-acb2130464c80ceb --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-8830304a7b4c8086.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3792 | 2025-02-13T04:36:44.600Z | Compiling ron v0.7.1 |
3793 | 2025-02-13T04:36:44.603Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f45754111276867f -C extra-filename=-f45754111276867f --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-ad5c1da4c03002a3.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3656ba0bdfaef672.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3794 | 2025-02-13T04:36:44.909Z | Compiling xz2 v0.1.7 |
3795 | 2025-02-13T04:36:44.935Z | Running `/home/build/.rustup/toolchains/1.84.1-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=cabb6d12fd264a74 -C extra-filename=-cabb6d12fd264a74 --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-481a76a38b664b9f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64` |
3796 | 2025-02-13T04:36:45.027Z | Compiling zone v0.1.8 |
3797 | 2025-02-13T04:36:45.030Z | Running `/home/build/.rustup/toolchains/1.84.1-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=5c8a6d552d48efef -C extra-filename=-5c8a6d552d48efef --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-eee8d6dc8a04de92.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-0e2d789a3a4c6ba4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3798 | 2025-02-13T04:36:45.158Z | Compiling rcgen v0.12.1 |
3799 | 2025-02-13T04:36:45.161Z | Running `/home/build/.rustup/toolchains/1.84.1-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=232f2a42b2defe38 -C extra-filename=-232f2a42b2defe38 --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-7c2c35af14fd0477.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-99d831d22102cc5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out` |
3800 | 2025-02-13T04:36:45.372Z | Running `/home/build/.rustup/toolchains/1.84.1-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=566fcf95459e6db0 -C extra-filename=-566fcf95459e6db0 --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-85bd370b09aa1fc4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-fcb26e067d357c25.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b937aa65052bc743.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-56b3c084ad93e757.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ca9e62646c0eb85d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-f852d6b306b3d11e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-87e7d00a1847f5b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat` |
3801 | 2025-02-13T04:36:45.562Z | Compiling subprocess v0.2.9 |
3802 | 2025-02-13T04:36:45.565Z | Running `/home/build/.rustup/toolchains/1.84.1-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=482d25d585d269d2 -C extra-filename=-482d25d585d269d2 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3803 | 2025-02-13T04:36:46.463Z | Dirty semver v0.1.20: the rustflags changed |
3804 | 2025-02-13T04:36:46.463Z | Compiling semver v0.1.20 |
3805 | 2025-02-13T04:36:46.466Z | Running `/home/build/.rustup/toolchains/1.84.1-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=03906520c1e5ada9 -C extra-filename=-03906520c1e5ada9 --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` |
3806 | 2025-02-13T04:36:46.813Z | Running `/home/build/.rustup/toolchains/1.84.1-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=547349ec06854b85 -C extra-filename=-547349ec06854b85 --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` |
3807 | 2025-02-13T04:36:47.089Z | Dirty rustc_version v0.1.7: the rustflags changed |
3808 | 2025-02-13T04:36:47.089Z | Compiling rustc_version v0.1.7 |
3809 | 2025-02-13T04:36:47.092Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a073eab3ff38bd2e -C extra-filename=-a073eab3ff38bd2e --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-03906520c1e5ada9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3810 | 2025-02-13T04:36:47.114Z | Compiling half v2.4.1 |
3811 | 2025-02-13T04:36:47.114Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2449aba69bdc4ada -C extra-filename=-2449aba69bdc4ada --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-c23dfb9b1834c42c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3812 | 2025-02-13T04:36:47.298Z | Compiling ciborium-io v0.2.2 |
3813 | 2025-02-13T04:36:47.301Z | Running `/home/build/.rustup/toolchains/1.84.1-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=febe2383922cacb8 -C extra-filename=-febe2383922cacb8 --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` |
3814 | 2025-02-13T04:36:47.364Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3815 | 2025-02-13T04:36:47.367Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/95d6a55/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=ec48e0e66ff93aab -C extra-filename=-ec48e0e66ff93aab --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-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3816 | 2025-02-13T04:36:47.459Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3817 | 2025-02-13T04:36:47.462Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/d2d8f8a/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=8eba151b09a3e4ff -C extra-filename=-8eba151b09a3e4ff --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-f429081ea7e2c5aa.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ab60c520681faecc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3818 | 2025-02-13T04:36:47.552Z | Dirty newtype_derive v0.1.6: the rustflags changed |
3819 | 2025-02-13T04:36:47.552Z | Compiling newtype_derive v0.1.6 |
3820 | 2025-02-13T04:36:47.554Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7d706b8f8720f8cf -C extra-filename=-7d706b8f8720f8cf --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-7d706b8f8720f8cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a073eab3ff38bd2e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3821 | 2025-02-13T04:36:47.641Z | Compiling ciborium-ll v0.2.2 |
3822 | 2025-02-13T04:36:47.644Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9d725179b86308e3 -C extra-filename=-9d725179b86308e3 --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-febe2383922cacb8.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-2449aba69bdc4ada.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3823 | 2025-02-13T04:36:47.920Z | Compiling display-error-chain v0.2.2 |
3824 | 2025-02-13T04:36:47.923Z | Running `/home/build/.rustup/toolchains/1.84.1-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=6f15412de59adf04 -C extra-filename=-6f15412de59adf04 --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` |
3825 | 2025-02-13T04:36:47.950Z | Compiling progenitor-macro v0.9.1 |
3826 | 2025-02-13T04:36:47.953Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-macro-0.9.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=ac99fd21b6a5c9ec -C extra-filename=-ac99fd21b6a5c9ec --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-9d242d4baaa625b0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-4b75e0dce3a3e49b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-900137705a3c6aa5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3827 | 2025-02-13T04:36:47.953Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-7d706b8f8720f8cf/build-script-build` |
3828 | 2025-02-13T04:36:48.059Z | Compiling ciborium v0.2.2 |
3829 | 2025-02-13T04:36:48.061Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a348374d3d785aec -C extra-filename=-a348374d3d785aec --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-febe2383922cacb8.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-9d725179b86308e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3830 | 2025-02-13T04:36:48.085Z | Running `/home/build/.rustup/toolchains/1.84.1-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=907911c314303ae7 -C extra-filename=-907911c314303ae7 --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` |
3831 | 2025-02-13T04:36:48.139Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3832 | 2025-02-13T04:36:48.146Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/95d6a55/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=391a3df1bc9ca5c8 -C extra-filename=-391a3df1bc9ca5c8 --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-8eba151b09a3e4ff.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-ec48e0e66ff93aab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3833 | 2025-02-13T04:36:48.211Z | Compiling steno v0.4.1 |
3834 | 2025-02-13T04:36:48.213Z | Running `/home/build/.rustup/toolchains/1.84.1-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=506eeb65f3e13f7d -C extra-filename=-506eeb65f3e13f7d --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-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3835 | 2025-02-13T04:36:48.498Z | Compiling slog-dtrace v0.3.0 |
3836 | 2025-02-13T04:36:48.501Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f86e451e41119c90 -C extra-filename=-f86e451e41119c90 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-f86e451e41119c90 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3837 | 2025-02-13T04:36:48.626Z | Compiling gethostname v0.5.0 |
3838 | 2025-02-13T04:36:48.631Z | Running `/home/build/.rustup/toolchains/1.84.1-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=bfd7719f1fae5402 -C extra-filename=-bfd7719f1fae5402 --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-be2a474d17f5f8c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3839 | 2025-02-13T04:36:48.823Z | Dirty aws-lc-sys v0.22.0: the rustflags changed |
3840 | 2025-02-13T04:36:48.823Z | Compiling aws-lc-sys v0.22.0 |
3841 | 2025-02-13T04:36:48.826Z | Running `/home/build/.rustup/toolchains/1.84.1-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=4dd1f5ccc338543d -C extra-filename=-4dd1f5ccc338543d --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4dd1f5ccc338543d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-130251e32071527c.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-f651151d3569e2e1.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-9aec59b7c8d162b6.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-f99428ff14949c71.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3842 | 2025-02-13T04:36:48.852Z | Compiling nibble_vec v0.1.0 |
3843 | 2025-02-13T04:36:48.852Z | Running `/home/build/.rustup/toolchains/1.84.1-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=bf30e60e2711dd7a -C extra-filename=-bf30e60e2711dd7a --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-523e7ace5c258ae5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3844 | 2025-02-13T04:36:48.899Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-f86e451e41119c90/build-script-build` |
3845 | 2025-02-13T04:36:48.982Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f78d5c8619bd4e90 -C extra-filename=-f78d5c8619bd4e90 --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-c6e3260a4cbe5cfb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3846 | 2025-02-13T04:36:49.076Z | Compiling endian-type v0.1.2 |
3847 | 2025-02-13T04:36:49.079Z | Running `/home/build/.rustup/toolchains/1.84.1-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=420bb238198667ce -C extra-filename=-420bb238198667ce --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` |
3848 | 2025-02-13T04:36:49.237Z | Compiling keccak v0.1.5 |
3849 | 2025-02-13T04:36:49.240Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e9344e01d05787df -C extra-filename=-e9344e01d05787df --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 | 2025-02-13T04:36:49.296Z | Compiling arrayvec v0.7.6 |
3851 | 2025-02-13T04:36:49.299Z | Running `/home/build/.rustup/toolchains/1.84.1-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=29b276a2b78a8d5a -C extra-filename=-29b276a2b78a8d5a --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` |
3852 | 2025-02-13T04:36:49.322Z | Compiling radix_trie v0.2.1 |
3853 | 2025-02-13T04:36:49.325Z | Running `/home/build/.rustup/toolchains/1.84.1-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=42f5e22c37b42a1d -C extra-filename=-42f5e22c37b42a1d --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-420bb238198667ce.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-bf30e60e2711dd7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3854 | 2025-02-13T04:36:49.578Z | Compiling sha3 v0.10.8 |
3855 | 2025-02-13T04:36:49.580Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7a16ae5557314021 -C extra-filename=-7a16ae5557314021 --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-c1a84befa7c7dca3.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-e9344e01d05787df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3856 | 2025-02-13T04:36:49.699Z | Compiling constant_time_eq v0.3.1 |
3857 | 2025-02-13T04:36:49.702Z | Running `/home/build/.rustup/toolchains/1.84.1-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=5220b84cccc1dea2 -C extra-filename=-5220b84cccc1dea2 --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` |
3858 | 2025-02-13T04:36:49.909Z | Compiling arrayref v0.3.9 |
3859 | 2025-02-13T04:36:49.933Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2d656f6620a65b51 -C extra-filename=-2d656f6620a65b51 --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` |
3860 | 2025-02-13T04:36:49.936Z | Compiling universal-hash v0.5.1 |
3861 | 2025-02-13T04:36:49.961Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d912cf2ea6f43439 -C extra-filename=-d912cf2ea6f43439 --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-0dd2958e149b985e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3862 | 2025-02-13T04:36:50.042Z | Compiling opaque-debug v0.3.1 |
3863 | 2025-02-13T04:36:50.044Z | Running `/home/build/.rustup/toolchains/1.84.1-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=bf5e609c1193dde6 -C extra-filename=-bf5e609c1193dde6 --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` |
3864 | 2025-02-13T04:36:50.162Z | Compiling secrecy v0.8.0 |
3865 | 2025-02-13T04:36:50.168Z | Running `/home/build/.rustup/toolchains/1.84.1-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=97824bc722567bb8 -C extra-filename=-97824bc722567bb8 --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-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3866 | 2025-02-13T04:36:50.168Z | Compiling blake3 v1.5.4 |
3867 | 2025-02-13T04:36:50.184Z | Running `/home/build/.rustup/toolchains/1.84.1-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=5f3e247ab4ed22e3 -C extra-filename=-5f3e247ab4ed22e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-5f3e247ab4ed22e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3868 | 2025-02-13T04:36:50.372Z | Compiling memmap2 v0.9.5 |
3869 | 2025-02-13T04:36:50.374Z | Running `/home/build/.rustup/toolchains/1.84.1-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=79050c6d30ef63b9 -C extra-filename=-79050c6d30ef63b9 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3870 | 2025-02-13T04:36:50.409Z | Compiling aead v0.5.2 |
3871 | 2025-02-13T04:36:50.413Z | Running `/home/build/.rustup/toolchains/1.84.1-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=c5d244ba91c5af8b -C extra-filename=-c5d244ba91c5af8b --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-0dd2958e149b985e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3872 | 2025-02-13T04:36:50.577Z | Compiling topological-sort v0.2.2 |
3873 | 2025-02-13T04:36:50.580Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d704ffc17eb9a9ea -C extra-filename=-d704ffc17eb9a9ea --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` |
3874 | 2025-02-13T04:36:50.788Z | Compiling poly1305 v0.8.0 |
3875 | 2025-02-13T04:36:50.813Z | Running `/home/build/.rustup/toolchains/1.84.1-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=cb0d24dbfe265f4e -C extra-filename=-cb0d24dbfe265f4e --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-102875690d2c1cd3.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-bf5e609c1193dde6.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-d912cf2ea6f43439.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3876 | 2025-02-13T04:36:50.816Z | Compiling chacha20 v0.9.1 |
3877 | 2025-02-13T04:36:50.816Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b208d0fd694a3c26 -C extra-filename=-b208d0fd694a3c26 --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-c23dfb9b1834c42c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-102875690d2c1cd3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3878 | 2025-02-13T04:36:50.889Z | Compiling toolchain_find v0.4.0 |
3879 | 2025-02-13T04:36:50.892Z | Running `/home/build/.rustup/toolchains/1.84.1-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=09f1869772c12ffc -C extra-filename=-09f1869772c12ffc --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-2caee24cfb5087dd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3880 | 2025-02-13T04:36:50.923Z | Running `/work/oxidecomputer/omicron/target/debug/build/blake3-5f3e247ab4ed22e3/build-script-build` |
3881 | 2025-02-13T04:36:51.339Z | Compiling thiserror-impl-no-std v2.0.2 |
3882 | 2025-02-13T04:36:51.342Z | Running `/home/build/.rustup/toolchains/1.84.1-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=85fbac475f17a53c -C extra-filename=-85fbac475f17a53c --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3883 | 2025-02-13T04:36:51.514Z | Compiling rustfmt-wrapper v0.2.1 |
3884 | 2025-02-13T04:36:51.541Z | Running `/home/build/.rustup/toolchains/1.84.1-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=37705b2d523bafbe -C extra-filename=-37705b2d523bafbe --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-b6795449d4b8cccb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-09f1869772c12ffc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3885 | 2025-02-13T04:36:51.579Z | Running `/home/build/.rustup/toolchains/1.84.1-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=307701bfaf69bba0 -C extra-filename=-307701bfaf69bba0 --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-2d656f6620a65b51.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-29b276a2b78a8d5a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5220b84cccc1dea2.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-79050c6d30ef63b9.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-7437feb4062411e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/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()))'` |
3886 | 2025-02-13T04:36:52.114Z | Compiling async-recursion v1.1.1 |
3887 | 2025-02-13T04:36:52.118Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1742ed45344feaaa -C extra-filename=-1742ed45344feaaa --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3888 | 2025-02-13T04:36:52.481Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
3889 | 2025-02-13T04:36:52.484Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2b6978de6be459f7 -C extra-filename=-2b6978de6be459f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-2b6978de6be459f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3890 | 2025-02-13T04:36:52.528Z | Compiling chacha20poly1305 v0.10.1 |
3891 | 2025-02-13T04:36:52.531Z | Running `/home/build/.rustup/toolchains/1.84.1-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=43b89e3eb154da46 -C extra-filename=-43b89e3eb154da46 --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-c5d244ba91c5af8b.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-b208d0fd694a3c26.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-cb0d24dbfe265f4e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3892 | 2025-02-13T04:36:52.717Z | Compiling fxhash v0.2.1 |
3893 | 2025-02-13T04:36:52.721Z | Running `/home/build/.rustup/toolchains/1.84.1-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=fd0628cfb03422c5 -C extra-filename=-fd0628cfb03422c5 --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-74b89f0a9d262c25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3894 | 2025-02-13T04:36:52.792Z | Compiling lockfree-object-pool v0.1.6 |
3895 | 2025-02-13T04:36:52.795Z | Running `/home/build/.rustup/toolchains/1.84.1-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=420f5f89258d1541 -C extra-filename=-420f5f89258d1541 --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` |
3896 | 2025-02-13T04:36:52.887Z | Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-2b6978de6be459f7/build-script-build` |
3897 | 2025-02-13T04:36:52.890Z | Running `/home/build/.rustup/toolchains/1.84.1-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=bc199e2fa413580f -C extra-filename=-bc199e2fa413580f --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-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.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/` |
3898 | 2025-02-13T04:36:52.937Z | Compiling simd-adler32 v0.3.7 |
3899 | 2025-02-13T04:36:52.941Z | Running `/home/build/.rustup/toolchains/1.84.1-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=809484df09ad0da8 -C extra-filename=-809484df09ad0da8 --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` |
3900 | 2025-02-13T04:36:53.063Z | Compiling zip v2.1.3 |
3901 | 2025-02-13T04:36:53.068Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1f199c79d460bacb -C extra-filename=-1f199c79d460bacb --out-dir /work/oxidecomputer/omicron/target/debug/build/zip-1f199c79d460bacb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3902 | 2025-02-13T04:36:53.284Z | Compiling bumpalo v3.16.0 |
3903 | 2025-02-13T04:36:53.287Z | Running `/home/build/.rustup/toolchains/1.84.1-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=c5aa7b73087d6f70 -C extra-filename=-c5aa7b73087d6f70 --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` |
3904 | 2025-02-13T04:36:53.437Z | Compiling maplit v1.0.2 |
3905 | 2025-02-13T04:36:53.440Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b76ff7a836ea16f2 -C extra-filename=-b76ff7a836ea16f2 --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` |
3906 | 2025-02-13T04:36:53.511Z | Running `/work/oxidecomputer/omicron/target/debug/build/zip-1f199c79d460bacb/build-script-build` |
3907 | 2025-02-13T04:36:53.551Z | Compiling termcolor v1.4.1 |
3908 | 2025-02-13T04:36:53.554Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2ede86e2a551bd95 -C extra-filename=-2ede86e2a551bd95 --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` |
3909 | 2025-02-13T04:36:53.592Z | Compiling const_format_proc_macros v0.2.34 |
3910 | 2025-02-13T04:36:53.595Z | Running `/home/build/.rustup/toolchains/1.84.1-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.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=8ed5528f3a92e452 -C extra-filename=-8ed5528f3a92e452 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-a24a36993c6f403e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3911 | 2025-02-13T04:36:53.755Z | Compiling zopfli v0.8.1 |
3912 | 2025-02-13T04:36:53.758Z | Compiling radium v0.7.0 |
3913 | 2025-02-13T04:36:53.758Z | Running `/home/build/.rustup/toolchains/1.84.1-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=cabc88492a826ac3 -C extra-filename=-cabc88492a826ac3 --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-c5aa7b73087d6f70.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-8bbe085508e0f085.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-420f5f89258d1541.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-809484df09ad0da8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3914 | 2025-02-13T04:36:53.773Z | Running `/home/build/.rustup/toolchains/1.84.1-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=0495394abefdf7ef -C extra-filename=-0495394abefdf7ef --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-0495394abefdf7ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3915 | 2025-02-13T04:36:54.304Z | Compiling maybe-uninit v2.0.0 |
3916 | 2025-02-13T04:36:54.307Z | Compiling thiserror-no-std v2.0.2 |
3917 | 2025-02-13T04:36:54.332Z | Running `/home/build/.rustup/toolchains/1.84.1-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=17723fbc7bf15acb -C extra-filename=-17723fbc7bf15acb --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-17723fbc7bf15acb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3918 | 2025-02-13T04:36:54.332Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2f39842831d9b0b5 -C extra-filename=-2f39842831d9b0b5 --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-85fbac475f17a53c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3919 | 2025-02-13T04:36:54.332Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-0495394abefdf7ef/build-script-build` |
3920 | 2025-02-13T04:36:54.390Z | Compiling tap v1.0.1 |
3921 | 2025-02-13T04:36:54.394Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1baf0068047987a3 -C extra-filename=-1baf0068047987a3 --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` |
3922 | 2025-02-13T04:36:54.500Z | Compiling vsss-rs v3.3.4 |
3923 | 2025-02-13T04:36:54.532Z | Running `/home/build/.rustup/toolchains/1.84.1-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=835f44df966b6211 -C extra-filename=-835f44df966b6211 --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-296415074f6d0321.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-3b8940648d2e967c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-2f39842831d9b0b5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3924 | 2025-02-13T04:36:54.604Z | Running `/home/build/.rustup/toolchains/1.84.1-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=bcc67991e314c378 -C extra-filename=-bcc67991e314c378 --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-564b4058719b0508.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-8bbe085508e0f085.rmeta --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-5f846104cef4c9b4.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-cabc88492a826ac3.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-dc116badc0c941a2/out/lib` |
3925 | 2025-02-13T04:36:54.608Z | Compiling wyz v0.5.1 |
3926 | 2025-02-13T04:36:54.608Z | Running `/home/build/.rustup/toolchains/1.84.1-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=59a297f6da8ea8ef -C extra-filename=-59a297f6da8ea8ef --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-1baf0068047987a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3927 | 2025-02-13T04:36:54.845Z | Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-17723fbc7bf15acb/build-script-build` |
3928 | 2025-02-13T04:36:54.932Z | Running `/home/build/.rustup/toolchains/1.84.1-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=eed1163cf182e62a -C extra-filename=-eed1163cf182e62a --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` |
3929 | 2025-02-13T04:36:55.026Z | Compiling funty v2.0.0 |
3930 | 2025-02-13T04:36:55.031Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ccf7e5da67827078 -C extra-filename=-ccf7e5da67827078 --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` |
3931 | 2025-02-13T04:36:55.319Z | Compiling crc-catalog v2.4.0 |
3932 | 2025-02-13T04:36:55.322Z | Running `/home/build/.rustup/toolchains/1.84.1-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=abbf1a39390de174 -C extra-filename=-abbf1a39390de174 --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` |
3933 | 2025-02-13T04:36:55.380Z | Compiling packed_struct v0.10.1 |
3934 | 2025-02-13T04:36:55.383Z | Running `/home/build/.rustup/toolchains/1.84.1-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=408741803dadc995 -C extra-filename=-408741803dadc995 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-408741803dadc995 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3935 | 2025-02-13T04:36:55.496Z | Compiling crc v3.2.1 |
3936 | 2025-02-13T04:36:55.499Z | Running `/home/build/.rustup/toolchains/1.84.1-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=4dad916f7a3cd1d7 -C extra-filename=-4dad916f7a3cd1d7 --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-abbf1a39390de174.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3937 | 2025-02-13T04:36:55.634Z | Compiling const_format v0.2.34 |
3938 | 2025-02-13T04:36:55.637Z | Running `/home/build/.rustup/toolchains/1.84.1-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.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__inline_const_pat_tests", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64", "rust_1_83"))' -C metadata=e91b7ab987123f1d -C extra-filename=-e91b7ab987123f1d --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-8ed5528f3a92e452.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3939 | 2025-02-13T04:36:55.959Z | Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-408741803dadc995/build-script-build` |
3940 | 2025-02-13T04:36:56.002Z | Running `/home/build/.rustup/toolchains/1.84.1-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=03d166afac653f39 -C extra-filename=-03d166afac653f39 --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` |
3941 | 2025-02-13T04:36:56.132Z | Compiling bitvec v1.0.1 |
3942 | 2025-02-13T04:36:56.136Z | Running `/home/build/.rustup/toolchains/1.84.1-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=4b6155786358526e -C extra-filename=-4b6155786358526e --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-ccf7e5da67827078.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-eed1163cf182e62a.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-1baf0068047987a3.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-59a297f6da8ea8ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3943 | 2025-02-13T04:36:56.275Z | Compiling packed_struct_codegen v0.10.1 |
3944 | 2025-02-13T04:36:56.278Z | Running `/home/build/.rustup/toolchains/1.84.1-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=568be8160840ed4d -C extra-filename=-568be8160840ed4d --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3945 | 2025-02-13T04:36:56.406Z | Compiling indexmap v1.9.3 |
3946 | 2025-02-13T04:36:56.409Z | Compiling nodrop v0.1.14 |
3947 | 2025-02-13T04:36:56.409Z | Running `/home/build/.rustup/toolchains/1.84.1-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=224171d735c428dd -C extra-filename=-224171d735c428dd --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-224171d735c428dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-29ea5ae14448e27c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3948 | 2025-02-13T04:36:56.409Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d96e813c2ab020ca -C extra-filename=-d96e813c2ab020ca --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` |
3949 | 2025-02-13T04:36:56.586Z | Compiling array-init v0.0.4 |
3950 | 2025-02-13T04:36:56.589Z | Running `/home/build/.rustup/toolchains/1.84.1-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=c6211ef6ffed8b60 -C extra-filename=-c6211ef6ffed8b60 --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-d96e813c2ab020ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3951 | 2025-02-13T04:36:56.758Z | Compiling smallvec v0.6.14 |
3952 | 2025-02-13T04:36:56.781Z | Running `/home/build/.rustup/toolchains/1.84.1-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=512e0cdbb258b826 -C extra-filename=-512e0cdbb258b826 --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-03d166afac653f39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3953 | 2025-02-13T04:36:56.809Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-224171d735c428dd/build-script-build` |
3954 | 2025-02-13T04:36:56.851Z | Compiling vte_generate_state_changes v0.1.2 |
3955 | 2025-02-13T04:36:56.854Z | Running `/home/build/.rustup/toolchains/1.84.1-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=892d4fbed2430dd4 -C extra-filename=-892d4fbed2430dd4 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3956 | 2025-02-13T04:36:57.179Z | Compiling bitfield v0.14.0 |
3957 | 2025-02-13T04:36:57.181Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1c0ab4043e8aa729 -C extra-filename=-1c0ab4043e8aa729 --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` |
3958 | 2025-02-13T04:36:57.522Z | Compiling hashbrown v0.12.3 |
3959 | 2025-02-13T04:36:57.525Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9a112bc893b47b7f -C extra-filename=-9a112bc893b47b7f --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` |
3960 | 2025-02-13T04:36:57.586Z | Compiling serde-hex v0.1.0 |
3961 | 2025-02-13T04:36:57.589Z | Running `/home/build/.rustup/toolchains/1.84.1-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=df2b64298647f6d7 -C extra-filename=-df2b64298647f6d7 --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-c6211ef6ffed8b60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-512e0cdbb258b826.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3962 | 2025-02-13T04:36:57.611Z | Compiling vte v0.11.1 |
3963 | 2025-02-13T04:36:57.614Z | Running `/home/build/.rustup/toolchains/1.84.1-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=46f62b86694017a2 -C extra-filename=-46f62b86694017a2 --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-a9e9441fe1d54e72.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-892d4fbed2430dd4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3964 | 2025-02-13T04:36:58.532Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9da52d222a125051 -C extra-filename=-9da52d222a125051 --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-9a112bc893b47b7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std` |
3965 | 2025-02-13T04:36:58.603Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3966 | 2025-02-13T04:36:58.606Z | Running `/home/build/.rustup/toolchains/1.84.1-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=96e60ef702325449 -C extra-filename=-96e60ef702325449 --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-74b89f0a9d262c25.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-4dad916f7a3cd1d7.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a168a4dea1a447b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3967 | 2025-02-13T04:36:58.924Z | Compiling env_logger v0.10.2 |
3968 | 2025-02-13T04:36:58.928Z | Running `/home/build/.rustup/toolchains/1.84.1-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=323aa012b622cd0a -C extra-filename=-323aa012b622cd0a --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-7fcf105a31e0f4a8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2ede86e2a551bd95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3969 | 2025-02-13T04:36:59.057Z | Compiling ron v0.8.1 |
3970 | 2025-02-13T04:36:59.062Z | Running `/home/build/.rustup/toolchains/1.84.1-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=19d2c3a85ca79068 -C extra-filename=-19d2c3a85ca79068 --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-284d3ffa17b19553.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6414318a57462a7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3971 | 2025-02-13T04:36:59.089Z | Compiling fd-lock v4.0.2 |
3972 | 2025-02-13T04:36:59.092Z | Running `/home/build/.rustup/toolchains/1.84.1-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=6d1727f39167a54a -C extra-filename=-6d1727f39167a54a --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-c23dfb9b1834c42c.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3973 | 2025-02-13T04:36:59.319Z | Running `/home/build/.rustup/toolchains/1.84.1-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=cf12361f6d370838 -C extra-filename=-cf12361f6d370838 --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-4b6155786358526e.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-568be8160840ed4d.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3974 | 2025-02-13T04:36:59.344Z | Compiling hashbrown v0.13.2 |
3975 | 2025-02-13T04:36:59.347Z | Running `/home/build/.rustup/toolchains/1.84.1-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=508298ba917f7296 -C extra-filename=-508298ba917f7296 --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-6f081ff1d53178a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3976 | 2025-02-13T04:36:59.421Z | Compiling kstat-rs v0.2.4 |
3977 | 2025-02-13T04:36:59.424Z | Running `/home/build/.rustup/toolchains/1.84.1-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=0a7730f882e244fa -C extra-filename=-0a7730f882e244fa --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-98124fae94d5c163.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3978 | 2025-02-13T04:36:59.947Z | Compiling crc-any v2.5.0 |
3979 | 2025-02-13T04:36:59.950Z | Running `/home/build/.rustup/toolchains/1.84.1-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=49a20e66afaa8a5f -C extra-filename=-49a20e66afaa8a5f --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` |
3980 | 2025-02-13T04:37:00.007Z | Compiling strip-ansi-escapes v0.2.0 |
3981 | 2025-02-13T04:37:00.010Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1818fd9c72365642 -C extra-filename=-1818fd9c72365642 --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-46f62b86694017a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3982 | 2025-02-13T04:37:00.375Z | Compiling object v0.30.4 |
3983 | 2025-02-13T04:37:00.378Z | Running `/home/build/.rustup/toolchains/1.84.1-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=acff79d7e68d0ffa -C extra-filename=-acff79d7e68d0ffa --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-8bbe085508e0f085.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-508298ba917f7296.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9da52d222a125051.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3984 | 2025-02-13T04:37:00.400Z | Compiling nu-ansi-term v0.50.1 |
3985 | 2025-02-13T04:37:00.410Z | Running `/home/build/.rustup/toolchains/1.84.1-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=8e86866786615006 -C extra-filename=-8e86866786615006 --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` |
3986 | 2025-02-13T04:37:00.472Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3987 | 2025-02-13T04:37:00.476Z | Running `/home/build/.rustup/toolchains/1.84.1-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=79c3d69b5e3a9564 -C extra-filename=-79c3d69b5e3a9564 --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-19d2c3a85ca79068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-96e60ef702325449.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a168a4dea1a447b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3988 | 2025-02-13T04:37:01.032Z | Compiling libefi-sys v0.1.0 |
3989 | 2025-02-13T04:37:01.035Z | Running `/home/build/.rustup/toolchains/1.84.1-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=aa81e9d157942b3c -C extra-filename=-aa81e9d157942b3c --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-aa81e9d157942b3c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3990 | 2025-02-13T04:37:01.184Z | Compiling path-slash v0.1.5 |
3991 | 2025-02-13T04:37:01.225Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d36cafea61a466fc -C extra-filename=-d36cafea61a466fc --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` |
3992 | 2025-02-13T04:37:01.386Z | Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-aa81e9d157942b3c/build-script-build` |
3993 | 2025-02-13T04:37:01.412Z | Compiling reedline v0.35.0 |
3994 | 2025-02-13T04:37:01.414Z | Compiling phf_generator v0.11.2 |
3995 | 2025-02-13T04:37:01.414Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2fb1608fcd35e692 -C extra-filename=-2fb1608fcd35e692 --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-c6e3260a4cbe5cfb.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-6d1727f39167a54a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c84561db85a4af0e.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-8e86866786615006.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-1818fd9c72365642.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-8472f9b9b4402c84.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-424502f4230a2600.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3996 | 2025-02-13T04:37:01.415Z | Running `/home/build/.rustup/toolchains/1.84.1-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=3254404e6daa6263 -C extra-filename=-3254404e6daa6263 --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-65d0301f5bcb2ce7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3997 | 2025-02-13T04:37:01.451Z | Compiling bitfield-struct v0.6.2 |
3998 | 2025-02-13T04:37:01.455Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a2ae4810299494f7 -C extra-filename=-a2ae4810299494f7 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
3999 | 2025-02-13T04:37:01.848Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
4000 | 2025-02-13T04:37:01.879Z | Running `/home/build/.rustup/toolchains/1.84.1-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=c3833454a5b351fc -C extra-filename=-c3833454a5b351fc --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-c3833454a5b351fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4001 | 2025-02-13T04:37:01.879Z | Compiling nanorand v0.7.0 |
4002 | 2025-02-13T04:37:01.879Z | Running `/home/build/.rustup/toolchains/1.84.1-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=dc576cf8e63d6a5f -C extra-filename=-dc576cf8e63d6a5f --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-3f8adeb94da17152.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4003 | 2025-02-13T04:37:01.965Z | Compiling parking_lot_core v0.8.6 |
4004 | 2025-02-13T04:37:01.968Z | Running `/home/build/.rustup/toolchains/1.84.1-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=8b5f573569c26f97 -C extra-filename=-8b5f573569c26f97 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8b5f573569c26f97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4005 | 2025-02-13T04:37:01.995Z | Running `/work/oxidecomputer/omicron/target/debug/build/tofino-c3833454a5b351fc/build-script-build` |
4006 | 2025-02-13T04:37:02.127Z | Compiling flume v0.11.1 |
4007 | 2025-02-13T04:37:02.153Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=e67cde400b5ffad5 -C extra-filename=-e67cde400b5ffad5 --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-c05ca62951efc497.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-dc576cf8e63d6a5f.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-c5b6290600ecc6a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4008 | 2025-02-13T04:37:02.166Z | Compiling phf_codegen v0.11.2 |
4009 | 2025-02-13T04:37:02.166Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a7673d9b61921b13 -C extra-filename=-a7673d9b61921b13 --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-3254404e6daa6263.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-65d0301f5bcb2ce7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4010 | 2025-02-13T04:37:02.423Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f7f1ae527325c4cd -C extra-filename=-f7f1ae527325c4cd --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` |
4011 | 2025-02-13T04:37:02.451Z | Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4dd1f5ccc338543d/build-script-main` |
4012 | 2025-02-13T04:37:02.477Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8b5f573569c26f97/build-script-build` |
4013 | 2025-02-13T04:37:02.496Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
4014 | 2025-02-13T04:37:02.499Z | Running `/home/build/.rustup/toolchains/1.84.1-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=73896085a852f803 -C extra-filename=-73896085a852f803 --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-1c0ab4043e8aa729.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-cf12361f6d370838.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4015 | 2025-02-13T04:37:02.773Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
4016 | 2025-02-13T04:37:02.799Z | Running `/home/build/.rustup/toolchains/1.84.1-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=63f98ee0b7a95dd0 -C extra-filename=-63f98ee0b7a95dd0 --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-85bd370b09aa1fc4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b937aa65052bc743.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4017 | 2025-02-13T04:37:02.801Z | Compiling parse-zoneinfo v0.3.1 |
4018 | 2025-02-13T04:37:02.801Z | Running `/home/build/.rustup/toolchains/1.84.1-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=df37b33b4ce2d54e -C extra-filename=-df37b33b4ce2d54e --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-a13ffe7e09b6593c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4019 | 2025-02-13T04:37:02.956Z | Compiling cfg_aliases v0.1.1 |
4020 | 2025-02-13T04:37:02.959Z | Running `/home/build/.rustup/toolchains/1.84.1-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=21f3ce1508281586 -C extra-filename=-21f3ce1508281586 --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` |
4021 | 2025-02-13T04:37:03.008Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
4022 | 2025-02-13T04:37:03.011Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e3a7932d8e109838 -C extra-filename=-e3a7932d8e109838 --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-a2ae4810299494f7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4023 | 2025-02-13T04:37:03.082Z | Dirty bytecount v0.6.8: the rustflags changed |
4024 | 2025-02-13T04:37:03.082Z | Compiling bytecount v0.6.8 |
4025 | 2025-02-13T04:37:03.085Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a5dd987946a94b3b -C extra-filename=-a5dd987946a94b3b --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` |
4026 | 2025-02-13T04:37:03.321Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
4027 | 2025-02-13T04:37:03.324Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f695601a50c1c2a3 -C extra-filename=-f695601a50c1c2a3 --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` |
4028 | 2025-02-13T04:37:03.430Z | Compiling chrono-tz-build v0.4.0 |
4029 | 2025-02-13T04:37:03.444Z | Running `/home/build/.rustup/toolchains/1.84.1-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=fa557f782e4b7b21 -C extra-filename=-fa557f782e4b7b21 --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-df37b33b4ce2d54e.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-a7673d9b61921b13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4030 | 2025-02-13T04:37:03.462Z | Dirty papergrid v0.11.0: the rustflags changed |
4031 | 2025-02-13T04:37:03.462Z | Compiling papergrid v0.11.0 |
4032 | 2025-02-13T04:37:03.464Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d441d8ba93711c26 -C extra-filename=-d441d8ba93711c26 --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-a5dd987946a94b3b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-b60aa3e5c1a51a0c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4033 | 2025-02-13T04:37:03.732Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
4034 | 2025-02-13T04:37:03.735Z | Running `/home/build/.rustup/toolchains/1.84.1-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=8245a22decf78967 -C extra-filename=-8245a22decf78967 --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-e3a7932d8e109838.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-f695601a50c1c2a3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4035 | 2025-02-13T04:37:04.501Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1920daece27d0665 -C extra-filename=-1920daece27d0665 --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-85bd370b09aa1fc4.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-63f98ee0b7a95dd0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -l static=pci` |
4036 | 2025-02-13T04:37:04.566Z | Compiling nix v0.28.0 |
4037 | 2025-02-13T04:37:04.569Z | Running `/home/build/.rustup/toolchains/1.84.1-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=8f1d3e7080392bbc -C extra-filename=-8f1d3e7080392bbc --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-8f1d3e7080392bbc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-21f3ce1508281586.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4038 | 2025-02-13T04:37:04.653Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
4039 | 2025-02-13T04:37:04.656Z | Running `/home/build/.rustup/toolchains/1.84.1-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=51ffcf2ce03b08bf -C extra-filename=-51ffcf2ce03b08bf --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-98124fae94d5c163.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-f7f1ae527325c4cd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4040 | 2025-02-13T04:37:04.994Z | Running `/home/build/.rustup/toolchains/1.84.1-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=cc94aed65592f799 -C extra-filename=-cc94aed65592f799 --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-c23dfb9b1834c42c.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-addff6408e8f04c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4041 | 2025-02-13T04:37:05.040Z | Compiling tabled_derive v0.7.0 |
4042 | 2025-02-13T04:37:05.046Z | Running `/home/build/.rustup/toolchains/1.84.1-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=76472966233443db -C extra-filename=-76472966233443db --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-7c318abee26cc297.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-196b93b59c768600.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4043 | 2025-02-13T04:37:05.358Z | Running `/work/oxidecomputer/omicron/target/debug/build/nix-8f1d3e7080392bbc/build-script-build` |
4044 | 2025-02-13T04:37:05.398Z | Compiling parking_lot v0.11.2 |
4045 | 2025-02-13T04:37:05.460Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e4e6ba3c4e0cba81 -C extra-filename=-e4e6ba3c4e0cba81 --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-addff6408e8f04c3.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-1fd3eced1389565d.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-cc94aed65592f799.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4046 | 2025-02-13T04:37:05.580Z | Compiling chrono-tz v0.10.1 |
4047 | 2025-02-13T04:37:05.583Z | Running `/home/build/.rustup/toolchains/1.84.1-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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=ce89a0957124c9e9 -C extra-filename=-ce89a0957124c9e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-ce89a0957124c9e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-fa557f782e4b7b21.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4048 | 2025-02-13T04:37:06.350Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
4049 | 2025-02-13T04:37:06.352Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-55585085c2a3fa20/242fd81/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=5138e4463caf453d -C extra-filename=-5138e4463caf453d --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-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4050 | 2025-02-13T04:37:06.566Z | Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-ce89a0957124c9e9/build-script-build` |
4051 | 2025-02-13T04:37:07.203Z | Compiling sled v0.34.7 |
4052 | 2025-02-13T04:37:07.205Z | Running `/home/build/.rustup/toolchains/1.84.1-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=6da45c3a09d9f5a4 -C extra-filename=-6da45c3a09d9f5a4 --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-8bbe085508e0f085.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f632b0254fcc752f.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a8673a2dc205af2b.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-fd0628cfb03422c5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4e6ba3c4e0cba81.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4053 | 2025-02-13T04:37:07.506Z | Compiling tabled v0.15.0 |
4054 | 2025-02-13T04:37:07.529Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9f8ec8dd763c65f8 -C extra-filename=-9f8ec8dd763c65f8 --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-d441d8ba93711c26.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-76472966233443db.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4055 | 2025-02-13T04:37:07.701Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ee1a2417c2f5077e -C extra-filename=-ee1a2417c2f5077e --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-b6414318a57462a7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish` |
4056 | 2025-02-13T04:37:07.933Z | Compiling hickory-client v0.24.2 |
4057 | 2025-02-13T04:37:07.936Z | Running `/home/build/.rustup/toolchains/1.84.1-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs)' --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=21eb14eb3f29e5ca -C extra-filename=-21eb14eb3f29e5ca --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-c23dfb9b1834c42c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-3be45ffcb0b42af9.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-42f5e22c37b42a1d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4058 | 2025-02-13T04:37:08.086Z | Compiling peg-macros v0.8.4 |
4059 | 2025-02-13T04:37:08.089Z | Running `/home/build/.rustup/toolchains/1.84.1-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=8f1bee72fa9028d9 -C extra-filename=-8f1bee72fa9028d9 --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-30228406606bb75f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4060 | 2025-02-13T04:37:08.878Z | Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-cbe750b39f7d2c77/build-script-build` |
4061 | 2025-02-13T04:37:08.923Z | Running `/home/build/.rustup/toolchains/1.84.1-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=bb67bed1d3eec97a -C extra-filename=-bb67bed1d3eec97a --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-98124fae94d5c163.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.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-9c77913d5fb9ece9/out/build/artifacts/ -l static=aws_lc_0_22_0_crypto -l static=aws_lc_0_22_0_rust_wrapper --cfg use_bindgen_generated` |
4062 | 2025-02-13T04:37:09.246Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-bc7610f533623f01/build-script-build` |
4063 | 2025-02-13T04:37:09.273Z | Compiling hickory-server v0.24.2 |
4064 | 2025-02-13T04:37:09.294Z | Running `/home/build/.rustup/toolchains/1.84.1-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs)' --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=bc3baf74f40fecd2 -C extra-filename=-bc3baf74f40fecd2 --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-116e3d46dcb2ae19.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-3ba9f5e50c34310e.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4065 | 2025-02-13T04:37:09.309Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
4066 | 2025-02-13T04:37:09.312Z | Running `/home/build/.rustup/toolchains/1.84.1-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=36f857d602fefb04 -C extra-filename=-36f857d602fefb04 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-36f857d602fefb04 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4067 | 2025-02-13T04:37:10.469Z | Compiling sqlparser_derive v0.2.2 |
4068 | 2025-02-13T04:37:10.472Z | Running `/home/build/.rustup/toolchains/1.84.1-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=acc4a967689c5399 -C extra-filename=-acc4a967689c5399 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4069 | 2025-02-13T04:37:11.218Z | Running `/home/build/.rustup/toolchains/1.84.1-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=464c383d3926c626 -C extra-filename=-464c383d3926c626 --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-bb67bed1d3eec97a.rmeta --extern mirai_annotations=/work/oxidecomputer/omicron/target/debug/deps/libmirai_annotations-36027d088c06f27a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-91dfaba15fcff121.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.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-9c77913d5fb9ece9/out/build/artifacts/` |
4070 | 2025-02-13T04:37:11.413Z | Compiling unicode_categories v0.1.1 |
4071 | 2025-02-13T04:37:11.416Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7bc62e09afcedf7e -C extra-filename=-7bc62e09afcedf7e --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` |
4072 | 2025-02-13T04:37:11.703Z | Compiling sqlparser v0.45.0 |
4073 | 2025-02-13T04:37:11.706Z | Running `/home/build/.rustup/toolchains/1.84.1-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=29e954919b145b3b -C extra-filename=-29e954919b145b3b --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-9e3a943cb0d1c1f7.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-acc4a967689c5399.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4074 | 2025-02-13T04:37:11.733Z | Compiling peg v0.8.4 |
4075 | 2025-02-13T04:37:11.736Z | Running `/home/build/.rustup/toolchains/1.84.1-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=de7a960634921721 -C extra-filename=-de7a960634921721 --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-8f1bee72fa9028d9.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-30228406606bb75f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4076 | 2025-02-13T04:37:11.762Z | Compiling sqlformat v0.2.6 |
4077 | 2025-02-13T04:37:11.762Z | Running `/home/build/.rustup/toolchains/1.84.1-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=8857801670162545 -C extra-filename=-8857801670162545 --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-16454c047756183f.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-7bc62e09afcedf7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4078 | 2025-02-13T04:37:11.860Z | Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-36f857d602fefb04/build-script-build` |
4079 | 2025-02-13T04:37:11.902Z | Compiling rustyline v14.0.0 |
4080 | 2025-02-13T04:37:11.904Z | Running `/home/build/.rustup/toolchains/1.84.1-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=48a55ac4bc77f690 -C extra-filename=-48a55ac4bc77f690 --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-b6414318a57462a7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-6d1727f39167a54a.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-2caee24cfb5087dd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ee1a2417c2f5077e.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-42f5e22c37b42a1d.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-424502f4230a2600.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-a9e9441fe1d54e72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4081 | 2025-02-13T04:37:13.536Z | Dirty rustls-webpki v0.102.8: the rustflags changed |
4082 | 2025-02-13T04:37:13.536Z | Compiling rustls-webpki v0.102.8 |
4083 | 2025-02-13T04:37:13.539Z | Running `/home/build/.rustup/toolchains/1.84.1-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=4f12113565f4a1cf -C extra-filename=-4f12113565f4a1cf --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-464c383d3926c626.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-c20225e387013351.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out` |
4084 | 2025-02-13T04:37:13.539Z | Running `/home/build/.rustup/toolchains/1.84.1-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.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("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=fa59eafc317a1228 -C extra-filename=-fa59eafc317a1228 --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-c6e3260a4cbe5cfb.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a0c225f7fecf1869.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4085 | 2025-02-13T04:37:14.188Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
4086 | 2025-02-13T04:37:14.191Z | Running `/home/build/.rustup/toolchains/1.84.1-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=371f3a75b1ea921a -C extra-filename=-371f3a75b1ea921a --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-74b89f0a9d262c25.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-dedac17a1c4aee37.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-49a20e66afaa8a5f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-7574fbcdd472cb64.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-323aa012b622cd0a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-73896085a852f803.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-cf12361f6d370838.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d3117513bdb52260.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-df2b64298647f6d7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-985f636b6e464d35.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a168a4dea1a447b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4087 | 2025-02-13T04:37:15.374Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --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=63f204e0d14d0d4b -C extra-filename=-63f204e0d14d0d4b --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-464c383d3926c626.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4f12113565f4a1cf.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'` |
4088 | 2025-02-13T04:37:15.770Z | Running `/home/build/.rustup/toolchains/1.84.1-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=51f6988d13588e67 -C extra-filename=-51f6988d13588e67 --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-9e3a943cb0d1c1f7.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4f12113565f4a1cf.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/` |
4089 | 2025-02-13T04:37:16.965Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
4090 | 2025-02-13T04:37:16.974Z | Running `/home/build/.rustup/toolchains/1.84.1-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=75358ae53f79cad5 -C extra-filename=-75358ae53f79cad5 --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-084c2445d08cf99b.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-73896085a852f803.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-371f3a75b1ea921a.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-acff79d7e68d0ffa.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-d36cafea61a466fc.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d3117513bdb52260.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-96e60ef702325449.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-79c3d69b5e3a9564.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-985f636b6e464d35.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a168a4dea1a447b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-53e1d5feb4fef7c9.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-dc116badc0c941a2/out/lib` |
4091 | 2025-02-13T04:37:17.866Z | Compiling bcs v0.1.6 |
4092 | 2025-02-13T04:37:17.869Z | Running `/home/build/.rustup/toolchains/1.84.1-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=771a13a3d1f5508a -C extra-filename=-771a13a3d1f5508a --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-b6795449d4b8cccb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4093 | 2025-02-13T04:37:18.115Z | Compiling diff v0.1.13 |
4094 | 2025-02-13T04:37:18.118Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f6f1673ca51154de -C extra-filename=-f6f1673ca51154de --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` |
4095 | 2025-02-13T04:37:18.516Z | Compiling termtree v0.5.1 |
4096 | 2025-02-13T04:37:18.519Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dc1de6165dca1f4c -C extra-filename=-dc1de6165dca1f4c --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` |
4097 | 2025-02-13T04:37:18.656Z | Compiling unicase v2.7.0 |
4098 | 2025-02-13T04:37:18.658Z | Running `/home/build/.rustup/toolchains/1.84.1-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=fa6eb0c0015db397 -C extra-filename=-fa6eb0c0015db397 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-fa6eb0c0015db397 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4099 | 2025-02-13T04:37:18.768Z | Compiling buf-list v1.0.3 |
4100 | 2025-02-13T04:37:18.795Z | Running `/home/build/.rustup/toolchains/1.84.1-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=30ae872ab46eb810 -C extra-filename=-30ae872ab46eb810 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-30ae872ab46eb810 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4101 | 2025-02-13T04:37:19.040Z | Running `/work/oxidecomputer/omicron/target/debug/build/unicase-fa6eb0c0015db397/build-script-build` |
4102 | 2025-02-13T04:37:19.266Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2f9258dec02e8c58 -C extra-filename=-2f9258dec02e8c58 --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` |
4103 | 2025-02-13T04:37:19.471Z | Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-30ae872ab46eb810/build-script-build` |
4104 | 2025-02-13T04:37:19.585Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ec58c0eb0ad957dc -C extra-filename=-ec58c0eb0ad957dc --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-03e029f2a415749e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds` |
4105 | 2025-02-13T04:37:19.686Z | Compiling dsl_auto_type v0.1.2 |
4106 | 2025-02-13T04:37:19.689Z | Running `/home/build/.rustup/toolchains/1.84.1-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=278f33b06aa37111 -C extra-filename=-278f33b06aa37111 --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-19c57535f989e5ad.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6782a03443fe5f3d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4107 | 2025-02-13T04:37:20.073Z | Dirty tokio-rustls v0.25.0: the rustflags changed |
4108 | 2025-02-13T04:37:20.073Z | Compiling tokio-rustls v0.25.0 |
4109 | 2025-02-13T04:37:20.077Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f203f604d8370e04 -C extra-filename=-f203f604d8370e04 --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-51f6988d13588e67.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/` |
4110 | 2025-02-13T04:37:20.541Z | Running `/home/build/.rustup/toolchains/1.84.1-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' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=68ad458d168d87ee -C extra-filename=-68ad458d168d87ee --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-a7f54b158cf34dc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-0b0c7055b035f2c0.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-754279f5a7bc6973.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-2bac53e90809e60a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-9adf881abd615794.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-1a111238ae907d94.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-7138542f636d1b47.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4aab30aae94af806.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-15a1144bdbd391e6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f203f604d8370e04.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-447c77785d319677.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/` |
4111 | 2025-02-13T04:37:20.741Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d86b02db493d8bf5 -C extra-filename=-d86b02db493d8bf5 --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-a7f54b158cf34dc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-e37055ff60838ff4.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-754279f5a7bc6973.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-2bac53e90809e60a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-9adf881abd615794.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-1a111238ae907d94.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-7138542f636d1b47.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4aab30aae94af806.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-15a1144bdbd391e6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c4581ab18b510733.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f203f604d8370e04.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-447c77785d319677.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/` |
4112 | 2025-02-13T04:37:21.188Z | Compiling primeorder v0.13.6 |
4113 | 2025-02-13T04:37:21.191Z | Running `/home/build/.rustup/toolchains/1.84.1-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=662ff0f20248bf6f -C extra-filename=-662ff0f20248bf6f --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-65da72310a89d62c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4114 | 2025-02-13T04:37:21.718Z | Compiling diesel_table_macro_syntax v0.2.0 |
4115 | 2025-02-13T04:37:21.721Z | Running `/home/build/.rustup/toolchains/1.84.1-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=66e90a3855259734 -C extra-filename=-66e90a3855259734 --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-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4116 | 2025-02-13T04:37:22.157Z | Dirty tokio-rustls v0.26.0: the rustflags changed |
4117 | 2025-02-13T04:37:22.158Z | Compiling tokio-rustls v0.26.0 |
4118 | 2025-02-13T04:37:22.162Z | Running `/home/build/.rustup/toolchains/1.84.1-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=598c038a13284b92 -C extra-filename=-598c038a13284b92 --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-63f204e0d14d0d4b.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out` |
4119 | 2025-02-13T04:37:22.626Z | Dirty hyper-rustls v0.27.3: the rustflags changed |
4120 | 2025-02-13T04:37:22.626Z | Compiling hyper-rustls v0.27.3 |
4121 | 2025-02-13T04:37:22.629Z | Running `/home/build/.rustup/toolchains/1.84.1-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=c24309c4e383db57 -C extra-filename=-c24309c4e383db57 --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-4a9c8f39d18c879d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-63f204e0d14d0d4b.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-598c038a13284b92.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-11786c340eeec091.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-75d657805dc2dbec.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out` |
4122 | 2025-02-13T04:37:23.259Z | Dirty reqwest v0.12.9: the rustflags changed |
4123 | 2025-02-13T04:37:23.259Z | Compiling reqwest v0.12.9 |
4124 | 2025-02-13T04:37:23.262Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --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-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "trust-dns", "zstd"))' -C metadata=8090c8f315cee759 -C extra-filename=-8090c8f315cee759 --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-f429081ea7e2c5aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-680892f67459c227.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-cee50d503b677855.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-0cf197d91dfe7fb0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-bccdc69a0f3e3062.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c24309c4e383db57.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-c900fda434cb494c.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d24a24ef2c0c0069.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-e93d7a4231ab1bfa.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-8d3ec4b3ad8fb7c9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-63f204e0d14d0d4b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-b42a5e084cc55ab1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-060e3189b2612a93.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-598c038a13284b92.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-11786c340eeec091.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-75d657805dc2dbec.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64` |
4125 | 2025-02-13T04:37:24.591Z | Compiling scheduled-thread-pool v0.2.7 |
4126 | 2025-02-13T04:37:24.593Z | Running `/home/build/.rustup/toolchains/1.84.1-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=89913ab8dcda3d61 -C extra-filename=-89913ab8dcda3d61 --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-d0a2976a5e19212f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4127 | 2025-02-13T04:37:25.175Z | Dirty qorb v0.2.1: the rustflags changed |
4128 | 2025-02-13T04:37:25.176Z | Compiling qorb v0.2.1 |
4129 | 2025-02-13T04:37:25.179Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/qorb-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="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=102f324d4853702d -C extra-filename=-102f324d4853702d --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-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-68ad458d168d87ee.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-caa641f495cf9aa0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/` |
4130 | 2025-02-13T04:37:26.152Z | Compiling crunchy v0.2.2 |
4131 | 2025-02-13T04:37:26.156Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2a312878b9668b18 -C extra-filename=-2a312878b9668b18 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-2a312878b9668b18 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4132 | 2025-02-13T04:37:26.698Z | Compiling progenitor-client v0.9.1 |
4133 | 2025-02-13T04:37:26.701Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-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())' -C metadata=71138b11d257c0c8 -C extra-filename=-71138b11d257c0c8 --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-03e029f2a415749e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64` |
4134 | 2025-02-13T04:37:27.257Z | Compiling progenitor-client v0.8.0 |
4135 | 2025-02-13T04:37:27.260Z | Running `/home/build/.rustup/toolchains/1.84.1-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=382651c4dc1b0830 -C extra-filename=-382651c4dc1b0830 --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-03e029f2a415749e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64` |
4136 | 2025-02-13T04:37:27.770Z | Compiling progenitor v0.8.0 |
4137 | 2025-02-13T04:37:27.773Z | Running `/home/build/.rustup/toolchains/1.84.1-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=826b56c7c449d70f -C extra-filename=-826b56c7c449d70f --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-382651c4dc1b0830.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-60bb80e10faea123.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-ba0a7a4e2303462f.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64` |
4138 | 2025-02-13T04:37:28.017Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
4139 | 2025-02-13T04:37:28.061Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/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=1afc5bef0e9262ab -C extra-filename=-1afc5bef0e9262ab --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-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-826b56c7c449d70f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64` |
4140 | 2025-02-13T04:37:28.527Z | Compiling progenitor v0.9.1 |
4141 | 2025-02-13T04:37:28.530Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-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"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=1654bc40d2dd6b2a -C extra-filename=-1654bc40d2dd6b2a --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-71138b11d257c0c8.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-4b75e0dce3a3e49b.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-ac99fd21b6a5c9ec.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64` |
4142 | 2025-02-13T04:37:28.754Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
4143 | 2025-02-13T04:37:28.757Z | Running `/home/build/.rustup/toolchains/1.84.1-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=eda7c3a226480fc7 -C extra-filename=-eda7c3a226480fc7 --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-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-284d3ffa17b19553.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-826b56c7c449d70f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b8763fa06e777c3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64` |
4144 | 2025-02-13T04:37:28.859Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
4145 | 2025-02-13T04:37:28.861Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/95d6a55/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=fafb13c3450e9621 -C extra-filename=-fafb13c3450e9621 --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-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-284d3ffa17b19553.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-8eba151b09a3e4ff.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-391a3df1bc9ca5c8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b8763fa06e777c3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64` |
4146 | 2025-02-13T04:37:28.930Z | Compiling omicron-zone-package v0.12.0 |
4147 | 2025-02-13T04:37:28.933Z | Running `/home/build/.rustup/toolchains/1.84.1-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.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=ba58c351de266ab8 -C extra-filename=-ba58c351de266ab8 --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-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-307701bfaf69bba0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-be8f811f8e1ed44d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-d704ffc17eb9a9ea.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64` |
4148 | 2025-02-13T04:37:29.829Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
4149 | 2025-02-13T04:37:29.832Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/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=7d5dcfb18a701da2 -C extra-filename=-7d5dcfb18a701da2 --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-650e8a88cdad11b4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-826b56c7c449d70f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64` |
4150 | 2025-02-13T04:37:31.037Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-2a312878b9668b18/build-script-build` |
4151 | 2025-02-13T04:37:31.080Z | Compiling r2d2 v0.8.10 |
4152 | 2025-02-13T04:37:31.083Z | Running `/home/build/.rustup/toolchains/1.84.1-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=025fbfb201900250 -C extra-filename=-025fbfb201900250 --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-9e3a943cb0d1c1f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d0a2976a5e19212f.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-89913ab8dcda3d61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4153 | 2025-02-13T04:37:31.336Z | Compiling diesel_derives v2.2.3 |
4154 | 2025-02-13T04:37:31.338Z | Running `/home/build/.rustup/toolchains/1.84.1-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=509386a99c0ea01a -C extra-filename=-509386a99c0ea01a --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-66e90a3855259734.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-278f33b06aa37111.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4155 | 2025-02-13T04:37:31.450Z | Compiling mime_guess v2.0.5 |
4156 | 2025-02-13T04:37:31.488Z | Running `/home/build/.rustup/toolchains/1.84.1-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=06c72473db9981b7 -C extra-filename=-06c72473db9981b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-06c72473db9981b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-2f9258dec02e8c58.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4157 | 2025-02-13T04:37:32.694Z | Compiling http-range v0.1.5 |
4158 | 2025-02-13T04:37:32.730Z | Running `/home/build/.rustup/toolchains/1.84.1-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=28a10331078af03b -C extra-filename=-28a10331078af03b --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` |
4159 | 2025-02-13T04:37:33.024Z | Compiling tiny-keccak v2.0.2 |
4160 | 2025-02-13T04:37:33.026Z | Running `/home/build/.rustup/toolchains/1.84.1-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=eb7f94edab2e1f6d -C extra-filename=-eb7f94edab2e1f6d --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-eb7f94edab2e1f6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4161 | 2025-02-13T04:37:33.415Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-eb7f94edab2e1f6d/build-script-build` |
4162 | 2025-02-13T04:37:33.456Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-06c72473db9981b7/build-script-build` |
4163 | 2025-02-13T04:37:33.510Z | Running `/home/build/.rustup/toolchains/1.84.1-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=fdd6da093fbf5e52 -C extra-filename=-fdd6da093fbf5e52 --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` |
4164 | 2025-02-13T04:37:33.641Z | Compiling atty v0.2.14 |
4165 | 2025-02-13T04:37:33.675Z | Running `/home/build/.rustup/toolchains/1.84.1-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=99ef1ae1cc2bfe77 -C extra-filename=-99ef1ae1cc2bfe77 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4166 | 2025-02-13T04:37:33.821Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
4167 | 2025-02-13T04:37:33.824Z | Running `/home/build/.rustup/toolchains/1.84.1-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=74d22479c1ab20a5 -C extra-filename=-74d22479c1ab20a5 --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-5a89573be83a4361.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-566fcf95459e6db0.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eda7c3a226480fc7.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-acb2130464c80ceb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-f45754111276867f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-e9bdf0d414ad0484.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b8763fa06e777c3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-cabb6d12fd264a74.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5c8a6d552d48efef.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
4168 | 2025-02-13T04:37:34.131Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
4169 | 2025-02-13T04:37:34.134Z | Running `/home/build/.rustup/toolchains/1.84.1-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=845b9ba57842cce9 -C extra-filename=-845b9ba57842cce9 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-845b9ba57842cce9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-6f081ff1d53178a3.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-de1c658e28500186.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-464c383d3926c626.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2bae47673a4d3340.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-9bf41bc36b79b4aa.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-9d19b3807544ab5a.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-e36d209b624fb19a.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3656ba0bdfaef672.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6414318a57462a7.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a80f3c63828065bb.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-4947241cdc6860e5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f632b0254fcc752f.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a8673a2dc205af2b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-0dd2958e149b985e.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-296415074f6d0321.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-8f5964ed6d1084ce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-68ad458d168d87ee.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-069556d964dc7105.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f377a4f0045c50e0.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6fbc054aaeb2ea7e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5eeebcf6478b2c1e.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3f8adeb94da17152.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-db92a589c5c12173.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-31ee59d8d287bfdb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-abdc0b2e0b5c493c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c24309c4e383db57.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-fe685517b6eca05c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d1e9d4a926ee7db.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-eee8d6dc8a04de92.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c84561db85a4af0e.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b4dcd03b652e645a.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-2aa75ec8bbd05fe9.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-54e9ea84e5904ad8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-514bc199f63122fd.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b01694be23ac2aa9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-30228406606bb75f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a0c225f7fecf1869.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-65d0301f5bcb2ce7.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d6e355b6803b6fc2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-770f979620de861d.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d3117513bdb52260.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-63f204e0d14d0d4b.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4f12113565f4a1cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-1a111238ae907d94.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c5b6290600ecc6a6.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0fd25370ace1e53b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-235a21a73c4d059e.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-598c038a13284b92.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-5b6f4255472d1108.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-fd590cd4278d7300.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-a24a36993c6f403e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3b887867358f299f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-985f636b6e464d35.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cea30fa4edc352b1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-53e1d5feb4fef7c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4170 | 2025-02-13T04:37:34.311Z | Compiling salty v0.3.0 |
4171 | 2025-02-13T04:37:34.314Z | Running `/home/build/.rustup/toolchains/1.84.1-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=8e36d1b4fd0c4dbe -C extra-filename=-8e36d1b4fd0c4dbe --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-8e36d1b4fd0c4dbe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4172 | 2025-02-13T04:37:34.497Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-845b9ba57842cce9/build-script-build` |
4173 | 2025-02-13T04:37:34.544Z | Running `/home/build/.rustup/toolchains/1.84.1-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=3dbc5ce76a6f873d -C extra-filename=-3dbc5ce76a6f873d --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-6f081ff1d53178a3.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-de1c658e28500186.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-464c383d3926c626.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2bae47673a4d3340.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-9bf41bc36b79b4aa.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-9d19b3807544ab5a.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-e36d209b624fb19a.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3656ba0bdfaef672.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6414318a57462a7.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a80f3c63828065bb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-4947241cdc6860e5.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f632b0254fcc752f.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a8673a2dc205af2b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-0dd2958e149b985e.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-296415074f6d0321.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-8f5964ed6d1084ce.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-68ad458d168d87ee.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-069556d964dc7105.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f377a4f0045c50e0.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6fbc054aaeb2ea7e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5eeebcf6478b2c1e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3f8adeb94da17152.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-db92a589c5c12173.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-31ee59d8d287bfdb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-abdc0b2e0b5c493c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c24309c4e383db57.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-fe685517b6eca05c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d1e9d4a926ee7db.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-eee8d6dc8a04de92.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c84561db85a4af0e.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b4dcd03b652e645a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-2aa75ec8bbd05fe9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-54e9ea84e5904ad8.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-514bc199f63122fd.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b01694be23ac2aa9.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-30228406606bb75f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a0c225f7fecf1869.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-65d0301f5bcb2ce7.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d6e355b6803b6fc2.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-770f979620de861d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d3117513bdb52260.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-63f204e0d14d0d4b.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4f12113565f4a1cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-1a111238ae907d94.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c5b6290600ecc6a6.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0fd25370ace1e53b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-598c038a13284b92.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-5b6f4255472d1108.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-fd590cd4278d7300.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3b887867358f299f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-985f636b6e464d35.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cea30fa4edc352b1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-53e1d5feb4fef7c9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4174 | 2025-02-13T04:37:34.680Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
4175 | 2025-02-13T04:37:34.722Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b2b76930a3223210 -C extra-filename=-b2b76930a3223210 --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-3dbc5ce76a6f873d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4176 | 2025-02-13T04:37:34.838Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
4177 | 2025-02-13T04:37:34.841Z | Running `/home/build/.rustup/toolchains/1.84.1-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=6ed943f319c716df -C extra-filename=-6ed943f319c716df --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-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-598d045d9fc6d7a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4178 | 2025-02-13T04:37:34.867Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
4179 | 2025-02-13T04:37:34.867Z | Running `/home/build/.rustup/toolchains/1.84.1-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=78c8a577620a6f55 -C extra-filename=-78c8a577620a6f55 --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-3dbc5ce76a6f873d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4180 | 2025-02-13T04:37:35.164Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
4181 | 2025-02-13T04:37:35.167Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a4f6bbd40b00ecfd -C extra-filename=-a4f6bbd40b00ecfd --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-85bd370b09aa1fc4.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-a1978033ecb64b4c.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-1f11c1139f7eb68f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4182 | 2025-02-13T04:37:35.349Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
4183 | 2025-02-13T04:37:35.381Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d47dda3dd4c8db7f -C extra-filename=-d47dda3dd4c8db7f --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-8cab06b32ce8b7d9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4184 | 2025-02-13T04:37:35.500Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
4185 | 2025-02-13T04:37:35.503Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d322b099fe7a1609 -C extra-filename=-d322b099fe7a1609 --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-f429081ea7e2c5aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4186 | 2025-02-13T04:37:35.628Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
4187 | 2025-02-13T04:37:35.667Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e9c4db3de2dd1df8 -C extra-filename=-e9c4db3de2dd1df8 --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-85bd370b09aa1fc4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b2b76930a3223210.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e36a1dc23ca9124e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4188 | 2025-02-13T04:37:35.751Z | Running `/home/build/.rustup/toolchains/1.84.1-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=71a26250215eff33 -C extra-filename=-71a26250215eff33 --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-85bd370b09aa1fc4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b2b76930a3223210.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e36a1dc23ca9124e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4189 | 2025-02-13T04:37:35.886Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
4190 | 2025-02-13T04:37:35.912Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ac196b3cd7775b06 -C extra-filename=-ac196b3cd7775b06 --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-3dbc5ce76a6f873d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4191 | 2025-02-13T04:37:37.117Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
4192 | 2025-02-13T04:37:37.119Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a7b45d58f81a1ed9 -C extra-filename=-a7b45d58f81a1ed9 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-a7b45d58f81a1ed9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-78c8a577620a6f55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4193 | 2025-02-13T04:37:37.548Z | Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-a7b45d58f81a1ed9/build-script-build` |
4194 | 2025-02-13T04:37:37.552Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
4195 | 2025-02-13T04:37:37.552Z | Running `/home/build/.rustup/toolchains/1.84.1-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=105eec4f91cee7e6 -C extra-filename=-105eec4f91cee7e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-105eec4f91cee7e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ba58c351de266ab8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-37705b2d523bafbe.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-4b65a412f9aa7e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64` |
4196 | 2025-02-13T04:37:37.695Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
4197 | 2025-02-13T04:37:37.733Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_brand_metadata --edition=2021 brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=ba65d6b092518fbd -C extra-filename=-ba65d6b092518fbd --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-3dbc5ce76a6f873d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4198 | 2025-02-13T04:37:38.065Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
4199 | 2025-02-13T04:37:38.067Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1e225cdce539e30f -C extra-filename=-1e225cdce539e30f --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-3dbc5ce76a6f873d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4200 | 2025-02-13T04:37:38.294Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
4201 | 2025-02-13T04:37:38.297Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 sled-diagnostics/src/lib.rs --error-format=json --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=d4e7b70d2dfe1f77 -C extra-filename=-d4e7b70d2dfe1f77 --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-c23dfb9b1834c42c.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4202 | 2025-02-13T04:37:38.965Z | Compiling ref-cast v1.0.23 |
4203 | 2025-02-13T04:37:38.967Z | Running `/home/build/.rustup/toolchains/1.84.1-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=95d7b5526d7da51e -C extra-filename=-95d7b5526d7da51e --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-95d7b5526d7da51e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4204 | 2025-02-13T04:37:39.327Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
4205 | 2025-02-13T04:37:39.366Z | Running `/home/build/.rustup/toolchains/1.84.1-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=da41b8f83d2bf4cc -C extra-filename=-da41b8f83d2bf4cc --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-da41b8f83d2bf4cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-78c8a577620a6f55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4206 | 2025-02-13T04:37:39.588Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-95d7b5526d7da51e/build-script-build` |
4207 | 2025-02-13T04:37:39.617Z | Running `/work/oxidecomputer/omicron/target/debug/build/salty-8e36d1b4fd0c4dbe/build-script-build` |
4208 | 2025-02-13T04:37:39.633Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a09f2f603b06e5fa -C extra-filename=-a09f2f603b06e5fa --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-fdd6da093fbf5e52.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4209 | 2025-02-13T04:37:39.695Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b11cdcee53c72b64 -C extra-filename=-b11cdcee53c72b64 --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-e93d7a4231ab1bfa.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-2f9258dec02e8c58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4210 | 2025-02-13T04:37:39.703Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
4211 | 2025-02-13T04:37:39.703Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/d2d8f8a/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=77a811b451aa7b06 -C extra-filename=-77a811b451aa7b06 --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-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ab60c520681faecc.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64` |
4212 | 2025-02-13T04:37:40.386Z | Compiling p384 v0.13.0 |
4213 | 2025-02-13T04:37:40.389Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e32b52ae485c6bca -C extra-filename=-e32b52ae485c6bca --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-069556d964dc7105.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-662ff0f20248bf6f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4214 | 2025-02-13T04:37:40.690Z | Compiling ascii-canvas v3.0.0 |
4215 | 2025-02-13T04:37:40.692Z | Running `/home/build/.rustup/toolchains/1.84.1-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=497e44dd8dc8f409 -C extra-filename=-497e44dd8dc8f409 --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-fab8dacee8d89414.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4216 | 2025-02-13T04:37:41.224Z | Compiling ref-cast-impl v1.0.23 |
4217 | 2025-02-13T04:37:41.227Z | Running `/home/build/.rustup/toolchains/1.84.1-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=bcef9a0c21b0da60 -C extra-filename=-bcef9a0c21b0da60 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4218 | 2025-02-13T04:37:41.353Z | Compiling ena v0.14.3 |
4219 | 2025-02-13T04:37:41.355Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b108376c450530be -C extra-filename=-b108376c450530be --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-9e3a943cb0d1c1f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4220 | 2025-02-13T04:37:41.621Z | Compiling regex-syntax v0.6.29 |
4221 | 2025-02-13T04:37:41.624Z | Running `/home/build/.rustup/toolchains/1.84.1-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=275208a05b7ea819 -C extra-filename=-275208a05b7ea819 --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` |
4222 | 2025-02-13T04:37:41.715Z | Compiling hyper-staticfile v0.10.1 |
4223 | 2025-02-13T04:37:41.739Z | Running `/home/build/.rustup/toolchains/1.84.1-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=767cfb3a8d4ffcb7 -C extra-filename=-767cfb3a8d4ffcb7 --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-4a9c8f39d18c879d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b3b65872e6a30349.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-b11cdcee53c72b64.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4224 | 2025-02-13T04:37:41.932Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-da41b8f83d2bf4cc/build-script-build` |
4225 | 2025-02-13T04:37:41.971Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2fc8d06d44a1b24e -C extra-filename=-2fc8d06d44a1b24e --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-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl` |
4226 | 2025-02-13T04:37:42.521Z | Running `/home/build/.rustup/toolchains/1.84.1-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=6451e3b124762787 -C extra-filename=-6451e3b124762787 --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-bcef9a0c21b0da60.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)'` |
4227 | 2025-02-13T04:37:42.697Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
4228 | 2025-02-13T04:37:42.699Z | Running `/home/build/.rustup/toolchains/1.84.1-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=4cb91b463a4967ba -C extra-filename=-4cb91b463a4967ba --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-6782a03443fe5f3d.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1e225cdce539e30f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4229 | 2025-02-13T04:37:42.719Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
4230 | 2025-02-13T04:37:42.719Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 range-requests/src/lib.rs --error-format=json --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=04ee17ee8e453175 -C extra-filename=-04ee17ee8e453175 --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-03e029f2a415749e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4231 | 2025-02-13T04:37:42.963Z | Compiling env_filter v0.1.2 |
4232 | 2025-02-13T04:37:42.966Z | Running `/home/build/.rustup/toolchains/1.84.1-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=6fa8ec3be71c925f -C extra-filename=-6fa8ec3be71c925f --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-9e3a943cb0d1c1f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4233 | 2025-02-13T04:37:43.296Z | Compiling env_logger v0.11.5 |
4234 | 2025-02-13T04:37:43.298Z | Running `/home/build/.rustup/toolchains/1.84.1-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=c5badfdb07ef5cfa -C extra-filename=-c5badfdb07ef5cfa --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-6fa8ec3be71c925f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4235 | 2025-02-13T04:37:43.641Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
4236 | 2025-02-13T04:37:43.644Z | Running `/home/build/.rustup/toolchains/1.84.1-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=20c3288f2c6379ce -C extra-filename=-20c3288f2c6379ce --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-3f8adeb94da17152.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4f6fad6ec8e4be10.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-2fc8d06d44a1b24e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4237 | 2025-02-13T04:37:43.677Z | Compiling diesel v2.2.6 |
4238 | 2025-02-13T04:37:43.707Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.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="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=a70a2b9bf7872994 -C extra-filename=-a70a2b9bf7872994 --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-b6414318a57462a7.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-509386a99c0ea01a.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-9a423a21109b8870.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-025fbfb201900250.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4239 | 2025-02-13T04:37:43.951Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
4240 | 2025-02-13T04:37:43.954Z | Running `/home/build/.rustup/toolchains/1.84.1-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=28e284aee8214590 -C extra-filename=-28e284aee8214590 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-28e284aee8214590 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-78c8a577620a6f55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4241 | 2025-02-13T04:37:44.317Z | Compiling derive_builder_core v0.20.2 |
4242 | 2025-02-13T04:37:44.320Z | Running `/home/build/.rustup/toolchains/1.84.1-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=4c5e4f1ab6f0dc31 -C extra-filename=-4c5e4f1ab6f0dc31 --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-19c57535f989e5ad.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4243 | 2025-02-13T04:37:44.494Z | Dirty cargo-platform v0.1.8: the rustflags changed |
4244 | 2025-02-13T04:37:44.494Z | Compiling cargo-platform v0.1.8 |
4245 | 2025-02-13T04:37:44.496Z | Running `/home/build/.rustup/toolchains/1.84.1-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=fcc56552e2453983 -C extra-filename=-fcc56552e2453983 --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4246 | 2025-02-13T04:37:45.025Z | Compiling lalrpop v0.19.12 |
4247 | 2025-02-13T04:37:45.043Z | Running `/home/build/.rustup/toolchains/1.84.1-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=6cef74bb32bb8c33 -C extra-filename=-6cef74bb32bb8c33 --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-497e44dd8dc8f409.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-9d19b3807544ab5a.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-f6f1673ca51154de.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-b108376c450530be.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-7fcf105a31e0f4a8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-eee8d6dc8a04de92.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b4dcd03b652e645a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-275208a05b7ea819.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0fd25370ace1e53b.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fab8dacee8d89414.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-a09f2f603b06e5fa.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-a24a36993c6f403e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4248 | 2025-02-13T04:37:46.120Z | Compiling libxml v0.3.3 |
4249 | 2025-02-13T04:37:46.135Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b103e743549c11b8 -C extra-filename=-b103e743549c11b8 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-b103e743549c11b8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d02968f2dd606dcf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4250 | 2025-02-13T04:37:46.437Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
4251 | 2025-02-13T04:37:46.440Z | Running `/home/build/.rustup/toolchains/1.84.1-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=3e79d3aa55f485d6 -C extra-filename=-3e79d3aa55f485d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-3e79d3aa55f485d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4252 | 2025-02-13T04:37:46.555Z | Running `/work/oxidecomputer/omicron/target/debug/build/libxml-b103e743549c11b8/build-script-build` |
4253 | 2025-02-13T04:37:46.607Z | Compiling derive_builder_macro v0.20.2 |
4254 | 2025-02-13T04:37:46.610Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d52a2c2144c5b4ed -C extra-filename=-d52a2c2144c5b4ed --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-4c5e4f1ab6f0dc31.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4255 | 2025-02-13T04:37:46.844Z | Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-3e79d3aa55f485d6/build-script-build` |
4256 | 2025-02-13T04:37:46.855Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-28e284aee8214590/build-script-build` |
4257 | 2025-02-13T04:37:46.896Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
4258 | 2025-02-13T04:37:46.900Z | Running `/home/build/.rustup/toolchains/1.84.1-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=41c5157ae471af4d -C extra-filename=-41c5157ae471af4d --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-85bd370b09aa1fc4.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-20c3288f2c6379ce.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-dedac17a1c4aee37.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f377a4f0045c50e0.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c5badfdb07ef5cfa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-e32b52ae485c6bca.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-985f636b6e464d35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4259 | 2025-02-13T04:37:47.035Z | Compiling samael v0.0.17 |
4260 | 2025-02-13T04:37:47.039Z | Running `/home/build/.rustup/toolchains/1.84.1-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=6a30773df62628f6 -C extra-filename=-6a30773df62628f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-6a30773df62628f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-130251e32071527c.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d02968f2dd606dcf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4261 | 2025-02-13T04:37:47.698Z | Running `/home/build/.rustup/toolchains/1.84.1-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=bd892a72d2ea66f5 -C extra-filename=-bd892a72d2ea66f5 --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-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-45c19a93c1ae5d02.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-18bd02f697f223a1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-063fe76ec2081fc3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-e676450898fa8d2f.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6ed943f319c716df.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-edd635b246dc3310.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib --check-cfg 'cfg(svcadm_autoclear)'` |
4262 | 2025-02-13T04:37:47.951Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
4263 | 2025-02-13T04:37:47.953Z | Running `/home/build/.rustup/toolchains/1.84.1-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=81763c8947d7838e -C extra-filename=-81763c8947d7838e --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-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4264 | 2025-02-13T04:37:49.421Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
4265 | 2025-02-13T04:37:49.444Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2c12889b2bc094c0 -C extra-filename=-2c12889b2bc094c0 --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-03e029f2a415749e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-4e4cd8a6489f9b4d.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4266 | 2025-02-13T04:37:50.881Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
4267 | 2025-02-13T04:37:50.924Z | Running `/home/build/.rustup/toolchains/1.84.1-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=97872ca19e9f877e -C extra-filename=-97872ca19e9f877e --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-85bd370b09aa1fc4.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4268 | 2025-02-13T04:37:50.988Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
4269 | 2025-02-13T04:37:51.006Z | Running `/home/build/.rustup/toolchains/1.84.1-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=3f8d671a0b68fe30 -C extra-filename=-3f8d671a0b68fe30 --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-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4270 | 2025-02-13T04:37:53.832Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
4271 | 2025-02-13T04:37:53.835Z | Running `/home/build/.rustup/toolchains/1.84.1-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=8e7c020a0cabb428 -C extra-filename=-8e7c020a0cabb428 --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-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6985138a14228e53.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c12889b2bc094c0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4272 | 2025-02-13T04:37:55.617Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
4273 | 2025-02-13T04:37:55.620Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a5af4a994ba38930 -C extra-filename=-a5af4a994ba38930 --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-85bd370b09aa1fc4.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-be8f811f8e1ed44d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-74d22479c1ab20a5.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib` |
4274 | 2025-02-13T04:37:55.736Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f7338f090c9f897c -C extra-filename=-f7338f090c9f897c --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-03e029f2a415749e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-4e4cd8a6489f9b4d.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-71a26250215eff33.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4275 | 2025-02-13T04:37:55.995Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
4276 | 2025-02-13T04:37:55.998Z | Running `/home/build/.rustup/toolchains/1.84.1-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=cb16287d25614697 -C extra-filename=-cb16287d25614697 --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-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6782a03443fe5f3d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c12889b2bc094c0.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4277 | 2025-02-13T04:37:56.621Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
4278 | 2025-02-13T04:37:56.624Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ddb788904b08dab8 -C extra-filename=-ddb788904b08dab8 --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-1d8f95ba60b42aa6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4279 | 2025-02-13T04:37:57.901Z | Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-105eec4f91cee7e6/build-script-build` |
4280 | 2025-02-13T04:37:58.103Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
4281 | 2025-02-13T04:37:58.138Z | Running `/home/build/.rustup/toolchains/1.84.1-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=0111fcd473695b98 -C extra-filename=-0111fcd473695b98 --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-c6e3260a4cbe5cfb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4282 | 2025-02-13T04:37:58.514Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
4283 | 2025-02-13T04:37:58.517Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f7e3f2def8c5f15d -C extra-filename=-f7e3f2def8c5f15d --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-c6e3260a4cbe5cfb.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4284 | 2025-02-13T04:37:59.469Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
4285 | 2025-02-13T04:37:59.472Z | Running `/home/build/.rustup/toolchains/1.84.1-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=8839332b46134115 -C extra-filename=-8839332b46134115 --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-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0111fcd473695b98.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-21eb14eb3f29e5ca.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-bc3baf74f40fecd2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4286 | 2025-02-13T04:37:59.505Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
4287 | 2025-02-13T04:37:59.510Z | Running `/home/build/.rustup/toolchains/1.84.1-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=2f2cc4ffff9fb2f8 -C extra-filename=-2f2cc4ffff9fb2f8 --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-a348374d3d785aec.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-bc199e2fa413580f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4288 | 2025-02-13T04:37:59.610Z | Running `/home/build/.rustup/toolchains/1.84.1-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=be70108e30c9f2ea -C extra-filename=-be70108e30c9f2ea --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-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6782a03443fe5f3d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f7338f090c9f897c.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4289 | 2025-02-13T04:37:59.861Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
4290 | 2025-02-13T04:37:59.864Z | Running `/home/build/.rustup/toolchains/1.84.1-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=8545bd34ac80fb62 -C extra-filename=-8545bd34ac80fb62 --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-bd892a72d2ea66f5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4291 | 2025-02-13T04:38:00.626Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7258dcafac79ace0 -C extra-filename=-7258dcafac79ace0 --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-c6e3260a4cbe5cfb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4292 | 2025-02-13T04:38:00.960Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
4293 | 2025-02-13T04:38:00.963Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9ede08bc629dad88 -C extra-filename=-9ede08bc629dad88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd892a72d2ea66f5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8545bd34ac80fb62.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4294 | 2025-02-13T04:38:02.787Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
4295 | 2025-02-13T04:38:02.790Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d65df24f6b6d02ac -C extra-filename=-d65df24f6b6d02ac --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-85bd370b09aa1fc4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b2b76930a3223210.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd892a72d2ea66f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9ede08bc629dad88.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8e7c020a0cabb428.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-506eeb65f3e13f7d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4296 | 2025-02-13T04:38:03.274Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
4297 | 2025-02-13T04:38:03.301Z | Running `/home/build/.rustup/toolchains/1.84.1-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=22a49b65b3e626e3 -C extra-filename=-22a49b65b3e626e3 --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-3dbc5ce76a6f873d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-be70108e30c9f2ea.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f7338f090c9f897c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4298 | 2025-02-13T04:38:03.403Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
4299 | 2025-02-13T04:38:03.406Z | Running `/home/build/.rustup/toolchains/1.84.1-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=14cb18d23bb5e37a -C extra-filename=-14cb18d23bb5e37a --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-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9ede08bc629dad88.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fafb13c3450e9621.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4300 | 2025-02-13T04:38:04.402Z | Running `/home/build/.rustup/toolchains/1.84.1-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=fe04945b299121ce -C extra-filename=-fe04945b299121ce --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-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-43b89e3eb154da46.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef66874295310565.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-97824bc722567bb8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8545bd34ac80fb62.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-835f44df966b6211.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4301 | 2025-02-13T04:38:10.809Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
4302 | 2025-02-13T04:38:10.812Z | Running `/home/build/.rustup/toolchains/1.84.1-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=bc7e6f6a8e8cbba0 -C extra-filename=-bc7e6f6a8e8cbba0 --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-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ac196b3cd7775b06.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-cb16287d25614697.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-22a49b65b3e626e3.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c12889b2bc094c0.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4303 | 2025-02-13T04:38:11.021Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
4304 | 2025-02-13T04:38:11.024Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e31b9665b6b1661a -C extra-filename=-e31b9665b6b1661a --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-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd892a72d2ea66f5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4305 | 2025-02-13T04:38:11.251Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
4306 | 2025-02-13T04:38:11.254Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b94195e558dc2c8b -C extra-filename=-b94195e558dc2c8b --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-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fe04945b299121ce.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9ede08bc629dad88.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fafb13c3450e9621.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8545bd34ac80fb62.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4307 | 2025-02-13T04:38:12.847Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
4308 | 2025-02-13T04:38:12.859Z | Running `/home/build/.rustup/toolchains/1.84.1-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=6638ea8e6ae98f13 -C extra-filename=-6638ea8e6ae98f13 --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-c23dfb9b1834c42c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-0a7730f882e244fa.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4309 | 2025-02-13T04:38:16.064Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
4310 | 2025-02-13T04:38:16.067Z | Running `/home/build/.rustup/toolchains/1.84.1-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=eff436b4640c2425 -C extra-filename=-eff436b4640c2425 --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-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-63f98ee0b7a95dd0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd892a72d2ea66f5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-51ffcf2ce03b08bf.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8245a22decf78967.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8545bd34ac80fb62.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out` |
4311 | 2025-02-13T04:38:18.569Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
4312 | 2025-02-13T04:38:18.574Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f367a1b54bdce18e -C extra-filename=-f367a1b54bdce18e --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-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8545bd34ac80fb62.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4313 | 2025-02-13T04:38:19.029Z | Running `/home/build/.rustup/toolchains/1.84.1-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=626fccba2b8230be -C extra-filename=-626fccba2b8230be --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-85bd370b09aa1fc4.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-1742ed45344feaaa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-771a13a3d1f5508a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fa59eafc317a1228.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e91b7ab987123f1d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6985138a14228e53.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-33788f39c7e66925.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8e7c020a0cabb428.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-de7a960634921721.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-48a55ac4bc77f690.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-8857801670162545.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-29e954919b145b3b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-dc1de6165dca1f4c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4314 | 2025-02-13T04:38:19.489Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
4315 | 2025-02-13T04:38:19.492Z | Running `/home/build/.rustup/toolchains/1.84.1-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=57f58b4d33735259 -C extra-filename=-57f58b4d33735259 --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-7d5dcfb18a701da2.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8545bd34ac80fb62.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4316 | 2025-02-13T04:38:19.517Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
4317 | 2025-02-13T04:38:19.550Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e2aefb9319d74747 -C extra-filename=-e2aefb9319d74747 --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-116e3d46dcb2ae19.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef66874295310565.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-97824bc722567bb8.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4318 | 2025-02-13T04:38:20.323Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
4319 | 2025-02-13T04:38:20.326Z | Running `/home/build/.rustup/toolchains/1.84.1-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=795868b6dd791a97 -C extra-filename=-795868b6dd791a97 --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-6f15412de59adf04.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-e1f04594735cf4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-48ede35ea3c9cf1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4320 | 2025-02-13T04:38:21.175Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
4321 | 2025-02-13T04:38:21.178Z | Running `/home/build/.rustup/toolchains/1.84.1-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=30913d6d2dd2292f -C extra-filename=-30913d6d2dd2292f --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-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd892a72d2ea66f5.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e2aefb9319d74747.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-eff436b4640c2425.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out` |
4322 | 2025-02-13T04:38:22.029Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
4323 | 2025-02-13T04:38:22.059Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d1571bc227c44df5 -C extra-filename=-d1571bc227c44df5 --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-21ea866390417d2b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9ede08bc629dad88.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b94195e558dc2c8b.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d4e7b70d2dfe1f77.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8545bd34ac80fb62.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4324 | 2025-02-13T04:38:23.693Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
4325 | 2025-02-13T04:38:23.764Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a3f80bf90631c692 -C extra-filename=-a3f80bf90631c692 --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-c6e3260a4cbe5cfb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9ede08bc629dad88.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d65df24f6b6d02ac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4326 | 2025-02-13T04:38:25.032Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
4327 | 2025-02-13T04:38:25.056Z | Running `/home/build/.rustup/toolchains/1.84.1-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=50e1fbfc7768c533 -C extra-filename=-50e1fbfc7768c533 --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-d86b02db493d8bf5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b94195e558dc2c8b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8545bd34ac80fb62.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4328 | 2025-02-13T04:38:25.564Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
4329 | 2025-02-13T04:38:25.567Z | Running `/home/build/.rustup/toolchains/1.84.1-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=85efc37f661edeb7 -C extra-filename=-85efc37f661edeb7 --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-bf237782be013a6d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2f2cc4ffff9fb2f8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4330 | 2025-02-13T04:38:25.735Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
4331 | 2025-02-13T04:38:25.739Z | Running `/home/build/.rustup/toolchains/1.84.1-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=84b6358f81b7684d -C extra-filename=-84b6358f81b7684d --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-6706430bd93b8bc6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4332 | 2025-02-13T04:38:26.385Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
4333 | 2025-02-13T04:38:26.387Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7f7998335ce6be86 -C extra-filename=-7f7998335ce6be86 --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-d86b02db493d8bf5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4334 | 2025-02-13T04:38:26.813Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f50fae1d010cf684 -C extra-filename=-f50fae1d010cf684 --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-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4cb91b463a4967ba.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-84b6358f81b7684d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9ede08bc629dad88.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d65df24f6b6d02ac.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-795868b6dd791a97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-14cb18d23bb5e37a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-506eeb65f3e13f7d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64` |
4335 | 2025-02-13T04:38:27.269Z | Compiling strum_macros v0.24.3 |
4336 | 2025-02-13T04:38:27.272Z | Running `/home/build/.rustup/toolchains/1.84.1-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=89c31bd695e9bc36 -C extra-filename=-89c31bd695e9bc36 --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-7c318abee26cc297.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-a66aa9a6ac3f975d.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4337 | 2025-02-13T04:38:27.985Z | Compiling pin-project-internal v1.1.6 |
4338 | 2025-02-13T04:38:27.988Z | Running `/home/build/.rustup/toolchains/1.84.1-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=242e940f6ea01e64 -C extra-filename=-242e940f6ea01e64 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4339 | 2025-02-13T04:38:29.825Z | Compiling indoc v1.0.9 |
4340 | 2025-02-13T04:38:29.828Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f95ff61e5403be08 -C extra-filename=-f95ff61e5403be08 --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` |
4341 | 2025-02-13T04:38:30.853Z | Running `/work/oxidecomputer/omicron/target/debug/build/samael-6a30773df62628f6/build-script-bindings` |
4342 | 2025-02-13T04:38:30.856Z | Compiling derive_builder v0.20.2 |
4343 | 2025-02-13T04:38:30.856Z | Running `/home/build/.rustup/toolchains/1.84.1-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 --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=fe91bb7295040066 -C extra-filename=-fe91bb7295040066 --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-d52a2c2144c5b4ed.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4344 | 2025-02-13T04:38:31.011Z | Compiling pin-project v1.1.6 |
4345 | 2025-02-13T04:38:31.014Z | Running `/home/build/.rustup/toolchains/1.84.1-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=3577c58acec85ce9 -C extra-filename=-3577c58acec85ce9 --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-242e940f6ea01e64.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4346 | 2025-02-13T04:38:31.090Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b2de152879a52fdb -C extra-filename=-b2de152879a52fdb --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-85bd370b09aa1fc4.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-20c3288f2c6379ce.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-41c5157ae471af4d.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f377a4f0045c50e0.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-bc199e2fa413580f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-63f204e0d14d0d4b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-97824bc722567bb8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-598c038a13284b92.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-985f636b6e464d35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out` |
4347 | 2025-02-13T04:38:31.191Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ed25bae723faeaa8 -C extra-filename=-ed25bae723faeaa8 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2` |
4348 | 2025-02-13T04:38:32.962Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
4349 | 2025-02-13T04:38:32.965Z | Running `/home/build/.rustup/toolchains/1.84.1-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=17c17ad1df7d940f -C extra-filename=-17c17ad1df7d940f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-17c17ad1df7d940f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-78c8a577620a6f55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4350 | 2025-02-13T04:38:33.195Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
4351 | 2025-02-13T04:38:33.198Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ac7e97da250eb517 -C extra-filename=-ac7e97da250eb517 --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-3dbc5ce76a6f873d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4352 | 2025-02-13T04:38:33.333Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
4353 | 2025-02-13T04:38:33.336Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/95d6a55/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=cf6c757f04e8f9af -C extra-filename=-cf6c757f04e8f9af --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-85bd370b09aa1fc4.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-99ef1ae1cc2bfe77.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-284d3ffa17b19553.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-68ad458d168d87ee.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-ec48e0e66ff93aab.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4aab30aae94af806.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b8763fa06e777c3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64` |
4354 | 2025-02-13T04:38:33.630Z | Compiling quick-xml v0.33.0 |
4355 | 2025-02-13T04:38:33.633Z | Running `/home/build/.rustup/toolchains/1.84.1-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=d85365e35a8007c9 -C extra-filename=-d85365e35a8007c9 --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-9e2df5937f592b1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4356 | 2025-02-13T04:38:34.010Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
4357 | 2025-02-13T04:38:34.013Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f5b110e80230afe0 -C extra-filename=-f5b110e80230afe0 --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-c6e3260a4cbe5cfb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a3f80bf90631c692.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4358 | 2025-02-13T04:38:34.858Z | Compiling oso-derive v0.27.3 |
4359 | 2025-02-13T04:38:34.861Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1dbf56af12146b19 -C extra-filename=-1dbf56af12146b19 --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-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4360 | 2025-02-13T04:38:35.996Z | Compiling impl-trait-for-tuples v0.2.2 |
4361 | 2025-02-13T04:38:36.027Z | Running `/home/build/.rustup/toolchains/1.84.1-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=b6215130afde6010 -C extra-filename=-b6215130afde6010 --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-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4362 | 2025-02-13T04:38:36.908Z | Running `/home/build/.rustup/toolchains/1.84.1-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=51ef91967edf833f -C extra-filename=-51ef91967edf833f --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-f429081ea7e2c5aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-3be45ffcb0b42af9.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fe91bb7295040066.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-ed25bae723faeaa8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-19e68c2f6b84a5f5.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-48ede35ea3c9cf1f.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-d85365e35a8007c9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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` |
4363 | 2025-02-13T04:38:39.737Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-17c17ad1df7d940f/build-script-build` |
4364 | 2025-02-13T04:38:39.780Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
4365 | 2025-02-13T04:38:39.783Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7f0a003a949ad1bd -C extra-filename=-7f0a003a949ad1bd --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-6782a03443fe5f3d.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1e225cdce539e30f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4366 | 2025-02-13T04:38:40.999Z | Compiling signal-hook-tokio v0.3.1 |
4367 | 2025-02-13T04:38:41.002Z | Running `/home/build/.rustup/toolchains/1.84.1-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=53763d61a8806621 -C extra-filename=-53763d61a8806621 --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-c05ca62951efc497.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-c0f16c274fb122ff.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4368 | 2025-02-13T04:38:41.233Z | Compiling snafu-derive v0.8.5 |
4369 | 2025-02-13T04:38:41.236Z | Running `/home/build/.rustup/toolchains/1.84.1-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=24b982dfc4b2ad90 -C extra-filename=-24b982dfc4b2ad90 --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-6782a03443fe5f3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4370 | 2025-02-13T04:38:41.572Z | Compiling memoffset v0.9.1 |
4371 | 2025-02-13T04:38:41.577Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ed57a94a016157c3 -C extra-filename=-ed57a94a016157c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-ed57a94a016157c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-29ea5ae14448e27c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4372 | 2025-02-13T04:38:41.986Z | Compiling diesel-dtrace v0.4.2 |
4373 | 2025-02-13T04:38:41.990Z | Running `/home/build/.rustup/toolchains/1.84.1-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.4.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=648c8fc029df323d -C extra-filename=-648c8fc029df323d --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-648c8fc029df323d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4374 | 2025-02-13T04:38:42.108Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-ed57a94a016157c3/build-script-build` |
4375 | 2025-02-13T04:38:42.283Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
4376 | 2025-02-13T04:38:42.287Z | Running `/home/build/.rustup/toolchains/1.84.1-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=de21095425ce2593 -C extra-filename=-de21095425ce2593 --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-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-fe04945b299121ce.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-50e1fbfc7768c533.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-f367a1b54bdce18e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77a811b451aa7b06.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7258dcafac79ace0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd892a72d2ea66f5.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e31b9665b6b1661a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e2aefb9319d74747.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-a3f80bf90631c692.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9ede08bc629dad88.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d65df24f6b6d02ac.rmeta --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-ba65d6b092518fbd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-57f58b4d33735259.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f5b110e80230afe0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-fafb13c3450e9621.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-cf6c757f04e8f9af.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-391a3df1bc9ca5c8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-04ee17ee8e453175.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7f7998335ce6be86.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ac7e97da250eb517.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-d1571bc227c44df5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-14cb18d23bb5e37a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-b94195e558dc2c8b.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d4e7b70d2dfe1f77.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-eff436b4640c2425.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8545bd34ac80fb62.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-30913d6d2dd2292f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b2de152879a52fdb.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/` |
4377 | 2025-02-13T04:38:42.394Z | Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-648c8fc029df323d/build-script-build` |
4378 | 2025-02-13T04:38:42.484Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
4379 | 2025-02-13T04:38:42.519Z | Running `/home/build/.rustup/toolchains/1.84.1-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=38b7895e272fa8dd -C extra-filename=-38b7895e272fa8dd --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-d86b02db493d8bf5.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-85efc37f661edeb7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib` |
4380 | 2025-02-13T04:38:43.270Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
4381 | 2025-02-13T04:38:43.273Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7628640e3bc668b3 -C extra-filename=-7628640e3bc668b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-7628640e3bc668b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-78c8a577620a6f55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4382 | 2025-02-13T04:38:43.645Z | Compiling olpc-cjson v0.1.4 |
4383 | 2025-02-13T04:38:43.648Z | Running `/home/build/.rustup/toolchains/1.84.1-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=9c05bae0ee50a5df -C extra-filename=-9c05bae0ee50a5df --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-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-a0b87c413fd50c2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4384 | 2025-02-13T04:38:43.932Z | Compiling globset v0.4.15 |
4385 | 2025-02-13T04:38:43.935Z | Running `/home/build/.rustup/toolchains/1.84.1-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=3be9331f458cf70a -C extra-filename=-3be9331f458cf70a --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-de1c658e28500186.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a80f3c63828065bb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-770f979620de861d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4386 | 2025-02-13T04:38:45.254Z | Compiling bb8 v0.8.5 |
4387 | 2025-02-13T04:38:45.257Z | Running `/home/build/.rustup/toolchains/1.84.1-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=8e9da33e71e4a343 -C extra-filename=-8e9da33e71e4a343 --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-116e3d46dcb2ae19.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d0a2976a5e19212f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4388 | 2025-02-13T04:38:45.539Z | Compiling serde_plain v1.0.2 |
4389 | 2025-02-13T04:38:45.542Z | Running `/home/build/.rustup/toolchains/1.84.1-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=be1c86f3141d0527 -C extra-filename=-be1c86f3141d0527 --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4390 | 2025-02-13T04:38:45.784Z | Compiling typed-path v0.9.3 |
4391 | 2025-02-13T04:38:45.789Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e381b5fba8be94da -C extra-filename=-e381b5fba8be94da --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` |
4392 | 2025-02-13T04:38:45.949Z | Compiling async-bb8-diesel v0.2.1 |
4393 | 2025-02-13T04:38:45.952Z | Running `/home/build/.rustup/toolchains/1.84.1-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=1cc94bbdaf7555e1 -C extra-filename=-1cc94bbdaf7555e1 --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-116e3d46dcb2ae19.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-8e9da33e71e4a343.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4394 | 2025-02-13T04:38:46.479Z | Compiling snafu v0.8.5 |
4395 | 2025-02-13T04:38:46.482Z | Running `/home/build/.rustup/toolchains/1.84.1-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=a541325424e07563 -C extra-filename=-a541325424e07563 --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-c05ca62951efc497.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3577c58acec85ce9.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-24b982dfc4b2ad90.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4396 | 2025-02-13T04:38:46.773Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-7628640e3bc668b3/build-script-build` |
4397 | 2025-02-13T04:38:46.779Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-dtrace-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ace0c43601e781c7 -C extra-filename=-ace0c43601e781c7 --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-a70a2b9bf7872994.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64` |
4398 | 2025-02-13T04:38:47.244Z | Running `/home/build/.rustup/toolchains/1.84.1-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=679d7c4a4835ec73 -C extra-filename=-679d7c4a4835ec73 --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` |
4399 | 2025-02-13T04:38:47.269Z | Compiling tungstenite v0.26.1 |
4400 | 2025-02-13T04:38:47.272Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.26.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="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=4d45da4b50e44dc8 -C extra-filename=-4d45da4b50e44dc8 --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-74b89f0a9d262c25.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-3be45ffcb0b42af9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-2f2374c7eda5427d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c4581ab18b510733.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-3634facfa3f7e4c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4401 | 2025-02-13T04:38:47.398Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
4402 | 2025-02-13T04:38:47.401Z | Running `/home/build/.rustup/toolchains/1.84.1-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=7c8b503a1109ab5b -C extra-filename=-7c8b503a1109ab5b --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-7c8b503a1109ab5b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4403 | 2025-02-13T04:38:47.811Z | Compiling parse-size v1.1.0 |
4404 | 2025-02-13T04:38:47.814Z | Running `/home/build/.rustup/toolchains/1.84.1-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=3a8455d0babb9473 -C extra-filename=-3a8455d0babb9473 --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` |
4405 | 2025-02-13T04:38:48.132Z | Compiling tough v0.19.0 |
4406 | 2025-02-13T04:38:48.136Z | Running `/home/build/.rustup/toolchains/1.84.1-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=f6cc40366171aae1 -C extra-filename=-f6cc40366171aae1 --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-1742ed45344feaaa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-464c383d3926c626.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-8e90f2becdfd8242.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-3be9331f458cf70a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-9c05bae0ee50a5df.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-63f204e0d14d0d4b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-be1c86f3141d0527.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-a541325424e07563.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-e381b5fba8be94da.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-91dfaba15fcff121.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64` |
4407 | 2025-02-13T04:38:48.943Z | Compiling tokio-tungstenite v0.26.1 |
4408 | 2025-02-13T04:38:48.946Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.26.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=7666e88cf028d731 -C extra-filename=-7666e88cf028d731 --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-4a9c8f39d18c879d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-4d45da4b50e44dc8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4409 | 2025-02-13T04:38:49.376Z | Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-7c8b503a1109ab5b/build-script-build` |
4410 | 2025-02-13T04:38:49.459Z | Compiling nix v0.27.1 |
4411 | 2025-02-13T04:38:49.463Z | Running `/home/build/.rustup/toolchains/1.84.1-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=18d8fca15150b8e4 -C extra-filename=-18d8fca15150b8e4 --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-b6414318a57462a7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-679d7c4a4835ec73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4412 | 2025-02-13T04:38:49.494Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
4413 | 2025-02-13T04:38:49.497Z | Running `/home/build/.rustup/toolchains/1.84.1-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=4db4cb0f699b428d -C extra-filename=-4db4cb0f699b428d --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-74b89f0a9d262c25.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-4dad916f7a3cd1d7.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a168a4dea1a447b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4414 | 2025-02-13T04:38:49.829Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
4415 | 2025-02-13T04:38:49.832Z | Running `/home/build/.rustup/toolchains/1.84.1-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=45edf105c00a478c -C extra-filename=-45edf105c00a478c --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-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-85efc37f661edeb7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib` |
4416 | 2025-02-13T04:38:50.978Z | Running `/home/build/.rustup/toolchains/1.84.1-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=ccff74202312b04b -C extra-filename=-ccff74202312b04b --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-116e3d46dcb2ae19.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e36a1dc23ca9124e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-fd0628cfb03422c5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4f6fad6ec8e4be10.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ce02e10d0a05c24d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-18d8fca15150b8e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-03d24edac4fb4365.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0fd25370ace1e53b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-4db4cb0f699b428d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-53e1d5feb4fef7c9.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-dc116badc0c941a2/out/lib` |
4417 | 2025-02-13T04:38:51.220Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
4418 | 2025-02-13T04:38:51.223Z | Running `/home/build/.rustup/toolchains/1.84.1-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=109e8f6ab9e09bc6 -C extra-filename=-109e8f6ab9e09bc6 --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-c6e3260a4cbe5cfb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4419 | 2025-02-13T04:38:51.527Z | Dirty cargo_metadata v0.18.1: the rustflags changed |
4420 | 2025-02-13T04:38:51.527Z | Compiling cargo_metadata v0.18.1 |
4421 | 2025-02-13T04:38:51.530Z | Running `/home/build/.rustup/toolchains/1.84.1-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=416b7d29eda50df3 -C extra-filename=-416b7d29eda50df3 --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-21ea866390417d2b.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-fcc56552e2453983.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4422 | 2025-02-13T04:38:53.423Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
4423 | 2025-02-13T04:38:53.427Z | Running `/home/build/.rustup/toolchains/1.84.1-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=07e3c35a7e0ea4c7 -C extra-filename=-07e3c35a7e0ea4c7 --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-c6e3260a4cbe5cfb.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4424 | 2025-02-13T04:38:54.051Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
4425 | 2025-02-13T04:38:54.054Z | Running `/home/build/.rustup/toolchains/1.84.1-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=42ef3872e3d334b2 -C extra-filename=-42ef3872e3d334b2 --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-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-464c383d3926c626.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-ba65d6b092518fbd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-3a8455d0babb9473.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-7138542f636d1b47.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f6cc40366171aae1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64` |
4426 | 2025-02-13T04:38:54.752Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
4427 | 2025-02-13T04:38:54.755Z | Running `/home/build/.rustup/toolchains/1.84.1-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=c37b1e33985685d0 -C extra-filename=-c37b1e33985685d0 --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-85bd370b09aa1fc4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-38b7895e272fa8dd.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ccff74202312b04b.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-85efc37f661edeb7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd892a72d2ea66f5.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2f2cc4ffff9fb2f8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f5b110e80230afe0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-c0f16c274fb122ff.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-7666e88cf028d731.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib` |
4428 | 2025-02-13T04:38:56.420Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
4429 | 2025-02-13T04:38:56.423Z | Running `/home/build/.rustup/toolchains/1.84.1-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=60617e10c08af0be -C extra-filename=-60617e10c08af0be --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-c6e3260a4cbe5cfb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4430 | 2025-02-13T04:38:56.610Z | error[E0639]: cannot create non-exhaustive struct using struct expression |
4431 | 2025-02-13T04:38:56.610Z | --> gateway/src/serial_console.rs:54:18 |
4432 | 2025-02-13T04:38:56.610Z | | |
4433 | 2025-02-13T04:38:56.611Z | 54 | let config = WebSocketConfig { |
4434 | 2025-02-13T04:38:56.611Z | | __________________^ |
4435 | 2025-02-13T04:38:56.611Z | 55 | | // Maintain a max write buffer size of 2 MB (this is only relevant if |
4436 | 2025-02-13T04:38:56.611Z | 56 | | // writes are failing). |
4437 | 2025-02-13T04:38:56.611Z | 57 | | max_write_buffer_size: 2 * 1024 * 1024, |
4438 | 2025-02-13T04:38:56.611Z | 58 | | ..Default::default() |
4439 | 2025-02-13T04:38:56.611Z | 59 | | }; |
4440 | 2025-02-13T04:38:56.611Z | | |_____^ |
4441 | 2025-02-13T04:38:56.611Z | |
4442 | 2025-02-13T04:38:57.144Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
4443 | 2025-02-13T04:38:57.148Z | Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --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=baacd072b1384b4a -C extra-filename=-baacd072b1384b4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-9ede08bc629dad88.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d65df24f6b6d02ac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4444 | 2025-02-13T04:38:57.304Z | error[E0308]: mismatched types |
4445 | 2025-02-13T04:38:57.304Z | --> gateway/src/serial_console.rs:182:36 |
4446 | 2025-02-13T04:38:57.304Z | | |
4447 | 2025-02-13T04:38:57.304Z | 182 | ... .write(data) |
4448 | 2025-02-13T04:38:57.304Z | | ----- ^^^^- help: try using a conversion method: `.to_vec()` |
4449 | 2025-02-13T04:38:57.304Z | | | | |
4450 | 2025-02-13T04:38:57.304Z | | | expected `Vec<u8>`, found `Bytes` |
4451 | 2025-02-13T04:38:57.304Z | | arguments to this method are incorrect |
4452 | 2025-02-13T04:38:57.304Z | | |
4453 | 2025-02-13T04:38:57.304Z | = note: expected struct `Vec<u8>` |
4454 | 2025-02-13T04:38:57.304Z | found struct `tokio_tungstenite::tungstenite::Bytes` |
4455 | 2025-02-13T04:38:57.305Z | note: method defined here |
4456 | 2025-02-13T04:38:57.305Z | --> /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/gateway-sp-comms/src/single_sp.rs:1413:18 |
4457 | 2025-02-13T04:38:57.305Z | | |
4458 | 2025-02-13T04:38:57.305Z | 1413 | pub async fn write(&mut self, data: Vec<u8>) -> Result<()> { |
4459 | 2025-02-13T04:38:57.305Z | | ^^^^^ |
4460 | 2025-02-13T04:38:57.305Z | |
4461 | 2025-02-13T04:38:57.342Z | error[E0308]: mismatched types |
4462 | 2025-02-13T04:38:57.342Z | --> gateway/src/serial_console.rs:114:67 |
4463 | 2025-02-13T04:38:57.342Z | | |
4464 | 2025-02-13T04:38:57.342Z | 114 | match ws_sink_tx.try_send(Message::Binary(data)) { |
4465 | 2025-02-13T04:38:57.342Z | | --------------- ^^^^ expected `Bytes`, found `Vec<u8>` |
4466 | 2025-02-13T04:38:57.343Z | | | |
4467 | 2025-02-13T04:38:57.343Z | | arguments to this enum variant are incorrect |
4468 | 2025-02-13T04:38:57.343Z | | |
4469 | 2025-02-13T04:38:57.343Z | = note: expected struct `tokio_tungstenite::tungstenite::Bytes` |
4470 | 2025-02-13T04:38:57.343Z | found struct `Vec<u8>` |
4471 | 2025-02-13T04:38:57.343Z | note: tuple variant defined here |
4472 | 2025-02-13T04:38:57.343Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.26.1/src/protocol/message.rs:162:5 |
4473 | 2025-02-13T04:38:57.343Z | | |
4474 | 2025-02-13T04:38:57.343Z | 162 | Binary(Bytes), |
4475 | 2025-02-13T04:38:57.343Z | | ^^^^^^ |
4476 | 2025-02-13T04:38:57.343Z | help: call `Into::into` on this expression to convert `Vec<u8>` into `tokio_tungstenite::tungstenite::Bytes` |
4477 | 2025-02-13T04:38:57.343Z | | |
4478 | 2025-02-13T04:38:57.343Z | 114 | match ws_sink_tx.try_send(Message::Binary(data.into())) { |
4479 | 2025-02-13T04:38:57.343Z | | +++++++ |
4480 | 2025-02-13T04:38:57.343Z | |
4481 | 2025-02-13T04:38:57.350Z | error[E0308]: mismatched types |
4482 | 2025-02-13T04:38:57.350Z | --> gateway/src/serial_console.rs:137:37 |
4483 | 2025-02-13T04:38:57.350Z | | |
4484 | 2025-02-13T04:38:57.350Z | 137 | ... reason: Cow::Borrowed("serial console was detached"), |
4485 | 2025-02-13T04:38:57.350Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Utf8Bytes`, found `Cow<'_, str>` |
4486 | 2025-02-13T04:38:57.350Z | | |
4487 | 2025-02-13T04:38:57.350Z | = note: expected struct `Utf8Bytes` |
4488 | 2025-02-13T04:38:57.350Z | found enum `Cow<'_, str>` |
4489 | 2025-02-13T04:38:57.350Z | |
4490 | 2025-02-13T04:38:58.058Z | Compiling rand_seeder v0.3.0 |
4491 | 2025-02-13T04:38:58.063Z | Running `/home/build/.rustup/toolchains/1.84.1-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=0d999b005479a69b -C extra-filename=-0d999b005479a69b --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-eee51480251de44e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4492 | 2025-02-13T04:38:58.415Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
4493 | 2025-02-13T04:38:58.418Z | Running `/home/build/.rustup/toolchains/1.84.1-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=e4c04583baf89962 -C extra-filename=-e4c04583baf89962 --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-c6e3260a4cbe5cfb.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib` |
4494 | 2025-02-13T04:38:58.593Z | Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
4495 | 2025-02-13T04:38:58.596Z | Running `/home/build/.rustup/toolchains/1.84.1-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=8d0c34aa8adcd804 -C extra-filename=-8d0c34aa8adcd804 --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-7c318abee26cc297.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64` |
4496 | 2025-02-13T04:38:59.208Z | Some errors have detailed explanations: E0308, E0639. |
4497 | 2025-02-13T04:38:59.208Z | For more information about an error, try `rustc --explain E0308`. |
4498 | 2025-02-13T04:38:59.332Z | error: could not compile `omicron-gateway` (lib) due to 4 previous errors |
4499 | 2025-02-13T04:38:59.332Z | |
4500 | 2025-02-13T04:38:59.332Z | Caused by: |
4501 | 2025-02-13T04:38:59.335Z | process didn't exit successfully: `/home/build/.rustup/toolchains/1.84.1-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=c37b1e33985685d0 -C extra-filename=-c37b1e33985685d0 --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-85bd370b09aa1fc4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-38b7895e272fa8dd.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ccff74202312b04b.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-85efc37f661edeb7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-bd892a72d2ea66f5.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2f2cc4ffff9fb2f8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-f5b110e80230afe0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-c0f16c274fb122ff.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-7666e88cf028d731.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib` (exit status: 1) |
4502 | 2025-02-13T04:38:59.335Z | warning: build failed, waiting for other jobs to finish... |
4503 | 2025-02-13T04:39:39.485Z | |
4504 | 2025-02-13T04:39:39.485Z | real 5:01.215553642 |
4505 | 2025-02-13T04:39:39.485Z | user 33:25.733996649 |
4506 | 2025-02-13T04:39:39.485Z | sys 3:41.079452991 |
4507 | 2025-02-13T04:39:39.488Z | trap 1.085682096 |
4508 | 2025-02-13T04:39:39.488Z | tflt 3.239049247 |
4509 | 2025-02-13T04:39:39.488Z | dflt 0.497893482 |
4510 | 2025-02-13T04:39:39.488Z | kflt 0.000842963 |
4511 | 2025-02-13T04:39:39.488Z | lock 1:01:34.115008515 |
4512 | 2025-02-13T04:39:39.488Z | slp 2:01:56.777139020 |
4513 | 2025-02-13T04:39:39.488Z | lat 1:53.130282333 |
4514 | 2025-02-13T04:39:39.488Z | stop 5:37.363842010 |
4515 | 2025-02-13T04:39:39.488Z | process exited: duration 809665 ms, exit code 101 |
|
4516 | 2025-02-13T04:39:39.496Z | found 2 output files |
4517 | 2025-02-13T04:39:39.496Z | uploading: /work/crate-build-timings.json (423467 bytes) |
4518 | 2025-02-13T04:39:40.516Z | uploaded: /work/crate-build-timings.json |
4519 | 2025-02-13T04:39:40.516Z | uploading: /work/environment.json (108 bytes) |
4520 | 2025-02-13T04:39:41.524Z | uploaded: /work/environment.json |