|
|
|
1 | 2024-08-02T03:45:35.282Z | job assigned to worker 01J48K16CR7643HCCQ6RRPVVRX (queued for 56 s) |
|
2 | 2024-08-02T03:45:43.547Z | starting task 0: "setup" |
3 | 2024-08-02T03:45:43.597Z | ++ uname -s |
4 | 2024-08-02T03:45:43.599Z | + kern=SunOS |
5 | 2024-08-02T03:45:43.599Z | + case "$kern" in |
6 | 2024-08-02T03:45:43.599Z | + groupadd -g 12345 build |
7 | 2024-08-02T03:45:43.602Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-02T03:45:45.611Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-02T03:45:45.709Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-02T03:45:45.712Z | + home_fs=zfs |
11 | 2024-08-02T03:45:45.713Z | + [[ zfs == autofs ]] |
12 | 2024-08-02T03:45:45.713Z | + mkdir -p /home/build |
13 | 2024-08-02T03:45:45.716Z | + chown build:build /home/build /work |
14 | 2024-08-02T03:45:47.717Z | + chmod 0700 /home/build /work |
15 | 2024-08-02T03:45:47.719Z | process exited: duration 4171 ms, exit code 0 |
|
16 | 2024-08-02T03:45:47.725Z | starting task 1: "rust-toolchain" |
17 | 2024-08-02T03:45:47.730Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-02T03:45:47.730Z | * toolchain channel = "1.80.0" |
19 | 2024-08-02T03:45:47.730Z | * toolchain profile = "default" |
20 | 2024-08-02T03:45:47.730Z | ' 1.80.0 |
21 | 2024-08-02T03:45:47.730Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-02T03:45:47.730Z | ' default |
23 | 2024-08-02T03:45:47.733Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-02T03:45:47.733Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-02T03:45:47.850Z | info: downloading installer |
26 | 2024-08-02T03:45:50.755Z | info: profile set to 'default' |
27 | 2024-08-02T03:45:50.755Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-02T03:45:50.758Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-02T03:45:51.046Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-02T03:45:51.046Z | info: downloading component 'cargo' |
31 | 2024-08-02T03:45:53.062Z | info: downloading component 'clippy' |
32 | 2024-08-02T03:45:53.784Z | info: downloading component 'rust-docs' |
33 | 2024-08-02T03:45:56.546Z | info: downloading component 'rust-std' |
34 | 2024-08-02T03:46:00.469Z | info: downloading component 'rustc' |
35 | 2024-08-02T03:46:11.617Z | info: downloading component 'rustfmt' |
36 | 2024-08-02T03:46:12.209Z | info: installing component 'cargo' |
37 | 2024-08-02T03:46:13.042Z | info: installing component 'clippy' |
38 | 2024-08-02T03:46:13.407Z | info: installing component 'rust-docs' |
39 | 2024-08-02T03:46:15.029Z | info: installing component 'rust-std' |
40 | 2024-08-02T03:46:16.682Z | info: installing component 'rustc' |
41 | 2024-08-02T03:46:21.019Z | info: installing component 'rustfmt' |
42 | 2024-08-02T03:46:21.363Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-02T03:46:21.363Z | |
44 | 2024-08-02T03:46:21.639Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-02T03:46:21.639Z | |
46 | 2024-08-02T03:46:21.646Z | |
47 | 2024-08-02T03:46:21.646Z | Rust is installed now. Great! |
48 | 2024-08-02T03:46:21.646Z | |
49 | 2024-08-02T03:46:21.646Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-02T03:46:21.646Z | environment variable. This has not been done automatically. |
51 | 2024-08-02T03:46:21.646Z | |
52 | 2024-08-02T03:46:21.646Z | To configure your current shell, you need to source |
53 | 2024-08-02T03:46:21.646Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-02T03:46:21.646Z | |
55 | 2024-08-02T03:46:21.647Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-02T03:46:21.647Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-02T03:46:21.647Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-02T03:46:21.793Z | + rustc --version |
59 | 2024-08-02T03:46:21.861Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-02T03:46:21.866Z | process exited: duration 34130 ms, exit code 0 |
|
61 | 2024-08-02T03:46:21.877Z | starting task 2: "authentication" |
62 | 2024-08-02T03:46:21.900Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-02T03:46:21.911Z | starting task 3: "clone repository" |
64 | 2024-08-02T03:46:21.914Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-02T03:46:21.918Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-02T03:46:22.671Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-02T03:46:30.660Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-02T03:46:30.661Z | + git fetch origin 613a728ea210b00646465017fc5981bab546139e |
69 | 2024-08-02T03:46:31.047Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-02T03:46:31.047Z | * branch 613a728ea210b00646465017fc5981bab546139e -> FETCH_HEAD |
71 | 2024-08-02T03:46:31.056Z | + [[ -n renovate/predicates-3.x ]] |
72 | 2024-08-02T03:46:31.060Z | ++ git branch --show-current |
73 | 2024-08-02T03:46:31.060Z | + current=main |
74 | 2024-08-02T03:46:31.060Z | + [[ main != renovate/predicates-3.x ]] |
75 | 2024-08-02T03:46:31.060Z | + git branch -f renovate/predicates-3.x 613a728ea210b00646465017fc5981bab546139e |
76 | 2024-08-02T03:46:31.066Z | + git checkout -f renovate/predicates-3.x |
77 | 2024-08-02T03:46:31.202Z | Switched to branch 'renovate/predicates-3.x' |
78 | 2024-08-02T03:46:31.209Z | + git reset --hard 613a728ea210b00646465017fc5981bab546139e |
79 | 2024-08-02T03:46:31.214Z | HEAD is now at 613a728ea Update Rust crate predicates to 3.1.2 |
80 | 2024-08-02T03:46:31.217Z | process exited: duration 9303 ms, exit code 0 |
|
81 | 2024-08-02T03:46:31.227Z | starting task 4: "build" |
82 | 2024-08-02T03:46:31.234Z | + cargo --version |
83 | 2024-08-02T03:46:31.286Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-02T03:46:31.297Z | + rustc --version |
85 | 2024-08-02T03:46:31.344Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-02T03:46:31.347Z | + source ./env.sh |
87 | 2024-08-02T03:46:31.347Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-02T03:46:31.347Z | ++ set -o xtrace |
89 | 2024-08-02T03:46:31.350Z | ++++ dirname ./env.sh |
90 | 2024-08-02T03:46:31.353Z | +++ readlink -f . |
91 | 2024-08-02T03:46:31.436Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-02T03:46:31.442Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-02T03:46:31.442Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-02T03:46:31.442Z | ++ 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 |
95 | 2024-08-02T03:46:31.442Z | ++ 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 |
96 | 2024-08-02T03:46:31.442Z | ++ 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 |
97 | 2024-08-02T03:46:31.442Z | ++ 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 |
98 | 2024-08-02T03:46:31.443Z | ++ 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 |
99 | 2024-08-02T03:46:31.443Z | ++ 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 |
100 | 2024-08-02T03:46:31.443Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-02T03:46:31.443Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-02T03:46:31.443Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
103 | 2024-08-02T03:46:31.443Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
104 | 2024-08-02T03:46:31.443Z | + banner prerequisites |
105 | 2024-08-02T03:46:31.486Z | |
106 | 2024-08-02T03:46:31.486Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-02T03:46:31.486Z | # # # # # # # # # # # # # # # |
108 | 2024-08-02T03:46:31.486Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-02T03:46:31.486Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-02T03:46:31.487Z | # # # # # # # # # # # # # # # |
111 | 2024-08-02T03:46:31.487Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-02T03:46:31.487Z | |
113 | 2024-08-02T03:46:31.498Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-02T03:46:44.705Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-02T03:46:46.878Z | Startup: Caching catalogs ... Done |
116 | 2024-08-02T03:46:50.498Z | Planning: Solver setup ... Done (3.048s) |
117 | 2024-08-02T03:46:50.559Z | Planning: Running solver ... Done (0.059s) |
118 | 2024-08-02T03:46:50.606Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2024-08-02T03:46:51.053Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-08-02T03:46:53.119Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-08-02T03:46:53.171Z | Planning: Package planning ... Done (0.050s) |
122 | 2024-08-02T03:46:53.220Z | Planning: Merging actions ... Done (0.051s) |
123 | 2024-08-02T03:46:53.936Z | Planning: Checking for conflicting actions ... Done (0.709s) |
124 | 2024-08-02T03:46:53.947Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2024-08-02T03:46:57.497Z | Planning: Evaluating mediators ... Done (3.556s) |
126 | 2024-08-02T03:46:57.509Z | Planning: Planning completed in 10.56 seconds |
127 | 2024-08-02T03:46:57.755Z | Packages to install: 4 |
128 | 2024-08-02T03:46:57.755Z | Mediators to change: 2 |
129 | 2024-08-02T03:46:57.755Z | Services to change: 1 |
130 | 2024-08-02T03:46:57.755Z | Estimated space available: 155.75 GB |
131 | 2024-08-02T03:46:57.755Z | Estimated space to be consumed: 1.47 GB |
132 | 2024-08-02T03:46:57.771Z | Create boot environment: No |
133 | 2024-08-02T03:46:57.771Z | Create backup boot environment: No |
134 | 2024-08-02T03:46:57.771Z | Rebuild boot archive: No |
135 | 2024-08-02T03:46:57.771Z | |
136 | 2024-08-02T03:46:57.771Z | Changed mediators: |
137 | 2024-08-02T03:46:57.771Z | mediator clang: |
138 | 2024-08-02T03:46:57.771Z | version: None -> 15 (system default) |
139 | 2024-08-02T03:46:57.772Z | |
140 | 2024-08-02T03:46:57.772Z | mediator llvm: |
141 | 2024-08-02T03:46:57.772Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-08-02T03:46:57.772Z | |
143 | 2024-08-02T03:46:57.772Z | Changed packages: |
144 | 2024-08-02T03:46:57.772Z | helios-dev |
145 | 2024-08-02T03:46:57.772Z | developer/build-essential |
146 | 2024-08-02T03:46:57.772Z | None -> 11-2.0 |
147 | 2024-08-02T03:46:57.772Z | library/libxmlsec1 |
148 | 2024-08-02T03:46:57.772Z | None -> 1.2.35-2.0 |
149 | 2024-08-02T03:46:57.772Z | ooce/developer/clang-15 |
150 | 2024-08-02T03:46:57.772Z | None -> 15.0.7-2.0 |
151 | 2024-08-02T03:46:57.772Z | ooce/developer/llvm-15 |
152 | 2024-08-02T03:46:57.772Z | None -> 15.0.7-2.0 |
153 | 2024-08-02T03:46:57.773Z | |
154 | 2024-08-02T03:46:57.773Z | Services: |
155 | 2024-08-02T03:46:57.773Z | restart_fmri: |
156 | 2024-08-02T03:46:57.773Z | svc:/system/update-man-index:default |
157 | 2024-08-02T03:46:57.866Z | |
158 | 2024-08-02T03:46:57.866Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-08-02T03:47:02.866Z | Download: 883/3290 items 18.9/212.6MB 8% complete (3.9M/s) |
160 | 2024-08-02T03:47:08.677Z | Download: 1192/3290 items 83.2/212.6MB 39% complete (9.3M/s) |
161 | 2024-08-02T03:47:15.030Z | Download: 1195/3290 items 83.5/212.6MB 39% complete (8.9M/s) |
162 | 2024-08-02T03:47:32.669Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
163 | 2024-08-02T03:47:37.685Z | Download: 1379/3290 items 116.3/212.6MB 54% complete (7.3M/s) |
164 | 2024-08-02T03:47:42.717Z | Download: 1711/3290 items 117.4/212.6MB 55% complete (3.7M/s) |
165 | 2024-08-02T03:47:47.743Z | Download: 1846/3290 items 117.9/212.6MB 55% complete (386k/s) |
166 | 2024-08-02T03:47:52.906Z | Download: 2213/3290 items 118.6/212.6MB 55% complete (110k/s) |
167 | 2024-08-02T03:47:59.160Z | Download: 2223/3290 items 118.6/212.6MB 55% complete (108k/s) |
168 | 2024-08-02T03:48:04.172Z | Download: 2426/3290 items 120.1/212.6MB 56% complete (155k/s) |
169 | 2024-08-02T03:48:09.183Z | Download: 2836/3290 items 121.1/212.6MB 56% complete (255k/s) |
170 | 2024-08-02T03:48:14.190Z | Download: 3099/3290 items 162.6/212.6MB 76% complete (4.2M/s) |
171 | 2024-08-02T03:48:19.208Z | Download: 3243/3290 items 200.6/212.6MB 94% complete (7.9M/s) |
172 | 2024-08-02T03:48:26.447Z | Download: 3246/3290 items 202.7/212.6MB 95% complete (8.0M/s) |
173 | 2024-08-02T03:48:35.874Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (4.9M/s) |
174 | 2024-08-02T03:48:42.196Z | Download: 3286/3290 items 211.4/212.6MB 99% complete (2.3M/s) |
175 | 2024-08-02T03:48:48.619Z | Download: 3289/3290 items 211.8/212.6MB 99% complete (1.9M/s) |
176 | 2024-08-02T03:48:48.668Z | Download: Completed 212.60 MB in 110.78 seconds (1.9M/s) |
177 | 2024-08-02T03:48:48.819Z | Actions: 1/3689 actions (Installing new actions) |
178 | 2024-08-02T03:48:53.868Z | Actions: 3607/3689 actions (Installing new actions) |
179 | 2024-08-02T03:48:53.905Z | Actions: Completed 3689 actions in 5.09 seconds. |
180 | 2024-08-02T03:48:54.169Z | Done (0.260s) |
181 | 2024-08-02T03:48:54.169Z | Done (0.000s) |
182 | 2024-08-02T03:48:54.516Z | Done (0.346s) |
183 | 2024-08-02T03:48:59.635Z | Done (4.954s) |
184 | 2024-08-02T03:48:59.798Z | Done (0.099s) |
185 | 2024-08-02T03:48:59.801Z | Done (0.000s) |
186 | 2024-08-02T03:48:59.961Z | Done (0.000s) |
187 | 2024-08-02T03:49:00.551Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-08-02T03:49:00.723Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-08-02T03:49:00.725Z | Planning: Consolidating action changes ... Done |
190 | 2024-08-02T03:49:00.993Z | Planning: Evaluating mediators ... Done |
191 | 2024-08-02T03:49:00.996Z | Planning: Planning completed in 0.44 seconds |
192 | 2024-08-02T03:49:01.028Z | Mediators to change: 2 |
193 | 2024-08-02T03:49:01.028Z | Create boot environment: No |
194 | 2024-08-02T03:49:01.028Z | Create backup boot environment: No |
195 | 2024-08-02T03:49:01.098Z | Done |
196 | 2024-08-02T03:49:01.099Z | Done |
197 | 2024-08-02T03:49:01.332Z | Done |
198 | 2024-08-02T03:49:04.952Z | Done |
199 | 2024-08-02T03:49:05.043Z | Done |
200 | 2024-08-02T03:49:05.043Z | Done |
201 | 2024-08-02T03:49:05.160Z | Done |
202 | 2024-08-02T03:49:05.785Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-08-02T03:49:05.788Z | Planning: Merging actions ... Done |
204 | 2024-08-02T03:49:05.984Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-08-02T03:49:05.987Z | Planning: Consolidating action changes ... Done |
206 | 2024-08-02T03:49:06.269Z | Planning: Evaluating mediators ... Done |
207 | 2024-08-02T03:49:06.320Z | Planning: Planning completed in 0.77 seconds |
208 | 2024-08-02T03:49:06.355Z | Packages to change: 1 |
209 | 2024-08-02T03:49:06.355Z | Mediators to change: 1 |
210 | 2024-08-02T03:49:06.355Z | Services to change: 1 |
211 | 2024-08-02T03:49:06.355Z | Create boot environment: No |
212 | 2024-08-02T03:49:06.355Z | Create backup boot environment: Yes |
213 | 2024-08-02T03:49:08.261Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-08-02T03:49:08.291Z | Actions: Completed 6 actions in 0.03 seconds. |
215 | 2024-08-02T03:49:08.295Z | Done |
216 | 2024-08-02T03:49:08.295Z | Done |
217 | 2024-08-02T03:49:08.366Z | Done |
218 | 2024-08-02T03:49:12.095Z | Done |
219 | 2024-08-02T03:49:12.184Z | Done |
220 | 2024-08-02T03:49:12.187Z | Done |
221 | 2024-08-02T03:49:12.290Z | Done |
222 | 2024-08-02T03:49:12.722Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-08-02T03:49:12.722Z | clang system 15 system |
224 | 2024-08-02T03:49:12.722Z | csh system system illumos |
225 | 2024-08-02T03:49:12.722Z | ctags system system illumos |
226 | 2024-08-02T03:49:12.722Z | gcc vendor 12 vendor |
227 | 2024-08-02T03:49:12.722Z | gcc system 10 system |
228 | 2024-08-02T03:49:12.722Z | gcc system 7 system |
229 | 2024-08-02T03:49:12.722Z | go system 1.20 system |
230 | 2024-08-02T03:49:12.722Z | go system 1.19 system |
231 | 2024-08-02T03:49:12.722Z | llvm system 15 system |
232 | 2024-08-02T03:49:12.722Z | llvm system 14 system |
233 | 2024-08-02T03:49:12.722Z | mariadb system 10.6 system |
234 | 2024-08-02T03:49:12.722Z | mta vendor vendor dma |
235 | 2024-08-02T03:49:12.722Z | openjdk system 17 system |
236 | 2024-08-02T03:49:12.722Z | openjdk system 11 system |
237 | 2024-08-02T03:49:12.722Z | openjdk system 1.8 system |
238 | 2024-08-02T03:49:12.722Z | openssl vendor 3 vendor |
239 | 2024-08-02T03:49:12.722Z | perl system 5.36 system |
240 | 2024-08-02T03:49:12.722Z | postgresql system 15 system |
241 | 2024-08-02T03:49:12.722Z | postgresql system 13 system |
242 | 2024-08-02T03:49:12.722Z | python vendor 3 vendor |
243 | 2024-08-02T03:49:12.722Z | python system 2 system |
244 | 2024-08-02T03:49:12.722Z | python3 system 3.11 system |
245 | 2024-08-02T03:49:12.722Z | ruby system 3.0 system |
246 | 2024-08-02T03:49:12.722Z | words vendor vendor american-english |
247 | 2024-08-02T03:49:12.722Z | words system system australian-english |
248 | 2024-08-02T03:49:12.722Z | words system system british-english |
249 | 2024-08-02T03:49:12.723Z | words system system canadian-english |
250 | 2024-08-02T03:49:12.723Z | words system system french |
251 | 2024-08-02T03:49:12.723Z | words system system italian |
252 | 2024-08-02T03:49:12.723Z | words system system ngerman |
253 | 2024-08-02T03:49:12.723Z | words system system ogerman |
254 | 2024-08-02T03:49:12.723Z | words system system spanish |
255 | 2024-08-02T03:49:13.052Z | PUBLISHER TYPE STATUS P LOCATION |
256 | 2024-08-02T03:49:13.052Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
257 | 2024-08-02T03:49:14.702Z | FMRI IFO |
258 | 2024-08-02T03:49:14.702Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2024-08-02T03:49:14.702Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2024-08-02T03:49:14.702Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2024-08-02T03:49:14.703Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2024-08-02T03:49:14.703Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
263 | 2024-08-02T03:49:14.703Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2024-08-02T03:49:14.703Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
265 | 2024-08-02T03:49:14.703Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-08-02T03:49:14.703Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-08-02T03:49:14.703Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-08-02T03:49:14.703Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-08-02T03:49:14.703Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-08-02T03:49:15.261Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-08-02T03:49:15.500Z | Updating git repository `https://github.com/oxidecomputer/zone` |
272 | 2024-08-02T03:49:15.741Z | Updating crates.io index |
273 | 2024-08-02T03:49:15.744Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
274 | 2024-08-02T03:49:16.436Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
275 | 2024-08-02T03:49:17.206Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
276 | 2024-08-02T03:49:17.479Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
277 | 2024-08-02T03:49:19.186Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
278 | 2024-08-02T03:49:19.428Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
279 | 2024-08-02T03:49:19.700Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
280 | 2024-08-02T03:49:20.808Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
281 | 2024-08-02T03:49:22.653Z | Updating git repository `https://github.com/oxidecomputer/opte` |
282 | 2024-08-02T03:49:23.544Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
283 | 2024-08-02T03:49:24.207Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-08-02T03:49:24.749Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
285 | 2024-08-02T03:49:25.032Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
286 | 2024-08-02T03:49:25.331Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
287 | 2024-08-02T03:49:25.591Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
288 | 2024-08-02T03:49:25.868Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
289 | 2024-08-02T03:49:26.117Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
290 | 2024-08-02T03:49:26.351Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
291 | 2024-08-02T03:49:26.626Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
292 | 2024-08-02T03:49:26.962Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
293 | 2024-08-02T03:49:27.262Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
294 | 2024-08-02T03:49:27.673Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
295 | 2024-08-02T03:49:28.111Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
296 | 2024-08-02T03:49:28.395Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2024-08-02T03:49:28.755Z | Updating git repository `https://github.com/oxidecomputer/typify` |
298 | 2024-08-02T03:49:30.990Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
299 | 2024-08-02T03:49:31.251Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
300 | 2024-08-02T03:49:31.524Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
301 | 2024-08-02T03:49:31.827Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
302 | 2024-08-02T03:49:32.993Z | Downloading crates ... |
303 | 2024-08-02T03:49:33.071Z | Downloaded autocfg v1.3.0 |
304 | 2024-08-02T03:49:33.074Z | Downloaded anstyle-parse v0.2.4 |
305 | 2024-08-02T03:49:33.077Z | Downloaded dtrace-parser v0.2.0 |
306 | 2024-08-02T03:49:33.089Z | Downloaded pretty-hex v0.4.1 |
307 | 2024-08-02T03:49:33.093Z | Downloaded scroll_derive v0.12.0 |
308 | 2024-08-02T03:49:33.098Z | Downloaded heck v0.4.1 |
309 | 2024-08-02T03:49:33.102Z | Downloaded cfg-if v1.0.0 |
310 | 2024-08-02T03:49:33.102Z | Downloaded fs-err v2.11.0 |
311 | 2024-08-02T03:49:33.105Z | Downloaded errno v0.3.9 |
312 | 2024-08-02T03:49:33.105Z | Downloaded equivalent v1.0.1 |
313 | 2024-08-02T03:49:33.105Z | Downloaded cpufeatures v0.2.12 |
314 | 2024-08-02T03:49:33.108Z | Downloaded anstyle-query v1.0.3 |
315 | 2024-08-02T03:49:33.108Z | Downloaded bytecount v0.6.8 |
316 | 2024-08-02T03:49:33.112Z | Downloaded memmap v0.7.0 |
317 | 2024-08-02T03:49:33.112Z | Downloaded itoa v1.0.11 |
318 | 2024-08-02T03:49:33.115Z | Downloaded anstyle v1.0.8 |
319 | 2024-08-02T03:49:33.115Z | Downloaded clap_lex v0.7.0 |
320 | 2024-08-02T03:49:33.115Z | Downloaded cargo_metadata v0.18.1 |
321 | 2024-08-02T03:49:33.119Z | Downloaded block-buffer v0.10.4 |
322 | 2024-08-02T03:49:33.119Z | Downloaded thiserror-impl v1.0.63 |
323 | 2024-08-02T03:49:33.119Z | Downloaded strsim v0.11.1 |
324 | 2024-08-02T03:49:33.121Z | Downloaded serde_tokenstream v0.2.1 |
325 | 2024-08-02T03:49:33.124Z | Downloaded proc-macro-error-attr v1.0.4 |
326 | 2024-08-02T03:49:33.127Z | Downloaded terminal_size v0.3.0 |
327 | 2024-08-02T03:49:33.130Z | Downloaded usdt v0.5.0 |
328 | 2024-08-02T03:49:33.130Z | Downloaded is_terminal_polyfill v1.70.0 |
329 | 2024-08-02T03:49:33.134Z | Downloaded bitflags v2.6.0 |
330 | 2024-08-02T03:49:33.138Z | Downloaded tabled_derive v0.7.0 |
331 | 2024-08-02T03:49:33.143Z | Downloaded digest v0.10.7 |
332 | 2024-08-02T03:49:33.143Z | Downloaded colorchoice v1.0.1 |
333 | 2024-08-02T03:49:33.146Z | Downloaded anyhow v1.0.86 |
334 | 2024-08-02T03:49:33.146Z | Downloaded anstream v0.6.14 |
335 | 2024-08-02T03:49:33.148Z | Downloaded usdt-attr-macro v0.5.0 |
336 | 2024-08-02T03:49:33.148Z | Downloaded swrite v0.1.0 |
337 | 2024-08-02T03:49:33.152Z | Downloaded usdt-macro v0.5.0 |
338 | 2024-08-02T03:49:33.161Z | Downloaded usdt-impl v0.5.0 |
339 | 2024-08-02T03:49:33.164Z | Downloaded once_cell v1.19.0 |
340 | 2024-08-02T03:49:33.167Z | Downloaded pest_derive v2.7.10 |
341 | 2024-08-02T03:49:33.170Z | Downloaded zerocopy-derive v0.7.34 |
342 | 2024-08-02T03:49:33.174Z | Downloaded quote v1.0.36 |
343 | 2024-08-02T03:49:33.177Z | Downloaded utf8parse v0.2.1 |
344 | 2024-08-02T03:49:33.179Z | Downloaded heck v0.5.0 |
345 | 2024-08-02T03:49:33.179Z | Downloaded log v0.4.21 |
346 | 2024-08-02T03:49:33.182Z | Downloaded fnv v1.0.7 |
347 | 2024-08-02T03:49:33.182Z | Downloaded macaddr v1.0.1 |
348 | 2024-08-02T03:49:33.184Z | Downloaded plain v0.2.3 |
349 | 2024-08-02T03:49:33.185Z | Downloaded generic-array v0.14.7 |
350 | 2024-08-02T03:49:33.187Z | Downloaded dof v0.3.0 |
351 | 2024-08-02T03:49:33.190Z | Downloaded version_check v0.9.4 |
352 | 2024-08-02T03:49:33.196Z | Downloaded thread-id v4.2.1 |
353 | 2024-08-02T03:49:33.199Z | Downloaded thiserror v1.0.63 |
354 | 2024-08-02T03:49:33.204Z | Downloaded pest_generator v2.7.10 |
355 | 2024-08-02T03:49:33.207Z | Downloaded cargo-platform v0.1.8 |
356 | 2024-08-02T03:49:33.207Z | Downloaded camino v1.1.7 |
357 | 2024-08-02T03:49:33.210Z | Downloaded pest_meta v2.7.10 |
358 | 2024-08-02T03:49:33.212Z | Downloaded unicode-ident v1.0.12 |
359 | 2024-08-02T03:49:33.213Z | Downloaded typenum v1.17.0 |
360 | 2024-08-02T03:49:33.215Z | Downloaded ryu v1.0.18 |
361 | 2024-08-02T03:49:33.218Z | Downloaded crypto-common v0.1.6 |
362 | 2024-08-02T03:49:33.221Z | Downloaded sha2 v0.10.8 |
363 | 2024-08-02T03:49:33.221Z | Downloaded serde_spanned v0.6.7 |
364 | 2024-08-02T03:49:33.224Z | Downloaded semver v1.0.23 |
365 | 2024-08-02T03:49:33.227Z | Downloaded scroll v0.12.0 |
366 | 2024-08-02T03:49:33.227Z | Downloaded clap_derive v4.5.8 |
367 | 2024-08-02T03:49:33.230Z | Downloaded cargo_toml v0.20.4 |
368 | 2024-08-02T03:49:33.230Z | Downloaded proc-macro-error v1.0.4 |
369 | 2024-08-02T03:49:33.233Z | Downloaded byteorder v1.5.0 |
370 | 2024-08-02T03:49:33.236Z | Downloaded toml_datetime v0.6.8 |
371 | 2024-08-02T03:49:33.236Z | Downloaded toml v0.8.19 |
372 | 2024-08-02T03:49:33.241Z | Downloaded clap v4.5.9 |
373 | 2024-08-02T03:49:33.250Z | Downloaded ucd-trie v0.1.6 |
374 | 2024-08-02T03:49:33.253Z | Downloaded indexmap v2.2.6 |
375 | 2024-08-02T03:49:33.259Z | Downloaded serde v1.0.204 |
376 | 2024-08-02T03:49:33.262Z | Downloaded proc-macro2 v1.0.86 |
377 | 2024-08-02T03:49:33.270Z | Downloaded serde_derive v1.0.204 |
378 | 2024-08-02T03:49:33.274Z | Downloaded papergrid v0.11.0 |
379 | 2024-08-02T03:49:33.284Z | Downloaded memchr v2.7.2 |
380 | 2024-08-02T03:49:33.291Z | Downloaded toml_edit v0.22.20 |
381 | 2024-08-02T03:49:33.312Z | Downloaded pest v2.7.10 |
382 | 2024-08-02T03:49:33.338Z | Downloaded hashbrown v0.14.5 |
383 | 2024-08-02T03:49:33.347Z | Downloaded goblin v0.8.2 |
384 | 2024-08-02T03:49:33.353Z | Downloaded clap_builder v4.5.9 |
385 | 2024-08-02T03:49:33.360Z | Downloaded zerocopy v0.7.34 |
386 | 2024-08-02T03:49:33.376Z | Downloaded winnow v0.6.18 |
387 | 2024-08-02T03:49:33.384Z | Downloaded serde_json v1.0.120 |
388 | 2024-08-02T03:49:33.391Z | Downloaded tabled v0.15.0 |
389 | 2024-08-02T03:49:33.406Z | Downloaded syn v2.0.72 |
390 | 2024-08-02T03:49:33.416Z | Downloaded syn v1.0.109 |
391 | 2024-08-02T03:49:33.427Z | Downloaded rustix v0.38.34 |
392 | 2024-08-02T03:49:33.448Z | Downloaded unicode-width v0.1.13 |
393 | 2024-08-02T03:49:33.457Z | Downloaded libc v0.2.155 |
394 | 2024-08-02T03:49:33.748Z | Compiling proc-macro2 v1.0.86 |
395 | 2024-08-02T03:49:33.748Z | Compiling unicode-ident v1.0.12 |
396 | 2024-08-02T03:49:33.751Z | Compiling version_check v0.9.4 |
397 | 2024-08-02T03:49:33.751Z | Compiling serde v1.0.204 |
398 | 2024-08-02T03:49:33.751Z | Compiling thiserror v1.0.63 |
399 | 2024-08-02T03:49:33.751Z | Compiling libc v0.2.155 |
400 | 2024-08-02T03:49:33.751Z | Compiling memchr v2.7.2 |
401 | 2024-08-02T03:49:33.751Z | Compiling itoa v1.0.11 |
402 | 2024-08-02T03:49:34.035Z | Compiling ryu v1.0.18 |
403 | 2024-08-02T03:49:34.086Z | Compiling ucd-trie v0.1.6 |
404 | 2024-08-02T03:49:34.346Z | Compiling once_cell v1.19.0 |
405 | 2024-08-02T03:49:34.624Z | Compiling byteorder v1.5.0 |
406 | 2024-08-02T03:49:34.688Z | Compiling serde_json v1.0.120 |
407 | 2024-08-02T03:49:35.610Z | Compiling usdt-impl v0.5.0 |
408 | 2024-08-02T03:49:35.631Z | Compiling proc-macro-error-attr v1.0.4 |
409 | 2024-08-02T03:49:35.634Z | Compiling syn v1.0.109 |
410 | 2024-08-02T03:49:35.672Z | Compiling rustix v0.38.34 |
411 | 2024-08-02T03:49:35.795Z | Compiling proc-macro-error v1.0.4 |
412 | 2024-08-02T03:49:35.981Z | Compiling hashbrown v0.14.5 |
413 | 2024-08-02T03:49:36.083Z | Compiling bitflags v2.6.0 |
414 | 2024-08-02T03:49:36.103Z | Compiling equivalent v1.0.1 |
415 | 2024-08-02T03:49:36.216Z | Compiling log v0.4.21 |
416 | 2024-08-02T03:49:36.393Z | Compiling thread-id v4.2.1 |
417 | 2024-08-02T03:49:36.481Z | Compiling utf8parse v0.2.1 |
418 | 2024-08-02T03:49:36.521Z | Compiling quote v1.0.36 |
419 | 2024-08-02T03:49:36.543Z | Compiling plain v0.2.3 |
420 | 2024-08-02T03:49:36.623Z | Compiling anstyle-parse v0.2.4 |
421 | 2024-08-02T03:49:36.700Z | Compiling anstyle-query v1.0.3 |
422 | 2024-08-02T03:49:36.748Z | Compiling anstyle v1.0.8 |
423 | 2024-08-02T03:49:36.862Z | Compiling errno v0.3.9 |
424 | 2024-08-02T03:49:36.967Z | Compiling syn v2.0.72 |
425 | 2024-08-02T03:49:37.158Z | Compiling colorchoice v1.0.1 |
426 | 2024-08-02T03:49:37.217Z | Compiling indexmap v2.2.6 |
427 | 2024-08-02T03:49:37.242Z | Compiling is_terminal_polyfill v1.70.0 |
428 | 2024-08-02T03:49:37.349Z | Compiling semver v1.0.23 |
429 | 2024-08-02T03:49:37.352Z | Compiling camino v1.1.7 |
430 | 2024-08-02T03:49:37.415Z | Compiling winnow v0.6.18 |
431 | 2024-08-02T03:49:37.953Z | Compiling autocfg v1.3.0 |
432 | 2024-08-02T03:49:38.106Z | Compiling pretty-hex v0.4.1 |
433 | 2024-08-02T03:49:38.374Z | Compiling terminal_size v0.3.0 |
434 | 2024-08-02T03:49:38.712Z | Compiling anstream v0.6.14 |
435 | 2024-08-02T03:49:38.821Z | Compiling clap_lex v0.7.0 |
436 | 2024-08-02T03:49:38.860Z | Compiling strsim v0.11.1 |
437 | 2024-08-02T03:49:38.865Z | Compiling heck v0.5.0 |
438 | 2024-08-02T03:49:38.918Z | Compiling fs-err v2.11.0 |
439 | 2024-08-02T03:49:39.224Z | Compiling fnv v1.0.7 |
440 | 2024-08-02T03:49:39.299Z | Compiling anyhow v1.0.86 |
441 | 2024-08-02T03:49:39.364Z | Compiling unicode-width v0.1.13 |
442 | 2024-08-02T03:49:39.421Z | Compiling bytecount v0.6.8 |
443 | 2024-08-02T03:49:39.450Z | Compiling heck v0.4.1 |
444 | 2024-08-02T03:49:39.610Z | Compiling papergrid v0.11.0 |
445 | 2024-08-02T03:49:39.781Z | Compiling clap_builder v4.5.9 |
446 | 2024-08-02T03:49:39.811Z | Compiling memmap v0.7.0 |
447 | 2024-08-02T03:49:40.552Z | Compiling swrite v0.1.0 |
448 | 2024-08-02T03:49:42.248Z | Compiling tabled_derive v0.7.0 |
449 | 2024-08-02T03:49:43.614Z | Compiling tabled v0.15.0 |
450 | 2024-08-02T03:49:45.679Z | Compiling serde_derive v1.0.204 |
451 | 2024-08-02T03:49:45.679Z | Compiling thiserror-impl v1.0.63 |
452 | 2024-08-02T03:49:45.681Z | Compiling zerocopy-derive v0.7.34 |
453 | 2024-08-02T03:49:45.681Z | Compiling scroll_derive v0.12.0 |
454 | 2024-08-02T03:49:45.681Z | Compiling clap_derive v4.5.8 |
455 | 2024-08-02T03:49:46.971Z | Compiling scroll v0.12.0 |
456 | 2024-08-02T03:49:47.489Z | Compiling goblin v0.8.2 |
457 | 2024-08-02T03:49:47.562Z | Compiling zerocopy v0.7.34 |
458 | 2024-08-02T03:49:48.141Z | Compiling pest v2.7.10 |
459 | 2024-08-02T03:49:49.606Z | Compiling clap v4.5.9 |
460 | 2024-08-02T03:49:50.405Z | Compiling pest_meta v2.7.10 |
461 | 2024-08-02T03:49:51.216Z | Compiling pest_generator v2.7.10 |
462 | 2024-08-02T03:49:52.885Z | Compiling pest_derive v2.7.10 |
463 | 2024-08-02T03:49:53.565Z | Compiling dtrace-parser v0.2.0 |
464 | 2024-08-02T03:49:55.577Z | Compiling serde_spanned v0.6.7 |
465 | 2024-08-02T03:49:55.580Z | Compiling toml_datetime v0.6.8 |
466 | 2024-08-02T03:49:55.580Z | Compiling cargo-platform v0.1.8 |
467 | 2024-08-02T03:49:55.957Z | Compiling serde_tokenstream v0.2.1 |
468 | 2024-08-02T03:49:55.961Z | Compiling toml_edit v0.22.20 |
469 | 2024-08-02T03:49:56.139Z | Compiling macaddr v1.0.1 |
470 | 2024-08-02T03:49:56.991Z | Compiling dof v0.3.0 |
471 | 2024-08-02T03:49:56.991Z | Compiling cargo_metadata v0.18.1 |
472 | 2024-08-02T03:49:58.901Z | Compiling toml v0.8.19 |
473 | 2024-08-02T03:49:59.059Z | Compiling usdt-attr-macro v0.5.0 |
474 | 2024-08-02T03:49:59.059Z | Compiling usdt-macro v0.5.0 |
475 | 2024-08-02T03:49:59.781Z | Compiling cargo_toml v0.20.4 |
476 | 2024-08-02T03:50:00.516Z | Compiling usdt v0.5.0 |
477 | 2024-08-02T03:50:03.671Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
478 | 2024-08-02T03:50:07.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.50s |
479 | 2024-08-02T03:50:07.810Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
480 | 2024-08-02T03:50:08.370Z | Downloading crates ... |
481 | 2024-08-02T03:50:08.483Z | Downloaded atty v0.2.14 |
482 | 2024-08-02T03:50:08.491Z | Downloaded async-stream-impl v0.3.5 |
483 | 2024-08-02T03:50:08.495Z | Downloaded bitstruct v0.1.1 |
484 | 2024-08-02T03:50:08.499Z | Downloaded atomic-waker v1.1.2 |
485 | 2024-08-02T03:50:08.503Z | Downloaded ascii-canvas v3.0.0 |
486 | 2024-08-02T03:50:08.508Z | Downloaded async-recursion v1.1.1 |
487 | 2024-08-02T03:50:08.511Z | Downloaded array-init v0.0.4 |
488 | 2024-08-02T03:50:08.512Z | Downloaded is-terminal v0.4.12 |
489 | 2024-08-02T03:50:08.512Z | Downloaded ciborium-io v0.2.2 |
490 | 2024-08-02T03:50:08.512Z | Downloaded adler v1.0.2 |
491 | 2024-08-02T03:50:08.516Z | Downloaded cfg_aliases v0.1.1 |
492 | 2024-08-02T03:50:08.519Z | Downloaded new_debug_unreachable v1.0.6 |
493 | 2024-08-02T03:50:08.519Z | Downloaded inout v0.1.3 |
494 | 2024-08-02T03:50:08.522Z | Downloaded ipnet v2.9.0 |
495 | 2024-08-02T03:50:08.526Z | Downloaded crunchy v0.2.2 |
496 | 2024-08-02T03:50:08.529Z | Downloaded cstr-argument v0.1.2 |
497 | 2024-08-02T03:50:08.529Z | Downloaded atomicwrites v0.4.3 |
498 | 2024-08-02T03:50:08.532Z | Downloaded assert_matches v1.5.0 |
499 | 2024-08-02T03:50:08.532Z | Downloaded cipher v0.4.4 |
500 | 2024-08-02T03:50:08.535Z | Downloaded number_prefix v0.4.0 |
501 | 2024-08-02T03:50:08.538Z | Downloaded base16ct v0.2.0 |
502 | 2024-08-02T03:50:08.538Z | Downloaded aead v0.5.2 |
503 | 2024-08-02T03:50:08.540Z | Downloaded addr2line v0.21.0 |
504 | 2024-08-02T03:50:08.543Z | Downloaded openssl-macros v0.1.1 |
505 | 2024-08-02T03:50:08.546Z | Downloaded num-conv v0.1.0 |
506 | 2024-08-02T03:50:08.546Z | Downloaded peg-runtime v0.8.3 |
507 | 2024-08-02T03:50:08.546Z | Downloaded match_cfg v0.1.0 |
508 | 2024-08-02T03:50:08.549Z | Downloaded instant v0.1.12 |
509 | 2024-08-02T03:50:08.552Z | Downloaded oso-derive v0.27.3 |
510 | 2024-08-02T03:50:08.552Z | Downloaded maybe-uninit v2.0.0 |
511 | 2024-08-02T03:50:08.555Z | Downloaded crc v3.2.1 |
512 | 2024-08-02T03:50:08.558Z | Downloaded lazycell v1.3.0 |
513 | 2024-08-02T03:50:08.558Z | Downloaded bitfield-struct v0.6.1 |
514 | 2024-08-02T03:50:08.558Z | Downloaded crc-catalog v2.4.0 |
515 | 2024-08-02T03:50:08.562Z | Downloaded nanorand v0.7.0 |
516 | 2024-08-02T03:50:08.564Z | Downloaded convert_case v0.4.0 |
517 | 2024-08-02T03:50:08.565Z | Downloaded nibble_vec v0.1.0 |
518 | 2024-08-02T03:50:08.567Z | Downloaded lru v0.12.3 |
519 | 2024-08-02T03:50:08.568Z | Downloaded linked-hash-map v0.5.6 |
520 | 2024-08-02T03:50:08.570Z | Downloaded num_cpus v1.16.0 |
521 | 2024-08-02T03:50:08.574Z | Downloaded darling_macro v0.20.9 |
522 | 2024-08-02T03:50:08.574Z | Downloaded paste v1.0.15 |
523 | 2024-08-02T03:50:08.580Z | Downloaded bitstruct_derive v0.1.0 |
524 | 2024-08-02T03:50:08.580Z | Downloaded colored v2.1.0 |
525 | 2024-08-02T03:50:08.585Z | Downloaded packed_struct v0.10.1 |
526 | 2024-08-02T03:50:08.585Z | Downloaded num-integer v0.1.46 |
527 | 2024-08-02T03:50:08.585Z | Downloaded camino-tempfile v1.1.1 |
528 | 2024-08-02T03:50:08.591Z | Downloaded defmt-parser v0.3.4 |
529 | 2024-08-02T03:50:08.591Z | Downloaded peg v0.8.4 |
530 | 2024-08-02T03:50:08.598Z | Downloaded arrayvec v0.7.4 |
531 | 2024-08-02T03:50:08.598Z | Downloaded signal-hook-tokio v0.3.1 |
532 | 2024-08-02T03:50:08.598Z | Downloaded impl-trait-for-tuples v0.2.2 |
533 | 2024-08-02T03:50:08.603Z | Downloaded nodrop v0.1.14 |
534 | 2024-08-02T03:50:08.603Z | Downloaded normalize-line-endings v0.3.0 |
535 | 2024-08-02T03:50:08.603Z | Downloaded newline-converter v0.3.0 |
536 | 2024-08-02T03:50:08.603Z | Downloaded chacha20 v0.9.1 |
537 | 2024-08-02T03:50:08.603Z | Downloaded bitfield v0.14.0 |
538 | 2024-08-02T03:50:08.607Z | Downloaded crossbeam-deque v0.8.5 |
539 | 2024-08-02T03:50:08.607Z | Downloaded newtype-uuid v1.1.0 |
540 | 2024-08-02T03:50:08.607Z | Downloaded multer v3.1.0 |
541 | 2024-08-02T03:50:08.610Z | Downloaded num_enum_derive v0.5.11 |
542 | 2024-08-02T03:50:08.614Z | Downloaded num-complex v0.4.6 |
543 | 2024-08-02T03:50:08.614Z | Downloaded cancel-safe-futures v0.1.5 |
544 | 2024-08-02T03:50:08.625Z | Downloaded maplit v1.0.2 |
545 | 2024-08-02T03:50:08.625Z | Downloaded opaque-debug v0.3.1 |
546 | 2024-08-02T03:50:08.625Z | Downloaded num_threads v0.1.7 |
547 | 2024-08-02T03:50:08.625Z | Downloaded buf-list v1.0.3 |
548 | 2024-08-02T03:50:08.625Z | Downloaded path-slash v0.1.5 |
549 | 2024-08-02T03:50:08.629Z | Downloaded openssl-probe v0.1.5 |
550 | 2024-08-02T03:50:08.629Z | Downloaded sync_wrapper v0.1.2 |
551 | 2024-08-02T03:50:08.629Z | Downloaded console v0.15.8 |
552 | 2024-08-02T03:50:08.629Z | Downloaded lru-cache v0.1.2 |
553 | 2024-08-02T03:50:08.632Z | Downloaded parking_lot_core v0.8.6 |
554 | 2024-08-02T03:50:08.632Z | Downloaded md-5 v0.10.6 |
555 | 2024-08-02T03:50:08.636Z | Downloaded strum_macros v0.25.3 |
556 | 2024-08-02T03:50:08.642Z | Downloaded password-hash v0.5.0 |
557 | 2024-08-02T03:50:08.642Z | Downloaded tower-service v0.3.2 |
558 | 2024-08-02T03:50:08.642Z | Downloaded cobs v0.2.3 |
559 | 2024-08-02T03:50:08.655Z | Downloaded parse-size v1.0.0 |
560 | 2024-08-02T03:50:08.655Z | Downloaded float-ord v0.3.2 |
561 | 2024-08-02T03:50:08.655Z | Downloaded csv-core v0.1.11 |
562 | 2024-08-02T03:50:08.655Z | Downloaded cookie_store v0.20.0 |
563 | 2024-08-02T03:50:08.660Z | Downloaded debug-ignore v1.0.5 |
564 | 2024-08-02T03:50:08.660Z | Downloaded num v0.4.3 |
565 | 2024-08-02T03:50:08.660Z | Downloaded diesel_table_macro_syntax v0.1.0 |
566 | 2024-08-02T03:50:08.660Z | Downloaded packed_struct_codegen v0.10.1 |
567 | 2024-08-02T03:50:08.660Z | Downloaded multimap v0.10.0 |
568 | 2024-08-02T03:50:08.660Z | Downloaded ciborium v0.2.2 |
569 | 2024-08-02T03:50:08.660Z | Downloaded base64ct v1.6.0 |
570 | 2024-08-02T03:50:08.660Z | Downloaded shell-words v1.1.0 |
571 | 2024-08-02T03:50:08.666Z | Downloaded parking_lot v0.12.2 |
572 | 2024-08-02T03:50:08.666Z | Downloaded omicron-zone-package v0.11.0 |
573 | 2024-08-02T03:50:08.724Z | Downloaded slog-stdlog v4.1.1 |
574 | 2024-08-02T03:50:08.724Z | Downloaded hubpack_derive v0.1.1 |
575 | 2024-08-02T03:50:08.724Z | Downloaded hash32 v0.2.1 |
576 | 2024-08-02T03:50:08.724Z | Downloaded float-cmp v0.9.0 |
577 | 2024-08-02T03:50:08.747Z | Downloaded clang-sys v1.7.0 |
578 | 2024-08-02T03:50:08.747Z | Downloaded futures-core v0.3.30 |
579 | 2024-08-02T03:50:08.747Z | Downloaded structmeta v0.3.0 |
580 | 2024-08-02T03:50:08.747Z | Downloaded spin v0.5.2 |
581 | 2024-08-02T03:50:08.747Z | Downloaded num-derive v0.4.2 |
582 | 2024-08-02T03:50:08.747Z | Downloaded lock_api v0.4.12 |
583 | 2024-08-02T03:50:08.747Z | Downloaded num_enum v0.5.11 |
584 | 2024-08-02T03:50:08.747Z | Downloaded ascii v1.1.0 |
585 | 2024-08-02T03:50:08.747Z | Downloaded untrusted v0.9.0 |
586 | 2024-08-02T03:50:08.747Z | Downloaded unicode-linebreak v0.1.5 |
587 | 2024-08-02T03:50:08.747Z | Downloaded zone v0.1.8 |
588 | 2024-08-02T03:50:08.747Z | Downloaded crc32fast v1.4.0 |
589 | 2024-08-02T03:50:08.747Z | Downloaded embedded-io v0.4.0 |
590 | 2024-08-02T03:50:08.747Z | Downloaded thiserror-impl-no-std v2.0.2 |
591 | 2024-08-02T03:50:08.747Z | Downloaded crossbeam-epoch v0.9.18 |
592 | 2024-08-02T03:50:08.748Z | Downloaded hash32 v0.3.1 |
593 | 2024-08-02T03:50:08.748Z | Downloaded cookie v0.17.0 |
594 | 2024-08-02T03:50:08.748Z | Downloaded base64 v0.13.1 |
595 | 2024-08-02T03:50:08.748Z | Downloaded cassowary v0.3.0 |
596 | 2024-08-02T03:50:08.748Z | Downloaded sqlparser_derive v0.2.2 |
597 | 2024-08-02T03:50:08.748Z | Downloaded psl-types v2.0.11 |
598 | 2024-08-02T03:50:08.748Z | Downloaded ff v0.13.0 |
599 | 2024-08-02T03:50:08.748Z | Downloaded zeroize_derive v1.4.2 |
600 | 2024-08-02T03:50:08.748Z | Downloaded native-tls v0.2.11 |
601 | 2024-08-02T03:50:08.748Z | Downloaded darling v0.20.9 |
602 | 2024-08-02T03:50:08.748Z | Downloaded linear-map v1.2.0 |
603 | 2024-08-02T03:50:08.748Z | Downloaded phf_shared v0.10.0 |
604 | 2024-08-02T03:50:08.748Z | Downloaded humantime v2.1.0 |
605 | 2024-08-02T03:50:08.748Z | Downloaded futures-io v0.3.30 |
606 | 2024-08-02T03:50:08.749Z | Downloaded futures-executor v0.3.30 |
607 | 2024-08-02T03:50:08.749Z | Downloaded chacha20poly1305 v0.10.1 |
608 | 2024-08-02T03:50:08.873Z | Downloaded tempfile v3.10.1 |
609 | 2024-08-02T03:50:08.873Z | Downloaded openssl-sys v0.9.103 |
610 | 2024-08-02T03:50:08.873Z | Downloaded waitgroup v0.1.2 |
611 | 2024-08-02T03:50:08.873Z | Downloaded foreign-types v0.5.0 |
612 | 2024-08-02T03:50:08.873Z | Downloaded ahash v0.8.11 |
613 | 2024-08-02T03:50:08.873Z | Downloaded foreign-types v0.3.2 |
614 | 2024-08-02T03:50:08.873Z | Downloaded crc-any v2.5.0 |
615 | 2024-08-02T03:50:08.873Z | Downloaded hex v0.4.3 |
616 | 2024-08-02T03:50:08.873Z | Downloaded walkdir v2.5.0 |
617 | 2024-08-02T03:50:08.873Z | Downloaded rpassword v7.3.1 |
618 | 2024-08-02T03:50:08.873Z | Downloaded http-body v0.4.6 |
619 | 2024-08-02T03:50:08.873Z | Downloaded rustc_version v0.1.7 |
620 | 2024-08-02T03:50:08.873Z | Downloaded whoami v1.5.1 |
621 | 2024-08-02T03:50:08.873Z | Downloaded rand_xorshift v0.3.0 |
622 | 2024-08-02T03:50:08.874Z | Downloaded darling_core v0.20.9 |
623 | 2024-08-02T03:50:08.961Z | Downloaded base64 v0.21.7 |
624 | 2024-08-02T03:50:08.961Z | Downloaded quick-error v1.2.3 |
625 | 2024-08-02T03:50:08.961Z | Downloaded serde_repr v0.1.19 |
626 | 2024-08-02T03:50:08.961Z | Downloaded smallvec v0.6.14 |
627 | 2024-08-02T03:50:08.961Z | Downloaded serde_plain v1.0.2 |
628 | 2024-08-02T03:50:08.962Z | Downloaded thread_local v1.1.8 |
629 | 2024-08-02T03:50:08.962Z | Downloaded compact_str v0.7.1 |
630 | 2024-08-02T03:50:08.962Z | Downloaded thiserror-no-std v2.0.2 |
631 | 2024-08-02T03:50:08.962Z | Downloaded topological-sort v0.2.2 |
632 | 2024-08-02T03:50:08.963Z | Downloaded foreign-types-macros v0.2.3 |
633 | 2024-08-02T03:50:08.963Z | Downloaded derive_builder_macro v0.20.0 |
634 | 2024-08-02T03:50:08.963Z | Downloaded vte_generate_state_changes v0.1.1 |
635 | 2024-08-02T03:50:08.963Z | Downloaded stability v0.2.0 |
636 | 2024-08-02T03:50:08.963Z | Downloaded fd-lock v4.0.2 |
637 | 2024-08-02T03:50:08.963Z | Downloaded difflib v0.4.0 |
638 | 2024-08-02T03:50:08.964Z | Downloaded textwrap v0.16.1 |
639 | 2024-08-02T03:50:08.964Z | Downloaded base64 v0.22.1 |
640 | 2024-08-02T03:50:08.964Z | Downloaded socket2 v0.5.7 |
641 | 2024-08-02T03:50:08.965Z | Downloaded parking_lot_core v0.9.10 |
642 | 2024-08-02T03:50:08.965Z | Downloaded wait-timeout v0.2.0 |
643 | 2024-08-02T03:50:08.965Z | Downloaded const-oid v0.9.6 |
644 | 2024-08-02T03:50:08.965Z | Downloaded mockall_derive v0.12.1 |
645 | 2024-08-02T03:50:08.965Z | Downloaded backtrace v0.3.71 |
646 | 2024-08-02T03:50:08.965Z | Downloaded phf v0.11.2 |
647 | 2024-08-02T03:50:08.965Z | Downloaded precomputed-hash v0.1.1 |
648 | 2024-08-02T03:50:08.965Z | Downloaded hubpack v0.1.2 |
649 | 2024-08-02T03:50:08.965Z | Downloaded poly1305 v0.8.0 |
650 | 2024-08-02T03:50:08.965Z | Downloaded httpdate v1.0.3 |
651 | 2024-08-02T03:50:08.965Z | Downloaded scheduled-thread-pool v0.2.7 |
652 | 2024-08-02T03:50:08.965Z | Downloaded rustversion v1.0.17 |
653 | 2024-08-02T03:50:08.965Z | Downloaded rustls-pki-types v1.7.0 |
654 | 2024-08-02T03:50:08.965Z | Downloaded siphasher v0.3.11 |
655 | 2024-08-02T03:50:08.965Z | Downloaded rustls-pemfile v2.1.2 |
656 | 2024-08-02T03:50:08.966Z | Downloaded bytes v1.6.0 |
657 | 2024-08-02T03:50:08.966Z | Downloaded rand_seeder v0.2.3 |
658 | 2024-08-02T03:50:08.966Z | Downloaded spki v0.7.3 |
659 | 2024-08-02T03:50:08.966Z | Downloaded schemars_derive v0.8.21 |
660 | 2024-08-02T03:50:08.966Z | Downloaded sha1 v0.10.6 |
661 | 2024-08-02T03:50:08.966Z | Downloaded socket2 v0.4.10 |
662 | 2024-08-02T03:50:08.966Z | Downloaded fastrand v2.1.0 |
663 | 2024-08-02T03:50:08.966Z | Downloaded filetime v0.2.23 |
664 | 2024-08-02T03:50:08.966Z | Downloaded rand_core v0.6.4 |
665 | 2024-08-02T03:50:08.966Z | Downloaded rand_chacha v0.3.1 |
666 | 2024-08-02T03:50:08.966Z | Downloaded crossbeam-channel v0.5.12 |
667 | 2024-08-02T03:50:08.967Z | Downloaded crypto-bigint v0.5.5 |
668 | 2024-08-02T03:50:08.967Z | Downloaded endian-type v0.1.2 |
669 | 2024-08-02T03:50:08.967Z | Downloaded percent-encoding v2.3.1 |
670 | 2024-08-02T03:50:08.967Z | Downloaded heck v0.3.3 |
671 | 2024-08-02T03:50:08.967Z | Downloaded group v0.13.0 |
672 | 2024-08-02T03:50:08.967Z | Downloaded tui-tree-widget v0.21.0 |
673 | 2024-08-02T03:50:08.967Z | Downloaded diff v0.1.13 |
674 | 2024-08-02T03:50:08.967Z | Downloaded tap v1.0.1 |
675 | 2024-08-02T03:50:08.967Z | Downloaded fxhash v0.2.1 |
676 | 2024-08-02T03:50:08.995Z | Downloaded sqlformat v0.2.4 |
677 | 2024-08-02T03:50:08.995Z | Downloaded pretty-hex v0.2.1 |
678 | 2024-08-02T03:50:08.995Z | Downloaded rustc-hash v1.1.0 |
679 | 2024-08-02T03:50:08.996Z | Downloaded home v0.5.9 |
680 | 2024-08-02T03:50:08.996Z | Downloaded strum v0.26.3 |
681 | 2024-08-02T03:50:08.996Z | Downloaded postgres-protocol v0.6.7 |
682 | 2024-08-02T03:50:08.996Z | Downloaded hyper-rustls v0.24.2 |
683 | 2024-08-02T03:50:08.996Z | Downloaded gethostname v0.4.3 |
684 | 2024-08-02T03:50:08.996Z | Downloaded foreign-types-shared v0.3.1 |
685 | 2024-08-02T03:50:08.996Z | Downloaded foreign-types-shared v0.1.1 |
686 | 2024-08-02T03:50:08.996Z | Downloaded half v2.4.1 |
687 | 2024-08-02T03:50:08.996Z | Downloaded elliptic-curve v0.13.8 |
688 | 2024-08-02T03:50:08.996Z | Downloaded want v0.3.1 |
689 | 2024-08-02T03:50:08.996Z | Downloaded time-core v0.1.2 |
690 | 2024-08-02T03:50:08.996Z | Downloaded smf v0.2.3 |
691 | 2024-08-02T03:50:08.996Z | Downloaded smawk v0.3.2 |
692 | 2024-08-02T03:50:08.996Z | Downloaded tokio-rustls v0.25.0 |
693 | 2024-08-02T03:50:08.996Z | Downloaded zip v0.6.6 |
694 | 2024-08-02T03:50:08.996Z | Downloaded r2d2 v0.8.10 |
695 | 2024-08-02T03:50:08.996Z | Downloaded enum-as-inner v0.5.1 |
696 | 2024-08-02T03:50:08.996Z | Downloaded xattr v1.3.1 |
697 | 2024-08-02T03:50:08.996Z | Downloaded wyz v0.5.1 |
698 | 2024-08-02T03:50:08.996Z | Downloaded zeroize v1.7.0 |
699 | 2024-08-02T03:50:08.996Z | Downloaded cc v1.0.97 |
700 | 2024-08-02T03:50:08.996Z | Downloaded signature v2.2.0 |
701 | 2024-08-02T03:50:08.996Z | Downloaded serde_arrays v0.1.0 |
702 | 2024-08-02T03:50:08.996Z | Downloaded tokio-stream v0.1.15 |
703 | 2024-08-02T03:50:08.996Z | Downloaded radium v0.7.0 |
704 | 2024-08-02T03:50:08.997Z | Downloaded pem-rfc7468 v0.7.0 |
705 | 2024-08-02T03:50:08.997Z | Downloaded toolchain_find v0.4.0 |
706 | 2024-08-02T03:50:08.997Z | Downloaded pem v3.0.4 |
707 | 2024-08-02T03:50:08.997Z | Downloaded similar v2.5.0 |
708 | 2024-08-02T03:50:08.997Z | Downloaded hyper-staticfile v0.9.5 |
709 | 2024-08-02T03:50:08.997Z | Downloaded headers-core v0.2.0 |
710 | 2024-08-02T03:50:08.997Z | Downloaded display-error-chain v0.2.0 |
711 | 2024-08-02T03:50:08.997Z | Downloaded zone_cfg_derive v0.1.2 |
712 | 2024-08-02T03:50:08.997Z | Downloaded predicates-tree v1.0.9 |
713 | 2024-08-02T03:50:08.997Z | Downloaded predicates-core v1.0.6 |
714 | 2024-08-02T03:50:08.997Z | Downloaded slog-bunyan v2.5.0 |
715 | 2024-08-02T03:50:08.997Z | Downloaded spin v0.9.8 |
716 | 2024-08-02T03:50:08.997Z | Downloaded tabwriter v1.4.0 |
717 | 2024-08-02T03:50:08.997Z | Downloaded strum_macros v0.24.3 |
718 | 2024-08-02T03:50:08.997Z | Downloaded structmeta-derive v0.3.0 |
719 | 2024-08-02T03:50:08.997Z | Downloaded slog-envlogger v2.2.0 |
720 | 2024-08-02T03:50:08.997Z | Downloaded slog-async v2.8.0 |
721 | 2024-08-02T03:50:08.997Z | Downloaded postcard v1.0.8 |
722 | 2024-08-02T03:50:08.997Z | Downloaded tokio-rustls v0.24.1 |
723 | 2024-08-02T03:50:08.997Z | Downloaded rcgen v0.12.1 |
724 | 2024-08-02T03:50:08.997Z | Downloaded fatfs v0.3.6 |
725 | 2024-08-02T03:50:08.997Z | Downloaded indent_write v2.2.0 |
726 | 2024-08-02T03:50:08.998Z | Downloaded crossterm v0.27.0 |
727 | 2024-08-02T03:50:09.008Z | Downloaded termios v0.3.3 |
728 | 2024-08-02T03:50:09.008Z | Downloaded ena v0.14.3 |
729 | 2024-08-02T03:50:09.008Z | Downloaded yasna v0.5.2 |
730 | 2024-08-02T03:50:09.008Z | Downloaded subprocess v0.2.9 |
731 | 2024-08-02T03:50:09.008Z | Downloaded env_logger v0.9.3 |
732 | 2024-08-02T03:50:09.008Z | Downloaded ppv-lite86 v0.2.17 |
733 | 2024-08-02T03:50:09.008Z | Downloaded pin-project v1.1.5 |
734 | 2024-08-02T03:50:09.020Z | Downloaded rsa v0.9.6 |
735 | 2024-08-02T03:50:09.020Z | Downloaded serde-big-array v0.5.1 |
736 | 2024-08-02T03:50:09.020Z | Downloaded tiny-keccak v2.0.2 |
737 | 2024-08-02T03:50:09.020Z | Downloaded unicode-bidi v0.3.15 |
738 | 2024-08-02T03:50:09.020Z | Downloaded indicatif v0.17.8 |
739 | 2024-08-02T03:50:09.030Z | Downloaded form_urlencoded v1.2.1 |
740 | 2024-08-02T03:50:09.030Z | Downloaded vte v0.11.1 |
741 | 2024-08-02T03:50:09.030Z | Downloaded vsss-rs v3.3.4 |
742 | 2024-08-02T03:50:09.031Z | Downloaded toml_edit v0.19.15 |
743 | 2024-08-02T03:50:09.039Z | Downloaded ref-cast-impl v1.0.23 |
744 | 2024-08-02T03:50:09.043Z | Downloaded hmac v0.12.1 |
745 | 2024-08-02T03:50:09.043Z | Downloaded strip-ansi-escapes v0.2.0 |
746 | 2024-08-02T03:50:09.043Z | Downloaded derive_more v0.99.18 |
747 | 2024-08-02T03:50:09.048Z | Downloaded schemars v0.8.21 |
748 | 2024-08-02T03:50:09.058Z | Downloaded tls_codec v0.4.1 |
749 | 2024-08-02T03:50:09.061Z | Downloaded ident_case v1.0.1 |
750 | 2024-08-02T03:50:09.061Z | Downloaded http-range v0.1.5 |
751 | 2024-08-02T03:50:09.064Z | Downloaded tokio-native-tls v0.3.1 |
752 | 2024-08-02T03:50:09.064Z | Downloaded tokio-macros v2.3.0 |
753 | 2024-08-02T03:50:09.066Z | Downloaded pin-utils v0.1.0 |
754 | 2024-08-02T03:50:09.066Z | Downloaded indexmap v1.9.3 |
755 | 2024-08-02T03:50:09.069Z | Downloaded heapless v0.8.0 |
756 | 2024-08-02T03:50:09.073Z | Downloaded try-lock v0.2.5 |
757 | 2024-08-02T03:50:09.075Z | Downloaded downcast v0.11.0 |
758 | 2024-08-02T03:50:09.076Z | Downloaded universal-hash v0.5.1 |
759 | 2024-08-02T03:50:09.078Z | Downloaded itertools v0.13.0 |
760 | 2024-08-02T03:50:09.083Z | Downloaded trust-dns-resolver v0.22.0 |
761 | 2024-08-02T03:50:09.087Z | Downloaded shlex v1.3.0 |
762 | 2024-08-02T03:50:09.089Z | Downloaded sigpipe v0.1.3 |
763 | 2024-08-02T03:50:09.089Z | Downloaded futures-sink v0.3.30 |
764 | 2024-08-02T03:50:09.093Z | Downloaded serde_with_macros v3.8.3 |
765 | 2024-08-02T03:50:09.093Z | Downloaded sct v0.7.1 |
766 | 2024-08-02T03:50:09.098Z | Downloaded tracing-core v0.1.32 |
767 | 2024-08-02T03:50:09.104Z | Downloaded erased-serde v0.3.31 |
768 | 2024-08-02T03:50:09.104Z | Downloaded scopeguard v1.2.0 |
769 | 2024-08-02T03:50:09.104Z | Downloaded pin-project-internal v1.1.5 |
770 | 2024-08-02T03:50:09.119Z | Downloaded utf-8 v0.7.6 |
771 | 2024-08-02T03:50:09.119Z | Downloaded url v2.5.2 |
772 | 2024-08-02T03:50:09.122Z | Downloaded unicode-xid v0.2.4 |
773 | 2024-08-02T03:50:09.122Z | Downloaded time-macros v0.2.18 |
774 | 2024-08-02T03:50:09.122Z | Downloaded snafu-derive v0.8.2 |
775 | 2024-08-02T03:50:09.122Z | Downloaded getopts v0.2.21 |
776 | 2024-08-02T03:50:09.122Z | Downloaded futures-task v0.3.30 |
777 | 2024-08-02T03:50:09.122Z | Downloaded rand v0.8.5 |
778 | 2024-08-02T03:50:09.122Z | Downloaded serde_yaml v0.9.34+deprecated |
779 | 2024-08-02T03:50:09.123Z | Downloaded pkcs8 v0.10.2 |
780 | 2024-08-02T03:50:09.126Z | Downloaded iana-time-zone v0.1.60 |
781 | 2024-08-02T03:50:09.129Z | Downloaded hostname v0.3.1 |
782 | 2024-08-02T03:50:09.129Z | Downloaded hostname v0.4.0 |
783 | 2024-08-02T03:50:09.132Z | Downloaded tar v0.4.41 |
784 | 2024-08-02T03:50:09.132Z | Downloaded hyper-tls v0.5.0 |
785 | 2024-08-02T03:50:09.135Z | Downloaded funty v2.0.0 |
786 | 2024-08-02T03:50:09.135Z | Downloaded toml v0.7.8 |
787 | 2024-08-02T03:50:09.138Z | Downloaded aho-corasick v1.1.3 |
788 | 2024-08-02T03:50:09.143Z | Downloaded dyn-clone v1.0.17 |
789 | 2024-08-02T03:50:09.146Z | Downloaded sec1 v0.7.3 |
790 | 2024-08-02T03:50:09.149Z | Downloaded glob v0.3.1 |
791 | 2024-08-02T03:50:09.149Z | Downloaded same-file v1.0.6 |
792 | 2024-08-02T03:50:09.152Z | Downloaded rusty-fork v0.3.0 |
793 | 2024-08-02T03:50:09.152Z | Downloaded rustfmt-wrapper v0.2.1 |
794 | 2024-08-02T03:50:09.152Z | Downloaded stringprep v0.1.4 |
795 | 2024-08-02T03:50:09.154Z | Downloaded blake3 v1.5.1 |
796 | 2024-08-02T03:50:09.162Z | Downloaded prettyplease v0.2.20 |
797 | 2024-08-02T03:50:09.166Z | Downloaded fragile v2.0.0 |
798 | 2024-08-02T03:50:09.166Z | Downloaded tinyvec v1.6.0 |
799 | 2024-08-02T03:50:09.169Z | Downloaded unarray v0.1.4 |
800 | 2024-08-02T03:50:09.172Z | Downloaded rustc-demangle v0.1.24 |
801 | 2024-08-02T03:50:09.172Z | Downloaded signal-hook-mio v0.2.3 |
802 | 2024-08-02T03:50:09.175Z | Downloaded static_assertions v1.1.0 |
803 | 2024-08-02T03:50:09.175Z | Downloaded deranged v0.3.11 |
804 | 2024-08-02T03:50:09.175Z | Downloaded rustc_version v0.4.0 |
805 | 2024-08-02T03:50:09.179Z | Downloaded rtoolbox v0.0.2 |
806 | 2024-08-02T03:50:09.179Z | Downloaded secrecy v0.8.0 |
807 | 2024-08-02T03:50:09.181Z | Downloaded headers v0.3.9 |
808 | 2024-08-02T03:50:09.184Z | Downloaded pin-project-lite v0.2.14 |
809 | 2024-08-02T03:50:09.188Z | Downloaded futures v0.3.30 |
810 | 2024-08-02T03:50:09.192Z | Downloaded tracing-attributes v0.1.27 |
811 | 2024-08-02T03:50:09.195Z | Downloaded signal-hook-registry v1.4.2 |
812 | 2024-08-02T03:50:09.198Z | Downloaded getrandom v0.2.14 |
813 | 2024-08-02T03:50:09.201Z | Downloaded ron v0.8.1 |
814 | 2024-08-02T03:50:09.204Z | Downloaded signal-hook v0.3.17 |
815 | 2024-08-02T03:50:09.207Z | Downloaded ron v0.7.1 |
816 | 2024-08-02T03:50:09.211Z | Downloaded typed-path v0.7.1 |
817 | 2024-08-02T03:50:09.217Z | Downloaded num-bigint-dig v0.8.4 |
818 | 2024-08-02T03:50:09.221Z | Downloaded pkcs1 v0.7.5 |
819 | 2024-08-02T03:50:09.224Z | Downloaded der_derive v0.7.2 |
820 | 2024-08-02T03:50:09.227Z | Downloaded tokio-postgres v0.7.11 |
821 | 2024-08-02T03:50:09.230Z | Downloaded time v0.3.36 |
822 | 2024-08-02T03:50:09.238Z | Downloaded derive_builder_core v0.20.0 |
823 | 2024-08-02T03:50:09.242Z | Downloaded derive-where v1.2.7 |
824 | 2024-08-02T03:50:09.242Z | Downloaded heapless v0.7.17 |
825 | 2024-08-02T03:50:09.245Z | Downloaded unicode-normalization v0.1.23 |
826 | 2024-08-02T03:50:09.249Z | Downloaded env_logger v0.10.2 |
827 | 2024-08-02T03:50:09.252Z | Downloaded http v0.2.12 |
828 | 2024-08-02T03:50:09.257Z | Downloaded steno v0.4.1 |
829 | 2024-08-02T03:50:09.260Z | Downloaded hashbrown v0.13.2 |
830 | 2024-08-02T03:50:09.264Z | Downloaded portable-atomic v1.6.0 |
831 | 2024-08-02T03:50:09.270Z | Downloaded zerocopy v0.6.6 |
832 | 2024-08-02T03:50:09.272Z | Downloaded snafu v0.8.2 |
833 | 2024-08-02T03:50:09.278Z | Downloaded trust-dns-server v0.22.1 |
834 | 2024-08-02T03:50:09.283Z | Downloaded uuid v1.10.0 |
835 | 2024-08-02T03:50:09.286Z | Downloaded http v1.1.0 |
836 | 2024-08-02T03:50:09.289Z | Downloaded winnow v0.5.40 |
837 | 2024-08-02T03:50:09.298Z | Downloaded x509-cert v0.2.5 |
838 | 2024-08-02T03:50:09.305Z | Downloaded tracing v0.1.40 |
839 | 2024-08-02T03:50:09.309Z | Downloaded unicode_categories v0.1.1 |
840 | 2024-08-02T03:50:09.312Z | Downloaded chrono v0.4.38 |
841 | 2024-08-02T03:50:09.318Z | Downloaded rustls-webpki v0.101.7 |
842 | 2024-08-02T03:50:09.331Z | Downloaded reedline v0.31.0 |
843 | 2024-08-02T03:50:09.338Z | Downloaded tough v0.17.1 |
844 | 2024-08-02T03:50:09.346Z | Downloaded tokio-util v0.7.11 |
845 | 2024-08-02T03:50:09.353Z | Downloaded sqlparser v0.45.0 |
846 | 2024-08-02T03:50:09.359Z | Downloaded regex-automata v0.1.10 |
847 | 2024-08-02T03:50:09.364Z | Downloaded serde_with v3.8.3 |
848 | 2024-08-02T03:50:09.371Z | Downloaded lalrpop v0.19.12 |
849 | 2024-08-02T03:50:09.383Z | Downloaded hkdf v0.12.4 |
850 | 2024-08-02T03:50:09.386Z | Downloaded reqwest v0.11.27 |
851 | 2024-08-02T03:50:09.392Z | Downloaded quick-xml v0.31.0 |
852 | 2024-08-02T03:50:09.398Z | Downloaded hyper v0.14.30 |
853 | 2024-08-02T03:50:09.408Z | Downloaded proptest v1.4.0 |
854 | 2024-08-02T03:50:09.415Z | Downloaded h2 v0.3.26 |
855 | 2024-08-02T03:50:09.421Z | Downloaded object v0.30.4 |
856 | 2024-08-02T03:50:09.431Z | Downloaded rustls-webpki v0.102.4 |
857 | 2024-08-02T03:50:09.449Z | Downloaded nix v0.28.0 |
858 | 2024-08-02T03:50:09.459Z | Downloaded futures-util v0.3.30 |
859 | 2024-08-02T03:50:09.470Z | Downloaded openssl v0.10.66 |
860 | 2024-08-02T03:50:09.480Z | Downloaded nix v0.27.1 |
861 | 2024-08-02T03:50:09.490Z | Downloaded polar-core v0.27.3 |
862 | 2024-08-02T03:50:09.498Z | Downloaded webpki-roots v0.25.4 |
863 | 2024-08-02T03:50:09.502Z | Downloaded openapiv3 v2.0.0 |
864 | 2024-08-02T03:50:09.513Z | Downloaded vcpkg v0.2.15 |
865 | 2024-08-02T03:50:09.550Z | Downloaded idna v0.3.0 |
866 | 2024-08-02T03:50:09.557Z | Downloaded regex v1.10.5 |
867 | 2024-08-02T03:50:09.570Z | Downloaded rustls v0.22.4 |
868 | 2024-08-02T03:50:09.584Z | Downloaded diesel v2.1.6 |
869 | 2024-08-02T03:50:09.600Z | Downloaded rustls v0.21.12 |
870 | 2024-08-02T03:50:09.611Z | Downloaded idna v0.2.3 |
871 | 2024-08-02T03:50:09.617Z | Downloaded regex-syntax v0.6.29 |
872 | 2024-08-02T03:50:09.625Z | Downloaded gimli v0.28.1 |
873 | 2024-08-02T03:50:09.634Z | Downloaded idna v0.5.0 |
874 | 2024-08-02T03:50:09.641Z | Downloaded regex-syntax v0.8.3 |
875 | 2024-08-02T03:50:09.649Z | Downloaded regress v0.9.1 |
876 | 2024-08-02T03:50:09.657Z | Downloaded sled v0.34.7 |
877 | 2024-08-02T03:50:09.667Z | Downloaded smoltcp v0.11.0 |
878 | 2024-08-02T03:50:09.681Z | Downloaded finl_unicode v1.2.0 |
879 | 2024-08-02T03:50:09.692Z | Downloaded bstr v1.9.1 |
880 | 2024-08-02T03:50:09.702Z | Downloaded tokio v1.38.1 |
881 | 2024-08-02T03:50:09.739Z | Downloaded ratatui v0.27.0 |
882 | 2024-08-02T03:50:09.758Z | Downloaded zerocopy-derive v0.6.6 |
883 | 2024-08-02T03:50:09.767Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
884 | 2024-08-02T03:50:09.779Z | Downloaded regex-automata v0.4.6 |
885 | 2024-08-02T03:50:09.796Z | Downloaded smoltcp v0.9.1 |
886 | 2024-08-02T03:50:09.806Z | Downloaded radix_trie v0.2.1 |
887 | 2024-08-02T03:50:09.813Z | Downloaded petgraph v0.6.5 |
888 | 2024-08-02T03:50:09.830Z | Downloaded bstr v0.2.17 |
889 | 2024-08-02T03:50:09.839Z | Downloaded csv v1.3.0 |
890 | 2024-08-02T03:50:09.859Z | Downloaded trust-dns-proto v0.22.0 |
891 | 2024-08-02T03:50:09.870Z | Downloaded sha3 v0.10.8 |
892 | 2024-08-02T03:50:09.874Z | Downloaded curve25519-dalek v4.1.3 |
893 | 2024-08-02T03:50:09.884Z | Downloaded object v0.32.2 |
894 | 2024-08-02T03:50:09.894Z | Downloaded encoding_rs v0.8.34 |
895 | 2024-08-02T03:50:09.915Z | Downloaded rayon v1.10.0 |
896 | 2024-08-02T03:50:09.924Z | Downloaded bitvec v1.0.1 |
897 | 2024-08-02T03:50:09.938Z | Downloaded bindgen v0.69.4 |
898 | 2024-08-02T03:50:09.945Z | Downloaded rustyline v14.0.0 |
899 | 2024-08-02T03:50:09.949Z | Downloaded itertools v0.12.1 |
900 | 2024-08-02T03:50:09.960Z | Downloaded unsafe-libyaml v0.2.11 |
901 | 2024-08-02T03:50:09.963Z | Downloaded string_cache v0.8.7 |
902 | 2024-08-02T03:50:09.963Z | Downloaded derive_builder v0.20.0 |
903 | 2024-08-02T03:50:09.966Z | Downloaded either v1.12.0 |
904 | 2024-08-02T03:50:09.966Z | Downloaded which v4.4.2 |
905 | 2024-08-02T03:50:09.970Z | Downloaded postgres-types v0.2.7 |
906 | 2024-08-02T03:50:09.970Z | Downloaded powerfmt v0.2.0 |
907 | 2024-08-02T03:50:09.970Z | Downloaded publicsuffix v2.2.3 |
908 | 2024-08-02T03:50:09.973Z | Downloaded unicode-segmentation v1.11.0 |
909 | 2024-08-02T03:50:09.976Z | Downloaded unicode-truncate v1.0.0 |
910 | 2024-08-02T03:50:09.979Z | Downloaded unicase v2.7.0 |
911 | 2024-08-02T03:50:09.979Z | Downloaded untrusted v0.7.1 |
912 | 2024-08-02T03:50:09.979Z | Downloaded stable_deref_trait v1.2.0 |
913 | 2024-08-02T03:50:09.986Z | Downloaded predicates v3.1.2 |
914 | 2024-08-02T03:50:09.986Z | Downloaded fallible-iterator v0.2.0 |
915 | 2024-08-02T03:50:09.989Z | Downloaded serde-hex v0.1.0 |
916 | 2024-08-02T03:50:09.989Z | Downloaded futures-macro v0.3.30 |
917 | 2024-08-02T03:50:09.989Z | Downloaded samael v0.0.15 |
918 | 2024-08-02T03:50:09.989Z | Downloaded trust-dns-client v0.22.0 |
919 | 2024-08-02T03:50:09.994Z | Downloaded globset v0.4.14 |
920 | 2024-08-02T03:50:10.000Z | Downloaded expectorate v1.1.0 |
921 | 2024-08-02T03:50:10.000Z | Downloaded pkg-config v0.3.30 |
922 | 2024-08-02T03:50:10.004Z | Downloaded tungstenite v0.20.1 |
923 | 2024-08-02T03:50:10.004Z | Downloaded libm v0.2.8 |
924 | 2024-08-02T03:50:10.008Z | Downloaded structmeta v0.2.0 |
925 | 2024-08-02T03:50:10.013Z | Downloaded flume v0.11.0 |
926 | 2024-08-02T03:50:10.018Z | Downloaded hashbrown v0.12.3 |
927 | 2024-08-02T03:50:10.018Z | Downloaded ref-cast v1.0.23 |
928 | 2024-08-02T03:50:10.021Z | Downloaded toml v0.5.11 |
929 | 2024-08-02T03:50:10.021Z | Downloaded smallvec v1.13.2 |
930 | 2024-08-02T03:50:10.025Z | Downloaded term v0.7.0 |
931 | 2024-08-02T03:50:10.028Z | Downloaded itertools v0.10.5 |
932 | 2024-08-02T03:50:10.033Z | Downloaded resolv-conf v0.7.0 |
933 | 2024-08-02T03:50:10.036Z | Downloaded httparse v1.8.0 |
934 | 2024-08-02T03:50:10.036Z | Downloaded slog v2.7.0 |
935 | 2024-08-02T03:50:10.039Z | Downloaded num-bigint v0.4.5 |
936 | 2024-08-02T03:50:10.043Z | Downloaded nom v7.1.3 |
937 | 2024-08-02T03:50:10.046Z | Downloaded strum_macros v0.26.4 |
938 | 2024-08-02T03:50:10.049Z | Downloaded serde_derive_internals v0.29.1 |
939 | 2024-08-02T03:50:10.052Z | Downloaded libxml v0.3.3 |
940 | 2024-08-02T03:50:10.056Z | Downloaded minimal-lexical v0.2.1 |
941 | 2024-08-02T03:50:10.059Z | Downloaded termcolor v1.4.1 |
942 | 2024-08-02T03:50:10.063Z | Downloaded mio v0.8.11 |
943 | 2024-08-02T03:50:10.066Z | Downloaded flate2 v1.0.30 |
944 | 2024-08-02T03:50:10.071Z | Downloaded diesel_derives v2.1.4 |
945 | 2024-08-02T03:50:10.074Z | Downloaded rayon-core v1.12.1 |
946 | 2024-08-02T03:50:10.077Z | Downloaded supports-color v3.0.0 |
947 | 2024-08-02T03:50:10.080Z | Downloaded tokio-tungstenite v0.21.0 |
948 | 2024-08-02T03:50:10.080Z | Downloaded tungstenite v0.21.0 |
949 | 2024-08-02T03:50:10.083Z | Downloaded test-strategy v0.3.1 |
950 | 2024-08-02T03:50:10.086Z | Downloaded const_format v0.2.32 |
951 | 2024-08-02T03:50:10.090Z | Downloaded highway v1.1.0 |
952 | 2024-08-02T03:50:10.093Z | Downloaded flagset v0.4.5 |
953 | 2024-08-02T03:50:10.095Z | Downloaded fixedbitset v0.4.2 |
954 | 2024-08-02T03:50:10.095Z | Downloaded dirs-sys-next v0.1.2 |
955 | 2024-08-02T03:50:10.095Z | Downloaded dirs-next v2.0.0 |
956 | 2024-08-02T03:50:10.098Z | Downloaded oso v0.27.3 |
957 | 2024-08-02T03:50:10.101Z | Downloaded uzers v0.11.3 |
958 | 2024-08-02T03:50:10.101Z | Downloaded tinyvec_macros v0.1.1 |
959 | 2024-08-02T03:50:10.104Z | Downloaded take_mut v0.2.2 |
960 | 2024-08-02T03:50:10.104Z | Downloaded parking_lot v0.11.2 |
961 | 2024-08-02T03:50:10.104Z | Downloaded num-traits v0.2.19 |
962 | 2024-08-02T03:50:10.107Z | Downloaded structmeta-derive v0.2.0 |
963 | 2024-08-02T03:50:10.109Z | Downloaded futures-channel v0.3.30 |
964 | 2024-08-02T03:50:10.109Z | Downloaded subtle v2.5.0 |
965 | 2024-08-02T03:50:10.112Z | Downloaded slog-scope v4.4.0 |
966 | 2024-08-02T03:50:10.112Z | Downloaded slog-json v2.6.1 |
967 | 2024-08-02T03:50:10.112Z | Downloaded serde_urlencoded v0.7.1 |
968 | 2024-08-02T03:50:10.115Z | Downloaded serde_path_to_error v0.1.16 |
969 | 2024-08-02T03:50:10.115Z | Downloaded rustls-pemfile v1.0.4 |
970 | 2024-08-02T03:50:10.118Z | Downloaded semver v0.1.20 |
971 | 2024-08-02T03:50:10.118Z | Downloaded tokio-tungstenite v0.20.1 |
972 | 2024-08-02T03:50:10.124Z | Downloaded tls_codec_derive v0.4.1 |
973 | 2024-08-02T03:50:10.124Z | Downloaded portpicker v0.1.1 |
974 | 2024-08-02T03:50:10.128Z | Downloaded cookie v0.18.1 |
975 | 2024-08-02T03:50:10.129Z | Downloaded termtree v0.4.1 |
976 | 2024-08-02T03:50:10.129Z | Downloaded owo-colors v4.0.0 |
977 | 2024-08-02T03:50:10.129Z | Downloaded proc-macro-crate v1.3.1 |
978 | 2024-08-02T03:50:10.132Z | Downloaded phf_shared v0.11.2 |
979 | 2024-08-02T03:50:10.132Z | Downloaded crossbeam-utils v0.8.19 |
980 | 2024-08-02T03:50:10.132Z | Downloaded peg-macros v0.8.4 |
981 | 2024-08-02T03:50:10.135Z | Downloaded allocator-api2 v0.2.18 |
982 | 2024-08-02T03:50:10.137Z | Downloaded slog-term v2.9.1 |
983 | 2024-08-02T03:50:10.137Z | Downloaded blake2 v0.10.6 |
984 | 2024-08-02T03:50:10.140Z | Downloaded libloading v0.8.3 |
985 | 2024-08-02T03:50:10.144Z | Downloaded olpc-cjson v0.1.3 |
986 | 2024-08-02T03:50:10.147Z | Downloaded num-iter v0.1.45 |
987 | 2024-08-02T03:50:10.148Z | Downloaded slog-dtrace v0.3.0 |
988 | 2024-08-02T03:50:10.148Z | Downloaded slab v0.4.9 |
989 | 2024-08-02T03:50:10.151Z | Downloaded libsw v3.3.1 |
990 | 2024-08-02T03:50:10.151Z | Downloaded miniz_oxide v0.7.2 |
991 | 2024-08-02T03:50:10.154Z | Downloaded bcs v0.1.6 |
992 | 2024-08-02T03:50:10.154Z | Downloaded keccak v0.1.5 |
993 | 2024-08-02T03:50:10.156Z | Downloaded ipnetwork v0.20.0 |
994 | 2024-08-02T03:50:10.156Z | Downloaded nu-ansi-term v0.50.0 |
995 | 2024-08-02T03:50:10.159Z | Downloaded arc-swap v1.7.1 |
996 | 2024-08-02T03:50:10.162Z | Downloaded backoff v0.4.0 |
997 | 2024-08-02T03:50:10.166Z | Downloaded newtype_derive v0.1.6 |
998 | 2024-08-02T03:50:10.166Z | Downloaded memoffset v0.9.1 |
999 | 2024-08-02T03:50:10.166Z | Downloaded lazy_static v1.5.0 |
1000 | 2024-08-02T03:50:10.170Z | Downloaded defmt-macros v0.3.9 |
1001 | 2024-08-02T03:50:10.170Z | Downloaded constant_time_eq v0.3.0 |
1002 | 2024-08-02T03:50:10.172Z | Downloaded async-trait v0.1.81 |
1003 | 2024-08-02T03:50:10.172Z | Downloaded argon2 v0.5.3 |
1004 | 2024-08-02T03:50:10.175Z | Downloaded num-rational v0.4.2 |
1005 | 2024-08-02T03:50:10.178Z | Downloaded mime_guess v2.0.4 |
1006 | 2024-08-02T03:50:10.178Z | Downloaded managed v0.8.0 |
1007 | 2024-08-02T03:50:10.178Z | Downloaded memmap2 v0.9.4 |
1008 | 2024-08-02T03:50:10.181Z | Downloaded is_ci v1.2.0 |
1009 | 2024-08-02T03:50:10.181Z | Downloaded ciborium-ll v0.2.2 |
1010 | 2024-08-02T03:50:10.184Z | Downloaded block-padding v0.3.3 |
1011 | 2024-08-02T03:50:10.184Z | Downloaded bitflags v1.3.2 |
1012 | 2024-08-02T03:50:10.187Z | Downloaded matches v0.1.10 |
1013 | 2024-08-02T03:50:10.187Z | Downloaded crucible-workspace-hack v0.1.0 |
1014 | 2024-08-02T03:50:10.187Z | Downloaded bzip2 v0.4.4 |
1015 | 2024-08-02T03:50:10.187Z | Downloaded parse-display-derive v0.9.1 |
1016 | 2024-08-02T03:50:10.190Z | Downloaded parse-display v0.9.1 |
1017 | 2024-08-02T03:50:10.190Z | Downloaded indoc v1.0.9 |
1018 | 2024-08-02T03:50:10.192Z | Downloaded defmt v0.3.8 |
1019 | 2024-08-02T03:50:10.195Z | Downloaded const_format_proc_macros v0.2.32 |
1020 | 2024-08-02T03:50:10.198Z | Downloaded data-encoding v2.6.0 |
1021 | 2024-08-02T03:50:10.198Z | Downloaded curve25519-dalek-derive v0.1.1 |
1022 | 2024-08-02T03:50:10.198Z | Downloaded bit-set v0.5.3 |
1023 | 2024-08-02T03:50:10.201Z | Downloaded arrayref v0.3.7 |
1024 | 2024-08-02T03:50:10.201Z | Downloaded kstat-rs v0.2.4 |
1025 | 2024-08-02T03:50:10.201Z | Downloaded cexpr v0.6.0 |
1026 | 2024-08-02T03:50:10.203Z | Downloaded castaway v0.2.2 |
1027 | 2024-08-02T03:50:10.204Z | Downloaded bit-vec v0.6.3 |
1028 | 2024-08-02T03:50:10.206Z | Downloaded mockall v0.12.1 |
1029 | 2024-08-02T03:50:10.206Z | Downloaded mime v0.3.17 |
1030 | 2024-08-02T03:50:10.209Z | Downloaded lalrpop-util v0.19.12 |
1031 | 2024-08-02T03:50:10.209Z | Downloaded bb8 v0.8.5 |
1032 | 2024-08-02T03:50:10.209Z | Downloaded libefi-sys v0.1.0 |
1033 | 2024-08-02T03:50:10.209Z | Downloaded async-stream v0.3.5 |
1034 | 2024-08-02T03:50:10.212Z | Downloaded der v0.7.9 |
1035 | 2024-08-02T03:50:10.216Z | Downloaded ring v0.17.8 |
1036 | 2024-08-02T03:50:10.329Z | Downloaded ring v0.16.20 |
1037 | 2024-08-02T03:50:10.494Z | Compiling cfg-if v1.0.0 |
1038 | 2024-08-02T03:50:10.494Z | Compiling serde v1.0.204 |
1039 | 2024-08-02T03:50:10.494Z | Compiling scopeguard v1.2.0 |
1040 | 2024-08-02T03:50:10.497Z | Compiling lock_api v0.4.12 |
1041 | 2024-08-02T03:50:10.497Z | Compiling log v0.4.21 |
1042 | 2024-08-02T03:50:10.649Z | Compiling syn v2.0.72 |
1043 | 2024-08-02T03:50:10.652Z | Compiling cc v1.0.97 |
1044 | 2024-08-02T03:50:10.662Z | Compiling parking_lot_core v0.9.10 |
1045 | 2024-08-02T03:50:10.717Z | Compiling getrandom v0.2.14 |
1046 | 2024-08-02T03:50:10.768Z | Compiling smallvec v1.13.2 |
1047 | 2024-08-02T03:50:11.081Z | Compiling rand_core v0.6.4 |
1048 | 2024-08-02T03:50:11.159Z | Compiling typenum v1.17.0 |
1049 | 2024-08-02T03:50:11.215Z | Compiling generic-array v0.14.7 |
1050 | 2024-08-02T03:50:11.218Z | Compiling pin-project-lite v0.2.14 |
1051 | 2024-08-02T03:50:11.356Z | Compiling signal-hook-registry v1.4.2 |
1052 | 2024-08-02T03:50:11.486Z | Compiling spin v0.9.8 |
1053 | 2024-08-02T03:50:11.588Z | Compiling parking_lot v0.12.2 |
1054 | 2024-08-02T03:50:11.606Z | Compiling mio v0.8.11 |
1055 | 2024-08-02T03:50:11.840Z | Compiling libm v0.2.8 |
1056 | 2024-08-02T03:50:11.898Z | Compiling serde_json v1.0.120 |
1057 | 2024-08-02T03:50:12.163Z | Compiling num-traits v0.2.19 |
1058 | 2024-08-02T03:50:12.390Z | Compiling ahash v0.8.11 |
1059 | 2024-08-02T03:50:12.433Z | Compiling futures-core v0.3.30 |
1060 | 2024-08-02T03:50:12.565Z | Compiling tinyvec_macros v0.1.1 |
1061 | 2024-08-02T03:50:12.658Z | Compiling tinyvec v1.6.0 |
1062 | 2024-08-02T03:50:12.825Z | Compiling socket2 v0.5.7 |
1063 | 2024-08-02T03:50:12.863Z | Compiling num_cpus v1.16.0 |
1064 | 2024-08-02T03:50:12.985Z | Compiling const-oid v0.9.6 |
1065 | 2024-08-02T03:50:13.066Z | Compiling subtle v2.5.0 |
1066 | 2024-08-02T03:50:13.439Z | Compiling slab v0.4.9 |
1067 | 2024-08-02T03:50:13.929Z | Compiling unicode-bidi v0.3.15 |
1068 | 2024-08-02T03:50:14.150Z | Compiling futures-sink v0.3.30 |
1069 | 2024-08-02T03:50:14.229Z | Compiling unicode-normalization v0.1.23 |
1070 | 2024-08-02T03:50:14.285Z | Compiling allocator-api2 v0.2.18 |
1071 | 2024-08-02T03:50:14.759Z | Compiling futures-channel v0.3.30 |
1072 | 2024-08-02T03:50:15.013Z | Compiling pin-utils v0.1.0 |
1073 | 2024-08-02T03:50:15.108Z | Compiling pkg-config v0.3.30 |
1074 | 2024-08-02T03:50:15.111Z | Compiling futures-task v0.3.30 |
1075 | 2024-08-02T03:50:15.157Z | Compiling futures-io v0.3.30 |
1076 | 2024-08-02T03:50:15.367Z | Compiling vcpkg v0.2.15 |
1077 | 2024-08-02T03:50:15.395Z | Compiling percent-encoding v2.3.1 |
1078 | 2024-08-02T03:50:15.461Z | Compiling ppv-lite86 v0.2.17 |
1079 | 2024-08-02T03:50:15.478Z | Compiling tracing-core v0.1.32 |
1080 | 2024-08-02T03:50:15.692Z | Compiling time-core v0.1.2 |
1081 | 2024-08-02T03:50:15.728Z | Compiling powerfmt v0.2.0 |
1082 | 2024-08-02T03:50:15.834Z | Compiling rustix v0.38.34 |
1083 | 2024-08-02T03:50:16.126Z | Compiling syn v1.0.109 |
1084 | 2024-08-02T03:50:16.202Z | Compiling rand_chacha v0.3.1 |
1085 | 2024-08-02T03:50:16.531Z | Compiling num-conv v0.1.0 |
1086 | 2024-08-02T03:50:16.547Z | Compiling untrusted v0.9.0 |
1087 | 2024-08-02T03:50:16.715Z | Compiling rand v0.8.5 |
1088 | 2024-08-02T03:50:16.773Z | Compiling deranged v0.3.11 |
1089 | 2024-08-02T03:50:16.805Z | Compiling time-macros v0.2.18 |
1090 | 2024-08-02T03:50:16.855Z | Compiling base64ct v1.6.0 |
1091 | 2024-08-02T03:50:17.443Z | Compiling iana-time-zone v0.1.60 |
1092 | 2024-08-02T03:50:17.481Z | Compiling num_threads v0.1.7 |
1093 | 2024-08-02T03:50:17.605Z | Compiling httparse v1.8.0 |
1094 | 2024-08-02T03:50:17.892Z | Compiling foreign-types-shared v0.1.1 |
1095 | 2024-08-02T03:50:17.995Z | Compiling openssl v0.10.66 |
1096 | 2024-08-02T03:50:18.034Z | Compiling rustversion v1.0.17 |
1097 | 2024-08-02T03:50:18.437Z | Compiling foreign-types v0.3.2 |
1098 | 2024-08-02T03:50:18.463Z | Compiling pem-rfc7468 v0.7.0 |
1099 | 2024-08-02T03:50:18.511Z | Compiling form_urlencoded v1.2.1 |
1100 | 2024-08-02T03:50:18.636Z | Compiling native-tls v0.2.11 |
1101 | 2024-08-02T03:50:18.789Z | Compiling crossbeam-utils v0.8.19 |
1102 | 2024-08-02T03:50:18.805Z | Compiling siphasher v0.3.11 |
1103 | 2024-08-02T03:50:18.965Z | Compiling flagset v0.4.5 |
1104 | 2024-08-02T03:50:19.127Z | Compiling rustls v0.21.12 |
1105 | 2024-08-02T03:50:19.165Z | Compiling try-lock v0.2.5 |
1106 | 2024-08-02T03:50:19.304Z | Compiling want v0.3.1 |
1107 | 2024-08-02T03:50:19.379Z | Compiling serde_derive_internals v0.29.1 |
1108 | 2024-08-02T03:50:19.551Z | Compiling idna v0.5.0 |
1109 | 2024-08-02T03:50:19.882Z | Compiling time v0.3.36 |
1110 | 2024-08-02T03:50:20.043Z | Compiling lazy_static v1.5.0 |
1111 | 2024-08-02T03:50:20.165Z | Compiling aho-corasick v1.1.3 |
1112 | 2024-08-02T03:50:20.535Z | Compiling cookie v0.17.0 |
1113 | 2024-08-02T03:50:20.772Z | Compiling slog v2.7.0 |
1114 | 2024-08-02T03:50:20.989Z | Compiling httpdate v1.0.3 |
1115 | 2024-08-02T03:50:21.299Z | Compiling finl_unicode v1.2.0 |
1116 | 2024-08-02T03:50:21.370Z | Compiling tower-service v0.3.2 |
1117 | 2024-08-02T03:50:21.494Z | Compiling adler v1.0.2 |
1118 | 2024-08-02T03:50:21.733Z | Compiling regex-syntax v0.8.3 |
1119 | 2024-08-02T03:50:21.856Z | Compiling openssl-probe v0.1.5 |
1120 | 2024-08-02T03:50:22.063Z | Compiling signal-hook v0.3.17 |
1121 | 2024-08-02T03:50:22.177Z | Compiling schemars v0.8.21 |
1122 | 2024-08-02T03:50:22.352Z | Compiling cpufeatures v0.2.12 |
1123 | 2024-08-02T03:50:22.486Z | Compiling stringprep v0.1.4 |
1124 | 2024-08-02T03:50:22.575Z | Compiling miniz_oxide v0.7.2 |
1125 | 2024-08-02T03:50:23.807Z | Compiling url v2.5.2 |
1126 | 2024-08-02T03:50:24.537Z | Compiling ring v0.17.8 |
1127 | 2024-08-02T03:50:24.645Z | Compiling serde_derive v1.0.204 |
1128 | 2024-08-02T03:50:24.946Z | Compiling zeroize_derive v1.4.2 |
1129 | 2024-08-02T03:50:25.269Z | Compiling zerocopy-derive v0.7.34 |
1130 | 2024-08-02T03:50:25.364Z | Compiling tokio-macros v2.3.0 |
1131 | 2024-08-02T03:50:25.639Z | Compiling thiserror-impl v1.0.63 |
1132 | 2024-08-02T03:50:25.684Z | Compiling futures-macro v0.3.30 |
1133 | 2024-08-02T03:50:26.622Z | Compiling zeroize v1.7.0 |
1134 | 2024-08-02T03:50:27.085Z | Compiling openssl-sys v0.9.103 |
1135 | 2024-08-02T03:50:27.590Z | Compiling zerocopy v0.7.34 |
1136 | 2024-08-02T03:50:27.855Z | Compiling futures-util v0.3.30 |
1137 | 2024-08-02T03:50:28.470Z | Compiling crypto-common v0.1.6 |
1138 | 2024-08-02T03:50:28.689Z | Compiling block-buffer v0.10.4 |
1139 | 2024-08-02T03:50:28.897Z | Compiling digest v0.10.7 |
1140 | 2024-08-02T03:50:29.078Z | Compiling thiserror v1.0.63 |
1141 | 2024-08-02T03:50:29.219Z | Compiling pest v2.7.10 |
1142 | 2024-08-02T03:50:29.348Z | Compiling tracing-attributes v0.1.27 |
1143 | 2024-08-02T03:50:29.499Z | Compiling hashbrown v0.14.5 |
1144 | 2024-08-02T03:50:30.663Z | Compiling scroll_derive v0.12.0 |
1145 | 2024-08-02T03:50:31.726Z | Compiling pest_meta v2.7.10 |
1146 | 2024-08-02T03:50:32.017Z | Compiling scroll v0.12.0 |
1147 | 2024-08-02T03:50:32.110Z | Compiling hmac v0.12.1 |
1148 | 2024-08-02T03:50:32.231Z | Compiling der_derive v0.7.2 |
1149 | 2024-08-02T03:50:32.379Z | Compiling openssl-macros v0.1.1 |
1150 | 2024-08-02T03:50:32.610Z | Compiling goblin v0.8.2 |
1151 | 2024-08-02T03:50:32.923Z | Compiling tracing v0.1.40 |
1152 | 2024-08-02T03:50:33.111Z | Compiling pest_generator v2.7.10 |
1153 | 2024-08-02T03:50:33.382Z | Compiling sha2 v0.10.8 |
1154 | 2024-08-02T03:50:33.419Z | Compiling md-5 v0.10.6 |
1155 | 2024-08-02T03:50:33.673Z | Compiling regex-automata v0.4.6 |
1156 | 2024-08-02T03:50:34.812Z | Compiling der v0.7.9 |
1157 | 2024-08-02T03:50:35.204Z | Compiling schemars_derive v0.8.21 |
1158 | 2024-08-02T03:50:36.851Z | Compiling pest_derive v2.7.10 |
1159 | 2024-08-02T03:50:37.007Z | Compiling spki v0.7.3 |
1160 | 2024-08-02T03:50:37.429Z | Compiling rustls-webpki v0.101.7 |
1161 | 2024-08-02T03:50:37.698Z | Compiling dtrace-parser v0.2.0 |
1162 | 2024-08-02T03:50:38.192Z | Compiling sct v0.7.1 |
1163 | 2024-08-02T03:50:38.672Z | Compiling bytes v1.6.0 |
1164 | 2024-08-02T03:50:38.905Z | Compiling bitflags v2.6.0 |
1165 | 2024-08-02T03:50:39.355Z | Compiling indexmap v2.2.6 |
1166 | 2024-08-02T03:50:39.370Z | Compiling semver v1.0.23 |
1167 | 2024-08-02T03:50:39.859Z | Compiling tokio v1.38.1 |
1168 | 2024-08-02T03:50:39.954Z | Compiling http v0.2.12 |
1169 | 2024-08-02T03:50:40.146Z | Compiling uuid v1.10.0 |
1170 | 2024-08-02T03:50:40.823Z | Compiling rustc_version v0.4.0 |
1171 | 2024-08-02T03:50:41.623Z | Compiling chrono v0.4.38 |
1172 | 2024-08-02T03:50:41.995Z | Compiling heapless v0.7.17 |
1173 | 2024-08-02T03:50:42.494Z | Compiling http-body v0.4.6 |
1174 | 2024-08-02T03:50:42.539Z | Compiling dof v0.3.0 |
1175 | 2024-08-02T03:50:43.139Z | Compiling serde_tokenstream v0.2.1 |
1176 | 2024-08-02T03:50:43.699Z | Compiling usdt-impl v0.5.0 |
1177 | 2024-08-02T03:50:44.655Z | Compiling toml_datetime v0.6.8 |
1178 | 2024-08-02T03:50:44.738Z | Compiling serde_spanned v0.6.7 |
1179 | 2024-08-02T03:50:44.979Z | Compiling backtrace v0.3.71 |
1180 | 2024-08-02T03:50:45.161Z | Compiling num-integer v0.1.46 |
1181 | 2024-08-02T03:50:45.315Z | Compiling idna v0.3.0 |
1182 | 2024-08-02T03:50:45.428Z | Compiling hash32 v0.2.1 |
1183 | 2024-08-02T03:50:45.461Z | Compiling fallible-iterator v0.2.0 |
1184 | 2024-08-02T03:50:45.829Z | Compiling crc32fast v1.4.0 |
1185 | 2024-08-02T03:50:45.959Z | Compiling gimli v0.28.1 |
1186 | 2024-08-02T03:50:46.189Z | Compiling smoltcp v0.9.1 |
1187 | 2024-08-02T03:50:46.395Z | Compiling psl-types v2.0.11 |
1188 | 2024-08-02T03:50:46.600Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1189 | 2024-08-02T03:50:46.717Z | Compiling stable_deref_trait v1.2.0 |
1190 | 2024-08-02T03:50:46.825Z | Compiling dyn-clone v1.0.17 |
1191 | 2024-08-02T03:50:46.936Z | Compiling base64 v0.22.1 |
1192 | 2024-08-02T03:50:47.712Z | Compiling postgres-protocol v0.6.7 |
1193 | 2024-08-02T03:50:47.767Z | Compiling publicsuffix v2.2.3 |
1194 | 2024-08-02T03:50:47.966Z | Compiling terminal_size v0.3.0 |
1195 | 2024-08-02T03:50:48.022Z | Compiling pkcs8 v0.10.2 |
1196 | 2024-08-02T03:50:48.182Z | Compiling tokio-util v0.7.11 |
1197 | 2024-08-02T03:50:48.241Z | Compiling tokio-rustls v0.24.1 |
1198 | 2024-08-02T03:50:48.623Z | Compiling hubpack_derive v0.1.1 |
1199 | 2024-08-02T03:50:48.643Z | Compiling block-padding v0.3.3 |
1200 | 2024-08-02T03:50:48.892Z | Compiling zerocopy-derive v0.6.6 |
1201 | 2024-08-02T03:50:49.038Z | Compiling async-trait v0.1.81 |
1202 | 2024-08-02T03:50:49.535Z | Compiling h2 v0.3.26 |
1203 | 2024-08-02T03:50:50.221Z | Compiling tokio-native-tls v0.3.1 |
1204 | 2024-08-02T03:50:50.505Z | Compiling addr2line v0.21.0 |
1205 | 2024-08-02T03:50:51.194Z | Compiling phf_shared v0.11.2 |
1206 | 2024-08-02T03:50:51.573Z | Compiling diesel_table_macro_syntax v0.1.0 |
1207 | 2024-08-02T03:50:51.800Z | Compiling ff v0.13.0 |
1208 | 2024-08-02T03:50:51.818Z | Compiling scheduled-thread-pool v0.2.7 |
1209 | 2024-08-02T03:50:51.913Z | Compiling object v0.32.2 |
1210 | 2024-08-02T03:50:51.986Z | Compiling fs-err v2.11.0 |
1211 | 2024-08-02T03:50:52.017Z | Compiling base16ct v0.2.0 |
1212 | 2024-08-02T03:50:52.022Z | Compiling ipnet v2.9.0 |
1213 | 2024-08-02T03:50:52.122Z | Compiling bit-vec v0.6.3 |
1214 | 2024-08-02T03:50:52.319Z | Compiling managed v0.8.0 |
1215 | 2024-08-02T03:50:52.380Z | Compiling winnow v0.5.40 |
1216 | 2024-08-02T03:50:52.480Z | Compiling rustc-demangle v0.1.24 |
1217 | 2024-08-02T03:50:52.605Z | Compiling matches v0.1.10 |
1218 | 2024-08-02T03:50:52.701Z | Compiling either v1.12.0 |
1219 | 2024-08-02T03:50:52.767Z | Compiling regex-automata v0.1.10 |
1220 | 2024-08-02T03:50:53.144Z | Compiling base64 v0.21.7 |
1221 | 2024-08-02T03:50:53.263Z | Compiling anyhow v1.0.86 |
1222 | 2024-08-02T03:50:53.299Z | Compiling bitflags v1.3.2 |
1223 | 2024-08-02T03:50:53.488Z | Compiling bstr v0.2.17 |
1224 | 2024-08-02T03:50:53.918Z | Compiling rustls-pemfile v1.0.4 |
1225 | 2024-08-02T03:50:54.104Z | Compiling idna v0.2.3 |
1226 | 2024-08-02T03:50:54.388Z | Compiling clap_builder v4.5.9 |
1227 | 2024-08-02T03:50:55.042Z | Compiling sec1 v0.7.3 |
1228 | 2024-08-02T03:50:55.453Z | Compiling r2d2 v0.8.10 |
1229 | 2024-08-02T03:50:55.527Z | Compiling diesel_derives v2.1.4 |
1230 | 2024-08-02T03:50:55.605Z | Compiling group v0.13.0 |
1231 | 2024-08-02T03:50:55.695Z | Compiling signal-hook-mio v0.2.3 |
1232 | 2024-08-02T03:50:55.813Z | Compiling phf v0.11.2 |
1233 | 2024-08-02T03:50:55.859Z | Compiling toml_edit v0.19.15 |
1234 | 2024-08-02T03:50:55.933Z | Compiling cookie_store v0.20.0 |
1235 | 2024-08-02T03:50:56.205Z | Compiling zerocopy v0.6.6 |
1236 | 2024-08-02T03:50:56.236Z | Compiling hubpack v0.1.2 |
1237 | 2024-08-02T03:50:56.696Z | Compiling hyper v0.14.30 |
1238 | 2024-08-02T03:50:56.995Z | Compiling ipnetwork v0.20.0 |
1239 | 2024-08-02T03:50:57.510Z | Compiling inout v0.1.3 |
1240 | 2024-08-02T03:50:57.784Z | Compiling postgres-types v0.2.7 |
1241 | 2024-08-02T03:50:59.148Z | Compiling num-bigint v0.4.5 |
1242 | 2024-08-02T03:50:59.275Z | Compiling usdt-macro v0.5.0 |
1243 | 2024-08-02T03:51:00.128Z | Compiling usdt-attr-macro v0.5.0 |
1244 | 2024-08-02T03:51:00.740Z | Compiling regex v1.10.5 |
1245 | 2024-08-02T03:51:01.827Z | Compiling serde_urlencoded v0.7.1 |
1246 | 2024-08-02T03:51:01.831Z | Compiling futures-executor v0.3.30 |
1247 | 2024-08-02T03:51:02.035Z | Compiling hkdf v0.12.4 |
1248 | 2024-08-02T03:51:02.348Z | Compiling enum-as-inner v0.5.1 |
1249 | 2024-08-02T03:51:02.409Z | Compiling crypto-bigint v0.5.5 |
1250 | 2024-08-02T03:51:02.454Z | Compiling serde_repr v0.1.19 |
1251 | 2024-08-02T03:51:03.442Z | Compiling clap_derive v4.5.8 |
1252 | 2024-08-02T03:51:03.685Z | Compiling hyper-rustls v0.24.2 |
1253 | 2024-08-02T03:51:03.705Z | Compiling hyper-tls v0.5.0 |
1254 | 2024-08-02T03:51:03.816Z | Compiling strum_macros v0.25.3 |
1255 | 2024-08-02T03:51:04.025Z | Compiling phf_shared v0.10.0 |
1256 | 2024-08-02T03:51:04.069Z | Compiling float-cmp v0.9.0 |
1257 | 2024-08-02T03:51:04.292Z | Compiling encoding_rs v0.8.34 |
1258 | 2024-08-02T03:51:04.442Z | Compiling data-encoding v2.6.0 |
1259 | 2024-08-02T03:51:06.757Z | Compiling whoami v1.5.1 |
1260 | 2024-08-02T03:51:06.855Z | Compiling sync_wrapper v0.1.2 |
1261 | 2024-08-02T03:51:06.988Z | Compiling predicates-core v1.0.6 |
1262 | 2024-08-02T03:51:07.358Z | Compiling new_debug_unreachable v1.0.6 |
1263 | 2024-08-02T03:51:07.431Z | Compiling webpki-roots v0.25.4 |
1264 | 2024-08-02T03:51:07.452Z | Compiling difflib v0.4.0 |
1265 | 2024-08-02T03:51:07.595Z | Compiling minimal-lexical v0.2.1 |
1266 | 2024-08-02T03:51:07.951Z | Compiling static_assertions v1.1.0 |
1267 | 2024-08-02T03:51:08.019Z | Compiling mime v0.3.17 |
1268 | 2024-08-02T03:51:08.048Z | Compiling fixedbitset v0.4.2 |
1269 | 2024-08-02T03:51:08.148Z | Compiling unicode-segmentation v1.11.0 |
1270 | 2024-08-02T03:51:08.480Z | Compiling normalize-line-endings v0.3.0 |
1271 | 2024-08-02T03:51:08.499Z | Compiling precomputed-hash v0.1.1 |
1272 | 2024-08-02T03:51:08.563Z | Compiling clap v4.5.9 |
1273 | 2024-08-02T03:51:08.601Z | Compiling predicates v3.1.2 |
1274 | 2024-08-02T03:51:08.618Z | Compiling string_cache v0.8.7 |
1275 | 2024-08-02T03:51:08.621Z | Compiling reqwest v0.11.27 |
1276 | 2024-08-02T03:51:08.674Z | Compiling petgraph v0.6.5 |
1277 | 2024-08-02T03:51:08.851Z | Compiling similar v2.5.0 |
1278 | 2024-08-02T03:51:08.973Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1279 | 2024-08-02T03:51:08.991Z | Compiling diesel v2.1.6 |
1280 | 2024-08-02T03:51:09.092Z | Compiling nom v7.1.3 |
1281 | 2024-08-02T03:51:10.217Z | Compiling tokio-postgres v0.7.11 |
1282 | 2024-08-02T03:51:10.332Z | Compiling console v0.15.8 |
1283 | 2024-08-02T03:51:11.424Z | Compiling toml_edit v0.22.20 |
1284 | 2024-08-02T03:51:11.856Z | Compiling elliptic-curve v0.13.8 |
1285 | 2024-08-02T03:51:12.680Z | Compiling trust-dns-proto v0.22.0 |
1286 | 2024-08-02T03:51:12.697Z | Compiling usdt v0.5.0 |
1287 | 2024-08-02T03:51:12.897Z | Compiling yasna v0.5.2 |
1288 | 2024-08-02T03:51:13.200Z | Compiling futures v0.3.30 |
1289 | 2024-08-02T03:51:14.207Z | Compiling toml v0.7.8 |
1290 | 2024-08-02T03:51:14.840Z | Compiling flate2 v1.0.30 |
1291 | 2024-08-02T03:51:15.288Z | Compiling cipher v0.4.4 |
1292 | 2024-08-02T03:51:15.813Z | Compiling crossterm v0.27.0 |
1293 | 2024-08-02T03:51:15.929Z | Compiling itertools v0.12.1 |
1294 | 2024-08-02T03:51:15.932Z | Compiling itertools v0.10.5 |
1295 | 2024-08-02T03:51:16.687Z | Compiling bit-set v0.5.3 |
1296 | 2024-08-02T03:51:16.991Z | Compiling tokio-stream v0.1.15 |
1297 | 2024-08-02T03:51:18.014Z | Compiling num-iter v0.1.45 |
1298 | 2024-08-02T03:51:18.208Z | Compiling openapiv3 v2.0.0 |
1299 | 2024-08-02T03:51:18.774Z | Compiling bstr v1.9.1 |
1300 | 2024-08-02T03:51:19.121Z | Compiling hex v0.4.3 |
1301 | 2024-08-02T03:51:19.521Z | Compiling crossbeam-epoch v0.9.18 |
1302 | 2024-08-02T03:51:19.714Z | Compiling dirs-sys-next v0.1.2 |
1303 | 2024-08-02T03:51:19.956Z | Compiling lalrpop-util v0.19.12 |
1304 | 2024-08-02T03:51:20.290Z | Compiling unicode-xid v0.2.4 |
1305 | 2024-08-02T03:51:20.327Z | Compiling peg-runtime v0.8.3 |
1306 | 2024-08-02T03:51:20.401Z | Compiling dirs-next v2.0.0 |
1307 | 2024-08-02T03:51:20.467Z | Compiling thread_local v1.1.8 |
1308 | 2024-08-02T03:51:20.592Z | Compiling slog-async v2.8.0 |
1309 | 2024-08-02T03:51:20.612Z | Compiling term v0.7.0 |
1310 | 2024-08-02T03:51:21.013Z | Compiling xattr v1.3.1 |
1311 | 2024-08-02T03:51:21.031Z | Compiling crossbeam-channel v0.5.12 |
1312 | 2024-08-02T03:51:21.210Z | Compiling strum_macros v0.26.4 |
1313 | 2024-08-02T03:51:21.256Z | Compiling filetime v0.2.23 |
1314 | 2024-08-02T03:51:21.284Z | Compiling is-terminal v0.4.12 |
1315 | 2024-08-02T03:51:21.423Z | Compiling take_mut v0.2.2 |
1316 | 2024-08-02T03:51:21.585Z | Compiling tar v0.4.41 |
1317 | 2024-08-02T03:51:21.588Z | Compiling slog-term v2.9.1 |
1318 | 2024-08-02T03:51:22.194Z | Compiling camino v1.1.7 |
1319 | 2024-08-02T03:51:24.406Z | Compiling strum v0.26.3 |
1320 | 2024-08-02T03:51:36.882Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1321 | 2024-08-02T03:51:37.150Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1322 | 2024-08-02T03:51:42.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s |
1323 | 2024-08-02T03:51:42.642Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1324 | 2024-08-02T03:51:42.687Z | Aug 02 03:51:41.742 INFO Starting download, target: Clickhouse |
1325 | 2024-08-02T03:51:42.687Z | Aug 02 03:51:41.742 INFO Starting download, target: Console |
1326 | 2024-08-02T03:51:42.687Z | Aug 02 03:51:41.742 INFO Starting download, target: Cockroach |
1327 | 2024-08-02T03:51:42.687Z | Aug 02 03:51:41.742 INFO Starting download, target: DendriteOpenapi |
1328 | 2024-08-02T03:51:42.687Z | Aug 02 03:51:41.742 INFO Starting download, target: DendriteStub |
1329 | 2024-08-02T03:51:42.687Z | Aug 02 03:51:41.742 INFO Starting download, target: MaghemiteMgd |
1330 | 2024-08-02T03:51:42.687Z | Aug 02 03:51:41.742 INFO Starting download, target: TransceiverControl |
1331 | 2024-08-02T03:51:42.690Z | Aug 02 03:51:41.743 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1332 | 2024-08-02T03:51:42.690Z | Aug 02 03:51:41.743 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1333 | 2024-08-02T03:51:42.690Z | Aug 02 03:51:41.743 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1334 | 2024-08-02T03:51:42.690Z | Aug 02 03:51:41.743 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1335 | 2024-08-02T03:51:42.690Z | Aug 02 03:51:41.743 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1336 | 2024-08-02T03:51:42.690Z | Aug 02 03:51:41.743 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1337 | 2024-08-02T03:51:42.690Z | Aug 02 03:51:41.743 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1338 | 2024-08-02T03:51:42.863Z | Aug 02 03:51:41.908 INFO Download complete, target: DendriteOpenapi |
1339 | 2024-08-02T03:51:42.990Z | Aug 02 03:51:42.038 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1340 | 2024-08-02T03:51:43.693Z | Aug 02 03:51:42.404 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1341 | 2024-08-02T03:51:43.698Z | Aug 02 03:51:42.465 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1342 | 2024-08-02T03:51:43.725Z | Aug 02 03:51:42.779 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1343 | 2024-08-02T03:51:43.750Z | Aug 02 03:51:42.805 INFO Download complete, target: TransceiverControl |
1344 | 2024-08-02T03:51:43.774Z | Aug 02 03:51:42.828 INFO Download complete, target: Console |
1345 | 2024-08-02T03:51:44.666Z | Aug 02 03:51:43.721 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1346 | 2024-08-02T03:51:45.020Z | Aug 02 03:51:44.075 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1347 | 2024-08-02T03:51:45.020Z | Aug 02 03:51:44.075 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1348 | 2024-08-02T03:51:46.454Z | Aug 02 03:51:45.508 INFO Download complete, target: DendriteStub |
1349 | 2024-08-02T03:51:46.815Z | Aug 02 03:51:45.869 INFO Download complete, target: MaghemiteMgd |
1350 | 2024-08-02T03:51:53.284Z | Aug 02 03:51:52.336 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1351 | 2024-08-02T03:51:53.612Z | Aug 02 03:51:52.664 INFO Checking that binary works, target: Cockroach |
1352 | 2024-08-02T03:51:53.775Z | Aug 02 03:51:52.828 INFO Download complete, target: Cockroach |
1353 | 2024-08-02T03:51:58.745Z | Aug 02 03:51:57.797 INFO Checking that binary works, target: Clickhouse |
1354 | 2024-08-02T03:51:59.041Z | Aug 02 03:51:58.092 INFO Download complete, target: Clickhouse |
1355 | 2024-08-02T03:51:59.059Z | All builder prerequisites installed successfully, and PATH looks valid |
1356 | 2024-08-02T03:51:59.063Z | |
1357 | 2024-08-02T03:51:59.063Z | real 5:27.452107728 |
1358 | 2024-08-02T03:51:59.063Z | user 11:39.503093035 |
1359 | 2024-08-02T03:51:59.063Z | sys 2:28.080421411 |
1360 | 2024-08-02T03:51:59.063Z | trap 0.411309373 |
1361 | 2024-08-02T03:51:59.063Z | tflt 5.650314599 |
1362 | 2024-08-02T03:51:59.063Z | dflt 5.238043028 |
1363 | 2024-08-02T03:51:59.063Z | kflt 0.164857187 |
1364 | 2024-08-02T03:51:59.063Z | lock 22:26.229746793 |
1365 | 2024-08-02T03:51:59.063Z | slp 48:45.647475902 |
1366 | 2024-08-02T03:51:59.063Z | lat 35.153371317 |
1367 | 2024-08-02T03:51:59.063Z | stop 1:37.186997606 |
1368 | 2024-08-02T03:51:59.063Z | + banner hack-check |
1369 | 2024-08-02T03:51:59.064Z | |
1370 | 2024-08-02T03:51:59.064Z | # # ## #### # # #### # # ###### #### # # |
1371 | 2024-08-02T03:51:59.064Z | # # # # # # # # # # # # # # # # # |
1372 | 2024-08-02T03:51:59.064Z | ###### # # # #### ##### # ###### ##### # #### |
1373 | 2024-08-02T03:51:59.064Z | # # ###### # # # # # # # # # # |
1374 | 2024-08-02T03:51:59.064Z | # # # # # # # # # # # # # # # # # |
1375 | 2024-08-02T03:51:59.064Z | # # # # #### # # #### # # ###### #### # # |
1376 | 2024-08-02T03:51:59.064Z | |
1377 | 2024-08-02T03:51:59.064Z | + export CARGO_INCREMENTAL=0 |
1378 | 2024-08-02T03:51:59.064Z | + CARGO_INCREMENTAL=0 |
1379 | 2024-08-02T03:51:59.064Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1380 | 2024-08-02T03:51:59.635Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1381 | 2024-08-02T03:52:03.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
1382 | 2024-08-02T03:52:03.104Z | Running `target/debug/xtask check-features --ci` |
1383 | 2024-08-02T03:52:03.123Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1384 | 2024-08-02T03:52:03.123Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1385 | 2024-08-02T03:52:03.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1386 | 2024-08-02T03:52:03.631Z | Running `target/debug/xtask download cargo-hack` |
1387 | 2024-08-02T03:52:04.439Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1388 | 2024-08-02T03:52:04.813Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1389 | 2024-08-02T03:52:09.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s |
1390 | 2024-08-02T03:52:09.651Z | Running `target/debug/xtask-downloader cargo-hack` |
1391 | 2024-08-02T03:52:09.690Z | Aug 02 03:52:08.739 INFO Starting download, target: CargoHack |
1392 | 2024-08-02T03:52:09.694Z | Aug 02 03:52:08.740 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1393 | 2024-08-02T03:52:10.146Z | Aug 02 03:52:09.195 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1394 | 2024-08-02T03:52:10.248Z | Aug 02 03:52:09.297 INFO Download complete, target: CargoHack |
1395 | 2024-08-02T03:52:10.252Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1396 | 2024-08-02T03:52:10.268Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1397 | 2024-08-02T03:52:10.412Z | info: running `cargo check --bins` on api_identity (1/142) |
1398 | 2024-08-02T03:52:10.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1399 | 2024-08-02T03:52:10.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1400 | 2024-08-02T03:52:10.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1401 | 2024-08-02T03:52:10.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1402 | 2024-08-02T03:52:10.991Z | |
1403 | 2024-08-02T03:52:10.992Z | info: running `cargo check --bins` on bootstore (2/142) |
1404 | 2024-08-02T03:52:11.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1405 | 2024-08-02T03:52:11.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1406 | 2024-08-02T03:52:11.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1407 | 2024-08-02T03:52:11.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1408 | 2024-08-02T03:52:11.601Z | |
1409 | 2024-08-02T03:52:11.601Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/142) |
1410 | 2024-08-02T03:52:12.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1411 | 2024-08-02T03:52:12.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1412 | 2024-08-02T03:52:12.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1413 | 2024-08-02T03:52:12.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1414 | 2024-08-02T03:52:12.199Z | |
1415 | 2024-08-02T03:52:12.199Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/142) |
1416 | 2024-08-02T03:52:12.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1417 | 2024-08-02T03:52:12.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1418 | 2024-08-02T03:52:12.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1419 | 2024-08-02T03:52:12.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1420 | 2024-08-02T03:52:12.790Z | |
1421 | 2024-08-02T03:52:12.790Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/142) |
1422 | 2024-08-02T03:52:13.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1423 | 2024-08-02T03:52:13.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1424 | 2024-08-02T03:52:13.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1425 | 2024-08-02T03:52:13.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1426 | 2024-08-02T03:52:13.231Z | |
1427 | 2024-08-02T03:52:13.231Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/142) |
1428 | 2024-08-02T03:52:13.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1429 | 2024-08-02T03:52:13.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1430 | 2024-08-02T03:52:13.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1431 | 2024-08-02T03:52:13.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1432 | 2024-08-02T03:52:13.656Z | |
1433 | 2024-08-02T03:52:13.656Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/142) |
1434 | 2024-08-02T03:52:14.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1435 | 2024-08-02T03:52:14.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1436 | 2024-08-02T03:52:14.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1437 | 2024-08-02T03:52:14.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1438 | 2024-08-02T03:52:14.100Z | |
1439 | 2024-08-02T03:52:14.100Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/142) |
1440 | 2024-08-02T03:52:14.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1441 | 2024-08-02T03:52:14.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1442 | 2024-08-02T03:52:14.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1443 | 2024-08-02T03:52:14.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1444 | 2024-08-02T03:52:14.571Z | |
1445 | 2024-08-02T03:52:14.571Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/142) |
1446 | 2024-08-02T03:52:14.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1447 | 2024-08-02T03:52:14.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1448 | 2024-08-02T03:52:14.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1449 | 2024-08-02T03:52:14.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1450 | 2024-08-02T03:52:15.015Z | |
1451 | 2024-08-02T03:52:15.015Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/142) |
1452 | 2024-08-02T03:52:15.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1453 | 2024-08-02T03:52:15.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1454 | 2024-08-02T03:52:15.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1455 | 2024-08-02T03:52:15.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1456 | 2024-08-02T03:52:15.446Z | |
1457 | 2024-08-02T03:52:15.446Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/142) |
1458 | 2024-08-02T03:52:15.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1459 | 2024-08-02T03:52:15.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1460 | 2024-08-02T03:52:15.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1461 | 2024-08-02T03:52:15.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1462 | 2024-08-02T03:52:15.884Z | |
1463 | 2024-08-02T03:52:15.884Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/142) |
1464 | 2024-08-02T03:52:16.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1465 | 2024-08-02T03:52:16.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1466 | 2024-08-02T03:52:16.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1467 | 2024-08-02T03:52:16.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1468 | 2024-08-02T03:52:16.332Z | |
1469 | 2024-08-02T03:52:16.332Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/142) |
1470 | 2024-08-02T03:52:16.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1471 | 2024-08-02T03:52:16.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1472 | 2024-08-02T03:52:16.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1473 | 2024-08-02T03:52:16.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1474 | 2024-08-02T03:52:16.766Z | |
1475 | 2024-08-02T03:52:16.766Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/142) |
1476 | 2024-08-02T03:52:17.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1477 | 2024-08-02T03:52:17.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1478 | 2024-08-02T03:52:17.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1479 | 2024-08-02T03:52:17.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1480 | 2024-08-02T03:52:17.200Z | |
1481 | 2024-08-02T03:52:17.200Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/142) |
1482 | 2024-08-02T03:52:17.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1483 | 2024-08-02T03:52:17.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1484 | 2024-08-02T03:52:17.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1485 | 2024-08-02T03:52:17.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1486 | 2024-08-02T03:52:17.634Z | |
1487 | 2024-08-02T03:52:17.634Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/142) |
1488 | 2024-08-02T03:52:18.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1489 | 2024-08-02T03:52:18.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1490 | 2024-08-02T03:52:18.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1491 | 2024-08-02T03:52:18.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1492 | 2024-08-02T03:52:18.069Z | |
1493 | 2024-08-02T03:52:18.069Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/142) |
1494 | 2024-08-02T03:52:18.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1495 | 2024-08-02T03:52:18.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1496 | 2024-08-02T03:52:18.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1497 | 2024-08-02T03:52:18.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1498 | 2024-08-02T03:52:18.500Z | |
1499 | 2024-08-02T03:52:18.500Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/142) |
1500 | 2024-08-02T03:52:18.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1501 | 2024-08-02T03:52:18.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1502 | 2024-08-02T03:52:18.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1503 | 2024-08-02T03:52:18.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1504 | 2024-08-02T03:52:18.931Z | |
1505 | 2024-08-02T03:52:18.931Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/142) |
1506 | 2024-08-02T03:52:19.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1507 | 2024-08-02T03:52:19.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1508 | 2024-08-02T03:52:19.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1509 | 2024-08-02T03:52:19.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1510 | 2024-08-02T03:52:19.367Z | |
1511 | 2024-08-02T03:52:19.367Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/142) |
1512 | 2024-08-02T03:52:19.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1513 | 2024-08-02T03:52:19.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1514 | 2024-08-02T03:52:19.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1515 | 2024-08-02T03:52:19.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1516 | 2024-08-02T03:52:19.799Z | |
1517 | 2024-08-02T03:52:19.799Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/142) |
1518 | 2024-08-02T03:52:20.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1519 | 2024-08-02T03:52:20.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1520 | 2024-08-02T03:52:20.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1521 | 2024-08-02T03:52:20.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1522 | 2024-08-02T03:52:20.230Z | |
1523 | 2024-08-02T03:52:20.230Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/142) |
1524 | 2024-08-02T03:52:20.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1525 | 2024-08-02T03:52:20.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1526 | 2024-08-02T03:52:20.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1527 | 2024-08-02T03:52:20.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1528 | 2024-08-02T03:52:20.665Z | |
1529 | 2024-08-02T03:52:20.665Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/142) |
1530 | 2024-08-02T03:52:21.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1531 | 2024-08-02T03:52:21.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1532 | 2024-08-02T03:52:21.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1533 | 2024-08-02T03:52:21.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1534 | 2024-08-02T03:52:21.107Z | |
1535 | 2024-08-02T03:52:21.108Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/142) |
1536 | 2024-08-02T03:52:21.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1537 | 2024-08-02T03:52:21.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1538 | 2024-08-02T03:52:21.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1539 | 2024-08-02T03:52:21.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1540 | 2024-08-02T03:52:21.530Z | |
1541 | 2024-08-02T03:52:21.530Z | info: running `cargo check --bins` on sled-hardware-types (25/142) |
1542 | 2024-08-02T03:52:22.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1543 | 2024-08-02T03:52:22.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1544 | 2024-08-02T03:52:22.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1545 | 2024-08-02T03:52:22.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1546 | 2024-08-02T03:52:22.127Z | |
1547 | 2024-08-02T03:52:22.127Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/142) |
1548 | 2024-08-02T03:52:22.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1549 | 2024-08-02T03:52:22.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1550 | 2024-08-02T03:52:22.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1551 | 2024-08-02T03:52:22.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1552 | 2024-08-02T03:52:22.738Z | |
1553 | 2024-08-02T03:52:22.738Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/142) |
1554 | 2024-08-02T03:52:23.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1555 | 2024-08-02T03:52:23.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1556 | 2024-08-02T03:52:23.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1557 | 2024-08-02T03:52:23.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1558 | 2024-08-02T03:52:23.369Z | |
1559 | 2024-08-02T03:52:23.369Z | info: running `cargo check --bins` on oxlog (28/142) |
1560 | 2024-08-02T03:52:23.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1561 | 2024-08-02T03:52:23.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1562 | 2024-08-02T03:52:23.942Z | Checking cfg-if v1.0.0 |
1563 | 2024-08-02T03:52:23.960Z | Checking libc v0.2.155 |
1564 | 2024-08-02T03:52:24.032Z | Checking scopeguard v1.2.0 |
1565 | 2024-08-02T03:52:24.038Z | Checking serde v1.0.204 |
1566 | 2024-08-02T03:52:24.046Z | Checking memchr v2.7.2 |
1567 | 2024-08-02T03:52:24.046Z | Checking byteorder v1.5.0 |
1568 | 2024-08-02T03:52:24.050Z | Checking log v0.4.21 |
1569 | 2024-08-02T03:52:24.069Z | Checking itoa v1.0.11 |
1570 | 2024-08-02T03:52:24.105Z | Checking zeroize v1.7.0 |
1571 | 2024-08-02T03:52:24.142Z | Checking lock_api v0.4.12 |
1572 | 2024-08-02T03:52:24.275Z | Checking smallvec v1.13.2 |
1573 | 2024-08-02T03:52:24.317Z | Checking once_cell v1.19.0 |
1574 | 2024-08-02T03:52:24.341Z | Checking pin-project-lite v0.2.14 |
1575 | 2024-08-02T03:52:24.459Z | Checking typenum v1.17.0 |
1576 | 2024-08-02T03:52:24.474Z | Checking zerocopy v0.7.34 |
1577 | 2024-08-02T03:52:24.556Z | Checking spin v0.9.8 |
1578 | 2024-08-02T03:52:24.608Z | Checking tinyvec_macros v0.1.1 |
1579 | 2024-08-02T03:52:24.637Z | Checking futures-core v0.3.30 |
1580 | 2024-08-02T03:52:24.689Z | Checking tinyvec v1.6.0 |
1581 | 2024-08-02T03:52:24.812Z | Checking libm v0.2.8 |
1582 | 2024-08-02T03:52:24.890Z | Checking subtle v2.5.0 |
1583 | 2024-08-02T03:52:24.902Z | Checking ryu v1.0.18 |
1584 | 2024-08-02T03:52:25.135Z | Checking const-oid v0.9.6 |
1585 | 2024-08-02T03:52:25.150Z | Checking unicode-bidi v0.3.15 |
1586 | 2024-08-02T03:52:25.221Z | Checking getrandom v0.2.14 |
1587 | 2024-08-02T03:52:25.475Z | Checking rand_core v0.6.4 |
1588 | 2024-08-02T03:52:25.740Z | Checking parking_lot_core v0.9.10 |
1589 | 2024-08-02T03:52:25.762Z | Checking signal-hook-registry v1.4.2 |
1590 | 2024-08-02T03:52:25.775Z | Checking mio v0.8.11 |
1591 | 2024-08-02T03:52:25.814Z | Checking generic-array v0.14.7 |
1592 | 2024-08-02T03:52:25.864Z | Checking socket2 v0.5.7 |
1593 | 2024-08-02T03:52:25.965Z | Checking num_cpus v1.16.0 |
1594 | 2024-08-02T03:52:26.027Z | Checking unicode-normalization v0.1.23 |
1595 | 2024-08-02T03:52:26.069Z | Checking parking_lot v0.12.2 |
1596 | 2024-08-02T03:52:26.083Z | Checking ahash v0.8.11 |
1597 | 2024-08-02T03:52:26.358Z | Checking num-traits v0.2.19 |
1598 | 2024-08-02T03:52:26.431Z | Checking allocator-api2 v0.2.18 |
1599 | 2024-08-02T03:52:26.446Z | Checking futures-sink v0.3.30 |
1600 | 2024-08-02T03:52:26.599Z | Checking equivalent v1.0.1 |
1601 | 2024-08-02T03:52:26.652Z | Checking futures-channel v0.3.30 |
1602 | 2024-08-02T03:52:26.700Z | Checking slab v0.4.9 |
1603 | 2024-08-02T03:52:26.897Z | Checking crypto-common v0.1.6 |
1604 | 2024-08-02T03:52:26.957Z | Checking pin-utils v0.1.0 |
1605 | 2024-08-02T03:52:26.969Z | Checking futures-task v0.3.30 |
1606 | 2024-08-02T03:52:26.992Z | Checking futures-io v0.3.30 |
1607 | 2024-08-02T03:52:27.006Z | Checking block-buffer v0.10.4 |
1608 | 2024-08-02T03:52:27.035Z | Checking percent-encoding v2.3.1 |
1609 | 2024-08-02T03:52:27.066Z | Checking hashbrown v0.14.5 |
1610 | 2024-08-02T03:52:27.080Z | Checking ppv-lite86 v0.2.17 |
1611 | 2024-08-02T03:52:27.150Z | Checking tracing-core v0.1.32 |
1612 | 2024-08-02T03:52:27.196Z | Checking futures-util v0.3.30 |
1613 | 2024-08-02T03:52:27.219Z | Checking digest v0.10.7 |
1614 | 2024-08-02T03:52:27.233Z | Checking untrusted v0.9.0 |
1615 | 2024-08-02T03:52:27.380Z | Checking fnv v1.0.7 |
1616 | 2024-08-02T03:52:27.508Z | Checking ring v0.17.8 |
1617 | 2024-08-02T03:52:27.595Z | Checking thiserror v1.0.63 |
1618 | 2024-08-02T03:52:27.723Z | Checking powerfmt v0.2.0 |
1619 | 2024-08-02T03:52:27.783Z | Checking tracing v0.1.40 |
1620 | 2024-08-02T03:52:27.786Z | Checking rand_chacha v0.3.1 |
1621 | 2024-08-02T03:52:28.009Z | Checking iana-time-zone v0.1.60 |
1622 | 2024-08-02T03:52:28.067Z | Checking base64ct v1.6.0 |
1623 | 2024-08-02T03:52:28.136Z | Checking foreign-types-shared v0.1.1 |
1624 | 2024-08-02T03:52:28.153Z | Checking deranged v0.3.11 |
1625 | 2024-08-02T03:52:28.183Z | Checking rand v0.8.5 |
1626 | 2024-08-02T03:52:28.234Z | Checking foreign-types v0.3.2 |
1627 | 2024-08-02T03:52:28.284Z | Checking hmac v0.12.1 |
1628 | 2024-08-02T03:52:28.320Z | Checking form_urlencoded v1.2.1 |
1629 | 2024-08-02T03:52:28.480Z | Checking openssl-sys v0.9.103 |
1630 | 2024-08-02T03:52:28.505Z | Checking pem-rfc7468 v0.7.0 |
1631 | 2024-08-02T03:52:28.525Z | Checking siphasher v0.3.11 |
1632 | 2024-08-02T03:52:28.765Z | Checking time-core v0.1.2 |
1633 | 2024-08-02T03:52:28.781Z | Checking num_threads v0.1.7 |
1634 | 2024-08-02T03:52:28.884Z | Checking num-conv v0.1.0 |
1635 | 2024-08-02T03:52:28.917Z | Checking unicode-ident v1.0.12 |
1636 | 2024-08-02T03:52:29.082Z | Checking try-lock v0.2.5 |
1637 | 2024-08-02T03:52:29.117Z | Checking flagset v0.4.5 |
1638 | 2024-08-02T03:52:29.204Z | Checking bytes v1.6.0 |
1639 | 2024-08-02T03:52:29.204Z | Checking bitflags v2.6.0 |
1640 | 2024-08-02T03:52:29.314Z | Checking serde_json v1.0.120 |
1641 | 2024-08-02T03:52:29.379Z | Checking indexmap v2.2.6 |
1642 | 2024-08-02T03:52:29.444Z | Checking uuid v1.10.0 |
1643 | 2024-08-02T03:52:29.535Z | Checking chrono v0.4.38 |
1644 | 2024-08-02T03:52:29.808Z | Checking openssl v0.10.66 |
1645 | 2024-08-02T03:52:29.890Z | Checking time v0.3.36 |
1646 | 2024-08-02T03:52:30.010Z | Checking tokio v1.38.1 |
1647 | 2024-08-02T03:52:30.026Z | Checking http v0.2.12 |
1648 | 2024-08-02T03:52:30.621Z | Checking sct v0.7.1 |
1649 | 2024-08-02T03:52:30.943Z | Checking rustls-webpki v0.101.7 |
1650 | 2024-08-02T03:52:30.979Z | Checking der v0.7.9 |
1651 | 2024-08-02T03:52:31.383Z | Checking http-body v0.4.6 |
1652 | 2024-08-02T03:52:31.476Z | Checking want v0.3.1 |
1653 | 2024-08-02T03:52:31.548Z | Checking proc-macro2 v1.0.86 |
1654 | 2024-08-02T03:52:31.639Z | Checking idna v0.5.0 |
1655 | 2024-08-02T03:52:31.785Z | Checking errno v0.3.9 |
1656 | 2024-08-02T03:52:31.957Z | Checking httparse v1.8.0 |
1657 | 2024-08-02T03:52:32.219Z | Checking lazy_static v1.5.0 |
1658 | 2024-08-02T03:52:32.288Z | Checking aho-corasick v1.1.3 |
1659 | 2024-08-02T03:52:32.318Z | Checking scroll v0.12.0 |
1660 | 2024-08-02T03:52:32.386Z | Checking openssl-probe v0.1.5 |
1661 | 2024-08-02T03:52:32.396Z | Checking ucd-trie v0.1.6 |
1662 | 2024-08-02T03:52:32.530Z | Checking plain v0.2.3 |
1663 | 2024-08-02T03:52:32.544Z | Checking utf8parse v0.2.1 |
1664 | 2024-08-02T03:52:32.607Z | Checking finl_unicode v1.2.0 |
1665 | 2024-08-02T03:52:32.673Z | Checking adler v1.0.2 |
1666 | 2024-08-02T03:52:32.688Z | Checking regex-syntax v0.8.3 |
1667 | 2024-08-02T03:52:32.766Z | Checking tower-service v0.3.2 |
1668 | 2024-08-02T03:52:32.788Z | Checking httpdate v1.0.3 |
1669 | 2024-08-02T03:52:32.816Z | Checking cpufeatures v0.2.12 |
1670 | 2024-08-02T03:52:32.878Z | Checking anstyle v1.0.8 |
1671 | 2024-08-02T03:52:32.906Z | Checking sha2 v0.10.8 |
1672 | 2024-08-02T03:52:33.022Z | Checking miniz_oxide v0.7.2 |
1673 | 2024-08-02T03:52:33.166Z | Checking stringprep v0.1.4 |
1674 | 2024-08-02T03:52:33.229Z | Checking goblin v0.8.2 |
1675 | 2024-08-02T03:52:33.424Z | Checking spki v0.7.3 |
1676 | 2024-08-02T03:52:33.492Z | Checking anstyle-parse v0.2.4 |
1677 | 2024-08-02T03:52:33.708Z | Checking pest v2.7.10 |
1678 | 2024-08-02T03:52:33.748Z | Checking url v2.5.2 |
1679 | 2024-08-02T03:52:33.775Z | Checking quote v1.0.36 |
1680 | 2024-08-02T03:52:33.930Z | Checking rustix v0.38.34 |
1681 | 2024-08-02T03:52:34.071Z | Checking rustls v0.21.12 |
1682 | 2024-08-02T03:52:34.543Z | Checking serde_spanned v0.6.7 |
1683 | 2024-08-02T03:52:34.729Z | Checking toml_datetime v0.6.8 |
1684 | 2024-08-02T03:52:34.995Z | Checking num-integer v0.1.46 |
1685 | 2024-08-02T03:52:35.280Z | Checking native-tls v0.2.11 |
1686 | 2024-08-02T03:52:35.506Z | Checking md-5 v0.10.6 |
1687 | 2024-08-02T03:52:35.604Z | Checking idna v0.3.0 |
1688 | 2024-08-02T03:52:35.719Z | Checking hash32 v0.2.1 |
1689 | 2024-08-02T03:52:35.905Z | Checking regex-automata v0.4.6 |
1690 | 2024-08-02T03:52:35.995Z | Checking fallible-iterator v0.2.0 |
1691 | 2024-08-02T03:52:36.012Z | Checking psl-types v2.0.11 |
1692 | 2024-08-02T03:52:36.176Z | Checking gimli v0.28.1 |
1693 | 2024-08-02T03:52:36.190Z | Checking base64 v0.22.1 |
1694 | 2024-08-02T03:52:36.432Z | Checking is_terminal_polyfill v1.70.0 |
1695 | 2024-08-02T03:52:36.550Z | Checking anstyle-query v1.0.3 |
1696 | 2024-08-02T03:52:36.600Z | Checking pretty-hex v0.4.1 |
1697 | 2024-08-02T03:52:36.634Z | Checking colorchoice v1.0.1 |
1698 | 2024-08-02T03:52:36.662Z | Checking stable_deref_trait v1.2.0 |
1699 | 2024-08-02T03:52:36.753Z | Checking dyn-clone v1.0.17 |
1700 | 2024-08-02T03:52:36.757Z | Checking anstream v0.6.14 |
1701 | 2024-08-02T03:52:36.789Z | Checking heapless v0.7.17 |
1702 | 2024-08-02T03:52:36.880Z | Checking schemars v0.8.21 |
1703 | 2024-08-02T03:52:36.992Z | Checking tokio-util v0.7.11 |
1704 | 2024-08-02T03:52:37.145Z | Checking tokio-native-tls v0.3.1 |
1705 | 2024-08-02T03:52:37.205Z | Checking tokio-rustls v0.24.1 |
1706 | 2024-08-02T03:52:37.397Z | Checking postgres-protocol v0.6.7 |
1707 | 2024-08-02T03:52:37.551Z | Checking publicsuffix v2.2.3 |
1708 | 2024-08-02T03:52:37.786Z | Checking dtrace-parser v0.2.0 |
1709 | 2024-08-02T03:52:37.807Z | Checking terminal_size v0.3.0 |
1710 | 2024-08-02T03:52:37.869Z | Checking h2 v0.3.26 |
1711 | 2024-08-02T03:52:37.970Z | Checking syn v2.0.72 |
1712 | 2024-08-02T03:52:38.047Z | Checking pkcs8 v0.10.2 |
1713 | 2024-08-02T03:52:38.244Z | Checking cookie v0.17.0 |
1714 | 2024-08-02T03:52:38.281Z | Checking dof v0.3.0 |
1715 | 2024-08-02T03:52:38.313Z | Checking phf_shared v0.11.2 |
1716 | 2024-08-02T03:52:38.532Z | Checking signal-hook v0.3.17 |
1717 | 2024-08-02T03:52:38.599Z | Checking block-padding v0.3.3 |
1718 | 2024-08-02T03:52:38.661Z | Checking scheduled-thread-pool v0.2.7 |
1719 | 2024-08-02T03:52:38.794Z | Checking ff v0.13.0 |
1720 | 2024-08-02T03:52:38.855Z | Checking thread-id v4.2.1 |
1721 | 2024-08-02T03:52:38.876Z | Checking object v0.32.2 |
1722 | 2024-08-02T03:52:38.890Z | Checking managed v0.8.0 |
1723 | 2024-08-02T03:52:38.964Z | Checking ipnet v2.9.0 |
1724 | 2024-08-02T03:52:38.986Z | Checking either v1.12.0 |
1725 | 2024-08-02T03:52:39.275Z | Checking strsim v0.11.1 |
1726 | 2024-08-02T03:52:39.349Z | Checking bit-vec v0.6.3 |
1727 | 2024-08-02T03:52:39.408Z | Checking bitflags v1.3.2 |
1728 | 2024-08-02T03:52:39.516Z | Checking base16ct v0.2.0 |
1729 | 2024-08-02T03:52:39.574Z | Checking matches v0.1.10 |
1730 | 2024-08-02T03:52:39.668Z | Checking regex-automata v0.1.10 |
1731 | 2024-08-02T03:52:39.709Z | Checking base64 v0.21.7 |
1732 | 2024-08-02T03:52:39.715Z | Checking winnow v0.5.40 |
1733 | 2024-08-02T03:52:40.046Z | Checking clap_lex v0.7.0 |
1734 | 2024-08-02T03:52:40.073Z | Checking addr2line v0.21.0 |
1735 | 2024-08-02T03:52:40.171Z | Checking rustc-demangle v0.1.24 |
1736 | 2024-08-02T03:52:40.287Z | Checking clap_builder v4.5.9 |
1737 | 2024-08-02T03:52:40.475Z | Checking regex v1.10.5 |
1738 | 2024-08-02T03:52:40.587Z | Checking rustls-pemfile v1.0.4 |
1739 | 2024-08-02T03:52:40.590Z | Checking bstr v0.2.17 |
1740 | 2024-08-02T03:52:40.784Z | Checking sec1 v0.7.3 |
1741 | 2024-08-02T03:52:41.095Z | Checking idna v0.2.3 |
1742 | 2024-08-02T03:52:41.177Z | Checking smoltcp v0.9.1 |
1743 | 2024-08-02T03:52:41.427Z | Checking group v0.13.0 |
1744 | 2024-08-02T03:52:41.697Z | Checking r2d2 v0.8.10 |
1745 | 2024-08-02T03:52:41.969Z | Checking signal-hook-mio v0.2.3 |
1746 | 2024-08-02T03:52:41.993Z | Checking inout v0.1.3 |
1747 | 2024-08-02T03:52:42.115Z | Checking cookie_store v0.20.0 |
1748 | 2024-08-02T03:52:42.238Z | Checking phf v0.11.2 |
1749 | 2024-08-02T03:52:42.496Z | Checking ipnetwork v0.20.0 |
1750 | 2024-08-02T03:52:42.671Z | Checking postgres-types v0.2.7 |
1751 | 2024-08-02T03:52:42.780Z | Checking num-bigint v0.4.5 |
1752 | 2024-08-02T03:52:42.822Z | Checking toml_edit v0.19.15 |
1753 | 2024-08-02T03:52:42.867Z | Checking futures-executor v0.3.30 |
1754 | 2024-08-02T03:52:43.103Z | Checking hubpack v0.1.2 |
1755 | 2024-08-02T03:52:43.378Z | Checking serde_urlencoded v0.7.1 |
1756 | 2024-08-02T03:52:43.393Z | Checking phf_shared v0.10.0 |
1757 | 2024-08-02T03:52:43.417Z | Checking hkdf v0.12.4 |
1758 | 2024-08-02T03:52:43.621Z | Checking float-cmp v0.9.0 |
1759 | 2024-08-02T03:52:43.674Z | Checking zerocopy v0.6.6 |
1760 | 2024-08-02T03:52:43.785Z | Checking crc32fast v1.4.0 |
1761 | 2024-08-02T03:52:43.816Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1762 | 2024-08-02T03:52:44.001Z | Checking crossbeam-utils v0.8.19 |
1763 | 2024-08-02T03:52:44.073Z | Checking crypto-bigint v0.5.5 |
1764 | 2024-08-02T03:52:44.169Z | Checking hyper v0.14.30 |
1765 | 2024-08-02T03:52:44.259Z | Checking usdt-impl v0.5.0 |
1766 | 2024-08-02T03:52:44.460Z | Checking memmap v0.7.0 |
1767 | 2024-08-02T03:52:44.673Z | Checking encoding_rs v0.8.34 |
1768 | 2024-08-02T03:52:44.716Z | Checking new_debug_unreachable v1.0.6 |
1769 | 2024-08-02T03:52:44.805Z | Checking minimal-lexical v0.2.1 |
1770 | 2024-08-02T03:52:44.822Z | Checking static_assertions v1.1.0 |
1771 | 2024-08-02T03:52:44.914Z | Checking unicode-segmentation v1.11.0 |
1772 | 2024-08-02T03:52:44.942Z | Checking backtrace v0.3.71 |
1773 | 2024-08-02T03:52:45.208Z | Checking difflib v0.4.0 |
1774 | 2024-08-02T03:52:45.341Z | Checking unicode-width v0.1.13 |
1775 | 2024-08-02T03:52:45.428Z | Checking winnow v0.6.18 |
1776 | 2024-08-02T03:52:45.516Z | Checking predicates-core v1.0.6 |
1777 | 2024-08-02T03:52:45.530Z | Checking precomputed-hash v0.1.1 |
1778 | 2024-08-02T03:52:45.542Z | Checking webpki-roots v0.25.4 |
1779 | 2024-08-02T03:52:45.566Z | Checking data-encoding v2.6.0 |
1780 | 2024-08-02T03:52:45.638Z | Checking whoami v1.5.1 |
1781 | 2024-08-02T03:52:45.709Z | Checking normalize-line-endings v0.3.0 |
1782 | 2024-08-02T03:52:45.714Z | Checking mime v0.3.17 |
1783 | 2024-08-02T03:52:45.811Z | Checking fixedbitset v0.4.2 |
1784 | 2024-08-02T03:52:45.931Z | Checking sync_wrapper v0.1.2 |
1785 | 2024-08-02T03:52:46.018Z | Checking tokio-postgres v0.7.11 |
1786 | 2024-08-02T03:52:46.055Z | Checking predicates v3.1.2 |
1787 | 2024-08-02T03:52:46.075Z | Checking petgraph v0.6.5 |
1788 | 2024-08-02T03:52:46.228Z | Checking trust-dns-proto v0.22.0 |
1789 | 2024-08-02T03:52:46.740Z | Checking string_cache v0.8.7 |
1790 | 2024-08-02T03:52:47.002Z | Checking elliptic-curve v0.13.8 |
1791 | 2024-08-02T03:52:47.016Z | Checking similar v2.5.0 |
1792 | 2024-08-02T03:52:47.033Z | Checking console v0.15.8 |
1793 | 2024-08-02T03:52:47.604Z | Checking anyhow v1.0.86 |
1794 | 2024-08-02T03:52:47.671Z | Checking yasna v0.5.2 |
1795 | 2024-08-02T03:52:47.847Z | Checking toml v0.7.8 |
1796 | 2024-08-02T03:52:47.986Z | Checking nom v7.1.3 |
1797 | 2024-08-02T03:52:48.545Z | Checking toml_edit v0.22.20 |
1798 | 2024-08-02T03:52:48.565Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1799 | 2024-08-02T03:52:48.583Z | Checking usdt v0.5.0 |
1800 | 2024-08-02T03:52:48.842Z | Checking crossbeam-epoch v0.9.18 |
1801 | 2024-08-02T03:52:48.988Z | Checking diesel v2.1.6 |
1802 | 2024-08-02T03:52:49.265Z | Checking flate2 v1.0.30 |
1803 | 2024-08-02T03:52:49.411Z | Checking clap v4.5.9 |
1804 | 2024-08-02T03:52:49.534Z | Checking futures v0.3.30 |
1805 | 2024-08-02T03:52:49.652Z | Checking cipher v0.4.4 |
1806 | 2024-08-02T03:52:49.905Z | Checking crossterm v0.27.0 |
1807 | 2024-08-02T03:52:50.075Z | Checking bstr v1.9.1 |
1808 | 2024-08-02T03:52:50.216Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1809 | 2024-08-02T03:52:50.238Z | Checking bit-set v0.5.3 |
1810 | 2024-08-02T03:52:50.467Z | Checking hyper-rustls v0.24.2 |
1811 | 2024-08-02T03:52:50.508Z | Checking hyper-tls v0.5.0 |
1812 | 2024-08-02T03:52:50.756Z | Checking itertools v0.12.1 |
1813 | 2024-08-02T03:52:50.815Z | Checking reqwest v0.11.27 |
1814 | 2024-08-02T03:52:50.891Z | Checking itertools v0.10.5 |
1815 | 2024-08-02T03:52:50.929Z | Checking tokio-stream v0.1.15 |
1816 | 2024-08-02T03:52:51.192Z | Checking fs-err v2.11.0 |
1817 | 2024-08-02T03:52:51.734Z | Checking num-iter v0.1.45 |
1818 | 2024-08-02T03:52:51.757Z | Checking openapiv3 v2.0.0 |
1819 | 2024-08-02T03:52:51.760Z | Checking slog v2.7.0 |
1820 | 2024-08-02T03:52:51.909Z | Checking hex v0.4.3 |
1821 | 2024-08-02T03:52:52.272Z | Checking semver v1.0.23 |
1822 | 2024-08-02T03:52:52.447Z | Checking lalrpop-util v0.19.12 |
1823 | 2024-08-02T03:52:52.454Z | Checking peg-runtime v0.8.3 |
1824 | 2024-08-02T03:52:52.662Z | Checking camino v1.1.7 |
1825 | 2024-08-02T03:52:52.694Z | Checking sigpipe v0.1.3 |
1826 | 2024-08-02T03:53:09.304Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1827 | 2024-08-02T03:53:09.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.22s |
1828 | 2024-08-02T03:53:09.738Z | |
1829 | 2024-08-02T03:53:09.738Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/142) |
1830 | 2024-08-02T03:53:10.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1831 | 2024-08-02T03:53:10.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1832 | 2024-08-02T03:53:10.381Z | Compiling regress v0.9.1 |
1833 | 2024-08-02T03:53:10.472Z | Checking sha1 v0.10.6 |
1834 | 2024-08-02T03:53:10.483Z | Checking strum v0.26.3 |
1835 | 2024-08-02T03:53:10.502Z | Checking heck v0.5.0 |
1836 | 2024-08-02T03:53:10.514Z | Compiling getopts v0.2.21 |
1837 | 2024-08-02T03:53:10.525Z | Checking dirs-sys-next v0.1.2 |
1838 | 2024-08-02T03:53:10.538Z | Compiling unsafe-libyaml v0.2.11 |
1839 | 2024-08-02T03:53:10.667Z | Checking http v1.1.0 |
1840 | 2024-08-02T03:53:10.690Z | Checking dirs-next v2.0.0 |
1841 | 2024-08-02T03:53:10.710Z | Checking thread_local v1.1.8 |
1842 | 2024-08-02T03:53:10.806Z | Compiling ident_case v1.0.1 |
1843 | 2024-08-02T03:53:10.926Z | Checking rustls-pki-types v1.7.0 |
1844 | 2024-08-02T03:53:10.966Z | Compiling darling_core v0.20.9 |
1845 | 2024-08-02T03:53:11.000Z | Checking term v0.7.0 |
1846 | 2024-08-02T03:53:11.326Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1847 | 2024-08-02T03:53:11.416Z | Checking crossbeam-channel v0.5.12 |
1848 | 2024-08-02T03:53:11.438Z | Checking atty v0.2.14 |
1849 | 2024-08-02T03:53:11.550Z | Checking is-terminal v0.4.12 |
1850 | 2024-08-02T03:53:11.625Z | Checking take_mut v0.2.2 |
1851 | 2024-08-02T03:53:11.660Z | Checking humantime v2.1.0 |
1852 | 2024-08-02T03:53:11.772Z | Compiling paste v1.0.15 |
1853 | 2024-08-02T03:53:11.960Z | Compiling serde_yaml v0.9.34+deprecated |
1854 | 2024-08-02T03:53:12.054Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1855 | 2024-08-02T03:53:12.136Z | Checking termcolor v1.4.1 |
1856 | 2024-08-02T03:53:12.306Z | Checking utf-8 v0.7.6 |
1857 | 2024-08-02T03:53:12.407Z | Compiling rustls v0.22.4 |
1858 | 2024-08-02T03:53:12.511Z | Checking slog-async v2.8.0 |
1859 | 2024-08-02T03:53:12.539Z | Checking slog-term v2.9.1 |
1860 | 2024-08-02T03:53:12.553Z | Checking env_logger v0.9.3 |
1861 | 2024-08-02T03:53:12.713Z | Checking rustls-webpki v0.102.4 |
1862 | 2024-08-02T03:53:12.788Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1863 | 2024-08-02T03:53:12.988Z | Compiling proc-macro-crate v1.3.1 |
1864 | 2024-08-02T03:53:13.023Z | Compiling bitstruct_derive v0.1.0 |
1865 | 2024-08-02T03:53:13.111Z | Compiling structmeta-derive v0.3.0 |
1866 | 2024-08-02T03:53:13.476Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1867 | 2024-08-02T03:53:13.600Z | Compiling multer v3.1.0 |
1868 | 2024-08-02T03:53:13.893Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1869 | 2024-08-02T03:53:13.952Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1870 | 2024-08-02T03:53:14.173Z | Checking ascii v1.1.0 |
1871 | 2024-08-02T03:53:14.408Z | Checking match_cfg v0.1.0 |
1872 | 2024-08-02T03:53:14.497Z | Checking hostname v0.3.1 |
1873 | 2024-08-02T03:53:14.579Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1874 | 2024-08-02T03:53:14.627Z | Checking bitstruct v0.1.1 |
1875 | 2024-08-02T03:53:14.754Z | Compiling num_enum_derive v0.5.11 |
1876 | 2024-08-02T03:53:15.530Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1877 | 2024-08-02T03:53:15.678Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1878 | 2024-08-02T03:53:16.127Z | Compiling structmeta v0.3.0 |
1879 | 2024-08-02T03:53:16.142Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1880 | 2024-08-02T03:53:16.407Z | Checking slog-json v2.6.1 |
1881 | 2024-08-02T03:53:16.429Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1882 | 2024-08-02T03:53:16.562Z | Checking erased-serde v0.3.31 |
1883 | 2024-08-02T03:53:16.665Z | Checking serde_arrays v0.1.0 |
1884 | 2024-08-02T03:53:16.680Z | Compiling async-stream-impl v0.3.5 |
1885 | 2024-08-02T03:53:16.811Z | Compiling foreign-types-macros v0.2.3 |
1886 | 2024-08-02T03:53:17.148Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1887 | 2024-08-02T03:53:17.390Z | Checking foreign-types-shared v0.3.1 |
1888 | 2024-08-02T03:53:17.432Z | Checking atomic-waker v1.1.2 |
1889 | 2024-08-02T03:53:17.498Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1890 | 2024-08-02T03:53:17.554Z | Checking arc-swap v1.7.1 |
1891 | 2024-08-02T03:53:17.610Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1892 | 2024-08-02T03:53:17.802Z | Checking waitgroup v0.1.2 |
1893 | 2024-08-02T03:53:18.222Z | Checking slog-scope v4.4.0 |
1894 | 2024-08-02T03:53:18.254Z | Checking num_enum v0.5.11 |
1895 | 2024-08-02T03:53:18.254Z | Compiling darling_macro v0.20.9 |
1896 | 2024-08-02T03:53:18.254Z | Checking async-stream v0.3.5 |
1897 | 2024-08-02T03:53:18.254Z | Checking foreign-types v0.5.0 |
1898 | 2024-08-02T03:53:18.254Z | Checking slog-bunyan v2.5.0 |
1899 | 2024-08-02T03:53:18.254Z | Compiling parse-display-derive v0.9.1 |
1900 | 2024-08-02T03:53:18.254Z | Compiling proc-macro-error v1.0.4 |
1901 | 2024-08-02T03:53:18.438Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1902 | 2024-08-02T03:53:18.549Z | Checking tungstenite v0.20.1 |
1903 | 2024-08-02T03:53:18.775Z | Checking toml v0.8.19 |
1904 | 2024-08-02T03:53:18.854Z | Checking rustls-pemfile v2.1.2 |
1905 | 2024-08-02T03:53:18.932Z | Compiling darling v0.20.9 |
1906 | 2024-08-02T03:53:19.051Z | Compiling serde_with_macros v3.8.3 |
1907 | 2024-08-02T03:53:19.090Z | Compiling heck v0.3.3 |
1908 | 2024-08-02T03:53:19.164Z | Checking tokio-rustls v0.25.0 |
1909 | 2024-08-02T03:53:19.427Z | Checking newtype-uuid v1.1.0 |
1910 | 2024-08-02T03:53:19.543Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1911 | 2024-08-02T03:53:19.558Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1912 | 2024-08-02T03:53:19.592Z | Checking serde_path_to_error v0.1.16 |
1913 | 2024-08-02T03:53:19.669Z | Checking cstr-argument v0.1.2 |
1914 | 2024-08-02T03:53:19.853Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1915 | 2024-08-02T03:53:20.210Z | Checking hostname v0.4.0 |
1916 | 2024-08-02T03:53:20.352Z | Checking instant v0.1.12 |
1917 | 2024-08-02T03:53:20.437Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1918 | 2024-08-02T03:53:20.460Z | Checking debug-ignore v1.0.5 |
1919 | 2024-08-02T03:53:20.595Z | Checking fastrand v2.1.0 |
1920 | 2024-08-02T03:53:20.625Z | Checking pretty-hex v0.2.1 |
1921 | 2024-08-02T03:53:20.746Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1922 | 2024-08-02T03:53:20.783Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1923 | 2024-08-02T03:53:20.874Z | Checking backoff v0.4.0 |
1924 | 2024-08-02T03:53:20.910Z | Checking tempfile v3.10.1 |
1925 | 2024-08-02T03:53:21.168Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1926 | 2024-08-02T03:53:21.189Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1927 | 2024-08-02T03:53:21.256Z | Compiling zone_cfg_derive v0.1.2 |
1928 | 2024-08-02T03:53:21.408Z | Checking tokio-tungstenite v0.20.1 |
1929 | 2024-08-02T03:53:21.473Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1930 | 2024-08-02T03:53:21.869Z | Checking slog-stdlog v4.1.1 |
1931 | 2024-08-02T03:53:22.042Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1932 | 2024-08-02T03:53:22.057Z | Checking serde_with v3.8.3 |
1933 | 2024-08-02T03:53:22.179Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1934 | 2024-08-02T03:53:22.226Z | Checking tungstenite v0.21.0 |
1935 | 2024-08-02T03:53:22.522Z | Checking colored v2.1.0 |
1936 | 2024-08-02T03:53:22.731Z | Checking macaddr v1.0.1 |
1937 | 2024-08-02T03:53:22.796Z | Checking socket2 v0.4.10 |
1938 | 2024-08-02T03:53:22.861Z | Checking parse-display v0.9.1 |
1939 | 2024-08-02T03:53:23.037Z | Checking base64 v0.13.1 |
1940 | 2024-08-02T03:53:23.080Z | Checking zone v0.1.8 |
1941 | 2024-08-02T03:53:23.113Z | Checking tokio-tungstenite v0.21.0 |
1942 | 2024-08-02T03:53:23.446Z | Checking ron v0.7.1 |
1943 | 2024-08-02T03:53:23.552Z | Checking slog-envlogger v2.2.0 |
1944 | 2024-08-02T03:53:23.685Z | Checking pem v3.0.4 |
1945 | 2024-08-02T03:53:23.771Z | Checking tabwriter v1.4.0 |
1946 | 2024-08-02T03:53:23.942Z | Checking xattr v1.3.1 |
1947 | 2024-08-02T03:53:24.007Z | Checking portpicker v0.1.1 |
1948 | 2024-08-02T03:53:24.132Z | Checking headers-core v0.2.0 |
1949 | 2024-08-02T03:53:24.146Z | Checking smf v0.2.3 |
1950 | 2024-08-02T03:53:24.270Z | Checking filetime v0.2.23 |
1951 | 2024-08-02T03:53:24.505Z | Checking same-file v1.0.6 |
1952 | 2024-08-02T03:53:24.605Z | Checking tar v0.4.41 |
1953 | 2024-08-02T03:53:24.621Z | Checking headers v0.3.9 |
1954 | 2024-08-02T03:53:24.677Z | Checking walkdir v2.5.0 |
1955 | 2024-08-02T03:53:24.946Z | Checking rcgen v0.12.1 |
1956 | 2024-08-02T03:53:24.949Z | Checking atomicwrites v0.4.3 |
1957 | 2024-08-02T03:53:25.141Z | Checking camino-tempfile v1.1.1 |
1958 | 2024-08-02T03:53:25.351Z | Checking subprocess v0.2.9 |
1959 | 2024-08-02T03:53:26.318Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1960 | 2024-08-02T03:53:26.528Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1961 | 2024-08-02T03:53:28.337Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1962 | 2024-08-02T03:53:30.176Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1963 | 2024-08-02T03:53:30.240Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1964 | 2024-08-02T03:53:33.228Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1965 | 2024-08-02T03:53:39.384Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1966 | 2024-08-02T03:53:39.527Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1967 | 2024-08-02T03:53:39.527Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1968 | 2024-08-02T03:53:42.031Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1969 | 2024-08-02T03:53:42.484Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1970 | 2024-08-02T03:53:48.180Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1971 | 2024-08-02T03:53:49.535Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1972 | 2024-08-02T03:53:50.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.84s |
1973 | 2024-08-02T03:53:50.739Z | |
1974 | 2024-08-02T03:53:50.739Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/142) |
1975 | 2024-08-02T03:53:51.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1976 | 2024-08-02T03:53:51.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1977 | 2024-08-02T03:53:51.359Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1978 | 2024-08-02T03:53:52.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s |
1979 | 2024-08-02T03:53:52.704Z | |
1980 | 2024-08-02T03:53:52.704Z | info: running `cargo check --bins` on nexus-config (31/142) |
1981 | 2024-08-02T03:53:53.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1982 | 2024-08-02T03:53:53.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1983 | 2024-08-02T03:53:53.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1984 | 2024-08-02T03:53:53.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1985 | 2024-08-02T03:53:53.286Z | |
1986 | 2024-08-02T03:53:53.286Z | info: running `cargo check --bins` on omicron-rpaths (32/142) |
1987 | 2024-08-02T03:53:53.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1988 | 2024-08-02T03:53:53.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1989 | 2024-08-02T03:53:53.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1990 | 2024-08-02T03:53:53.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1991 | 2024-08-02T03:53:53.844Z | |
1992 | 2024-08-02T03:53:53.844Z | info: running `cargo check --bins` on omicron-certificates (33/142) |
1993 | 2024-08-02T03:53:54.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1994 | 2024-08-02T03:53:54.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1995 | 2024-08-02T03:53:54.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1996 | 2024-08-02T03:53:54.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1997 | 2024-08-02T03:53:54.440Z | |
1998 | 2024-08-02T03:53:54.441Z | info: running `cargo check --bins` on bootstrap-agent-client (34/142) |
1999 | 2024-08-02T03:53:54.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2000 | 2024-08-02T03:53:54.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2001 | 2024-08-02T03:53:54.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2002 | 2024-08-02T03:53:54.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2003 | 2024-08-02T03:53:55.044Z | |
2004 | 2024-08-02T03:53:55.044Z | info: running `cargo check --bins` on cockroach-admin-client (35/142) |
2005 | 2024-08-02T03:53:55.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2006 | 2024-08-02T03:53:55.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2007 | 2024-08-02T03:53:55.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2008 | 2024-08-02T03:53:55.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2009 | 2024-08-02T03:53:55.623Z | |
2010 | 2024-08-02T03:53:55.623Z | info: running `cargo check --bins` on omicron-ddm-admin-client (36/142) |
2011 | 2024-08-02T03:53:56.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2012 | 2024-08-02T03:53:56.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2013 | 2024-08-02T03:53:56.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2014 | 2024-08-02T03:53:56.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2015 | 2024-08-02T03:53:56.248Z | |
2016 | 2024-08-02T03:53:56.248Z | info: running `cargo check --bins` on dns-service-client (37/142) |
2017 | 2024-08-02T03:53:56.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2018 | 2024-08-02T03:53:56.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2019 | 2024-08-02T03:53:56.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2020 | 2024-08-02T03:53:56.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2021 | 2024-08-02T03:53:56.857Z | |
2022 | 2024-08-02T03:53:56.857Z | info: running `cargo check --bins` on dpd-client (38/142) |
2023 | 2024-08-02T03:53:57.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2024 | 2024-08-02T03:53:57.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2025 | 2024-08-02T03:53:57.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2026 | 2024-08-02T03:53:57.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2027 | 2024-08-02T03:53:57.451Z | |
2028 | 2024-08-02T03:53:57.451Z | info: running `cargo check --bins` on gateway-client (39/142) |
2029 | 2024-08-02T03:53:57.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2030 | 2024-08-02T03:53:57.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2031 | 2024-08-02T03:53:57.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2032 | 2024-08-02T03:53:57.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2033 | 2024-08-02T03:53:58.052Z | |
2034 | 2024-08-02T03:53:58.052Z | info: running `cargo check --bins` on installinator-client (40/142) |
2035 | 2024-08-02T03:53:58.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2036 | 2024-08-02T03:53:58.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2037 | 2024-08-02T03:53:58.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2038 | 2024-08-02T03:53:58.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2039 | 2024-08-02T03:53:58.708Z | |
2040 | 2024-08-02T03:53:58.708Z | info: running `cargo check --bins` on installinator-common (41/142) |
2041 | 2024-08-02T03:53:59.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2042 | 2024-08-02T03:53:59.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2043 | 2024-08-02T03:53:59.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2044 | 2024-08-02T03:53:59.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2045 | 2024-08-02T03:53:59.345Z | |
2046 | 2024-08-02T03:53:59.345Z | info: running `cargo check --bins` on update-engine (42/142) |
2047 | 2024-08-02T03:53:59.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2048 | 2024-08-02T03:53:59.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2049 | 2024-08-02T03:53:59.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2050 | 2024-08-02T03:53:59.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2051 | 2024-08-02T03:53:59.953Z | |
2052 | 2024-08-02T03:53:59.953Z | info: running `cargo check --bins` on nexus-client (43/142) |
2053 | 2024-08-02T03:54:00.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2054 | 2024-08-02T03:54:00.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2055 | 2024-08-02T03:54:00.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2056 | 2024-08-02T03:54:00.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2057 | 2024-08-02T03:54:00.614Z | |
2058 | 2024-08-02T03:54:00.614Z | info: running `cargo check --bins` on nexus-sled-agent-shared (44/142) |
2059 | 2024-08-02T03:54:01.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2060 | 2024-08-02T03:54:01.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2061 | 2024-08-02T03:54:01.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2062 | 2024-08-02T03:54:01.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2063 | 2024-08-02T03:54:01.258Z | |
2064 | 2024-08-02T03:54:01.258Z | info: running `cargo check --bins` on omicron-passwords (45/142) |
2065 | 2024-08-02T03:54:01.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2066 | 2024-08-02T03:54:01.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2067 | 2024-08-02T03:54:01.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2068 | 2024-08-02T03:54:01.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2069 | 2024-08-02T03:54:01.883Z | |
2070 | 2024-08-02T03:54:01.883Z | info: running `cargo check --bins` on nexus-types (46/142) |
2071 | 2024-08-02T03:54:02.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2072 | 2024-08-02T03:54:02.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2073 | 2024-08-02T03:54:02.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2074 | 2024-08-02T03:54:02.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2075 | 2024-08-02T03:54:02.532Z | |
2076 | 2024-08-02T03:54:02.532Z | info: running `cargo check --bins` on oxide-client (47/142) |
2077 | 2024-08-02T03:54:03.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2078 | 2024-08-02T03:54:03.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2079 | 2024-08-02T03:54:03.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2080 | 2024-08-02T03:54:03.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2081 | 2024-08-02T03:54:03.160Z | |
2082 | 2024-08-02T03:54:03.160Z | info: running `cargo check --bins` on oximeter-client (48/142) |
2083 | 2024-08-02T03:54:03.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2084 | 2024-08-02T03:54:03.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2085 | 2024-08-02T03:54:03.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2086 | 2024-08-02T03:54:03.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2087 | 2024-08-02T03:54:03.765Z | |
2088 | 2024-08-02T03:54:03.765Z | info: running `cargo check --bins` on sled-agent-client (49/142) |
2089 | 2024-08-02T03:54:04.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2090 | 2024-08-02T03:54:04.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2091 | 2024-08-02T03:54:04.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2092 | 2024-08-02T03:54:04.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2093 | 2024-08-02T03:54:04.382Z | |
2094 | 2024-08-02T03:54:04.382Z | info: running `cargo check --bins` on wicketd-client (50/142) |
2095 | 2024-08-02T03:54:04.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2096 | 2024-08-02T03:54:04.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2097 | 2024-08-02T03:54:04.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2098 | 2024-08-02T03:54:04.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2099 | 2024-08-02T03:54:05.008Z | |
2100 | 2024-08-02T03:54:05.008Z | info: running `cargo check --bins` on wicket-common (51/142) |
2101 | 2024-08-02T03:54:05.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2102 | 2024-08-02T03:54:05.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2103 | 2024-08-02T03:54:05.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2104 | 2024-08-02T03:54:05.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2105 | 2024-08-02T03:54:05.625Z | |
2106 | 2024-08-02T03:54:05.625Z | info: running `cargo check --bins` on omicron-cockroach-admin (52/142) |
2107 | 2024-08-02T03:54:06.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2108 | 2024-08-02T03:54:06.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2109 | 2024-08-02T03:54:06.246Z | Compiling heapless v0.8.0 |
2110 | 2024-08-02T03:54:06.255Z | Checking hash32 v0.3.1 |
2111 | 2024-08-02T03:54:06.255Z | Compiling smoltcp v0.11.0 |
2112 | 2024-08-02T03:54:06.348Z | Checking embedded-io v0.4.0 |
2113 | 2024-08-02T03:54:06.351Z | Checking cobs v0.2.3 |
2114 | 2024-08-02T03:54:06.365Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2115 | 2024-08-02T03:54:06.368Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2116 | 2024-08-02T03:54:06.388Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2117 | 2024-08-02T03:54:06.481Z | Compiling crucible-workspace-hack v0.1.0 |
2118 | 2024-08-02T03:54:06.501Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2119 | 2024-08-02T03:54:06.511Z | Checking csv-core v0.1.11 |
2120 | 2024-08-02T03:54:06.523Z | Checking postcard v1.0.8 |
2121 | 2024-08-02T03:54:06.710Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2122 | 2024-08-02T03:54:06.826Z | Checking csv v1.3.0 |
2123 | 2024-08-02T03:54:06.863Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2124 | 2024-08-02T03:54:06.915Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2125 | 2024-08-02T03:54:07.047Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2126 | 2024-08-02T03:54:07.198Z | Compiling num-derive v0.4.2 |
2127 | 2024-08-02T03:54:07.257Z | Compiling slog-dtrace v0.3.0 |
2128 | 2024-08-02T03:54:07.274Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2129 | 2024-08-02T03:54:07.323Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2130 | 2024-08-02T03:54:07.597Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2131 | 2024-08-02T03:54:07.668Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2132 | 2024-08-02T03:54:08.132Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2133 | 2024-08-02T03:54:08.211Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2134 | 2024-08-02T03:54:08.978Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2135 | 2024-08-02T03:54:09.991Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2136 | 2024-08-02T03:54:10.859Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2137 | 2024-08-02T03:54:11.907Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2138 | 2024-08-02T03:54:14.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.99s |
2139 | 2024-08-02T03:54:14.762Z | |
2140 | 2024-08-02T03:54:14.762Z | info: running `cargo check --bins` on cockroach-admin-api (53/142) |
2141 | 2024-08-02T03:54:15.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2142 | 2024-08-02T03:54:15.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2143 | 2024-08-02T03:54:15.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2144 | 2024-08-02T03:54:15.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2145 | 2024-08-02T03:54:15.354Z | |
2146 | 2024-08-02T03:54:15.354Z | info: running `cargo check --bins` on cockroach-admin-types (54/142) |
2147 | 2024-08-02T03:54:15.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2148 | 2024-08-02T03:54:15.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2149 | 2024-08-02T03:54:15.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2150 | 2024-08-02T03:54:15.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2151 | 2024-08-02T03:54:15.941Z | |
2152 | 2024-08-02T03:54:15.941Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (55/142) |
2153 | 2024-08-02T03:54:16.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2154 | 2024-08-02T03:54:16.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2155 | 2024-08-02T03:54:16.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2156 | 2024-08-02T03:54:16.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2157 | 2024-08-02T03:54:16.630Z | |
2158 | 2024-08-02T03:54:16.630Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/142) |
2159 | 2024-08-02T03:54:17.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2160 | 2024-08-02T03:54:17.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2161 | 2024-08-02T03:54:17.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2162 | 2024-08-02T03:54:17.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2163 | 2024-08-02T03:54:17.336Z | |
2164 | 2024-08-02T03:54:17.336Z | info: running `cargo check --bins` on dns-server (57/142) |
2165 | 2024-08-02T03:54:17.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2166 | 2024-08-02T03:54:17.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2167 | 2024-08-02T03:54:17.942Z | Compiling parking_lot_core v0.8.6 |
2168 | 2024-08-02T03:54:18.022Z | Checking nibble_vec v0.1.0 |
2169 | 2024-08-02T03:54:18.031Z | Checking endian-type v0.1.2 |
2170 | 2024-08-02T03:54:18.040Z | Checking newline-converter v0.3.0 |
2171 | 2024-08-02T03:54:18.043Z | Checking linked-hash-map v0.5.6 |
2172 | 2024-08-02T03:54:18.043Z | Checking quick-error v1.2.3 |
2173 | 2024-08-02T03:54:18.043Z | Checking fxhash v0.2.1 |
2174 | 2024-08-02T03:54:18.051Z | Checking toml v0.5.11 |
2175 | 2024-08-02T03:54:18.165Z | Checking expectorate v1.1.0 |
2176 | 2024-08-02T03:54:18.180Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2177 | 2024-08-02T03:54:18.194Z | Checking resolv-conf v0.7.0 |
2178 | 2024-08-02T03:54:18.214Z | Checking radix_trie v0.2.1 |
2179 | 2024-08-02T03:54:18.317Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2180 | 2024-08-02T03:54:18.333Z | Checking lru-cache v0.1.2 |
2181 | 2024-08-02T03:54:18.487Z | Checking trust-dns-resolver v0.22.0 |
2182 | 2024-08-02T03:54:18.623Z | Checking trust-dns-client v0.22.0 |
2183 | 2024-08-02T03:54:18.749Z | Checking parking_lot v0.11.2 |
2184 | 2024-08-02T03:54:19.029Z | Checking sled v0.34.7 |
2185 | 2024-08-02T03:54:19.537Z | Checking trust-dns-server v0.22.1 |
2186 | 2024-08-02T03:54:21.101Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2187 | 2024-08-02T03:54:22.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s |
2188 | 2024-08-02T03:54:22.357Z | |
2189 | 2024-08-02T03:54:22.357Z | info: running `cargo check --bins` on dns-server-api (58/142) |
2190 | 2024-08-02T03:54:22.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2191 | 2024-08-02T03:54:22.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2192 | 2024-08-02T03:54:22.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2193 | 2024-08-02T03:54:22.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2194 | 2024-08-02T03:54:22.952Z | |
2195 | 2024-08-02T03:54:22.952Z | info: running `cargo check --bins` on gateway-test-utils (59/142) |
2196 | 2024-08-02T03:54:23.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2197 | 2024-08-02T03:54:23.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2198 | 2024-08-02T03:54:23.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2199 | 2024-08-02T03:54:23.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2200 | 2024-08-02T03:54:23.613Z | |
2201 | 2024-08-02T03:54:23.613Z | info: running `cargo check --bins` on gateway-types (60/142) |
2202 | 2024-08-02T03:54:24.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2203 | 2024-08-02T03:54:24.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2204 | 2024-08-02T03:54:24.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2205 | 2024-08-02T03:54:24.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2206 | 2024-08-02T03:54:24.240Z | |
2207 | 2024-08-02T03:54:24.240Z | info: running `cargo check --bins` on ipcc (61/142) |
2208 | 2024-08-02T03:54:24.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2209 | 2024-08-02T03:54:24.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2210 | 2024-08-02T03:54:24.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2211 | 2024-08-02T03:54:24.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2212 | 2024-08-02T03:54:24.853Z | |
2213 | 2024-08-02T03:54:24.853Z | info: running `cargo check --bins` on omicron-gateway (62/142) |
2214 | 2024-08-02T03:54:25.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2215 | 2024-08-02T03:54:25.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2216 | 2024-08-02T03:54:25.505Z | Compiling radium v0.7.0 |
2217 | 2024-08-02T03:54:25.598Z | Compiling maybe-uninit v2.0.0 |
2218 | 2024-08-02T03:54:25.601Z | Checking tap v1.0.1 |
2219 | 2024-08-02T03:54:25.612Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2220 | 2024-08-02T03:54:25.617Z | Compiling packed_struct v0.10.1 |
2221 | 2024-08-02T03:54:25.617Z | Checking crc-catalog v2.4.0 |
2222 | 2024-08-02T03:54:25.617Z | Checking funty v2.0.0 |
2223 | 2024-08-02T03:54:25.623Z | Compiling num-bigint-dig v0.8.4 |
2224 | 2024-08-02T03:54:25.726Z | Checking wyz v0.5.1 |
2225 | 2024-08-02T03:54:25.766Z | Checking crc v3.2.1 |
2226 | 2024-08-02T03:54:25.960Z | Compiling packed_struct_codegen v0.10.1 |
2227 | 2024-08-02T03:54:26.114Z | Compiling indexmap v1.9.3 |
2228 | 2024-08-02T03:54:26.128Z | Checking half v2.4.1 |
2229 | 2024-08-02T03:54:26.218Z | Checking ciborium-io v0.2.2 |
2230 | 2024-08-02T03:54:26.249Z | Checking nodrop v0.1.14 |
2231 | 2024-08-02T03:54:26.331Z | Checking smallvec v0.6.14 |
2232 | 2024-08-02T03:54:26.371Z | Checking array-init v0.0.4 |
2233 | 2024-08-02T03:54:26.442Z | Checking pkcs1 v0.7.5 |
2234 | 2024-08-02T03:54:26.563Z | Checking bitvec v1.0.1 |
2235 | 2024-08-02T03:54:26.607Z | Checking ciborium-ll v0.2.2 |
2236 | 2024-08-02T03:54:26.710Z | Checking signature v2.2.0 |
2237 | 2024-08-02T03:54:26.815Z | Compiling memoffset v0.9.1 |
2238 | 2024-08-02T03:54:26.907Z | Checking bitfield v0.14.0 |
2239 | 2024-08-02T03:54:26.910Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2240 | 2024-08-02T03:54:26.957Z | Checking hashbrown v0.12.3 |
2241 | 2024-08-02T03:54:27.174Z | Checking bzip2 v0.4.4 |
2242 | 2024-08-02T03:54:27.248Z | Checking env_logger v0.10.2 |
2243 | 2024-08-02T03:54:27.268Z | Checking ciborium v0.2.2 |
2244 | 2024-08-02T03:54:27.368Z | Checking serde-hex v0.1.0 |
2245 | 2024-08-02T03:54:27.474Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2246 | 2024-08-02T03:54:27.659Z | Checking ron v0.8.1 |
2247 | 2024-08-02T03:54:27.717Z | Checking x509-cert v0.2.5 |
2248 | 2024-08-02T03:54:28.307Z | Checking hashbrown v0.13.2 |
2249 | 2024-08-02T03:54:28.621Z | Checking rsa v0.9.6 |
2250 | 2024-08-02T03:54:28.708Z | Checking crc-any v2.5.0 |
2251 | 2024-08-02T03:54:28.958Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2252 | 2024-08-02T03:54:29.076Z | Checking zip v0.6.6 |
2253 | 2024-08-02T03:54:29.329Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2254 | 2024-08-02T03:54:29.372Z | Checking path-slash v0.1.5 |
2255 | 2024-08-02T03:54:29.432Z | Checking object v0.30.4 |
2256 | 2024-08-02T03:54:29.508Z | Checking nix v0.27.1 |
2257 | 2024-08-02T03:54:29.549Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2258 | 2024-08-02T03:54:29.655Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2259 | 2024-08-02T03:54:29.698Z | Checking serde-big-array v0.5.1 |
2260 | 2024-08-02T03:54:29.760Z | Checking signal-hook-tokio v0.3.1 |
2261 | 2024-08-02T03:54:31.769Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2262 | 2024-08-02T03:54:31.913Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2263 | 2024-08-02T03:54:38.680Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2264 | 2024-08-02T03:54:39.927Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2265 | 2024-08-02T03:54:41.622Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2266 | 2024-08-02T03:54:43.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.52s |
2267 | 2024-08-02T03:54:43.539Z | |
2268 | 2024-08-02T03:54:43.539Z | info: running `cargo check --bins` on gateway-api (63/142) |
2269 | 2024-08-02T03:54:44.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2270 | 2024-08-02T03:54:44.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2271 | 2024-08-02T03:54:44.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2272 | 2024-08-02T03:54:44.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2273 | 2024-08-02T03:54:44.132Z | |
2274 | 2024-08-02T03:54:44.132Z | info: running `cargo check --bins` on sp-sim (64/142) |
2275 | 2024-08-02T03:54:44.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2276 | 2024-08-02T03:54:44.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2277 | 2024-08-02T03:54:44.720Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2278 | 2024-08-02T03:54:46.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s |
2279 | 2024-08-02T03:54:46.488Z | |
2280 | 2024-08-02T03:54:46.488Z | info: running `cargo check --bins` on internal-dns (65/142) |
2281 | 2024-08-02T03:54:47.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2282 | 2024-08-02T03:54:47.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2283 | 2024-08-02T03:54:47.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2284 | 2024-08-02T03:54:47.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2285 | 2024-08-02T03:54:47.091Z | |
2286 | 2024-08-02T03:54:47.091Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (66/142) |
2287 | 2024-08-02T03:54:47.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2288 | 2024-08-02T03:54:47.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2289 | 2024-08-02T03:54:47.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2290 | 2024-08-02T03:54:47.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2291 | 2024-08-02T03:54:47.736Z | |
2292 | 2024-08-02T03:54:47.736Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/142) |
2293 | 2024-08-02T03:54:48.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2294 | 2024-08-02T03:54:48.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2295 | 2024-08-02T03:54:48.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2296 | 2024-08-02T03:54:48.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2297 | 2024-08-02T03:54:48.401Z | |
2298 | 2024-08-02T03:54:48.401Z | info: running `cargo check --bins` on db-macros (68/142) |
2299 | 2024-08-02T03:54:48.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2300 | 2024-08-02T03:54:48.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2301 | 2024-08-02T03:54:48.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2302 | 2024-08-02T03:54:48.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2303 | 2024-08-02T03:54:48.994Z | |
2304 | 2024-08-02T03:54:48.994Z | info: running `cargo check --bins` on nexus-macros-common (69/142) |
2305 | 2024-08-02T03:54:49.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2306 | 2024-08-02T03:54:49.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2307 | 2024-08-02T03:54:49.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2308 | 2024-08-02T03:54:49.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2309 | 2024-08-02T03:54:49.568Z | |
2310 | 2024-08-02T03:54:49.568Z | info: running `cargo check --bins` on nexus-auth (70/142) |
2311 | 2024-08-02T03:54:50.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2312 | 2024-08-02T03:54:50.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2313 | 2024-08-02T03:54:50.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2314 | 2024-08-02T03:54:50.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2315 | 2024-08-02T03:54:50.208Z | |
2316 | 2024-08-02T03:54:50.208Z | info: running `cargo check --bins` on authz-macros (71/142) |
2317 | 2024-08-02T03:54:50.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2318 | 2024-08-02T03:54:50.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2319 | 2024-08-02T03:54:50.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2320 | 2024-08-02T03:54:50.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2321 | 2024-08-02T03:54:50.781Z | |
2322 | 2024-08-02T03:54:50.781Z | info: running `cargo check --bins` on nexus-db-fixed-data (72/142) |
2323 | 2024-08-02T03:54:51.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2324 | 2024-08-02T03:54:51.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2325 | 2024-08-02T03:54:51.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2326 | 2024-08-02T03:54:51.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2327 | 2024-08-02T03:54:51.414Z | |
2328 | 2024-08-02T03:54:51.414Z | info: running `cargo check --bins` on nexus-db-model (73/142) |
2329 | 2024-08-02T03:54:51.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2330 | 2024-08-02T03:54:51.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2331 | 2024-08-02T03:54:51.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2332 | 2024-08-02T03:54:51.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2333 | 2024-08-02T03:54:52.034Z | |
2334 | 2024-08-02T03:54:52.034Z | info: running `cargo check --bins` on nexus-defaults (74/142) |
2335 | 2024-08-02T03:54:52.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2336 | 2024-08-02T03:54:52.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2337 | 2024-08-02T03:54:52.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2338 | 2024-08-02T03:54:52.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2339 | 2024-08-02T03:54:52.839Z | |
2340 | 2024-08-02T03:54:52.839Z | info: running `cargo check --bins` on oximeter (75/142) |
2341 | 2024-08-02T03:54:53.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2342 | 2024-08-02T03:54:53.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2343 | 2024-08-02T03:54:53.272Z | Compiling rustls-pki-types v1.7.0 |
2344 | 2024-08-02T03:54:53.359Z | Compiling match_cfg v0.1.0 |
2345 | 2024-08-02T03:54:53.361Z | Compiling prettyplease v0.2.20 |
2346 | 2024-08-02T03:54:53.379Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2347 | 2024-08-02T03:54:53.399Z | Compiling slog-json v2.6.1 |
2348 | 2024-08-02T03:54:53.402Z | Compiling http v1.1.0 |
2349 | 2024-08-02T03:54:53.407Z | Compiling atomic-waker v1.1.2 |
2350 | 2024-08-02T03:54:53.563Z | Compiling async-stream v0.3.5 |
2351 | 2024-08-02T03:54:53.565Z | Compiling hostname v0.3.1 |
2352 | 2024-08-02T03:54:53.589Z | Compiling waitgroup v0.1.2 |
2353 | 2024-08-02T03:54:53.639Z | Compiling slog-bunyan v2.5.0 |
2354 | 2024-08-02T03:54:53.692Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2355 | 2024-08-02T03:54:53.723Z | Compiling toml v0.8.19 |
2356 | 2024-08-02T03:54:53.755Z | Compiling rustls-webpki v0.102.4 |
2357 | 2024-08-02T03:54:53.775Z | Compiling rustls-pemfile v2.1.2 |
2358 | 2024-08-02T03:54:53.801Z | Compiling sha1 v0.10.6 |
2359 | 2024-08-02T03:54:53.841Z | Compiling newtype-uuid v1.1.0 |
2360 | 2024-08-02T03:54:53.895Z | Compiling serde_path_to_error v0.1.16 |
2361 | 2024-08-02T03:54:54.145Z | Compiling hostname v0.4.0 |
2362 | 2024-08-02T03:54:54.148Z | Compiling instant v0.1.12 |
2363 | 2024-08-02T03:54:54.234Z | Compiling debug-ignore v1.0.5 |
2364 | 2024-08-02T03:54:54.262Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2365 | 2024-08-02T03:54:54.315Z | Compiling backoff v0.4.0 |
2366 | 2024-08-02T03:54:54.387Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2367 | 2024-08-02T03:54:54.432Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2368 | 2024-08-02T03:54:54.599Z | Compiling rustls v0.22.4 |
2369 | 2024-08-02T03:54:54.614Z | Compiling parse-display v0.9.1 |
2370 | 2024-08-02T03:54:54.672Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2371 | 2024-08-02T03:54:54.745Z | Compiling serde_with v3.8.3 |
2372 | 2024-08-02T03:54:55.274Z | Compiling multer v3.1.0 |
2373 | 2024-08-02T03:54:55.527Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2374 | 2024-08-02T03:54:55.689Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2375 | 2024-08-02T03:54:55.822Z | Compiling num-rational v0.4.2 |
2376 | 2024-08-02T03:54:55.861Z | Compiling num-complex v0.4.6 |
2377 | 2024-08-02T03:54:55.890Z | Compiling macaddr v1.0.1 |
2378 | 2024-08-02T03:54:56.958Z | Compiling num v0.4.3 |
2379 | 2024-08-02T03:54:57.031Z | Compiling float-ord v0.3.2 |
2380 | 2024-08-02T03:54:58.071Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2381 | 2024-08-02T03:54:58.558Z | Compiling tokio-rustls v0.25.0 |
2382 | 2024-08-02T03:54:58.812Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
2383 | 2024-08-02T03:55:02.225Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2384 | 2024-08-02T03:55:13.327Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2385 | 2024-08-02T03:55:16.351Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2386 | 2024-08-02T03:55:16.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.30s |
2387 | 2024-08-02T03:55:17.105Z | |
2388 | 2024-08-02T03:55:17.105Z | info: running `cargo check --bins` on oximeter-impl (76/142) |
2389 | 2024-08-02T03:55:17.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2390 | 2024-08-02T03:55:17.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2391 | 2024-08-02T03:55:17.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2392 | 2024-08-02T03:55:17.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2393 | 2024-08-02T03:55:17.737Z | |
2394 | 2024-08-02T03:55:17.737Z | info: running `cargo check --bins` on oximeter-macro-impl (77/142) |
2395 | 2024-08-02T03:55:18.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2396 | 2024-08-02T03:55:18.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2397 | 2024-08-02T03:55:18.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2398 | 2024-08-02T03:55:18.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2399 | 2024-08-02T03:55:18.321Z | |
2400 | 2024-08-02T03:55:18.321Z | info: running `cargo check --bins` on oximeter-timeseries-macro (78/142) |
2401 | 2024-08-02T03:55:18.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2024-08-02T03:55:18.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2024-08-02T03:55:18.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2404 | 2024-08-02T03:55:18.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2405 | 2024-08-02T03:55:18.924Z | |
2406 | 2024-08-02T03:55:18.924Z | info: running `cargo check --bins` on nexus-inventory (79/142) |
2407 | 2024-08-02T03:55:19.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2408 | 2024-08-02T03:55:19.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2409 | 2024-08-02T03:55:19.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2410 | 2024-08-02T03:55:19.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2411 | 2024-08-02T03:55:19.577Z | |
2412 | 2024-08-02T03:55:19.577Z | info: running `cargo check --bins` on typed-rng (80/142) |
2413 | 2024-08-02T03:55:20.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2414 | 2024-08-02T03:55:20.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2415 | 2024-08-02T03:55:20.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2416 | 2024-08-02T03:55:20.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2417 | 2024-08-02T03:55:20.160Z | |
2418 | 2024-08-02T03:55:20.160Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/142) |
2419 | 2024-08-02T03:55:20.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2420 | 2024-08-02T03:55:20.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2421 | 2024-08-02T03:55:20.870Z | Checking password-hash v0.5.0 |
2422 | 2024-08-02T03:55:20.870Z | Checking blake2 v0.10.6 |
2423 | 2024-08-02T03:55:20.870Z | Compiling semver v0.1.20 |
2424 | 2024-08-02T03:55:20.870Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2425 | 2024-08-02T03:55:20.964Z | Compiling convert_case v0.4.0 |
2426 | 2024-08-02T03:55:20.975Z | Compiling rayon-core v1.12.1 |
2427 | 2024-08-02T03:55:21.023Z | Compiling crossbeam-deque v0.8.5 |
2428 | 2024-08-02T03:55:21.026Z | Compiling unicase v2.7.0 |
2429 | 2024-08-02T03:55:21.279Z | Compiling rustc_version v0.1.7 |
2430 | 2024-08-02T03:55:21.370Z | Compiling libefi-sys v0.1.0 |
2431 | 2024-08-02T03:55:21.373Z | Compiling same-file v1.0.6 |
2432 | 2024-08-02T03:55:21.375Z | Compiling fastrand v2.1.0 |
2433 | 2024-08-02T03:55:21.433Z | Checking argon2 v0.5.3 |
2434 | 2024-08-02T03:55:21.558Z | Compiling walkdir v2.5.0 |
2435 | 2024-08-02T03:55:21.723Z | Compiling tempfile v3.10.1 |
2436 | 2024-08-02T03:55:21.745Z | Compiling newtype_derive v0.1.6 |
2437 | 2024-08-02T03:55:21.872Z | Compiling curve25519-dalek v4.1.3 |
2438 | 2024-08-02T03:55:21.937Z | Compiling derive_more v0.99.18 |
2439 | 2024-08-02T03:55:21.942Z | Compiling derive-where v1.2.7 |
2440 | 2024-08-02T03:55:22.104Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2441 | 2024-08-02T03:55:22.133Z | Compiling bitfield-struct v0.6.1 |
2442 | 2024-08-02T03:55:22.267Z | Compiling ring v0.16.20 |
2443 | 2024-08-02T03:55:22.383Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2444 | 2024-08-02T03:55:22.491Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2445 | 2024-08-02T03:55:22.550Z | Compiling blake3 v1.5.1 |
2446 | 2024-08-02T03:55:22.880Z | Checking keccak v0.1.5 |
2447 | 2024-08-02T03:55:23.199Z | Checking sha3 v0.10.8 |
2448 | 2024-08-02T03:55:23.567Z | Compiling rayon v1.10.0 |
2449 | 2024-08-02T03:55:23.584Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2450 | 2024-08-02T03:55:23.698Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2451 | 2024-08-02T03:55:23.721Z | Checking universal-hash v0.5.1 |
2452 | 2024-08-02T03:55:23.903Z | Compiling thiserror-impl-no-std v2.0.2 |
2453 | 2024-08-02T03:55:23.961Z | Checking secrecy v0.8.0 |
2454 | 2024-08-02T03:55:23.990Z | Compiling curve25519-dalek-derive v0.1.1 |
2455 | 2024-08-02T03:55:24.157Z | Compiling memmap2 v0.9.4 |
2456 | 2024-08-02T03:55:24.173Z | Compiling home v0.5.9 |
2457 | 2024-08-02T03:55:24.469Z | Compiling arrayref v0.3.7 |
2458 | 2024-08-02T03:55:24.578Z | Checking opaque-debug v0.3.1 |
2459 | 2024-08-02T03:55:24.643Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2460 | 2024-08-02T03:55:24.679Z | Compiling arrayvec v0.7.4 |
2461 | 2024-08-02T03:55:24.760Z | Compiling spin v0.5.2 |
2462 | 2024-08-02T03:55:24.999Z | Compiling constant_time_eq v0.3.0 |
2463 | 2024-08-02T03:55:25.093Z | Compiling untrusted v0.7.1 |
2464 | 2024-08-02T03:55:25.181Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2465 | 2024-08-02T03:55:25.289Z | Checking poly1305 v0.8.0 |
2466 | 2024-08-02T03:55:25.572Z | Compiling toolchain_find v0.4.0 |
2467 | 2024-08-02T03:55:25.780Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2468 | 2024-08-02T03:55:25.885Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2469 | 2024-08-02T03:55:26.032Z | Checking steno v0.4.1 |
2470 | 2024-08-02T03:55:26.198Z | Compiling camino-tempfile v1.1.1 |
2471 | 2024-08-02T03:55:26.630Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2472 | 2024-08-02T03:55:26.671Z | Checking chacha20 v0.9.1 |
2473 | 2024-08-02T03:55:27.036Z | Checking aead v0.5.2 |
2474 | 2024-08-02T03:55:27.160Z | Checking thiserror-no-std v2.0.2 |
2475 | 2024-08-02T03:55:27.252Z | Checking gethostname v0.4.3 |
2476 | 2024-08-02T03:55:27.269Z | Compiling cancel-safe-futures v0.1.5 |
2477 | 2024-08-02T03:55:27.387Z | Compiling topological-sort v0.2.2 |
2478 | 2024-08-02T03:55:27.422Z | Checking vsss-rs v3.3.4 |
2479 | 2024-08-02T03:55:27.613Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2480 | 2024-08-02T03:55:27.655Z | Checking chacha20poly1305 v0.10.1 |
2481 | 2024-08-02T03:55:28.278Z | Compiling mime_guess v2.0.4 |
2482 | 2024-08-02T03:55:28.436Z | Compiling omicron-zone-package v0.11.0 |
2483 | 2024-08-02T03:55:29.021Z | Compiling rustfmt-wrapper v0.2.1 |
2484 | 2024-08-02T03:55:29.057Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2485 | 2024-08-02T03:55:29.602Z | Checking glob v0.3.1 |
2486 | 2024-08-02T03:55:29.710Z | Checking libsw v3.3.1 |
2487 | 2024-08-02T03:55:29.787Z | Checking swrite v0.1.0 |
2488 | 2024-08-02T03:55:29.911Z | Checking owo-colors v4.0.0 |
2489 | 2024-08-02T03:55:29.927Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2490 | 2024-08-02T03:55:29.966Z | Checking linear-map v1.2.0 |
2491 | 2024-08-02T03:55:30.065Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2492 | 2024-08-02T03:55:30.282Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2493 | 2024-08-02T03:55:30.672Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2494 | 2024-08-02T03:55:30.902Z | Checking kstat-rs v0.2.4 |
2495 | 2024-08-02T03:55:30.944Z | Checking nanorand v0.7.0 |
2496 | 2024-08-02T03:55:31.162Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2497 | 2024-08-02T03:55:31.250Z | Checking http-range v0.1.5 |
2498 | 2024-08-02T03:55:31.300Z | Checking flume v0.11.0 |
2499 | 2024-08-02T03:55:31.411Z | Checking hyper-staticfile v0.9.5 |
2500 | 2024-08-02T03:55:31.415Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2501 | 2024-08-02T03:55:31.674Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2502 | 2024-08-02T03:55:31.781Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2503 | 2024-08-02T03:55:31.831Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2504 | 2024-08-02T03:55:31.887Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2505 | 2024-08-02T03:55:32.083Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2506 | 2024-08-02T03:55:33.135Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2507 | 2024-08-02T03:55:33.353Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2508 | 2024-08-02T03:55:34.610Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2509 | 2024-08-02T03:55:34.843Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2510 | 2024-08-02T03:55:35.057Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2511 | 2024-08-02T03:55:35.744Z | Checking display-error-chain v0.2.0 |
2512 | 2024-08-02T03:55:42.088Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2513 | 2024-08-02T03:55:47.189Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2514 | 2024-08-02T03:55:47.190Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2515 | 2024-08-02T03:55:47.838Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2516 | 2024-08-02T03:56:02.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.34s |
2517 | 2024-08-02T03:56:02.689Z | |
2518 | 2024-08-02T03:56:02.689Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/142) |
2519 | 2024-08-02T03:56:03.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2520 | 2024-08-02T03:56:03.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2521 | 2024-08-02T03:56:03.398Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2522 | 2024-08-02T03:56:18.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.01s |
2523 | 2024-08-02T03:56:18.874Z | |
2524 | 2024-08-02T03:56:18.874Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/142) |
2525 | 2024-08-02T03:56:19.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2526 | 2024-08-02T03:56:19.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2527 | 2024-08-02T03:56:19.580Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2528 | 2024-08-02T03:56:34.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.34s |
2529 | 2024-08-02T03:56:34.406Z | |
2530 | 2024-08-02T03:56:34.406Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/142) |
2531 | 2024-08-02T03:56:35.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2532 | 2024-08-02T03:56:35.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2533 | 2024-08-02T03:56:35.125Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2534 | 2024-08-02T03:56:50.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.70s |
2535 | 2024-08-02T03:56:50.274Z | |
2536 | 2024-08-02T03:56:50.274Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/142) |
2537 | 2024-08-02T03:56:50.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2538 | 2024-08-02T03:56:50.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2539 | 2024-08-02T03:56:50.974Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2540 | 2024-08-02T03:57:06.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.72s |
2541 | 2024-08-02T03:57:06.171Z | |
2542 | 2024-08-02T03:57:06.171Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/142) |
2543 | 2024-08-02T03:57:06.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2544 | 2024-08-02T03:57:06.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2545 | 2024-08-02T03:57:06.866Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2546 | 2024-08-02T03:57:21.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.13s |
2547 | 2024-08-02T03:57:21.481Z | |
2548 | 2024-08-02T03:57:21.482Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/142) |
2549 | 2024-08-02T03:57:22.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2550 | 2024-08-02T03:57:22.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2551 | 2024-08-02T03:57:22.191Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2552 | 2024-08-02T03:57:36.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.38s |
2553 | 2024-08-02T03:57:37.044Z | |
2554 | 2024-08-02T03:57:37.044Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/142) |
2555 | 2024-08-02T03:57:37.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2556 | 2024-08-02T03:57:37.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2557 | 2024-08-02T03:57:37.765Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2558 | 2024-08-02T03:57:52.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.03s |
2559 | 2024-08-02T03:57:52.237Z | |
2560 | 2024-08-02T03:57:52.237Z | info: running `cargo check --bins` on bootstrap-agent-api (89/142) |
2561 | 2024-08-02T03:57:52.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2562 | 2024-08-02T03:57:52.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2563 | 2024-08-02T03:57:52.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2564 | 2024-08-02T03:57:52.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2565 | 2024-08-02T03:57:52.907Z | |
2566 | 2024-08-02T03:57:52.907Z | info: running `cargo check --bins` on sled-agent-types (90/142) |
2567 | 2024-08-02T03:57:53.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2568 | 2024-08-02T03:57:53.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2569 | 2024-08-02T03:57:53.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2570 | 2024-08-02T03:57:53.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2571 | 2024-08-02T03:57:53.561Z | |
2572 | 2024-08-02T03:57:53.561Z | info: running `cargo check --bins --no-default-features` on sled-storage (91/142) |
2573 | 2024-08-02T03:57:54.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2574 | 2024-08-02T03:57:54.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2575 | 2024-08-02T03:57:54.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2576 | 2024-08-02T03:57:54.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2577 | 2024-08-02T03:57:54.183Z | |
2578 | 2024-08-02T03:57:54.183Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/142) |
2579 | 2024-08-02T03:57:54.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2580 | 2024-08-02T03:57:54.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2581 | 2024-08-02T03:57:54.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2582 | 2024-08-02T03:57:54.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2583 | 2024-08-02T03:57:54.819Z | |
2584 | 2024-08-02T03:57:54.819Z | info: running `cargo check --bins` on key-manager (93/142) |
2585 | 2024-08-02T03:57:55.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2586 | 2024-08-02T03:57:55.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2587 | 2024-08-02T03:57:55.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2588 | 2024-08-02T03:57:55.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2589 | 2024-08-02T03:57:55.428Z | |
2590 | 2024-08-02T03:57:55.428Z | info: running `cargo check --bins` on sled-hardware (94/142) |
2591 | 2024-08-02T03:57:55.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2592 | 2024-08-02T03:57:55.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2593 | 2024-08-02T03:57:55.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2594 | 2024-08-02T03:57:55.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2595 | 2024-08-02T03:57:56.037Z | |
2596 | 2024-08-02T03:57:56.037Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (95/142) |
2597 | 2024-08-02T03:57:56.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2024-08-02T03:57:56.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2024-08-02T03:57:56.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2600 | 2024-08-02T03:57:56.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
2601 | 2024-08-02T03:57:56.595Z | |
2602 | 2024-08-02T03:57:56.595Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/142) |
2603 | 2024-08-02T03:57:57.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2604 | 2024-08-02T03:57:57.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2605 | 2024-08-02T03:57:57.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2606 | 2024-08-02T03:57:57.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2607 | 2024-08-02T03:57:57.188Z | |
2608 | 2024-08-02T03:57:57.188Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/142) |
2609 | 2024-08-02T03:57:57.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2610 | 2024-08-02T03:57:57.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2611 | 2024-08-02T03:57:57.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2612 | 2024-08-02T03:57:57.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2613 | 2024-08-02T03:57:57.783Z | |
2614 | 2024-08-02T03:57:57.783Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/142) |
2615 | 2024-08-02T03:57:58.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2616 | 2024-08-02T03:57:58.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2617 | 2024-08-02T03:57:58.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2618 | 2024-08-02T03:57:58.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2619 | 2024-08-02T03:57:58.413Z | |
2620 | 2024-08-02T03:57:58.413Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/142) |
2621 | 2024-08-02T03:57:58.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2622 | 2024-08-02T03:57:58.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2623 | 2024-08-02T03:57:58.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2624 | 2024-08-02T03:57:58.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2625 | 2024-08-02T03:57:59.010Z | |
2626 | 2024-08-02T03:57:59.010Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/142) |
2627 | 2024-08-02T03:57:59.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2628 | 2024-08-02T03:57:59.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2629 | 2024-08-02T03:57:59.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2630 | 2024-08-02T03:57:59.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2631 | 2024-08-02T03:57:59.618Z | |
2632 | 2024-08-02T03:57:59.619Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/142) |
2633 | 2024-08-02T03:58:00.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2634 | 2024-08-02T03:58:00.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2635 | 2024-08-02T03:58:00.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2636 | 2024-08-02T03:58:00.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2637 | 2024-08-02T03:58:00.250Z | |
2638 | 2024-08-02T03:58:00.250Z | info: running `cargo check --bins` on oximeter-producer (102/142) |
2639 | 2024-08-02T03:58:00.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2640 | 2024-08-02T03:58:00.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2641 | 2024-08-02T03:58:00.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2642 | 2024-08-02T03:58:00.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2643 | 2024-08-02T03:58:00.906Z | |
2644 | 2024-08-02T03:58:00.906Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (103/142) |
2645 | 2024-08-02T03:58:01.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2646 | 2024-08-02T03:58:01.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2647 | 2024-08-02T03:58:01.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2648 | 2024-08-02T03:58:01.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2649 | 2024-08-02T03:58:01.578Z | |
2650 | 2024-08-02T03:58:01.578Z | info: running `cargo check --bins` on nexus-test-interface (104/142) |
2651 | 2024-08-02T03:58:02.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2652 | 2024-08-02T03:58:02.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2653 | 2024-08-02T03:58:02.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2654 | 2024-08-02T03:58:02.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2655 | 2024-08-02T03:58:02.255Z | |
2656 | 2024-08-02T03:58:02.255Z | info: running `cargo check --bins` on oximeter-collector (105/142) |
2657 | 2024-08-02T03:58:02.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2658 | 2024-08-02T03:58:02.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2659 | 2024-08-02T03:58:02.912Z | Checking bcs v0.1.6 |
2660 | 2024-08-02T03:58:02.912Z | Compiling async-recursion v1.1.1 |
2661 | 2024-08-02T03:58:02.915Z | Checking highway v1.1.0 |
2662 | 2024-08-02T03:58:02.916Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2663 | 2024-08-02T03:58:02.916Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2664 | 2024-08-02T03:58:03.992Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2665 | 2024-08-02T03:58:07.180Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2666 | 2024-08-02T03:58:08.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.58s |
2667 | 2024-08-02T03:58:08.993Z | |
2668 | 2024-08-02T03:58:08.993Z | info: running `cargo check --bins` on oximeter-api (106/142) |
2669 | 2024-08-02T03:58:09.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-08-02T03:58:09.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-08-02T03:58:09.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2672 | 2024-08-02T03:58:09.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2673 | 2024-08-02T03:58:09.585Z | |
2674 | 2024-08-02T03:58:09.585Z | info: running `cargo check --bins --no-default-features` on oximeter-db (107/142) |
2675 | 2024-08-02T03:58:10.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2024-08-02T03:58:10.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2024-08-02T03:58:10.189Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2678 | 2024-08-02T03:58:10.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
2679 | 2024-08-02T03:58:10.899Z | |
2680 | 2024-08-02T03:58:10.899Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/142) |
2681 | 2024-08-02T03:58:11.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2024-08-02T03:58:11.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2024-08-02T03:58:11.511Z | Compiling cfg_aliases v0.1.1 |
2684 | 2024-08-02T03:58:11.514Z | Compiling vte_generate_state_changes v0.1.1 |
2685 | 2024-08-02T03:58:11.514Z | Checking fd-lock v4.0.2 |
2686 | 2024-08-02T03:58:11.605Z | Checking bytecount v0.6.8 |
2687 | 2024-08-02T03:58:11.613Z | Compiling tabled_derive v0.7.0 |
2688 | 2024-08-02T03:58:11.616Z | Compiling peg-macros v0.8.4 |
2689 | 2024-08-02T03:58:11.621Z | Compiling sqlparser_derive v0.2.2 |
2690 | 2024-08-02T03:58:11.623Z | Checking unicode_categories v0.1.1 |
2691 | 2024-08-02T03:58:11.671Z | Compiling nix v0.28.0 |
2692 | 2024-08-02T03:58:11.727Z | Checking papergrid v0.11.0 |
2693 | 2024-08-02T03:58:11.747Z | Checking home v0.5.9 |
2694 | 2024-08-02T03:58:11.881Z | Checking nu-ansi-term v0.50.0 |
2695 | 2024-08-02T03:58:11.931Z | Checking sqlformat v0.2.4 |
2696 | 2024-08-02T03:58:12.235Z | Checking vte v0.11.1 |
2697 | 2024-08-02T03:58:12.748Z | Checking sqlparser v0.45.0 |
2698 | 2024-08-02T03:58:13.568Z | Checking strip-ansi-escapes v0.2.0 |
2699 | 2024-08-02T03:58:13.635Z | Checking tabled v0.15.0 |
2700 | 2024-08-02T03:58:13.714Z | Checking reedline v0.31.0 |
2701 | 2024-08-02T03:58:14.296Z | Checking peg v0.8.4 |
2702 | 2024-08-02T03:58:14.865Z | Checking rustyline v14.0.0 |
2703 | 2024-08-02T03:58:18.926Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2704 | 2024-08-02T03:58:24.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s |
2705 | 2024-08-02T03:58:24.785Z | |
2706 | 2024-08-02T03:58:24.785Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/142) |
2707 | 2024-08-02T03:58:25.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2708 | 2024-08-02T03:58:25.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2709 | 2024-08-02T03:58:25.405Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2710 | 2024-08-02T03:58:30.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s |
2711 | 2024-08-02T03:58:31.085Z | |
2712 | 2024-08-02T03:58:31.085Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/142) |
2713 | 2024-08-02T03:58:31.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2714 | 2024-08-02T03:58:31.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2715 | 2024-08-02T03:58:31.747Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2716 | 2024-08-02T03:58:37.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s |
2717 | 2024-08-02T03:58:37.338Z | |
2718 | 2024-08-02T03:58:37.338Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/142) |
2719 | 2024-08-02T03:58:37.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2720 | 2024-08-02T03:58:37.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2721 | 2024-08-02T03:58:37.950Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2722 | 2024-08-02T03:58:42.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s |
2723 | 2024-08-02T03:58:42.150Z | |
2724 | 2024-08-02T03:58:42.150Z | info: running `cargo check --bins` on crdb-seed (112/142) |
2725 | 2024-08-02T03:58:42.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2726 | 2024-08-02T03:58:42.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2727 | 2024-08-02T03:58:42.802Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2728 | 2024-08-02T03:58:43.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
2729 | 2024-08-02T03:58:43.270Z | |
2730 | 2024-08-02T03:58:43.270Z | info: running `cargo check --bins` on xtask-downloader (113/142) |
2731 | 2024-08-02T03:58:43.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2732 | 2024-08-02T03:58:43.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2733 | 2024-08-02T03:58:43.868Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2734 | 2024-08-02T03:58:44.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
2735 | 2024-08-02T03:58:44.930Z | |
2736 | 2024-08-02T03:58:44.930Z | info: running `cargo check --bins` on omicron-omdb (114/142) |
2737 | 2024-08-02T03:58:45.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2738 | 2024-08-02T03:58:45.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2739 | 2024-08-02T03:58:45.739Z | Compiling glob v0.3.1 |
2740 | 2024-08-02T03:58:45.739Z | Compiling crunchy v0.2.2 |
2741 | 2024-08-02T03:58:45.739Z | Compiling tiny-keccak v2.0.2 |
2742 | 2024-08-02T03:58:45.863Z | Compiling ascii-canvas v3.0.0 |
2743 | 2024-08-02T03:58:45.866Z | Compiling ena v0.14.3 |
2744 | 2024-08-02T03:58:45.866Z | Compiling libloading v0.8.3 |
2745 | 2024-08-02T03:58:45.876Z | Compiling bindgen v0.69.4 |
2746 | 2024-08-02T03:58:45.904Z | Compiling diff v0.1.13 |
2747 | 2024-08-02T03:58:46.164Z | Compiling regex-syntax v0.6.29 |
2748 | 2024-08-02T03:58:46.290Z | Compiling which v4.4.2 |
2749 | 2024-08-02T03:58:46.355Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2750 | 2024-08-02T03:58:46.395Z | Compiling cexpr v0.6.0 |
2751 | 2024-08-02T03:58:46.585Z | Compiling ref-cast v1.0.23 |
2752 | 2024-08-02T03:58:46.603Z | Compiling lazycell v1.3.0 |
2753 | 2024-08-02T03:58:46.696Z | Compiling rustc-hash v1.1.0 |
2754 | 2024-08-02T03:58:46.779Z | Compiling clang-sys v1.7.0 |
2755 | 2024-08-02T03:58:46.782Z | Compiling shlex v1.3.0 |
2756 | 2024-08-02T03:58:46.854Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2757 | 2024-08-02T03:58:46.896Z | Compiling derive_builder_core v0.20.0 |
2758 | 2024-08-02T03:58:47.155Z | Compiling libxml v0.3.3 |
2759 | 2024-08-02T03:58:47.185Z | Compiling ref-cast-impl v1.0.23 |
2760 | 2024-08-02T03:58:47.203Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2761 | 2024-08-02T03:58:47.252Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2762 | 2024-08-02T03:58:47.595Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2763 | 2024-08-02T03:58:47.675Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2764 | 2024-08-02T03:58:47.902Z | Compiling strum_macros v0.24.3 |
2765 | 2024-08-02T03:58:48.037Z | Compiling cookie v0.18.1 |
2766 | 2024-08-02T03:58:48.153Z | Compiling indoc v1.0.9 |
2767 | 2024-08-02T03:58:48.490Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2768 | 2024-08-02T03:58:48.795Z | Compiling impl-trait-for-tuples v0.2.2 |
2769 | 2024-08-02T03:58:49.147Z | Compiling oso-derive v0.27.3 |
2770 | 2024-08-02T03:58:49.493Z | Compiling lalrpop v0.19.12 |
2771 | 2024-08-02T03:58:50.269Z | Compiling derive_builder_macro v0.20.0 |
2772 | 2024-08-02T03:58:50.272Z | Checking quick-xml v0.31.0 |
2773 | 2024-08-02T03:58:51.632Z | Checking derive_builder v0.20.0 |
2774 | 2024-08-02T03:58:51.785Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2775 | 2024-08-02T03:58:52.064Z | Checking maplit v1.0.2 |
2776 | 2024-08-02T03:58:52.216Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2777 | 2024-08-02T03:58:52.347Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2778 | 2024-08-02T03:58:52.638Z | Checking bb8 v0.8.5 |
2779 | 2024-08-02T03:58:52.670Z | Compiling const_format_proc_macros v0.2.32 |
2780 | 2024-08-02T03:58:53.130Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2781 | 2024-08-02T03:58:54.041Z | Checking crossbeam-deque v0.8.5 |
2782 | 2024-08-02T03:58:54.176Z | Compiling portable-atomic v1.6.0 |
2783 | 2024-08-02T03:58:54.382Z | Checking rayon-core v1.12.1 |
2784 | 2024-08-02T03:58:54.979Z | Checking const_format v0.2.32 |
2785 | 2024-08-02T03:58:55.150Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2786 | 2024-08-02T03:58:55.376Z | Checking castaway v0.2.2 |
2787 | 2024-08-02T03:58:55.493Z | Checking rayon v1.10.0 |
2788 | 2024-08-02T03:58:55.530Z | Checking compact_str v0.7.1 |
2789 | 2024-08-02T03:58:56.279Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2790 | 2024-08-02T03:58:56.598Z | Checking unicode-truncate v1.0.0 |
2791 | 2024-08-02T03:58:56.627Z | Checking itertools v0.13.0 |
2792 | 2024-08-02T03:58:56.818Z | Checking lru v0.12.3 |
2793 | 2024-08-02T03:58:57.144Z | Compiling stability v0.2.0 |
2794 | 2024-08-02T03:58:57.278Z | Checking number_prefix v0.4.0 |
2795 | 2024-08-02T03:58:57.490Z | Checking smawk v0.3.2 |
2796 | 2024-08-02T03:58:57.709Z | Checking unicode-linebreak v0.1.5 |
2797 | 2024-08-02T03:58:58.129Z | Checking cassowary v0.3.0 |
2798 | 2024-08-02T03:58:58.279Z | Checking textwrap v0.16.1 |
2799 | 2024-08-02T03:58:58.587Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2800 | 2024-08-02T03:58:58.684Z | Checking multimap v0.10.0 |
2801 | 2024-08-02T03:58:59.239Z | Checking ratatui v0.27.0 |
2802 | 2024-08-02T03:58:59.383Z | Checking indicatif v0.17.8 |
2803 | 2024-08-02T03:59:23.051Z | Compiling samael v0.0.15 |
2804 | 2024-08-02T03:59:34.521Z | Compiling polar-core v0.27.3 |
2805 | 2024-08-02T03:59:41.253Z | Checking oso v0.27.3 |
2806 | 2024-08-02T04:00:10.967Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2807 | 2024-08-02T04:00:15.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
2808 | 2024-08-02T04:00:15.825Z | |
2809 | 2024-08-02T04:00:15.825Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (115/142) |
2810 | 2024-08-02T04:00:16.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2024-08-02T04:00:16.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2024-08-02T04:00:16.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2024-08-02T04:00:16.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2814 | 2024-08-02T04:00:16.506Z | |
2815 | 2024-08-02T04:00:16.506Z | info: running `cargo check --bins` on nexus-saga-recovery (116/142) |
2816 | 2024-08-02T04:00:17.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2024-08-02T04:00:17.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2024-08-02T04:00:17.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2024-08-02T04:00:17.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2820 | 2024-08-02T04:00:17.158Z | |
2821 | 2024-08-02T04:00:17.158Z | info: running `cargo check --bins` on nexus-test-utils-macros (117/142) |
2822 | 2024-08-02T04:00:17.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2024-08-02T04:00:17.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2024-08-02T04:00:17.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2825 | 2024-08-02T04:00:17.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2826 | 2024-08-02T04:00:17.735Z | |
2827 | 2024-08-02T04:00:17.735Z | info: running `cargo check --bins` on omicron-nexus (118/142) |
2828 | 2024-08-02T04:00:18.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2024-08-02T04:00:18.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2024-08-02T04:00:18.469Z | Compiling pin-project-internal v1.1.5 |
2831 | 2024-08-02T04:00:18.472Z | Compiling snafu-derive v0.8.2 |
2832 | 2024-08-02T04:00:18.566Z | Compiling buf-list v1.0.3 |
2833 | 2024-08-02T04:00:18.585Z | Checking globset v0.4.14 |
2834 | 2024-08-02T04:00:18.588Z | Checking olpc-cjson v0.1.3 |
2835 | 2024-08-02T04:00:18.588Z | Checking rand_seeder v0.2.3 |
2836 | 2024-08-02T04:00:18.588Z | Checking serde_plain v1.0.2 |
2837 | 2024-08-02T04:00:18.598Z | Checking typed-path v0.7.1 |
2838 | 2024-08-02T04:00:18.806Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2839 | 2024-08-02T04:00:18.830Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2840 | 2024-08-02T04:00:18.878Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2841 | 2024-08-02T04:00:19.016Z | Checking parse-size v1.0.0 |
2842 | 2024-08-02T04:00:19.053Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2843 | 2024-08-02T04:00:19.143Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2844 | 2024-08-02T04:00:19.216Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2845 | 2024-08-02T04:00:19.252Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2846 | 2024-08-02T04:00:19.573Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2847 | 2024-08-02T04:00:19.933Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2848 | 2024-08-02T04:00:20.047Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2849 | 2024-08-02T04:00:20.128Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2850 | 2024-08-02T04:00:20.447Z | Checking fatfs v0.3.6 |
2851 | 2024-08-02T04:00:20.513Z | Checking assert_matches v1.5.0 |
2852 | 2024-08-02T04:00:21.481Z | Checking pin-project v1.1.5 |
2853 | 2024-08-02T04:00:22.453Z | Checking snafu v0.8.2 |
2854 | 2024-08-02T04:00:22.800Z | Checking tough v0.17.1 |
2855 | 2024-08-02T04:00:25.857Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2856 | 2024-08-02T04:00:26.939Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2857 | 2024-08-02T04:01:09.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.29s |
2858 | 2024-08-02T04:01:09.208Z | |
2859 | 2024-08-02T04:01:09.208Z | info: running `cargo check --bins` on nexus-internal-api (119/142) |
2860 | 2024-08-02T04:01:09.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2861 | 2024-08-02T04:01:09.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2862 | 2024-08-02T04:01:09.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2863 | 2024-08-02T04:01:09.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2864 | 2024-08-02T04:01:09.831Z | |
2865 | 2024-08-02T04:01:09.831Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (120/142) |
2866 | 2024-08-02T04:01:10.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2867 | 2024-08-02T04:01:10.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2868 | 2024-08-02T04:01:10.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2869 | 2024-08-02T04:01:10.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2870 | 2024-08-02T04:01:10.471Z | |
2871 | 2024-08-02T04:01:10.471Z | info: running `cargo check --bins` on nexus-networking (121/142) |
2872 | 2024-08-02T04:01:11.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2873 | 2024-08-02T04:01:11.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2874 | 2024-08-02T04:01:11.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2875 | 2024-08-02T04:01:11.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2876 | 2024-08-02T04:01:11.110Z | |
2877 | 2024-08-02T04:01:11.110Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (122/142) |
2878 | 2024-08-02T04:01:11.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2879 | 2024-08-02T04:01:11.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2880 | 2024-08-02T04:01:11.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2881 | 2024-08-02T04:01:11.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2882 | 2024-08-02T04:01:11.737Z | |
2883 | 2024-08-02T04:01:11.737Z | info: running `cargo check --bins` on update-common (123/142) |
2884 | 2024-08-02T04:01:12.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2885 | 2024-08-02T04:01:12.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2886 | 2024-08-02T04:01:12.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2887 | 2024-08-02T04:01:12.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2888 | 2024-08-02T04:01:12.355Z | |
2889 | 2024-08-02T04:01:12.355Z | info: running `cargo check --bins` on tufaceous-lib (124/142) |
2890 | 2024-08-02T04:01:12.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2891 | 2024-08-02T04:01:12.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2892 | 2024-08-02T04:01:12.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2893 | 2024-08-02T04:01:12.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2894 | 2024-08-02T04:01:12.972Z | |
2895 | 2024-08-02T04:01:12.972Z | info: running `cargo check --bins` on tufaceous (125/142) |
2896 | 2024-08-02T04:01:13.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2897 | 2024-08-02T04:01:13.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2898 | 2024-08-02T04:01:13.593Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2899 | 2024-08-02T04:01:14.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s |
2900 | 2024-08-02T04:01:14.614Z | |
2901 | 2024-08-02T04:01:14.614Z | info: running `cargo check --bins` on omicron-dev (126/142) |
2902 | 2024-08-02T04:01:15.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2903 | 2024-08-02T04:01:15.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2904 | 2024-08-02T04:01:15.393Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2905 | 2024-08-02T04:01:15.393Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2906 | 2024-08-02T04:01:15.397Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2907 | 2024-08-02T04:01:16.732Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2908 | 2024-08-02T04:01:19.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
2909 | 2024-08-02T04:01:19.393Z | |
2910 | 2024-08-02T04:01:19.393Z | info: running `cargo check --bins` on openapi-manager (127/142) |
2911 | 2024-08-02T04:01:19.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2912 | 2024-08-02T04:01:19.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2913 | 2024-08-02T04:01:20.051Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2914 | 2024-08-02T04:01:20.051Z | Checking heck v0.4.1 |
2915 | 2024-08-02T04:01:20.051Z | Checking is_ci v1.2.0 |
2916 | 2024-08-02T04:01:20.054Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2917 | 2024-08-02T04:01:20.054Z | Checking indent_write v2.2.0 |
2918 | 2024-08-02T04:01:20.243Z | Checking supports-color v3.0.0 |
2919 | 2024-08-02T04:01:20.308Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2920 | 2024-08-02T04:01:21.654Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2921 | 2024-08-02T04:01:22.498Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2922 | 2024-08-02T04:01:23.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
2923 | 2024-08-02T04:01:23.610Z | |
2924 | 2024-08-02T04:01:23.610Z | info: running `cargo check --bins` on installinator-api (128/142) |
2925 | 2024-08-02T04:01:24.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2926 | 2024-08-02T04:01:24.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2927 | 2024-08-02T04:01:24.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2928 | 2024-08-02T04:01:24.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2929 | 2024-08-02T04:01:24.261Z | |
2930 | 2024-08-02T04:01:24.261Z | info: running `cargo check --bins` on wicketd-api (129/142) |
2931 | 2024-08-02T04:01:24.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2932 | 2024-08-02T04:01:24.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2933 | 2024-08-02T04:01:24.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2934 | 2024-08-02T04:01:24.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2935 | 2024-08-02T04:01:24.950Z | |
2936 | 2024-08-02T04:01:24.951Z | info: running `cargo check --bins` on reconfigurator-cli (130/142) |
2937 | 2024-08-02T04:01:25.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2938 | 2024-08-02T04:01:25.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2939 | 2024-08-02T04:01:25.698Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2940 | 2024-08-02T04:01:26.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
2941 | 2024-08-02T04:01:27.079Z | |
2942 | 2024-08-02T04:01:27.079Z | info: running `cargo check --bins` on omicron-releng (131/142) |
2943 | 2024-08-02T04:01:27.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2944 | 2024-08-02T04:01:27.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2945 | 2024-08-02T04:01:27.739Z | Checking memmap2 v0.9.4 |
2946 | 2024-08-02T04:01:27.739Z | Checking untrusted v0.7.1 |
2947 | 2024-08-02T04:01:27.739Z | Checking arrayref v0.3.7 |
2948 | 2024-08-02T04:01:27.739Z | Checking arrayvec v0.7.4 |
2949 | 2024-08-02T04:01:27.742Z | Checking spin v0.5.2 |
2950 | 2024-08-02T04:01:27.742Z | Checking constant_time_eq v0.3.0 |
2951 | 2024-08-02T04:01:27.742Z | Checking cargo-platform v0.1.8 |
2952 | 2024-08-02T04:01:27.742Z | Checking topological-sort v0.2.2 |
2953 | 2024-08-02T04:01:27.958Z | Checking shell-words v1.1.0 |
2954 | 2024-08-02T04:01:27.992Z | Checking ring v0.16.20 |
2955 | 2024-08-02T04:01:28.105Z | Checking cargo_metadata v0.18.1 |
2956 | 2024-08-02T04:01:28.122Z | Checking blake3 v1.5.1 |
2957 | 2024-08-02T04:01:29.167Z | Checking omicron-zone-package v0.11.0 |
2958 | 2024-08-02T04:01:30.255Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2959 | 2024-08-02T04:01:31.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s |
2960 | 2024-08-02T04:01:31.240Z | |
2961 | 2024-08-02T04:01:31.240Z | info: running `cargo check --bins` on xtask (132/142) |
2962 | 2024-08-02T04:01:31.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2963 | 2024-08-02T04:01:31.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2964 | 2024-08-02T04:01:31.706Z | Checking serde v1.0.204 |
2965 | 2024-08-02T04:01:31.706Z | Checking thiserror v1.0.63 |
2966 | 2024-08-02T04:01:31.709Z | Checking scroll v0.12.0 |
2967 | 2024-08-02T04:01:31.709Z | Checking hashbrown v0.14.5 |
2968 | 2024-08-02T04:01:31.709Z | Checking log v0.4.21 |
2969 | 2024-08-02T04:01:31.794Z | Checking bitflags v2.6.0 |
2970 | 2024-08-02T04:01:31.798Z | Checking zerocopy v0.7.34 |
2971 | 2024-08-02T04:01:31.831Z | Checking syn v2.0.72 |
2972 | 2024-08-02T04:01:31.898Z | Checking pest v2.7.10 |
2973 | 2024-08-02T04:01:32.059Z | Checking fs-err v2.11.0 |
2974 | 2024-08-02T04:01:32.072Z | Checking rustix v0.38.34 |
2975 | 2024-08-02T04:01:32.225Z | Checking goblin v0.8.2 |
2976 | 2024-08-02T04:01:32.347Z | Checking tabled v0.15.0 |
2977 | 2024-08-02T04:01:32.919Z | Checking indexmap v2.2.6 |
2978 | 2024-08-02T04:01:33.117Z | Checking terminal_size v0.3.0 |
2979 | 2024-08-02T04:01:33.208Z | Checking anyhow v1.0.86 |
2980 | 2024-08-02T04:01:33.274Z | Checking clap_builder v4.5.9 |
2981 | 2024-08-02T04:01:34.282Z | Checking dtrace-parser v0.2.0 |
2982 | 2024-08-02T04:01:35.607Z | Checking clap v4.5.9 |
2983 | 2024-08-02T04:01:36.174Z | Checking serde_json v1.0.120 |
2984 | 2024-08-02T04:01:36.174Z | Checking toml_datetime v0.6.8 |
2985 | 2024-08-02T04:01:36.177Z | Checking serde_spanned v0.6.7 |
2986 | 2024-08-02T04:01:36.177Z | Checking semver v1.0.23 |
2987 | 2024-08-02T04:01:36.177Z | Checking camino v1.1.7 |
2988 | 2024-08-02T04:01:36.177Z | Checking cargo-platform v0.1.8 |
2989 | 2024-08-02T04:01:36.177Z | Checking macaddr v1.0.1 |
2990 | 2024-08-02T04:01:36.470Z | Checking toml_edit v0.22.20 |
2991 | 2024-08-02T04:01:37.223Z | Checking dof v0.3.0 |
2992 | 2024-08-02T04:01:37.224Z | Checking cargo_metadata v0.18.1 |
2993 | 2024-08-02T04:01:37.637Z | Checking usdt-impl v0.5.0 |
2994 | 2024-08-02T04:01:37.992Z | Checking usdt v0.5.0 |
2995 | 2024-08-02T04:01:38.198Z | Checking toml v0.8.19 |
2996 | 2024-08-02T04:01:38.641Z | Checking cargo_toml v0.20.4 |
2997 | 2024-08-02T04:01:39.834Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2998 | 2024-08-02T04:01:40.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s |
2999 | 2024-08-02T04:01:40.460Z | |
3000 | 2024-08-02T04:01:40.461Z | info: running `cargo check --bins` on end-to-end-tests (133/142) |
3001 | 2024-08-02T04:01:40.897Z | Downloading crates ... |
3002 | 2024-08-02T04:01:41.166Z | Downloaded blowfish v0.9.1 |
3003 | 2024-08-02T04:01:41.169Z | Downloaded ctr v0.9.2 |
3004 | 2024-08-02T04:01:41.173Z | Downloaded dhcproto-macros v0.1.0 |
3005 | 2024-08-02T04:01:41.177Z | Downloaded ed25519 v2.2.3 |
3006 | 2024-08-02T04:01:41.177Z | Downloaded dirs-sys v0.4.1 |
3007 | 2024-08-02T04:01:41.184Z | Downloaded russh-cryptovec v0.7.2 |
3008 | 2024-08-02T04:01:41.187Z | Downloaded md5 v0.7.0 |
3009 | 2024-08-02T04:01:41.199Z | Downloaded pbkdf2 v0.12.2 |
3010 | 2024-08-02T04:01:41.202Z | Downloaded rfc6979 v0.4.0 |
3011 | 2024-08-02T04:01:41.202Z | Downloaded rand_chacha v0.2.2 |
3012 | 2024-08-02T04:01:41.205Z | Downloaded hex-literal v0.4.1 |
3013 | 2024-08-02T04:01:41.208Z | Downloaded option-ext v0.2.0 |
3014 | 2024-08-02T04:01:41.208Z | Downloaded getrandom v0.1.16 |
3015 | 2024-08-02T04:01:41.211Z | Downloaded primeorder v0.13.6 |
3016 | 2024-08-02T04:01:41.211Z | Downloaded ghash v0.5.1 |
3017 | 2024-08-02T04:01:41.214Z | Downloaded bcrypt-pbkdf v0.10.0 |
3018 | 2024-08-02T04:01:41.216Z | Downloaded cbc v0.1.2 |
3019 | 2024-08-02T04:01:41.219Z | Downloaded pbkdf2 v0.11.0 |
3020 | 2024-08-02T04:01:41.222Z | Downloaded dirs v5.0.1 |
3021 | 2024-08-02T04:01:41.222Z | Downloaded rand_core v0.5.1 |
3022 | 2024-08-02T04:01:41.222Z | Downloaded internet-checksum v0.2.1 |
3023 | 2024-08-02T04:01:41.225Z | Downloaded ecdsa v0.16.9 |
3024 | 2024-08-02T04:01:41.237Z | Downloaded polyval v0.6.2 |
3025 | 2024-08-02T04:01:41.240Z | Downloaded russh-keys v0.43.0 |
3026 | 2024-08-02T04:01:41.243Z | Downloaded dhcproto v0.11.0 |
3027 | 2024-08-02T04:01:41.250Z | Downloaded p256 v0.13.2 |
3028 | 2024-08-02T04:01:41.258Z | Downloaded ed25519-dalek v2.1.1 |
3029 | 2024-08-02T04:01:41.261Z | Downloaded aes-gcm v0.10.3 |
3030 | 2024-08-02T04:01:41.268Z | Downloaded russh v0.43.0 |
3031 | 2024-08-02T04:01:41.273Z | Downloaded aes v0.8.4 |
3032 | 2024-08-02T04:01:41.276Z | Downloaded rand v0.7.3 |
3033 | 2024-08-02T04:01:41.280Z | Downloaded password-hash v0.4.2 |
3034 | 2024-08-02T04:01:41.283Z | Downloaded p521 v0.13.3 |
3035 | 2024-08-02T04:01:41.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2024-08-02T04:01:41.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2024-08-02T04:01:41.415Z | Compiling getrandom v0.1.16 |
3038 | 2024-08-02T04:01:41.516Z | Checking rfc6979 v0.4.0 |
3039 | 2024-08-02T04:01:41.519Z | Checking primeorder v0.13.6 |
3040 | 2024-08-02T04:01:41.519Z | Checking option-ext v0.2.0 |
3041 | 2024-08-02T04:01:41.519Z | Checking ed25519 v2.2.3 |
3042 | 2024-08-02T04:01:41.521Z | Checking polyval v0.6.2 |
3043 | 2024-08-02T04:01:41.521Z | Checking aes v0.8.4 |
3044 | 2024-08-02T04:01:41.521Z | Checking ctr v0.9.2 |
3045 | 2024-08-02T04:01:41.665Z | Checking dirs-sys v0.4.1 |
3046 | 2024-08-02T04:01:41.694Z | Checking ecdsa v0.16.9 |
3047 | 2024-08-02T04:01:41.812Z | Checking blowfish v0.9.1 |
3048 | 2024-08-02T04:01:41.831Z | Checking password-hash v0.4.2 |
3049 | 2024-08-02T04:01:41.834Z | Checking pbkdf2 v0.12.2 |
3050 | 2024-08-02T04:01:41.861Z | Checking dirs v5.0.1 |
3051 | 2024-08-02T04:01:41.982Z | Checking ghash v0.5.1 |
3052 | 2024-08-02T04:01:41.999Z | Checking ed25519-dalek v2.1.1 |
3053 | 2024-08-02T04:01:42.042Z | Checking bcrypt-pbkdf v0.10.0 |
3054 | 2024-08-02T04:01:42.067Z | Checking cbc v0.1.2 |
3055 | 2024-08-02T04:01:42.139Z | Checking russh-cryptovec v0.7.2 |
3056 | 2024-08-02T04:01:42.257Z | Checking pbkdf2 v0.11.0 |
3057 | 2024-08-02T04:01:42.279Z | Checking md5 v0.7.0 |
3058 | 2024-08-02T04:01:42.303Z | Checking hex-literal v0.4.1 |
3059 | 2024-08-02T04:01:42.332Z | Compiling dhcproto-macros v0.1.0 |
3060 | 2024-08-02T04:01:42.335Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3061 | 2024-08-02T04:01:42.420Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3062 | 2024-08-02T04:01:42.436Z | Checking p256 v0.13.2 |
3063 | 2024-08-02T04:01:42.477Z | Checking rand_core v0.5.1 |
3064 | 2024-08-02T04:01:42.511Z | Checking p521 v0.13.3 |
3065 | 2024-08-02T04:01:42.528Z | Checking aes-gcm v0.10.3 |
3066 | 2024-08-02T04:01:42.544Z | Checking internet-checksum v0.2.1 |
3067 | 2024-08-02T04:01:42.759Z | Checking rand_chacha v0.2.2 |
3068 | 2024-08-02T04:01:43.024Z | Checking rand v0.7.3 |
3069 | 2024-08-02T04:01:43.068Z | Checking dhcproto v0.11.0 |
3070 | 2024-08-02T04:01:43.940Z | Checking russh-keys v0.43.0 |
3071 | 2024-08-02T04:01:44.726Z | Checking russh v0.43.0 |
3072 | 2024-08-02T04:02:01.379Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3073 | 2024-08-02T04:02:02.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.20s |
3074 | 2024-08-02T04:02:02.858Z | |
3075 | 2024-08-02T04:02:02.858Z | info: running `cargo check --bins` on gateway-cli (134/142) |
3076 | 2024-08-02T04:02:03.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3077 | 2024-08-02T04:02:03.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3078 | 2024-08-02T04:02:03.515Z | Checking termios v0.3.3 |
3079 | 2024-08-02T04:02:03.723Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3080 | 2024-08-02T04:02:04.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
3081 | 2024-08-02T04:02:04.684Z | |
3082 | 2024-08-02T04:02:04.684Z | info: running `cargo check --bins --no-default-features` on installinator (135/142) |
3083 | 2024-08-02T04:02:05.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2024-08-02T04:02:05.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2024-08-02T04:02:05.379Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3086 | 2024-08-02T04:02:07.338Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3087 | 2024-08-02T04:02:09.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
3088 | 2024-08-02T04:02:09.193Z | |
3089 | 2024-08-02T04:02:09.193Z | info: running `cargo check --bins` on internal-dns-cli (136/142) |
3090 | 2024-08-02T04:02:09.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3091 | 2024-08-02T04:02:09.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3092 | 2024-08-02T04:02:09.801Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3093 | 2024-08-02T04:02:10.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3094 | 2024-08-02T04:02:10.366Z | |
3095 | 2024-08-02T04:02:10.366Z | info: running `cargo check --bins` on omicron-package (137/142) |
3096 | 2024-08-02T04:02:10.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3097 | 2024-08-02T04:02:10.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3098 | 2024-08-02T04:02:11.028Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3099 | 2024-08-02T04:02:12.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
3100 | 2024-08-02T04:02:12.419Z | |
3101 | 2024-08-02T04:02:12.419Z | info: running `cargo check --bins` on wicket-dbg (138/142) |
3102 | 2024-08-02T04:02:13.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3103 | 2024-08-02T04:02:13.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3104 | 2024-08-02T04:02:13.090Z | Checking rtoolbox v0.0.2 |
3105 | 2024-08-02T04:02:13.090Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3106 | 2024-08-02T04:02:13.090Z | Checking tui-tree-widget v0.21.0 |
3107 | 2024-08-02T04:02:13.298Z | Checking rpassword v7.3.1 |
3108 | 2024-08-02T04:02:16.998Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3109 | 2024-08-02T04:02:19.809Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3110 | 2024-08-02T04:02:20.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.42s |
3111 | 2024-08-02T04:02:21.015Z | |
3112 | 2024-08-02T04:02:21.015Z | info: running `cargo check --bins` on wicket (139/142) |
3113 | 2024-08-02T04:02:21.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3114 | 2024-08-02T04:02:21.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3115 | 2024-08-02T04:02:21.662Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3116 | 2024-08-02T04:02:22.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
3117 | 2024-08-02T04:02:22.179Z | |
3118 | 2024-08-02T04:02:22.179Z | info: running `cargo check --bins` on wicketd (140/142) |
3119 | 2024-08-02T04:02:22.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3120 | 2024-08-02T04:02:22.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3121 | 2024-08-02T04:02:22.865Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3122 | 2024-08-02T04:02:26.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s |
3123 | 2024-08-02T04:02:26.574Z | |
3124 | 2024-08-02T04:02:26.574Z | info: running `cargo check --bins` on omicron-workspace-hack (141/142) |
3125 | 2024-08-02T04:02:27.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3126 | 2024-08-02T04:02:27.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3127 | 2024-08-02T04:02:27.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3128 | 2024-08-02T04:02:27.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3129 | 2024-08-02T04:02:27.152Z | |
3130 | 2024-08-02T04:02:27.152Z | info: running `cargo check --bins` on zone-setup (142/142) |
3131 | 2024-08-02T04:02:27.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3132 | 2024-08-02T04:02:27.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3133 | 2024-08-02T04:02:27.866Z | Checking uzers v0.11.3 |
3134 | 2024-08-02T04:02:28.157Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3135 | 2024-08-02T04:02:29.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
3136 | 2024-08-02T04:02:29.343Z | |
3137 | 2024-08-02T04:02:29.343Z | real 10:30.117434254 |
3138 | 2024-08-02T04:02:29.343Z | user 22:22.029547605 |
3139 | 2024-08-02T04:02:29.343Z | sys 4:42.166516239 |
3140 | 2024-08-02T04:02:29.343Z | trap 0.487315161 |
3141 | 2024-08-02T04:02:29.343Z | tflt 2.543107459 |
3142 | 2024-08-02T04:02:29.343Z | dflt 2.182966966 |
3143 | 2024-08-02T04:02:29.343Z | kflt 0.000836356 |
3144 | 2024-08-02T04:02:29.343Z | lock 40:17.987752780 |
3145 | 2024-08-02T04:02:29.343Z | slp 1:49:27.984886745 |
3146 | 2024-08-02T04:02:29.346Z | lat 56.627789581 |
3147 | 2024-08-02T04:02:29.346Z | stop 2:43.595746567 |
3148 | 2024-08-02T04:02:29.346Z | process exited: duration 957875 ms, exit code 0 |
|
3149 | 2024-08-02T04:02:29.352Z | found 0 output files |