|
|
|
1 | 2024-08-02T03:45:52.458Z | job assigned to worker 01J48K17E6XYB7456NTZ2AZ661 (queued for 1 m 12 s) |
|
2 | 2024-08-02T03:46:00.735Z | starting task 0: "setup" |
3 | 2024-08-02T03:46:00.820Z | ++ uname -s |
4 | 2024-08-02T03:46:00.820Z | + kern=SunOS |
5 | 2024-08-02T03:46:00.820Z | + case "$kern" in |
6 | 2024-08-02T03:46:00.820Z | + groupadd -g 12345 build |
7 | 2024-08-02T03:46:00.820Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-02T03:46:02.780Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-02T03:46:02.905Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-02T03:46:02.909Z | + home_fs=zfs |
11 | 2024-08-02T03:46:02.909Z | + [[ zfs == autofs ]] |
12 | 2024-08-02T03:46:02.909Z | + mkdir -p /home/build |
13 | 2024-08-02T03:46:02.913Z | + chown build:build /home/build /work |
14 | 2024-08-02T03:46:04.929Z | + chmod 0700 /home/build /work |
15 | 2024-08-02T03:46:04.940Z | process exited: duration 4199 ms, exit code 0 |
|
16 | 2024-08-02T03:46:04.956Z | starting task 1: "rust-toolchain" |
17 | 2024-08-02T03:46:04.961Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-02T03:46:04.961Z | ' 1.80.0 |
19 | 2024-08-02T03:46:04.961Z | * toolchain channel = "1.80.0" |
20 | 2024-08-02T03:46:04.961Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-02T03:46:04.961Z | * toolchain profile = "default" |
22 | 2024-08-02T03:46:04.961Z | ' default |
23 | 2024-08-02T03:46:05.028Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-02T03:46:05.028Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-02T03:46:05.063Z | info: downloading installer |
26 | 2024-08-02T03:46:06.535Z | info: profile set to 'default' |
27 | 2024-08-02T03:46:06.535Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-02T03:46:06.548Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-02T03:46:06.711Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-02T03:46:06.711Z | info: downloading component 'cargo' |
31 | 2024-08-02T03:46:07.653Z | info: downloading component 'clippy' |
32 | 2024-08-02T03:46:08.014Z | info: downloading component 'rust-docs' |
33 | 2024-08-02T03:46:09.212Z | info: downloading component 'rust-std' |
34 | 2024-08-02T03:46:10.650Z | info: downloading component 'rustc' |
35 | 2024-08-02T03:46:15.292Z | info: downloading component 'rustfmt' |
36 | 2024-08-02T03:46:15.537Z | info: installing component 'cargo' |
37 | 2024-08-02T03:46:16.367Z | info: installing component 'clippy' |
38 | 2024-08-02T03:46:16.771Z | info: installing component 'rust-docs' |
39 | 2024-08-02T03:46:18.437Z | info: installing component 'rust-std' |
40 | 2024-08-02T03:46:19.976Z | info: installing component 'rustc' |
41 | 2024-08-02T03:46:24.774Z | info: installing component 'rustfmt' |
42 | 2024-08-02T03:46:24.956Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-02T03:46:24.956Z | |
44 | 2024-08-02T03:46:25.208Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-02T03:46:25.208Z | |
46 | 2024-08-02T03:46:25.208Z | |
47 | 2024-08-02T03:46:25.208Z | Rust is installed now. Great! |
48 | 2024-08-02T03:46:25.208Z | |
49 | 2024-08-02T03:46:25.208Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-02T03:46:25.208Z | environment variable. This has not been done automatically. |
51 | 2024-08-02T03:46:25.208Z | |
52 | 2024-08-02T03:46:25.208Z | To configure your current shell, you need to source |
53 | 2024-08-02T03:46:25.208Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-02T03:46:25.208Z | |
55 | 2024-08-02T03:46:25.208Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-02T03:46:25.208Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-02T03:46:25.208Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-02T03:46:25.208Z | + rustc --version |
59 | 2024-08-02T03:46:25.208Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-02T03:46:25.208Z | process exited: duration 20104 ms, exit code 0 |
|
61 | 2024-08-02T03:46:25.568Z | starting task 2: "authentication" |
62 | 2024-08-02T03:46:25.700Z | process exited: duration 168 ms, exit code 0 |
|
63 | 2024-08-02T03:46:25.752Z | starting task 3: "clone repository" |
64 | 2024-08-02T03:46:25.778Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-02T03:46:25.778Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-02T03:46:26.104Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-02T03:46:33.257Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-02T03:46:33.258Z | + git fetch origin 613a728ea210b00646465017fc5981bab546139e |
69 | 2024-08-02T03:46:33.519Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-02T03:46:33.519Z | * branch 613a728ea210b00646465017fc5981bab546139e -> FETCH_HEAD |
71 | 2024-08-02T03:46:33.541Z | + [[ -n renovate/predicates-3.x ]] |
72 | 2024-08-02T03:46:33.547Z | ++ git branch --show-current |
73 | 2024-08-02T03:46:33.547Z | + current=main |
74 | 2024-08-02T03:46:33.547Z | + [[ main != renovate/predicates-3.x ]] |
75 | 2024-08-02T03:46:33.547Z | + git branch -f renovate/predicates-3.x 613a728ea210b00646465017fc5981bab546139e |
76 | 2024-08-02T03:46:33.547Z | + git checkout -f renovate/predicates-3.x |
77 | 2024-08-02T03:46:33.673Z | Switched to branch 'renovate/predicates-3.x' |
78 | 2024-08-02T03:46:33.677Z | + git reset --hard 613a728ea210b00646465017fc5981bab546139e |
79 | 2024-08-02T03:46:33.813Z | HEAD is now at 613a728ea Update Rust crate predicates to 3.1.2 |
80 | 2024-08-02T03:46:33.817Z | process exited: duration 8085 ms, exit code 0 |
|
81 | 2024-08-02T03:46:33.826Z | starting task 4: "build" |
82 | 2024-08-02T03:46:33.832Z | + cargo --version |
83 | 2024-08-02T03:46:33.886Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-02T03:46:33.891Z | + rustc --version |
85 | 2024-08-02T03:46:33.946Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-02T03:46:33.949Z | + WORK=/work |
87 | 2024-08-02T03:46:33.949Z | + pfexec mkdir -p /work |
88 | 2024-08-02T03:46:33.953Z | + pfexec chown build /work |
89 | 2024-08-02T03:46:33.957Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-08-02T03:46:56.673Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-08-02T03:46:58.858Z | Startup: Caching catalogs ... Done |
92 | 2024-08-02T03:47:02.499Z | Planning: Solver setup ... Done (3.065s) |
93 | 2024-08-02T03:47:02.592Z | Planning: Running solver ... Done (0.060s) |
94 | 2024-08-02T03:47:02.619Z | Planning: Finding local manifests ... Done (0.004s) |
95 | 2024-08-02T03:47:02.643Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-08-02T03:47:03.266Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-08-02T03:47:03.317Z | Planning: Package planning ... Done (0.051s) |
98 | 2024-08-02T03:47:03.370Z | Planning: Merging actions ... Done (0.051s) |
99 | 2024-08-02T03:47:04.048Z | Planning: Checking for conflicting actions ... Done (0.678s) |
100 | 2024-08-02T03:47:04.074Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-08-02T03:47:07.756Z | Planning: Evaluating mediators ... Done (3.695s) |
102 | 2024-08-02T03:47:07.765Z | Planning: Planning completed in 8.84 seconds |
103 | 2024-08-02T03:47:08.154Z | Packages to install: 4 |
104 | 2024-08-02T03:47:08.154Z | Mediators to change: 2 |
105 | 2024-08-02T03:47:08.154Z | Services to change: 1 |
106 | 2024-08-02T03:47:08.159Z | Estimated space available: 155.75 GB |
107 | 2024-08-02T03:47:08.160Z | Estimated space to be consumed: 1.47 GB |
108 | 2024-08-02T03:47:08.160Z | Create boot environment: No |
109 | 2024-08-02T03:47:08.160Z | Create backup boot environment: No |
110 | 2024-08-02T03:47:08.160Z | Rebuild boot archive: No |
111 | 2024-08-02T03:47:08.160Z | |
112 | 2024-08-02T03:47:08.160Z | Changed mediators: |
113 | 2024-08-02T03:47:08.160Z | mediator clang: |
114 | 2024-08-02T03:47:08.160Z | version: None -> 15 (system default) |
115 | 2024-08-02T03:47:08.160Z | |
116 | 2024-08-02T03:47:08.160Z | mediator llvm: |
117 | 2024-08-02T03:47:08.161Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-08-02T03:47:08.161Z | |
119 | 2024-08-02T03:47:08.161Z | Changed packages: |
120 | 2024-08-02T03:47:08.161Z | helios-dev |
121 | 2024-08-02T03:47:08.161Z | developer/build-essential |
122 | 2024-08-02T03:47:08.161Z | None -> 11-2.0 |
123 | 2024-08-02T03:47:08.161Z | library/libxmlsec1 |
124 | 2024-08-02T03:47:08.161Z | None -> 1.2.35-2.0 |
125 | 2024-08-02T03:47:08.162Z | ooce/developer/clang-15 |
126 | 2024-08-02T03:47:08.162Z | None -> 15.0.7-2.0 |
127 | 2024-08-02T03:47:08.162Z | ooce/developer/llvm-15 |
128 | 2024-08-02T03:47:08.162Z | None -> 15.0.7-2.0 |
129 | 2024-08-02T03:47:08.162Z | |
130 | 2024-08-02T03:47:08.162Z | Services: |
131 | 2024-08-02T03:47:08.162Z | restart_fmri: |
132 | 2024-08-02T03:47:08.162Z | svc:/system/update-man-index:default |
133 | 2024-08-02T03:47:08.269Z | |
134 | 2024-08-02T03:47:08.269Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-08-02T03:47:13.304Z | Download: 300/3290 items 15.9/212.6MB 7% complete (3.2M/s) |
136 | 2024-08-02T03:47:18.321Z | Download: 1189/3290 items 64.4/212.6MB 30% complete (6.4M/s) |
137 | 2024-08-02T03:47:28.733Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (8.1M/s) |
138 | 2024-08-02T03:47:33.739Z | Download: 1511/3290 items 117.2/212.6MB 55% complete (7.8M/s) |
139 | 2024-08-02T03:47:38.756Z | Download: 1648/3290 items 117.7/212.6MB 55% complete (3.9M/s) |
140 | 2024-08-02T03:47:43.955Z | Download: 1873/3290 items 118.5/212.6MB 55% complete (149k/s) |
141 | 2024-08-02T03:47:48.958Z | Download: 2016/3290 items 118.7/212.6MB 55% complete (103k/s) |
142 | 2024-08-02T03:47:54.022Z | Download: 2218/3290 items 119.2/212.6MB 56% complete (71.2k/s) |
143 | 2024-08-02T03:48:01.159Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (69.1k/s) |
144 | 2024-08-02T03:48:06.767Z | Download: 2224/3290 items 119.2/212.6MB 56% complete |
145 | 2024-08-02T03:48:11.788Z | Download: 2491/3290 items 120.0/212.6MB 56% complete (145k/s) |
146 | 2024-08-02T03:48:16.797Z | Download: 2660/3290 items 120.7/212.6MB 56% complete (151k/s) |
147 | 2024-08-02T03:48:21.804Z | Download: 3013/3290 items 121.3/212.6MB 57% complete (131k/s) |
148 | 2024-08-02T03:48:26.821Z | Download: 3133/3290 items 156.9/212.6MB 73% complete (3.5M/s) |
149 | 2024-08-02T03:48:31.846Z | Download: 3240/3290 items 202.5/212.6MB 95% complete (8.1M/s) |
150 | 2024-08-02T03:48:37.071Z | Download: 3245/3290 items 203.1/212.6MB 95% complete (6.8M/s) |
151 | 2024-08-02T03:48:42.239Z | Download: 3246/3290 items 203.1/212.6MB 95% complete (6.5M/s) |
152 | 2024-08-02T03:48:47.838Z | Download: 3247/3290 items 203.1/212.6MB 95% complete |
153 | 2024-08-02T03:48:54.164Z | Download: 3282/3290 items 209.4/212.6MB 98% complete (836k/s) |
154 | 2024-08-02T03:49:00.592Z | Download: 3285/3290 items 211.6/212.6MB 99% complete (1.2M/s) |
155 | 2024-08-02T03:49:13.392Z | Download: 3286/3290 items 211.6/212.6MB 99% complete |
156 | 2024-08-02T03:49:13.435Z | Download: Completed 212.60 MB in 125.15 seconds (1.7M/s) |
157 | 2024-08-02T03:49:13.601Z | Actions: 1/3689 actions (Installing new actions) |
158 | 2024-08-02T03:49:18.605Z | Actions: 3609/3689 actions (Installing new actions) |
159 | 2024-08-02T03:49:18.734Z | Actions: Completed 3689 actions in 5.13 seconds. |
160 | 2024-08-02T03:49:18.993Z | Done (0.253s) |
161 | 2024-08-02T03:49:18.993Z | Done (0.000s) |
162 | 2024-08-02T03:49:19.335Z | Done (0.342s) |
163 | 2024-08-02T03:49:24.499Z | Done (5.003s) |
164 | 2024-08-02T03:49:24.678Z | Done (0.103s) |
165 | 2024-08-02T03:49:24.681Z | Done (0.000s) |
166 | 2024-08-02T03:49:24.836Z | Done (0.000s) |
167 | 2024-08-02T03:49:25.405Z | Planning: Evaluating mediator changes ... Done |
168 | 2024-08-02T03:49:25.564Z | Planning: Checking for conflicting actions ... Done |
169 | 2024-08-02T03:49:25.568Z | Planning: Consolidating action changes ... Done |
170 | 2024-08-02T03:49:25.831Z | Planning: Evaluating mediators ... Done |
171 | 2024-08-02T03:49:25.835Z | Planning: Planning completed in 0.43 seconds |
172 | 2024-08-02T03:49:25.865Z | Mediators to change: 2 |
173 | 2024-08-02T03:49:25.865Z | Create boot environment: No |
174 | 2024-08-02T03:49:25.865Z | Create backup boot environment: No |
175 | 2024-08-02T03:49:25.955Z | Done |
176 | 2024-08-02T03:49:25.955Z | Done |
177 | 2024-08-02T03:49:26.173Z | Done |
178 | 2024-08-02T03:49:29.705Z | Done |
179 | 2024-08-02T03:49:29.784Z | Done |
180 | 2024-08-02T03:49:29.784Z | Done |
181 | 2024-08-02T03:49:29.903Z | Done |
182 | 2024-08-02T03:49:30.506Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-08-02T03:49:30.509Z | Planning: Merging actions ... Done |
184 | 2024-08-02T03:49:30.695Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-08-02T03:49:30.698Z | Planning: Consolidating action changes ... Done |
186 | 2024-08-02T03:49:30.960Z | Planning: Evaluating mediators ... Done |
187 | 2024-08-02T03:49:31.015Z | Planning: Planning completed in 0.75 seconds |
188 | 2024-08-02T03:49:31.049Z | Packages to change: 1 |
189 | 2024-08-02T03:49:31.049Z | Mediators to change: 1 |
190 | 2024-08-02T03:49:31.049Z | Services to change: 1 |
191 | 2024-08-02T03:49:31.050Z | Create boot environment: No |
192 | 2024-08-02T03:49:31.050Z | Create backup boot environment: Yes |
193 | 2024-08-02T03:49:32.973Z | Actions: 1/6 actions (Updating modified actions) |
194 | 2024-08-02T03:49:33.013Z | Actions: Completed 6 actions in 0.04 seconds. |
195 | 2024-08-02T03:49:33.013Z | Done |
196 | 2024-08-02T03:49:33.016Z | Done |
197 | 2024-08-02T03:49:33.090Z | Done |
198 | 2024-08-02T03:49:36.741Z | Done |
199 | 2024-08-02T03:49:36.828Z | Done |
200 | 2024-08-02T03:49:36.828Z | Done |
201 | 2024-08-02T03:49:36.951Z | Done |
202 | 2024-08-02T03:49:37.369Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
203 | 2024-08-02T03:49:37.369Z | clang system 15 system |
204 | 2024-08-02T03:49:37.369Z | csh system system illumos |
205 | 2024-08-02T03:49:37.369Z | ctags system system illumos |
206 | 2024-08-02T03:49:37.369Z | gcc vendor 12 vendor |
207 | 2024-08-02T03:49:37.369Z | gcc system 10 system |
208 | 2024-08-02T03:49:37.369Z | gcc system 7 system |
209 | 2024-08-02T03:49:37.369Z | go system 1.20 system |
210 | 2024-08-02T03:49:37.369Z | go system 1.19 system |
211 | 2024-08-02T03:49:37.369Z | llvm system 15 system |
212 | 2024-08-02T03:49:37.370Z | llvm system 14 system |
213 | 2024-08-02T03:49:37.370Z | mariadb system 10.6 system |
214 | 2024-08-02T03:49:37.370Z | mta vendor vendor dma |
215 | 2024-08-02T03:49:37.370Z | openjdk system 17 system |
216 | 2024-08-02T03:49:37.370Z | openjdk system 11 system |
217 | 2024-08-02T03:49:37.370Z | openjdk system 1.8 system |
218 | 2024-08-02T03:49:37.370Z | openssl vendor 3 vendor |
219 | 2024-08-02T03:49:37.370Z | perl system 5.36 system |
220 | 2024-08-02T03:49:37.370Z | postgresql system 15 system |
221 | 2024-08-02T03:49:37.370Z | postgresql system 13 system |
222 | 2024-08-02T03:49:37.370Z | python vendor 3 vendor |
223 | 2024-08-02T03:49:37.370Z | python system 2 system |
224 | 2024-08-02T03:49:37.370Z | python3 system 3.11 system |
225 | 2024-08-02T03:49:37.370Z | ruby system 3.0 system |
226 | 2024-08-02T03:49:37.370Z | words vendor vendor american-english |
227 | 2024-08-02T03:49:37.370Z | words system system australian-english |
228 | 2024-08-02T03:49:37.370Z | words system system british-english |
229 | 2024-08-02T03:49:37.370Z | words system system canadian-english |
230 | 2024-08-02T03:49:37.370Z | words system system french |
231 | 2024-08-02T03:49:37.370Z | words system system italian |
232 | 2024-08-02T03:49:37.370Z | words system system ngerman |
233 | 2024-08-02T03:49:37.370Z | words system system ogerman |
234 | 2024-08-02T03:49:37.370Z | words system system spanish |
235 | 2024-08-02T03:49:37.695Z | PUBLISHER TYPE STATUS P LOCATION |
236 | 2024-08-02T03:49:37.695Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
237 | 2024-08-02T03:49:39.324Z | FMRI IFO |
238 | 2024-08-02T03:49:39.324Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
239 | 2024-08-02T03:49:39.324Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
240 | 2024-08-02T03:49:39.324Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
241 | 2024-08-02T03:49:39.324Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
242 | 2024-08-02T03:49:39.324Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
243 | 2024-08-02T03:49:39.325Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
244 | 2024-08-02T03:49:39.325Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
245 | 2024-08-02T03:49:39.325Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
246 | 2024-08-02T03:49:39.325Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
247 | 2024-08-02T03:49:39.325Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
248 | 2024-08-02T03:49:39.325Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-08-02T03:49:39.325Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-08-02T03:49:39.888Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
251 | 2024-08-02T03:49:40.160Z | Updating git repository `https://github.com/oxidecomputer/zone` |
252 | 2024-08-02T03:49:40.435Z | Updating crates.io index |
253 | 2024-08-02T03:49:40.438Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
254 | 2024-08-02T03:49:41.129Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
255 | 2024-08-02T03:49:41.847Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
256 | 2024-08-02T03:49:42.136Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
257 | 2024-08-02T03:49:43.904Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
258 | 2024-08-02T03:49:44.142Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
259 | 2024-08-02T03:49:44.392Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
260 | 2024-08-02T03:49:45.430Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
261 | 2024-08-02T03:49:47.317Z | Updating git repository `https://github.com/oxidecomputer/opte` |
262 | 2024-08-02T03:49:48.239Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
263 | 2024-08-02T03:49:48.811Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
264 | 2024-08-02T03:49:49.432Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
265 | 2024-08-02T03:49:49.753Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
266 | 2024-08-02T03:49:49.966Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
267 | 2024-08-02T03:49:50.244Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
268 | 2024-08-02T03:49:50.491Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
269 | 2024-08-02T03:49:50.725Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
270 | 2024-08-02T03:49:50.953Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
271 | 2024-08-02T03:49:51.243Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
272 | 2024-08-02T03:49:51.527Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
273 | 2024-08-02T03:49:51.984Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
274 | 2024-08-02T03:49:52.259Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
275 | 2024-08-02T03:49:52.687Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
276 | 2024-08-02T03:49:52.979Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
277 | 2024-08-02T03:49:53.383Z | Updating git repository `https://github.com/oxidecomputer/typify` |
278 | 2024-08-02T03:49:55.545Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
279 | 2024-08-02T03:49:55.768Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
280 | 2024-08-02T03:49:56.050Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
281 | 2024-08-02T03:49:56.458Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
282 | 2024-08-02T03:49:57.464Z | Downloading crates ... |
283 | 2024-08-02T03:49:57.524Z | Downloaded bytecount v0.6.8 |
284 | 2024-08-02T03:49:57.530Z | Downloaded anstyle-parse v0.2.4 |
285 | 2024-08-02T03:49:57.530Z | Downloaded anstyle v1.0.8 |
286 | 2024-08-02T03:49:57.540Z | Downloaded usdt-attr-macro v0.5.0 |
287 | 2024-08-02T03:49:57.540Z | Downloaded equivalent v1.0.1 |
288 | 2024-08-02T03:49:57.540Z | Downloaded scroll_derive v0.12.0 |
289 | 2024-08-02T03:49:57.548Z | Downloaded swrite v0.1.0 |
290 | 2024-08-02T03:49:57.548Z | Downloaded usdt-macro v0.5.0 |
291 | 2024-08-02T03:49:57.556Z | Downloaded bitflags v2.6.0 |
292 | 2024-08-02T03:49:57.557Z | Downloaded anstyle-query v1.0.3 |
293 | 2024-08-02T03:49:57.557Z | Downloaded proc-macro-error-attr v1.0.4 |
294 | 2024-08-02T03:49:57.557Z | Downloaded itoa v1.0.11 |
295 | 2024-08-02T03:49:57.569Z | Downloaded generic-array v0.14.7 |
296 | 2024-08-02T03:49:57.569Z | Downloaded serde_tokenstream v0.2.1 |
297 | 2024-08-02T03:49:57.569Z | Downloaded heck v0.4.1 |
298 | 2024-08-02T03:49:57.569Z | Downloaded pest_generator v2.7.10 |
299 | 2024-08-02T03:49:57.570Z | Downloaded fnv v1.0.7 |
300 | 2024-08-02T03:49:57.586Z | Downloaded usdt v0.5.0 |
301 | 2024-08-02T03:49:57.586Z | Downloaded toml_datetime v0.6.8 |
302 | 2024-08-02T03:49:57.586Z | Downloaded dof v0.3.0 |
303 | 2024-08-02T03:49:57.586Z | Downloaded version_check v0.9.4 |
304 | 2024-08-02T03:49:57.586Z | Downloaded thread-id v4.2.1 |
305 | 2024-08-02T03:49:57.586Z | Downloaded thiserror v1.0.63 |
306 | 2024-08-02T03:49:57.586Z | Downloaded clap_derive v4.5.8 |
307 | 2024-08-02T03:49:57.592Z | Downloaded quote v1.0.36 |
308 | 2024-08-02T03:49:57.593Z | Downloaded tabled_derive v0.7.0 |
309 | 2024-08-02T03:49:57.593Z | Downloaded plain v0.2.3 |
310 | 2024-08-02T03:49:57.593Z | Downloaded crypto-common v0.1.6 |
311 | 2024-08-02T03:49:57.593Z | Downloaded colorchoice v1.0.1 |
312 | 2024-08-02T03:49:57.593Z | Downloaded cfg-if v1.0.0 |
313 | 2024-08-02T03:49:57.593Z | Downloaded byteorder v1.5.0 |
314 | 2024-08-02T03:49:57.593Z | Downloaded is_terminal_polyfill v1.70.0 |
315 | 2024-08-02T03:49:57.593Z | Downloaded typenum v1.17.0 |
316 | 2024-08-02T03:49:57.593Z | Downloaded ryu v1.0.18 |
317 | 2024-08-02T03:49:57.593Z | Downloaded cargo-platform v0.1.8 |
318 | 2024-08-02T03:49:57.607Z | Downloaded clap v4.5.9 |
319 | 2024-08-02T03:49:57.610Z | Downloaded log v0.4.21 |
320 | 2024-08-02T03:49:57.611Z | Downloaded pretty-hex v0.4.1 |
321 | 2024-08-02T03:49:57.611Z | Downloaded utf8parse v0.2.1 |
322 | 2024-08-02T03:49:57.611Z | Downloaded memmap v0.7.0 |
323 | 2024-08-02T03:49:57.611Z | Downloaded heck v0.5.0 |
324 | 2024-08-02T03:49:57.611Z | Downloaded digest v0.10.7 |
325 | 2024-08-02T03:49:57.611Z | Downloaded cpufeatures v0.2.12 |
326 | 2024-08-02T03:49:57.611Z | Downloaded clap_lex v0.7.0 |
327 | 2024-08-02T03:49:57.615Z | Downloaded strsim v0.11.1 |
328 | 2024-08-02T03:49:57.615Z | Downloaded once_cell v1.19.0 |
329 | 2024-08-02T03:49:57.615Z | Downloaded terminal_size v0.3.0 |
330 | 2024-08-02T03:49:57.620Z | Downloaded fs-err v2.11.0 |
331 | 2024-08-02T03:49:57.620Z | Downloaded dtrace-parser v0.2.0 |
332 | 2024-08-02T03:49:57.620Z | Downloaded errno v0.3.9 |
333 | 2024-08-02T03:49:57.626Z | Downloaded block-buffer v0.10.4 |
334 | 2024-08-02T03:49:57.626Z | Downloaded autocfg v1.3.0 |
335 | 2024-08-02T03:49:57.626Z | Downloaded anyhow v1.0.86 |
336 | 2024-08-02T03:49:57.630Z | Downloaded anstream v0.6.14 |
337 | 2024-08-02T03:49:57.630Z | Downloaded thiserror-impl v1.0.63 |
338 | 2024-08-02T03:49:57.630Z | Downloaded serde_spanned v0.6.7 |
339 | 2024-08-02T03:49:57.635Z | Downloaded macaddr v1.0.1 |
340 | 2024-08-02T03:49:57.635Z | Downloaded cargo_metadata v0.18.1 |
341 | 2024-08-02T03:49:57.636Z | Downloaded pest_derive v2.7.10 |
342 | 2024-08-02T03:49:57.642Z | Downloaded semver v1.0.23 |
343 | 2024-08-02T03:49:57.642Z | Downloaded proc-macro-error v1.0.4 |
344 | 2024-08-02T03:49:57.648Z | Downloaded camino v1.1.7 |
345 | 2024-08-02T03:49:57.648Z | Downloaded indexmap v2.2.6 |
346 | 2024-08-02T03:49:57.655Z | Downloaded unicode-ident v1.0.12 |
347 | 2024-08-02T03:49:57.655Z | Downloaded scroll v0.12.0 |
348 | 2024-08-02T03:49:57.655Z | Downloaded zerocopy-derive v0.7.34 |
349 | 2024-08-02T03:49:57.661Z | Downloaded cargo_toml v0.20.4 |
350 | 2024-08-02T03:49:57.661Z | Downloaded serde_derive v1.0.204 |
351 | 2024-08-02T03:49:57.662Z | Downloaded proc-macro2 v1.0.86 |
352 | 2024-08-02T03:49:57.666Z | Downloaded usdt-impl v0.5.0 |
353 | 2024-08-02T03:49:57.666Z | Downloaded papergrid v0.11.0 |
354 | 2024-08-02T03:49:57.672Z | Downloaded pest_meta v2.7.10 |
355 | 2024-08-02T03:49:57.676Z | Downloaded toml v0.8.19 |
356 | 2024-08-02T03:49:57.676Z | Downloaded sha2 v0.10.8 |
357 | 2024-08-02T03:49:57.676Z | Downloaded serde v1.0.204 |
358 | 2024-08-02T03:49:57.686Z | Downloaded memchr v2.7.2 |
359 | 2024-08-02T03:49:57.686Z | Downloaded ucd-trie v0.1.6 |
360 | 2024-08-02T03:49:57.691Z | Downloaded pest v2.7.10 |
361 | 2024-08-02T03:49:57.709Z | Downloaded toml_edit v0.22.20 |
362 | 2024-08-02T03:49:57.728Z | Downloaded serde_json v1.0.120 |
363 | 2024-08-02T03:49:57.735Z | Downloaded goblin v0.8.2 |
364 | 2024-08-02T03:49:57.742Z | Downloaded zerocopy v0.7.34 |
365 | 2024-08-02T03:49:57.757Z | Downloaded winnow v0.6.18 |
366 | 2024-08-02T03:49:57.766Z | Downloaded hashbrown v0.14.5 |
367 | 2024-08-02T03:49:57.771Z | Downloaded clap_builder v4.5.9 |
368 | 2024-08-02T03:49:57.777Z | Downloaded tabled v0.15.0 |
369 | 2024-08-02T03:49:57.794Z | Downloaded syn v2.0.72 |
370 | 2024-08-02T03:49:57.804Z | Downloaded syn v1.0.109 |
371 | 2024-08-02T03:49:57.813Z | Downloaded unicode-width v0.1.13 |
372 | 2024-08-02T03:49:57.822Z | Downloaded rustix v0.38.34 |
373 | 2024-08-02T03:49:57.843Z | Downloaded libc v0.2.155 |
374 | 2024-08-02T03:49:58.135Z | Compiling proc-macro2 v1.0.86 |
375 | 2024-08-02T03:49:58.135Z | Compiling unicode-ident v1.0.12 |
376 | 2024-08-02T03:49:58.135Z | Compiling version_check v0.9.4 |
377 | 2024-08-02T03:49:58.138Z | Compiling serde v1.0.204 |
378 | 2024-08-02T03:49:58.138Z | Compiling thiserror v1.0.63 |
379 | 2024-08-02T03:49:58.138Z | Compiling libc v0.2.155 |
380 | 2024-08-02T03:49:58.138Z | Compiling ryu v1.0.18 |
381 | 2024-08-02T03:49:58.168Z | Compiling itoa v1.0.11 |
382 | 2024-08-02T03:49:58.389Z | Compiling ucd-trie v0.1.6 |
383 | 2024-08-02T03:49:58.501Z | Compiling memchr v2.7.2 |
384 | 2024-08-02T03:49:58.608Z | Compiling once_cell v1.19.0 |
385 | 2024-08-02T03:49:58.928Z | Compiling byteorder v1.5.0 |
386 | 2024-08-02T03:49:58.955Z | Compiling serde_json v1.0.120 |
387 | 2024-08-02T03:49:59.987Z | Compiling usdt-impl v0.5.0 |
388 | 2024-08-02T03:50:00.009Z | Compiling proc-macro-error-attr v1.0.4 |
389 | 2024-08-02T03:50:00.013Z | Compiling rustix v0.38.34 |
390 | 2024-08-02T03:50:00.112Z | Compiling syn v1.0.109 |
391 | 2024-08-02T03:50:00.169Z | Compiling proc-macro-error v1.0.4 |
392 | 2024-08-02T03:50:00.369Z | Compiling utf8parse v0.2.1 |
393 | 2024-08-02T03:50:00.423Z | Compiling log v0.4.21 |
394 | 2024-08-02T03:50:00.462Z | Compiling bitflags v2.6.0 |
395 | 2024-08-02T03:50:00.529Z | Compiling hashbrown v0.14.5 |
396 | 2024-08-02T03:50:00.793Z | Compiling thread-id v4.2.1 |
397 | 2024-08-02T03:50:00.872Z | Compiling quote v1.0.36 |
398 | 2024-08-02T03:50:00.896Z | Compiling plain v0.2.3 |
399 | 2024-08-02T03:50:00.919Z | Compiling equivalent v1.0.1 |
400 | 2024-08-02T03:50:00.927Z | Compiling anstyle-parse v0.2.4 |
401 | 2024-08-02T03:50:01.048Z | Compiling autocfg v1.3.0 |
402 | 2024-08-02T03:50:01.103Z | Compiling pretty-hex v0.4.1 |
403 | 2024-08-02T03:50:01.268Z | Compiling syn v2.0.72 |
404 | 2024-08-02T03:50:01.318Z | Compiling errno v0.3.9 |
405 | 2024-08-02T03:50:01.444Z | Compiling camino v1.1.7 |
406 | 2024-08-02T03:50:01.580Z | Compiling colorchoice v1.0.1 |
407 | 2024-08-02T03:50:01.746Z | Compiling indexmap v2.2.6 |
408 | 2024-08-02T03:50:01.823Z | Compiling anstyle-query v1.0.3 |
409 | 2024-08-02T03:50:02.027Z | Compiling anstyle v1.0.8 |
410 | 2024-08-02T03:50:02.030Z | Compiling semver v1.0.23 |
411 | 2024-08-02T03:50:02.150Z | Compiling is_terminal_polyfill v1.70.0 |
412 | 2024-08-02T03:50:02.281Z | Compiling winnow v0.6.18 |
413 | 2024-08-02T03:50:02.545Z | Compiling anstream v0.6.14 |
414 | 2024-08-02T03:50:02.732Z | Compiling terminal_size v0.3.0 |
415 | 2024-08-02T03:50:02.863Z | Compiling fs-err v2.11.0 |
416 | 2024-08-02T03:50:03.138Z | Compiling clap_lex v0.7.0 |
417 | 2024-08-02T03:50:03.162Z | Compiling fnv v1.0.7 |
418 | 2024-08-02T03:50:03.189Z | Compiling unicode-width v0.1.13 |
419 | 2024-08-02T03:50:03.210Z | Compiling anyhow v1.0.86 |
420 | 2024-08-02T03:50:03.263Z | Compiling bytecount v0.6.8 |
421 | 2024-08-02T03:50:03.287Z | Compiling heck v0.5.0 |
422 | 2024-08-02T03:50:03.416Z | Compiling strsim v0.11.1 |
423 | 2024-08-02T03:50:03.481Z | Compiling heck v0.4.1 |
424 | 2024-08-02T03:50:03.649Z | Compiling papergrid v0.11.0 |
425 | 2024-08-02T03:50:03.808Z | Compiling clap_builder v4.5.9 |
426 | 2024-08-02T03:50:04.005Z | Compiling memmap v0.7.0 |
427 | 2024-08-02T03:50:04.725Z | Compiling swrite v0.1.0 |
428 | 2024-08-02T03:50:06.529Z | Compiling tabled_derive v0.7.0 |
429 | 2024-08-02T03:50:07.950Z | Compiling tabled v0.15.0 |
430 | 2024-08-02T03:50:09.907Z | Compiling serde_derive v1.0.204 |
431 | 2024-08-02T03:50:09.907Z | Compiling thiserror-impl v1.0.63 |
432 | 2024-08-02T03:50:09.911Z | Compiling zerocopy-derive v0.7.34 |
433 | 2024-08-02T03:50:09.911Z | Compiling scroll_derive v0.12.0 |
434 | 2024-08-02T03:50:09.911Z | Compiling clap_derive v4.5.8 |
435 | 2024-08-02T03:50:11.234Z | Compiling scroll v0.12.0 |
436 | 2024-08-02T03:50:11.722Z | Compiling zerocopy v0.7.34 |
437 | 2024-08-02T03:50:11.758Z | Compiling goblin v0.8.2 |
438 | 2024-08-02T03:50:12.626Z | Compiling pest v2.7.10 |
439 | 2024-08-02T03:50:14.012Z | Compiling clap v4.5.9 |
440 | 2024-08-02T03:50:14.772Z | Compiling pest_meta v2.7.10 |
441 | 2024-08-02T03:50:15.566Z | Compiling pest_generator v2.7.10 |
442 | 2024-08-02T03:50:17.525Z | Compiling pest_derive v2.7.10 |
443 | 2024-08-02T03:50:18.266Z | Compiling dtrace-parser v0.2.0 |
444 | 2024-08-02T03:50:19.707Z | Compiling serde_tokenstream v0.2.1 |
445 | 2024-08-02T03:50:19.742Z | Compiling toml_datetime v0.6.8 |
446 | 2024-08-02T03:50:19.745Z | Compiling serde_spanned v0.6.7 |
447 | 2024-08-02T03:50:20.084Z | Compiling toml_edit v0.22.20 |
448 | 2024-08-02T03:50:20.106Z | Compiling cargo-platform v0.1.8 |
449 | 2024-08-02T03:50:20.251Z | Compiling macaddr v1.0.1 |
450 | 2024-08-02T03:50:21.112Z | Compiling dof v0.3.0 |
451 | 2024-08-02T03:50:21.135Z | Compiling cargo_metadata v0.18.1 |
452 | 2024-08-02T03:50:22.943Z | Compiling toml v0.8.19 |
453 | 2024-08-02T03:50:22.965Z | Compiling usdt-macro v0.5.0 |
454 | 2024-08-02T03:50:22.968Z | Compiling usdt-attr-macro v0.5.0 |
455 | 2024-08-02T03:50:23.765Z | Compiling cargo_toml v0.20.4 |
456 | 2024-08-02T03:50:24.401Z | Compiling usdt v0.5.0 |
457 | 2024-08-02T03:50:27.213Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
458 | 2024-08-02T03:50:30.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.30s |
459 | 2024-08-02T03:50:31.211Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
460 | 2024-08-02T03:50:31.732Z | Downloading crates ... |
461 | 2024-08-02T03:50:31.858Z | Downloaded aead v0.5.2 |
462 | 2024-08-02T03:50:31.861Z | Downloaded array-init v0.0.4 |
463 | 2024-08-02T03:50:31.866Z | Downloaded cstr-argument v0.1.2 |
464 | 2024-08-02T03:50:31.872Z | Downloaded bitstruct_derive v0.1.0 |
465 | 2024-08-02T03:50:31.876Z | Downloaded atomicwrites v0.4.3 |
466 | 2024-08-02T03:50:31.882Z | Downloaded crucible-workspace-hack v0.1.0 |
467 | 2024-08-02T03:50:31.882Z | Downloaded indent_write v2.2.0 |
468 | 2024-08-02T03:50:31.882Z | Downloaded adler v1.0.2 |
469 | 2024-08-02T03:50:31.887Z | Downloaded darling_macro v0.20.9 |
470 | 2024-08-02T03:50:31.887Z | Downloaded arc-swap v1.7.1 |
471 | 2024-08-02T03:50:31.893Z | Downloaded cfg_aliases v0.1.1 |
472 | 2024-08-02T03:50:31.896Z | Downloaded instant v0.1.12 |
473 | 2024-08-02T03:50:31.899Z | Downloaded is_ci v1.2.0 |
474 | 2024-08-02T03:50:31.899Z | Downloaded new_debug_unreachable v1.0.6 |
475 | 2024-08-02T03:50:31.902Z | Downloaded matches v0.1.10 |
476 | 2024-08-02T03:50:31.902Z | Downloaded colored v2.1.0 |
477 | 2024-08-02T03:50:31.905Z | Downloaded block-padding v0.3.3 |
478 | 2024-08-02T03:50:31.905Z | Downloaded openssl-probe v0.1.5 |
479 | 2024-08-02T03:50:31.908Z | Downloaded bitflags v1.3.2 |
480 | 2024-08-02T03:50:31.911Z | Downloaded opaque-debug v0.3.1 |
481 | 2024-08-02T03:50:31.911Z | Downloaded constant_time_eq v0.3.0 |
482 | 2024-08-02T03:50:31.914Z | Downloaded argon2 v0.5.3 |
483 | 2024-08-02T03:50:31.914Z | Downloaded mockall v0.12.1 |
484 | 2024-08-02T03:50:31.918Z | Downloaded nanorand v0.7.0 |
485 | 2024-08-02T03:50:31.921Z | Downloaded ciborium v0.2.2 |
486 | 2024-08-02T03:50:31.921Z | Downloaded nibble_vec v0.1.0 |
487 | 2024-08-02T03:50:31.924Z | Downloaded parse-size v1.0.0 |
488 | 2024-08-02T03:50:31.927Z | Downloaded linked-hash-map v0.5.6 |
489 | 2024-08-02T03:50:31.928Z | Downloaded async-trait v0.1.81 |
490 | 2024-08-02T03:50:31.930Z | Downloaded lru v0.12.3 |
491 | 2024-08-02T03:50:31.933Z | Downloaded packed_struct_codegen v0.10.1 |
492 | 2024-08-02T03:50:31.933Z | Downloaded ahash v0.8.11 |
493 | 2024-08-02T03:50:31.936Z | Downloaded parse-display v0.9.1 |
494 | 2024-08-02T03:50:31.939Z | Downloaded paste v1.0.15 |
495 | 2024-08-02T03:50:31.942Z | Downloaded multer v3.1.0 |
496 | 2024-08-02T03:50:31.945Z | Downloaded num-complex v0.4.6 |
497 | 2024-08-02T03:50:31.948Z | Downloaded num_enum_derive v0.5.11 |
498 | 2024-08-02T03:50:31.951Z | Downloaded parking_lot v0.11.2 |
499 | 2024-08-02T03:50:31.954Z | Downloaded normalize-line-endings v0.3.0 |
500 | 2024-08-02T03:50:31.954Z | Downloaded darling v0.20.9 |
501 | 2024-08-02T03:50:31.959Z | Downloaded bcs v0.1.6 |
502 | 2024-08-02T03:50:31.961Z | Downloaded parking_lot_core v0.8.6 |
503 | 2024-08-02T03:50:31.964Z | Downloaded memmap2 v0.9.4 |
504 | 2024-08-02T03:50:31.969Z | Downloaded num-conv v0.1.0 |
505 | 2024-08-02T03:50:31.973Z | Downloaded nodrop v0.1.14 |
506 | 2024-08-02T03:50:31.973Z | Downloaded atty v0.2.14 |
507 | 2024-08-02T03:50:31.973Z | Downloaded openssl-macros v0.1.1 |
508 | 2024-08-02T03:50:31.973Z | Downloaded newtype_derive v0.1.6 |
509 | 2024-08-02T03:50:31.982Z | Downloaded sqlparser_derive v0.2.2 |
510 | 2024-08-02T03:50:31.982Z | Downloaded num_threads v0.1.7 |
511 | 2024-08-02T03:50:31.982Z | Downloaded signal-hook-tokio v0.3.1 |
512 | 2024-08-02T03:50:31.982Z | Downloaded oso-derive v0.27.3 |
513 | 2024-08-02T03:50:31.982Z | Downloaded sync_wrapper v0.1.2 |
514 | 2024-08-02T03:50:31.982Z | Downloaded newline-converter v0.3.0 |
515 | 2024-08-02T03:50:31.985Z | Downloaded time-core v0.1.2 |
516 | 2024-08-02T03:50:31.985Z | Downloaded buf-list v1.0.3 |
517 | 2024-08-02T03:50:31.985Z | Downloaded ascii-canvas v3.0.0 |
518 | 2024-08-02T03:50:31.985Z | Downloaded oso v0.27.3 |
519 | 2024-08-02T03:50:31.989Z | Downloaded lalrpop-util v0.19.12 |
520 | 2024-08-02T03:50:31.995Z | Downloaded toolchain_find v0.4.0 |
521 | 2024-08-02T03:50:31.999Z | Downloaded structmeta v0.3.0 |
522 | 2024-08-02T03:50:31.999Z | Downloaded derive_builder_macro v0.20.0 |
523 | 2024-08-02T03:50:31.999Z | Downloaded bytes v1.6.0 |
524 | 2024-08-02T03:50:32.003Z | Downloaded atomic-waker v1.1.2 |
525 | 2024-08-02T03:50:32.003Z | Downloaded packed_struct v0.10.1 |
526 | 2024-08-02T03:50:32.006Z | Downloaded foreign-types v0.3.2 |
527 | 2024-08-02T03:50:32.006Z | Downloaded cookie v0.17.0 |
528 | 2024-08-02T03:50:32.009Z | Downloaded hubpack_derive v0.1.1 |
529 | 2024-08-02T03:50:32.009Z | Downloaded tokio-native-tls v0.3.1 |
530 | 2024-08-02T03:50:32.013Z | Downloaded tabwriter v1.4.0 |
531 | 2024-08-02T03:50:32.013Z | Downloaded allocator-api2 v0.2.18 |
532 | 2024-08-02T03:50:32.016Z | Downloaded castaway v0.2.2 |
533 | 2024-08-02T03:50:32.019Z | Downloaded parse-display-derive v0.9.1 |
534 | 2024-08-02T03:50:32.019Z | Downloaded data-encoding v2.6.0 |
535 | 2024-08-02T03:50:32.022Z | Downloaded num-iter v0.1.45 |
536 | 2024-08-02T03:50:32.024Z | Downloaded num-derive v0.4.2 |
537 | 2024-08-02T03:50:32.024Z | Downloaded phf_shared v0.10.0 |
538 | 2024-08-02T03:50:32.027Z | Downloaded match_cfg v0.1.0 |
539 | 2024-08-02T03:50:32.027Z | Downloaded defmt-parser v0.3.4 |
540 | 2024-08-02T03:50:32.027Z | Downloaded defmt-macros v0.3.9 |
541 | 2024-08-02T03:50:32.032Z | Downloaded indexmap v1.9.3 |
542 | 2024-08-02T03:50:32.037Z | Downloaded subtle v2.5.0 |
543 | 2024-08-02T03:50:32.040Z | Downloaded slog-stdlog v4.1.1 |
544 | 2024-08-02T03:50:32.040Z | Downloaded slab v0.4.9 |
545 | 2024-08-02T03:50:32.040Z | Downloaded supports-color v3.0.0 |
546 | 2024-08-02T03:50:32.044Z | Downloaded tui-tree-widget v0.21.0 |
547 | 2024-08-02T03:50:32.044Z | Downloaded parking_lot_core v0.9.10 |
548 | 2024-08-02T03:50:32.047Z | Downloaded structmeta v0.2.0 |
549 | 2024-08-02T03:50:32.047Z | Downloaded untrusted v0.9.0 |
550 | 2024-08-02T03:50:32.052Z | Downloaded untrusted v0.7.1 |
551 | 2024-08-02T03:50:32.055Z | Downloaded tower-service v0.3.2 |
552 | 2024-08-02T03:50:32.055Z | Downloaded want v0.3.1 |
553 | 2024-08-02T03:50:32.055Z | Downloaded const_format_proc_macros v0.2.32 |
554 | 2024-08-02T03:50:32.058Z | Downloaded crc32fast v1.4.0 |
555 | 2024-08-02T03:50:32.060Z | Downloaded linear-map v1.2.0 |
556 | 2024-08-02T03:50:32.063Z | Downloaded highway v1.1.0 |
557 | 2024-08-02T03:50:32.064Z | Downloaded sigpipe v0.1.3 |
558 | 2024-08-02T03:50:32.067Z | Downloaded native-tls v0.2.11 |
559 | 2024-08-02T03:50:32.073Z | Downloaded tokio-macros v2.3.0 |
560 | 2024-08-02T03:50:32.073Z | Downloaded endian-type v0.1.2 |
561 | 2024-08-02T03:50:32.073Z | Downloaded humantime v2.1.0 |
562 | 2024-08-02T03:50:32.079Z | Downloaded heck v0.3.3 |
563 | 2024-08-02T03:50:32.079Z | Downloaded quick-error v1.2.3 |
564 | 2024-08-02T03:50:32.079Z | Downloaded defmt v0.3.8 |
565 | 2024-08-02T03:50:32.083Z | Downloaded httpdate v1.0.3 |
566 | 2024-08-02T03:50:32.083Z | Downloaded display-error-chain v0.2.0 |
567 | 2024-08-02T03:50:32.083Z | Downloaded phf v0.11.2 |
568 | 2024-08-02T03:50:32.086Z | Downloaded hubpack v0.1.2 |
569 | 2024-08-02T03:50:32.086Z | Downloaded diesel_table_macro_syntax v0.1.0 |
570 | 2024-08-02T03:50:32.086Z | Downloaded psl-types v2.0.11 |
571 | 2024-08-02T03:50:32.089Z | Downloaded resolv-conf v0.7.0 |
572 | 2024-08-02T03:50:32.092Z | Downloaded ref-cast v1.0.23 |
573 | 2024-08-02T03:50:32.092Z | Downloaded ident_case v1.0.1 |
574 | 2024-08-02T03:50:32.095Z | Downloaded rusty-fork v0.3.0 |
575 | 2024-08-02T03:50:32.095Z | Downloaded rustfmt-wrapper v0.2.1 |
576 | 2024-08-02T03:50:32.098Z | Downloaded slog-async v2.8.0 |
577 | 2024-08-02T03:50:32.102Z | Downloaded signature v2.2.0 |
578 | 2024-08-02T03:50:32.102Z | Downloaded crossbeam-utils v0.8.19 |
579 | 2024-08-02T03:50:32.105Z | Downloaded termios v0.3.3 |
580 | 2024-08-02T03:50:32.108Z | Downloaded termcolor v1.4.1 |
581 | 2024-08-02T03:50:32.111Z | Downloaded stable_deref_trait v1.2.0 |
582 | 2024-08-02T03:50:32.111Z | Downloaded unicode-linebreak v0.1.5 |
583 | 2024-08-02T03:50:32.114Z | Downloaded num-traits v0.2.19 |
584 | 2024-08-02T03:50:32.117Z | Downloaded tiny-keccak v2.0.2 |
585 | 2024-08-02T03:50:32.121Z | Downloaded zeroize v1.7.0 |
586 | 2024-08-02T03:50:32.121Z | Downloaded tinyvec_macros v0.1.1 |
587 | 2024-08-02T03:50:32.125Z | Downloaded omicron-zone-package v0.11.0 |
588 | 2024-08-02T03:50:32.128Z | Downloaded socket2 v0.5.7 |
589 | 2024-08-02T03:50:32.128Z | Downloaded erased-serde v0.3.31 |
590 | 2024-08-02T03:50:32.131Z | Downloaded const_format v0.2.32 |
591 | 2024-08-02T03:50:32.134Z | Downloaded enum-as-inner v0.5.1 |
592 | 2024-08-02T03:50:32.137Z | Downloaded fastrand v2.1.0 |
593 | 2024-08-02T03:50:32.137Z | Downloaded toml v0.7.8 |
594 | 2024-08-02T03:50:32.140Z | Downloaded thread_local v1.1.8 |
595 | 2024-08-02T03:50:32.143Z | Downloaded downcast v0.11.0 |
596 | 2024-08-02T03:50:32.146Z | Downloaded headers-core v0.2.0 |
597 | 2024-08-02T03:50:32.146Z | Downloaded http-range v0.1.5 |
598 | 2024-08-02T03:50:32.150Z | Downloaded ppv-lite86 v0.2.17 |
599 | 2024-08-02T03:50:32.150Z | Downloaded static_assertions v1.1.0 |
600 | 2024-08-02T03:50:32.150Z | Downloaded waitgroup v0.1.2 |
601 | 2024-08-02T03:50:32.153Z | Downloaded vte_generate_state_changes v0.1.1 |
602 | 2024-08-02T03:50:32.153Z | Downloaded compact_str v0.7.1 |
603 | 2024-08-02T03:50:32.156Z | Downloaded http-body v0.4.6 |
604 | 2024-08-02T03:50:32.160Z | Downloaded walkdir v2.5.0 |
605 | 2024-08-02T03:50:32.160Z | Downloaded darling_core v0.20.9 |
606 | 2024-08-02T03:50:32.164Z | Downloaded fallible-iterator v0.2.0 |
607 | 2024-08-02T03:50:32.167Z | Downloaded strum v0.26.3 |
608 | 2024-08-02T03:50:32.167Z | Downloaded serde_arrays v0.1.0 |
609 | 2024-08-02T03:50:32.167Z | Downloaded zone_cfg_derive v0.1.2 |
610 | 2024-08-02T03:50:32.170Z | Downloaded thiserror-no-std v2.0.2 |
611 | 2024-08-02T03:50:32.174Z | Downloaded slog-scope v4.4.0 |
612 | 2024-08-02T03:50:32.177Z | Downloaded stability v0.2.0 |
613 | 2024-08-02T03:50:32.177Z | Downloaded serde-big-array v0.5.1 |
614 | 2024-08-02T03:50:32.177Z | Downloaded unicase v2.7.0 |
615 | 2024-08-02T03:50:32.180Z | Downloaded slog-json v2.6.1 |
616 | 2024-08-02T03:50:32.180Z | Downloaded slog-envlogger v2.2.0 |
617 | 2024-08-02T03:50:32.184Z | Downloaded smawk v0.3.2 |
618 | 2024-08-02T03:50:32.184Z | Downloaded fxhash v0.2.1 |
619 | 2024-08-02T03:50:32.187Z | Downloaded portpicker v0.1.1 |
620 | 2024-08-02T03:50:32.187Z | Downloaded slog-dtrace v0.3.0 |
621 | 2024-08-02T03:50:32.187Z | Downloaded poly1305 v0.8.0 |
622 | 2024-08-02T03:50:32.190Z | Downloaded zip v0.6.6 |
623 | 2024-08-02T03:50:32.195Z | Downloaded funty v2.0.0 |
624 | 2024-08-02T03:50:32.199Z | Downloaded dyn-clone v1.0.17 |
625 | 2024-08-02T03:50:32.199Z | Downloaded similar v2.5.0 |
626 | 2024-08-02T03:50:32.203Z | Downloaded either v1.12.0 |
627 | 2024-08-02T03:50:32.203Z | Downloaded libm v0.2.8 |
628 | 2024-08-02T03:50:32.209Z | Downloaded dirs-sys-next v0.1.2 |
629 | 2024-08-02T03:50:32.215Z | Downloaded hyper-staticfile v0.9.5 |
630 | 2024-08-02T03:50:32.219Z | Downloaded scopeguard v1.2.0 |
631 | 2024-08-02T03:50:32.219Z | Downloaded schemars_derive v0.8.21 |
632 | 2024-08-02T03:50:32.219Z | Downloaded hostname v0.3.1 |
633 | 2024-08-02T03:50:32.219Z | Downloaded semver v0.1.20 |
634 | 2024-08-02T03:50:32.222Z | Downloaded scheduled-thread-pool v0.2.7 |
635 | 2024-08-02T03:50:32.222Z | Downloaded rustls-pemfile v1.0.4 |
636 | 2024-08-02T03:50:32.222Z | Downloaded pkcs8 v0.10.2 |
637 | 2024-08-02T03:50:32.225Z | Downloaded structmeta-derive v0.3.0 |
638 | 2024-08-02T03:50:32.228Z | Downloaded time-macros v0.2.18 |
639 | 2024-08-02T03:50:32.228Z | Downloaded shlex v1.3.0 |
640 | 2024-08-02T03:50:32.232Z | Downloaded tls_codec_derive v0.4.1 |
641 | 2024-08-02T03:50:32.235Z | Downloaded openssl-sys v0.9.103 |
642 | 2024-08-02T03:50:32.239Z | Downloaded minimal-lexical v0.2.1 |
643 | 2024-08-02T03:50:32.243Z | Downloaded tinyvec v1.6.0 |
644 | 2024-08-02T03:50:32.246Z | Downloaded pretty-hex v0.2.1 |
645 | 2024-08-02T03:50:32.246Z | Downloaded futures-io v0.3.30 |
646 | 2024-08-02T03:50:32.249Z | Downloaded getopts v0.2.21 |
647 | 2024-08-02T03:50:32.250Z | Downloaded radium v0.7.0 |
648 | 2024-08-02T03:50:32.250Z | Downloaded gethostname v0.4.3 |
649 | 2024-08-02T03:50:32.254Z | Downloaded futures-core v0.3.30 |
650 | 2024-08-02T03:50:32.254Z | Downloaded pin-utils v0.1.0 |
651 | 2024-08-02T03:50:32.254Z | Downloaded futures-executor v0.3.30 |
652 | 2024-08-02T03:50:32.258Z | Downloaded getrandom v0.2.14 |
653 | 2024-08-02T03:50:32.264Z | Downloaded hyper-rustls v0.24.2 |
654 | 2024-08-02T03:50:32.264Z | Downloaded deranged v0.3.11 |
655 | 2024-08-02T03:50:32.271Z | Downloaded precomputed-hash v0.1.1 |
656 | 2024-08-02T03:50:32.272Z | Downloaded iana-time-zone v0.1.60 |
657 | 2024-08-02T03:50:32.272Z | Downloaded float-cmp v0.9.0 |
658 | 2024-08-02T03:50:32.272Z | Downloaded httparse v1.8.0 |
659 | 2024-08-02T03:50:32.278Z | Downloaded pin-project v1.1.5 |
660 | 2024-08-02T03:50:32.288Z | Downloaded unicode-xid v0.2.4 |
661 | 2024-08-02T03:50:32.291Z | Downloaded tokio-rustls v0.24.1 |
662 | 2024-08-02T03:50:32.294Z | Downloaded unicode-truncate v1.0.0 |
663 | 2024-08-02T03:50:32.294Z | Downloaded structmeta-derive v0.2.0 |
664 | 2024-08-02T03:50:32.297Z | Downloaded float-ord v0.3.2 |
665 | 2024-08-02T03:50:32.297Z | Downloaded uzers v0.11.3 |
666 | 2024-08-02T03:50:32.300Z | Downloaded percent-encoding v2.3.1 |
667 | 2024-08-02T03:50:32.300Z | Downloaded dirs-next v2.0.0 |
668 | 2024-08-02T03:50:32.300Z | Downloaded predicates-tree v1.0.9 |
669 | 2024-08-02T03:50:32.303Z | Downloaded pkcs1 v0.7.5 |
670 | 2024-08-02T03:50:32.306Z | Downloaded sha1 v0.10.6 |
671 | 2024-08-02T03:50:32.306Z | Downloaded serde_path_to_error v0.1.16 |
672 | 2024-08-02T03:50:32.309Z | Downloaded rustversion v1.0.17 |
673 | 2024-08-02T03:50:32.313Z | Downloaded try-lock v0.2.5 |
674 | 2024-08-02T03:50:32.313Z | Downloaded itertools v0.12.1 |
675 | 2024-08-02T03:50:32.316Z | Downloaded libxml v0.3.3 |
676 | 2024-08-02T03:50:32.322Z | Downloaded peg-runtime v0.8.3 |
677 | 2024-08-02T03:50:32.325Z | Downloaded foreign-types-shared v0.1.1 |
678 | 2024-08-02T03:50:32.325Z | Downloaded proc-macro-crate v1.3.1 |
679 | 2024-08-02T03:50:32.325Z | Downloaded tracing v0.1.40 |
680 | 2024-08-02T03:50:32.329Z | Downloaded tokio-postgres v0.7.11 |
681 | 2024-08-02T03:50:32.334Z | Downloaded rand_chacha v0.3.1 |
682 | 2024-08-02T03:50:32.337Z | Downloaded spin v0.5.2 |
683 | 2024-08-02T03:50:32.337Z | Downloaded rand_core v0.6.4 |
684 | 2024-08-02T03:50:32.341Z | Downloaded tokio-stream v0.1.15 |
685 | 2024-08-02T03:50:32.345Z | Downloaded fixedbitset v0.4.2 |
686 | 2024-08-02T03:50:32.345Z | Downloaded universal-hash v0.5.1 |
687 | 2024-08-02T03:50:32.345Z | Downloaded toml_edit v0.19.15 |
688 | 2024-08-02T03:50:32.361Z | Downloaded unarray v0.1.4 |
689 | 2024-08-02T03:50:32.364Z | Downloaded termtree v0.4.1 |
690 | 2024-08-02T03:50:32.364Z | Downloaded path-slash v0.1.5 |
691 | 2024-08-02T03:50:32.364Z | Downloaded spki v0.7.3 |
692 | 2024-08-02T03:50:32.367Z | Downloaded rustc_version v0.4.0 |
693 | 2024-08-02T03:50:32.367Z | Downloaded group v0.13.0 |
694 | 2024-08-02T03:50:32.370Z | Downloaded fragile v2.0.0 |
695 | 2024-08-02T03:50:32.370Z | Downloaded predicates-core v1.0.6 |
696 | 2024-08-02T03:50:32.373Z | Downloaded predicates v3.1.2 |
697 | 2024-08-02T03:50:32.374Z | Downloaded topological-sort v0.2.2 |
698 | 2024-08-02T03:50:32.376Z | Downloaded tokio-tungstenite v0.20.1 |
699 | 2024-08-02T03:50:32.381Z | Downloaded postgres-types v0.2.7 |
700 | 2024-08-02T03:50:32.381Z | Downloaded tokio-tungstenite v0.21.0 |
701 | 2024-08-02T03:50:32.389Z | Downloaded snafu-derive v0.8.2 |
702 | 2024-08-02T03:50:32.389Z | Downloaded diff v0.1.13 |
703 | 2024-08-02T03:50:32.393Z | Downloaded zerocopy v0.6.6 |
704 | 2024-08-02T03:50:32.393Z | Downloaded take_mut v0.2.2 |
705 | 2024-08-02T03:50:32.393Z | Downloaded aho-corasick v1.1.3 |
706 | 2024-08-02T03:50:32.396Z | Downloaded rand_seeder v0.2.3 |
707 | 2024-08-02T03:50:32.396Z | Downloaded string_cache v0.8.7 |
708 | 2024-08-02T03:50:32.399Z | Downloaded spin v0.9.8 |
709 | 2024-08-02T03:50:32.399Z | Downloaded rcgen v0.12.1 |
710 | 2024-08-02T03:50:32.402Z | Downloaded rayon-core v1.12.1 |
711 | 2024-08-02T03:50:32.405Z | Downloaded num-bigint-dig v0.8.4 |
712 | 2024-08-02T03:50:32.411Z | Downloaded utf-8 v0.7.6 |
713 | 2024-08-02T03:50:32.415Z | Downloaded which v4.4.2 |
714 | 2024-08-02T03:50:32.415Z | Downloaded form_urlencoded v1.2.1 |
715 | 2024-08-02T03:50:32.415Z | Downloaded signal-hook-mio v0.2.3 |
716 | 2024-08-02T03:50:32.418Z | Downloaded rustls-pemfile v2.1.2 |
717 | 2024-08-02T03:50:32.418Z | Downloaded tls_codec v0.4.1 |
718 | 2024-08-02T03:50:32.421Z | Downloaded hash32 v0.3.1 |
719 | 2024-08-02T03:50:32.421Z | Downloaded phf_shared v0.11.2 |
720 | 2024-08-02T03:50:32.424Z | Downloaded home v0.5.9 |
721 | 2024-08-02T03:50:32.424Z | Downloaded crossterm v0.27.0 |
722 | 2024-08-02T03:50:32.428Z | Downloaded smf v0.2.3 |
723 | 2024-08-02T03:50:32.432Z | Downloaded tap v1.0.1 |
724 | 2024-08-02T03:50:32.432Z | Downloaded term v0.7.0 |
725 | 2024-08-02T03:50:32.436Z | Downloaded subprocess v0.2.9 |
726 | 2024-08-02T03:50:32.436Z | Downloaded rustc-demangle v0.1.24 |
727 | 2024-08-02T03:50:32.439Z | Downloaded pem-rfc7468 v0.7.0 |
728 | 2024-08-02T03:50:32.439Z | Downloaded ron v0.7.1 |
729 | 2024-08-02T03:50:32.445Z | Downloaded ref-cast-impl v1.0.23 |
730 | 2024-08-02T03:50:32.448Z | Downloaded tracing-core v0.1.32 |
731 | 2024-08-02T03:50:32.448Z | Downloaded trust-dns-resolver v0.22.0 |
732 | 2024-08-02T03:50:32.451Z | Downloaded rand_xorshift v0.3.0 |
733 | 2024-08-02T03:50:32.454Z | Downloaded zone v0.1.8 |
734 | 2024-08-02T03:50:32.454Z | Downloaded slog-bunyan v2.5.0 |
735 | 2024-08-02T03:50:32.454Z | Downloaded serde_plain v1.0.2 |
736 | 2024-08-02T03:50:32.457Z | Downloaded rtoolbox v0.0.2 |
737 | 2024-08-02T03:50:32.457Z | Downloaded signal-hook-registry v1.4.2 |
738 | 2024-08-02T03:50:32.460Z | Downloaded tempfile v3.10.1 |
739 | 2024-08-02T03:50:32.460Z | Downloaded itertools v0.13.0 |
740 | 2024-08-02T03:50:32.466Z | Downloaded yasna v0.5.2 |
741 | 2024-08-02T03:50:32.469Z | Downloaded flagset v0.4.5 |
742 | 2024-08-02T03:50:32.473Z | Downloaded ron v0.8.1 |
743 | 2024-08-02T03:50:32.476Z | Downloaded tough v0.17.1 |
744 | 2024-08-02T03:50:32.483Z | Downloaded zeroize_derive v1.4.2 |
745 | 2024-08-02T03:50:32.486Z | Downloaded elliptic-curve v0.13.8 |
746 | 2024-08-02T03:50:32.490Z | Downloaded diesel_derives v2.1.4 |
747 | 2024-08-02T03:50:32.493Z | Downloaded textwrap v0.16.1 |
748 | 2024-08-02T03:50:32.496Z | Downloaded serde_with_macros v3.8.3 |
749 | 2024-08-02T03:50:32.496Z | Downloaded rustls-pki-types v1.7.0 |
750 | 2024-08-02T03:50:32.499Z | Downloaded heapless v0.7.17 |
751 | 2024-08-02T03:50:32.502Z | Downloaded serde_with v3.8.3 |
752 | 2024-08-02T03:50:32.508Z | Downloaded tar v0.4.41 |
753 | 2024-08-02T03:50:32.511Z | Downloaded hmac v0.12.1 |
754 | 2024-08-02T03:50:32.514Z | Downloaded test-strategy v0.3.1 |
755 | 2024-08-02T03:50:32.518Z | Downloaded expectorate v1.1.0 |
756 | 2024-08-02T03:50:32.521Z | Downloaded toml v0.5.11 |
757 | 2024-08-02T03:50:32.521Z | Downloaded postcard v1.0.8 |
758 | 2024-08-02T03:50:32.524Z | Downloaded blake3 v1.5.1 |
759 | 2024-08-02T03:50:32.530Z | Downloaded snafu v0.8.2 |
760 | 2024-08-02T03:50:32.535Z | Downloaded rsa v0.9.6 |
761 | 2024-08-02T03:50:32.540Z | Downloaded derive_more v0.99.18 |
762 | 2024-08-02T03:50:32.544Z | Downloaded headers v0.3.9 |
763 | 2024-08-02T03:50:32.551Z | Downloaded rand v0.8.5 |
764 | 2024-08-02T03:50:32.556Z | Downloaded serde_yaml v0.9.34+deprecated |
765 | 2024-08-02T03:50:32.559Z | Downloaded x509-cert v0.2.5 |
766 | 2024-08-02T03:50:32.562Z | Downloaded flume v0.11.0 |
767 | 2024-08-02T03:50:32.566Z | Downloaded reqwest v0.11.27 |
768 | 2024-08-02T03:50:32.572Z | Downloaded uuid v1.10.0 |
769 | 2024-08-02T03:50:32.575Z | Downloaded sqlparser v0.45.0 |
770 | 2024-08-02T03:50:32.581Z | Downloaded lalrpop v0.19.12 |
771 | 2024-08-02T03:50:32.592Z | Downloaded steno v0.4.1 |
772 | 2024-08-02T03:50:32.596Z | Downloaded quick-xml v0.31.0 |
773 | 2024-08-02T03:50:32.601Z | Downloaded signal-hook v0.3.17 |
774 | 2024-08-02T03:50:32.604Z | Downloaded hashbrown v0.13.2 |
775 | 2024-08-02T03:50:32.608Z | Downloaded bindgen v0.69.4 |
776 | 2024-08-02T03:50:32.617Z | Downloaded chrono v0.4.38 |
777 | 2024-08-02T03:50:32.622Z | Downloaded bitvec v1.0.1 |
778 | 2024-08-02T03:50:32.637Z | Downloaded typed-path v0.7.1 |
779 | 2024-08-02T03:50:32.641Z | Downloaded tokio-util v0.7.11 |
780 | 2024-08-02T03:50:32.656Z | Downloaded proptest v1.4.0 |
781 | 2024-08-02T03:50:32.659Z | Downloaded openssl v0.10.66 |
782 | 2024-08-02T03:50:32.663Z | Downloaded hyper v0.14.30 |
783 | 2024-08-02T03:50:32.673Z | Downloaded rayon v1.10.0 |
784 | 2024-08-02T03:50:32.680Z | Downloaded rustls-webpki v0.101.7 |
785 | 2024-08-02T03:50:32.693Z | Downloaded nix v0.28.0 |
786 | 2024-08-02T03:50:32.703Z | Downloaded h2 v0.3.26 |
787 | 2024-08-02T03:50:32.709Z | Downloaded vcpkg v0.2.15 |
788 | 2024-08-02T03:50:32.745Z | Downloaded gimli v0.28.1 |
789 | 2024-08-02T03:50:32.752Z | Downloaded rustls-webpki v0.102.4 |
790 | 2024-08-02T03:50:32.769Z | Downloaded radix_trie v0.2.1 |
791 | 2024-08-02T03:50:32.774Z | Downloaded idna v0.5.0 |
792 | 2024-08-02T03:50:32.781Z | Downloaded bstr v1.9.1 |
793 | 2024-08-02T03:50:32.789Z | Downloaded rustls v0.21.12 |
794 | 2024-08-02T03:50:32.799Z | Downloaded trust-dns-proto v0.22.0 |
795 | 2024-08-02T03:50:32.811Z | Downloaded regex-syntax v0.6.29 |
796 | 2024-08-02T03:50:32.820Z | Downloaded regex v1.10.5 |
797 | 2024-08-02T03:50:32.830Z | Downloaded diesel v2.1.6 |
798 | 2024-08-02T03:50:32.846Z | Downloaded regex-syntax v0.8.3 |
799 | 2024-08-02T03:50:32.853Z | Downloaded smoltcp v0.11.0 |
800 | 2024-08-02T03:50:32.864Z | Downloaded ratatui v0.27.0 |
801 | 2024-08-02T03:50:32.887Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
802 | 2024-08-02T03:50:32.893Z | Downloaded regex-automata v0.4.6 |
803 | 2024-08-02T03:50:32.909Z | Downloaded zerocopy-derive v0.6.6 |
804 | 2024-08-02T03:50:32.918Z | Downloaded csv v1.3.0 |
805 | 2024-08-02T03:50:32.935Z | Downloaded sled v0.34.7 |
806 | 2024-08-02T03:50:32.944Z | Downloaded openapiv3 v2.0.0 |
807 | 2024-08-02T03:50:32.955Z | Downloaded encoding_rs v0.8.34 |
808 | 2024-08-02T03:50:32.975Z | Downloaded rustls v0.22.4 |
809 | 2024-08-02T03:50:32.987Z | Downloaded regress v0.9.1 |
810 | 2024-08-02T03:50:32.995Z | Downloaded idna v0.3.0 |
811 | 2024-08-02T03:50:33.003Z | Downloaded finl_unicode v1.2.0 |
812 | 2024-08-02T03:50:33.016Z | Downloaded tokio v1.38.1 |
813 | 2024-08-02T03:50:33.050Z | Downloaded sha3 v0.10.8 |
814 | 2024-08-02T03:50:33.055Z | Downloaded petgraph v0.6.5 |
815 | 2024-08-02T03:50:33.071Z | Downloaded polar-core v0.27.3 |
816 | 2024-08-02T03:50:33.079Z | Downloaded object v0.32.2 |
817 | 2024-08-02T03:50:33.088Z | Downloaded nix v0.27.1 |
818 | 2024-08-02T03:50:33.099Z | Downloaded webpki-roots v0.25.4 |
819 | 2024-08-02T03:50:33.102Z | Downloaded idna v0.2.3 |
820 | 2024-08-02T03:50:33.109Z | Downloaded bstr v0.2.17 |
821 | 2024-08-02T03:50:33.120Z | Downloaded object v0.30.4 |
822 | 2024-08-02T03:50:33.127Z | Downloaded hkdf v0.12.4 |
823 | 2024-08-02T03:50:33.130Z | Downloaded futures-util v0.3.30 |
824 | 2024-08-02T03:50:33.140Z | Downloaded smoltcp v0.9.1 |
825 | 2024-08-02T03:50:33.150Z | Downloaded curve25519-dalek v4.1.3 |
826 | 2024-08-02T03:50:33.158Z | Downloaded regex-automata v0.1.10 |
827 | 2024-08-02T03:50:33.162Z | Downloaded trust-dns-client v0.22.0 |
828 | 2024-08-02T03:50:33.168Z | Downloaded unicode-segmentation v1.11.0 |
829 | 2024-08-02T03:50:33.171Z | Downloaded http v1.1.0 |
830 | 2024-08-02T03:50:33.174Z | Downloaded unicode-normalization v0.1.23 |
831 | 2024-08-02T03:50:33.178Z | Downloaded reedline v0.31.0 |
832 | 2024-08-02T03:50:33.184Z | Downloaded winnow v0.5.40 |
833 | 2024-08-02T03:50:33.197Z | Downloaded portable-atomic v1.6.0 |
834 | 2024-08-02T03:50:33.200Z | Downloaded trust-dns-server v0.22.1 |
835 | 2024-08-02T03:50:33.204Z | Downloaded pin-project-lite v0.2.14 |
836 | 2024-08-02T03:50:33.208Z | Downloaded pin-project-internal v1.1.5 |
837 | 2024-08-02T03:50:33.212Z | Downloaded sqlformat v0.2.4 |
838 | 2024-08-02T03:50:33.217Z | Downloaded unicode-bidi v0.3.15 |
839 | 2024-08-02T03:50:33.217Z | Downloaded flate2 v1.0.30 |
840 | 2024-08-02T03:50:33.221Z | Downloaded http v0.2.12 |
841 | 2024-08-02T03:50:33.224Z | Downloaded hashbrown v0.12.3 |
842 | 2024-08-02T03:50:33.227Z | Downloaded rustyline v14.0.0 |
843 | 2024-08-02T03:50:33.231Z | Downloaded prettyplease v0.2.20 |
844 | 2024-08-02T03:50:33.234Z | Downloaded socket2 v0.4.10 |
845 | 2024-08-02T03:50:33.237Z | Downloaded samael v0.0.15 |
846 | 2024-08-02T03:50:33.240Z | Downloaded futures v0.3.30 |
847 | 2024-08-02T03:50:33.243Z | Downloaded unicode_categories v0.1.1 |
848 | 2024-08-02T03:50:33.247Z | Downloaded publicsuffix v2.2.3 |
849 | 2024-08-02T03:50:33.250Z | Downloaded pem v3.0.4 |
850 | 2024-08-02T03:50:33.250Z | Downloaded xattr v1.3.1 |
851 | 2024-08-02T03:50:33.250Z | Downloaded wyz v0.5.1 |
852 | 2024-08-02T03:50:33.253Z | Downloaded glob v0.3.1 |
853 | 2024-08-02T03:50:33.253Z | Downloaded futures-channel v0.3.30 |
854 | 2024-08-02T03:50:33.256Z | Downloaded time v0.3.36 |
855 | 2024-08-02T03:50:33.260Z | Downloaded heapless v0.8.0 |
856 | 2024-08-02T03:50:33.264Z | Downloaded rustc_version v0.1.7 |
857 | 2024-08-02T03:50:33.267Z | Downloaded rustc-hash v1.1.0 |
858 | 2024-08-02T03:50:33.267Z | Downloaded postgres-protocol v0.6.7 |
859 | 2024-08-02T03:50:33.267Z | Downloaded peg-macros v0.8.4 |
860 | 2024-08-02T03:50:33.274Z | Downloaded tokio-rustls v0.25.0 |
861 | 2024-08-02T03:50:33.277Z | Downloaded globset v0.4.14 |
862 | 2024-08-02T03:50:33.277Z | Downloaded tracing-attributes v0.1.27 |
863 | 2024-08-02T03:50:33.277Z | Downloaded serde_derive_internals v0.29.1 |
864 | 2024-08-02T03:50:33.277Z | Downloaded schemars v0.8.21 |
865 | 2024-08-02T03:50:33.285Z | Downloaded foreign-types-shared v0.3.1 |
866 | 2024-08-02T03:50:33.288Z | Downloaded peg v0.8.4 |
867 | 2024-08-02T03:50:33.291Z | Downloaded fd-lock v4.0.2 |
868 | 2024-08-02T03:50:33.291Z | Downloaded hyper-tls v0.5.0 |
869 | 2024-08-02T03:50:33.294Z | Downloaded fatfs v0.3.6 |
870 | 2024-08-02T03:50:33.297Z | Downloaded der_derive v0.7.2 |
871 | 2024-08-02T03:50:33.297Z | Downloaded vsss-rs v3.3.4 |
872 | 2024-08-02T03:50:33.300Z | Downloaded difflib v0.4.0 |
873 | 2024-08-02T03:50:33.300Z | Downloaded vte v0.11.1 |
874 | 2024-08-02T03:50:33.302Z | Downloaded thiserror-impl-no-std v2.0.2 |
875 | 2024-08-02T03:50:33.302Z | Downloaded slog-term v2.9.1 |
876 | 2024-08-02T03:50:33.305Z | Downloaded tungstenite v0.20.1 |
877 | 2024-08-02T03:50:33.308Z | Downloaded mio v0.8.11 |
878 | 2024-08-02T03:50:33.313Z | Downloaded itertools v0.10.5 |
879 | 2024-08-02T03:50:33.319Z | Downloaded strip-ansi-escapes v0.2.0 |
880 | 2024-08-02T03:50:33.322Z | Downloaded stringprep v0.1.4 |
881 | 2024-08-02T03:50:33.322Z | Downloaded serde-hex v0.1.0 |
882 | 2024-08-02T03:50:33.325Z | Downloaded same-file v1.0.6 |
883 | 2024-08-02T03:50:33.325Z | Downloaded rpassword v7.3.1 |
884 | 2024-08-02T03:50:33.325Z | Downloaded strum_macros v0.26.4 |
885 | 2024-08-02T03:50:33.329Z | Downloaded sct v0.7.1 |
886 | 2024-08-02T03:50:33.332Z | Downloaded url v2.5.2 |
887 | 2024-08-02T03:50:33.335Z | Downloaded unsafe-libyaml v0.2.11 |
888 | 2024-08-02T03:50:33.338Z | Downloaded smallvec v1.13.2 |
889 | 2024-08-02T03:50:33.338Z | Downloaded backtrace v0.3.71 |
890 | 2024-08-02T03:50:33.342Z | Downloaded env_logger v0.9.3 |
891 | 2024-08-02T03:50:33.345Z | Downloaded slog v2.7.0 |
892 | 2024-08-02T03:50:33.348Z | Downloaded wait-timeout v0.2.0 |
893 | 2024-08-02T03:50:33.348Z | Downloaded smallvec v0.6.14 |
894 | 2024-08-02T03:50:33.351Z | Downloaded tungstenite v0.21.0 |
895 | 2024-08-02T03:50:33.355Z | Downloaded half v2.4.1 |
896 | 2024-08-02T03:50:33.358Z | Downloaded r2d2 v0.8.10 |
897 | 2024-08-02T03:50:33.358Z | Downloaded powerfmt v0.2.0 |
898 | 2024-08-02T03:50:33.358Z | Downloaded env_logger v0.10.2 |
899 | 2024-08-02T03:50:33.361Z | Downloaded derive-where v1.2.7 |
900 | 2024-08-02T03:50:33.364Z | Downloaded indicatif v0.17.8 |
901 | 2024-08-02T03:50:33.367Z | Downloaded hostname v0.4.0 |
902 | 2024-08-02T03:50:33.367Z | Downloaded base64 v0.13.1 |
903 | 2024-08-02T03:50:33.371Z | Downloaded derive_builder_core v0.20.0 |
904 | 2024-08-02T03:50:33.374Z | Downloaded pkg-config v0.3.30 |
905 | 2024-08-02T03:50:33.374Z | Downloaded num-bigint v0.4.5 |
906 | 2024-08-02T03:50:33.377Z | Downloaded parking_lot v0.12.2 |
907 | 2024-08-02T03:50:33.381Z | Downloaded const-oid v0.9.6 |
908 | 2024-08-02T03:50:33.384Z | Downloaded crypto-bigint v0.5.5 |
909 | 2024-08-02T03:50:33.387Z | Downloaded crossbeam-channel v0.5.12 |
910 | 2024-08-02T03:50:33.391Z | Downloaded crc-any v2.5.0 |
911 | 2024-08-02T03:50:33.394Z | Downloaded cookie v0.18.1 |
912 | 2024-08-02T03:50:33.398Z | Downloaded strum_macros v0.25.3 |
913 | 2024-08-02T03:50:33.398Z | Downloaded strum_macros v0.24.3 |
914 | 2024-08-02T03:50:33.401Z | Downloaded clang-sys v1.7.0 |
915 | 2024-08-02T03:50:33.401Z | Downloaded serde_urlencoded v0.7.1 |
916 | 2024-08-02T03:50:33.405Z | Downloaded serde_repr v0.1.19 |
917 | 2024-08-02T03:50:33.405Z | Downloaded siphasher v0.3.11 |
918 | 2024-08-02T03:50:33.408Z | Downloaded secrecy v0.8.0 |
919 | 2024-08-02T03:50:33.408Z | Downloaded sec1 v0.7.3 |
920 | 2024-08-02T03:50:33.408Z | Downloaded filetime v0.2.23 |
921 | 2024-08-02T03:50:33.412Z | Downloaded whoami v1.5.1 |
922 | 2024-08-02T03:50:33.412Z | Downloaded nom v7.1.3 |
923 | 2024-08-02T03:50:33.415Z | Downloaded mockall_derive v0.12.1 |
924 | 2024-08-02T03:50:33.418Z | Downloaded derive_builder v0.20.0 |
925 | 2024-08-02T03:50:33.421Z | Downloaded hash32 v0.2.1 |
926 | 2024-08-02T03:50:33.424Z | Downloaded cc v1.0.97 |
927 | 2024-08-02T03:50:33.427Z | Downloaded curve25519-dalek-derive v0.1.1 |
928 | 2024-08-02T03:50:33.427Z | Downloaded csv-core v0.1.11 |
929 | 2024-08-02T03:50:33.427Z | Downloaded cobs v0.2.3 |
930 | 2024-08-02T03:50:33.430Z | Downloaded lock_api v0.4.12 |
931 | 2024-08-02T03:50:33.430Z | Downloaded hex v0.4.3 |
932 | 2024-08-02T03:50:33.433Z | Downloaded futures-task v0.3.30 |
933 | 2024-08-02T03:50:33.433Z | Downloaded futures-sink v0.3.30 |
934 | 2024-08-02T03:50:33.433Z | Downloaded ring v0.17.8 |
935 | 2024-08-02T03:50:33.500Z | Downloaded futures-macro v0.3.30 |
936 | 2024-08-02T03:50:33.503Z | Downloaded foreign-types-macros v0.2.3 |
937 | 2024-08-02T03:50:33.503Z | Downloaded foreign-types v0.5.0 |
938 | 2024-08-02T03:50:33.503Z | Downloaded ena v0.14.3 |
939 | 2024-08-02T03:50:33.506Z | Downloaded password-hash v0.5.0 |
940 | 2024-08-02T03:50:33.506Z | Downloaded num_enum v0.5.11 |
941 | 2024-08-02T03:50:33.509Z | Downloaded chacha20poly1305 v0.10.1 |
942 | 2024-08-02T03:50:33.512Z | Downloaded ff v0.13.0 |
943 | 2024-08-02T03:50:33.513Z | Downloaded embedded-io v0.4.0 |
944 | 2024-08-02T03:50:33.517Z | Downloaded cookie_store v0.20.0 |
945 | 2024-08-02T03:50:33.517Z | Downloaded cexpr v0.6.0 |
946 | 2024-08-02T03:50:33.520Z | Downloaded base64 v0.22.1 |
947 | 2024-08-02T03:50:33.520Z | Downloaded base64 v0.21.7 |
948 | 2024-08-02T03:50:33.524Z | Downloaded chacha20 v0.9.1 |
949 | 2024-08-02T03:50:33.527Z | Downloaded camino-tempfile v1.1.1 |
950 | 2024-08-02T03:50:33.530Z | Downloaded bzip2 v0.4.4 |
951 | 2024-08-02T03:50:33.530Z | Downloaded arrayvec v0.7.4 |
952 | 2024-08-02T03:50:33.533Z | Downloaded shell-words v1.1.0 |
953 | 2024-08-02T03:50:33.533Z | Downloaded libloading v0.8.3 |
954 | 2024-08-02T03:50:33.538Z | Downloaded kstat-rs v0.2.4 |
955 | 2024-08-02T03:50:33.539Z | Downloaded ipnet v2.9.0 |
956 | 2024-08-02T03:50:33.539Z | Downloaded inout v0.1.3 |
957 | 2024-08-02T03:50:33.539Z | Downloaded num v0.4.3 |
958 | 2024-08-02T03:50:33.554Z | Downloaded crossbeam-deque v0.8.5 |
959 | 2024-08-02T03:50:33.554Z | Downloaded ring v0.16.20 |
960 | 2024-08-02T03:50:33.617Z | Downloaded cipher v0.4.4 |
961 | 2024-08-02T03:50:33.622Z | Downloaded multimap v0.10.0 |
962 | 2024-08-02T03:50:33.622Z | Downloaded mime v0.3.17 |
963 | 2024-08-02T03:50:33.626Z | Downloaded lazycell v1.3.0 |
964 | 2024-08-02T03:50:33.626Z | Downloaded convert_case v0.4.0 |
965 | 2024-08-02T03:50:33.626Z | Downloaded bitfield-struct v0.6.1 |
966 | 2024-08-02T03:50:33.626Z | Downloaded bb8 v0.8.5 |
967 | 2024-08-02T03:50:33.626Z | Downloaded async-recursion v1.1.1 |
968 | 2024-08-02T03:50:33.630Z | Downloaded miniz_oxide v0.7.2 |
969 | 2024-08-02T03:50:33.630Z | Downloaded cancel-safe-futures v0.1.5 |
970 | 2024-08-02T03:50:33.633Z | Downloaded managed v0.8.0 |
971 | 2024-08-02T03:50:33.633Z | Downloaded ciborium-io v0.2.2 |
972 | 2024-08-02T03:50:33.636Z | Downloaded owo-colors v4.0.0 |
973 | 2024-08-02T03:50:33.636Z | Downloaded num-rational v0.4.2 |
974 | 2024-08-02T03:50:33.639Z | Downloaded crunchy v0.2.2 |
975 | 2024-08-02T03:50:33.639Z | Downloaded crossbeam-epoch v0.9.18 |
976 | 2024-08-02T03:50:33.643Z | Downloaded blake2 v0.10.6 |
977 | 2024-08-02T03:50:33.643Z | Downloaded console v0.15.8 |
978 | 2024-08-02T03:50:33.646Z | Downloaded is-terminal v0.4.12 |
979 | 2024-08-02T03:50:33.646Z | Downloaded nu-ansi-term v0.50.0 |
980 | 2024-08-02T03:50:33.649Z | Downloaded newtype-uuid v1.1.0 |
981 | 2024-08-02T03:50:33.649Z | Downloaded async-stream-impl v0.3.5 |
982 | 2024-08-02T03:50:33.649Z | Downloaded mime_guess v2.0.4 |
983 | 2024-08-02T03:50:33.652Z | Downloaded olpc-cjson v0.1.3 |
984 | 2024-08-02T03:50:33.652Z | Downloaded impl-trait-for-tuples v0.2.2 |
985 | 2024-08-02T03:50:33.655Z | Downloaded bitstruct v0.1.1 |
986 | 2024-08-02T03:50:33.655Z | Downloaded num-integer v0.1.46 |
987 | 2024-08-02T03:50:33.655Z | Downloaded memoffset v0.9.1 |
988 | 2024-08-02T03:50:33.658Z | Downloaded md-5 v0.10.6 |
989 | 2024-08-02T03:50:33.658Z | Downloaded addr2line v0.21.0 |
990 | 2024-08-02T03:50:33.661Z | Downloaded num_cpus v1.16.0 |
991 | 2024-08-02T03:50:33.664Z | Downloaded ipnetwork v0.20.0 |
992 | 2024-08-02T03:50:33.664Z | Downloaded base64ct v1.6.0 |
993 | 2024-08-02T03:50:33.667Z | Downloaded backoff v0.4.0 |
994 | 2024-08-02T03:50:33.667Z | Downloaded libsw v3.3.1 |
995 | 2024-08-02T03:50:33.670Z | Downloaded libefi-sys v0.1.0 |
996 | 2024-08-02T03:50:33.670Z | Downloaded ascii v1.1.0 |
997 | 2024-08-02T03:50:33.674Z | Downloaded keccak v0.1.5 |
998 | 2024-08-02T03:50:33.674Z | Downloaded indoc v1.0.9 |
999 | 2024-08-02T03:50:33.677Z | Downloaded number_prefix v0.4.0 |
1000 | 2024-08-02T03:50:33.677Z | Downloaded lazy_static v1.5.0 |
1001 | 2024-08-02T03:50:33.677Z | Downloaded crc-catalog v2.4.0 |
1002 | 2024-08-02T03:50:33.680Z | Downloaded cassowary v0.3.0 |
1003 | 2024-08-02T03:50:33.680Z | Downloaded bitfield v0.14.0 |
1004 | 2024-08-02T03:50:33.680Z | Downloaded maybe-uninit v2.0.0 |
1005 | 2024-08-02T03:50:33.684Z | Downloaded maplit v1.0.2 |
1006 | 2024-08-02T03:50:33.684Z | Downloaded lru-cache v0.1.2 |
1007 | 2024-08-02T03:50:33.684Z | Downloaded debug-ignore v1.0.5 |
1008 | 2024-08-02T03:50:33.684Z | Downloaded crc v3.2.1 |
1009 | 2024-08-02T03:50:33.688Z | Downloaded ciborium-ll v0.2.2 |
1010 | 2024-08-02T03:50:33.688Z | Downloaded bit-set v0.5.3 |
1011 | 2024-08-02T03:50:33.691Z | Downloaded base16ct v0.2.0 |
1012 | 2024-08-02T03:50:33.691Z | Downloaded arrayref v0.3.7 |
1013 | 2024-08-02T03:50:33.691Z | Downloaded der v0.7.9 |
1014 | 2024-08-02T03:50:33.694Z | Downloaded bit-vec v0.6.3 |
1015 | 2024-08-02T03:50:33.697Z | Downloaded async-stream v0.3.5 |
1016 | 2024-08-02T03:50:33.697Z | Downloaded assert_matches v1.5.0 |
1017 | 2024-08-02T03:50:33.778Z | Compiling cfg-if v1.0.0 |
1018 | 2024-08-02T03:50:33.778Z | Compiling serde v1.0.204 |
1019 | 2024-08-02T03:50:33.781Z | Compiling lock_api v0.4.12 |
1020 | 2024-08-02T03:50:33.781Z | Compiling scopeguard v1.2.0 |
1021 | 2024-08-02T03:50:33.781Z | Compiling log v0.4.21 |
1022 | 2024-08-02T03:50:33.781Z | Compiling syn v2.0.72 |
1023 | 2024-08-02T03:50:33.781Z | Compiling cc v1.0.97 |
1024 | 2024-08-02T03:50:33.911Z | Compiling parking_lot_core v0.9.10 |
1025 | 2024-08-02T03:50:34.006Z | Compiling getrandom v0.2.14 |
1026 | 2024-08-02T03:50:34.060Z | Compiling smallvec v1.13.2 |
1027 | 2024-08-02T03:50:34.419Z | Compiling rand_core v0.6.4 |
1028 | 2024-08-02T03:50:34.434Z | Compiling typenum v1.17.0 |
1029 | 2024-08-02T03:50:34.483Z | Compiling generic-array v0.14.7 |
1030 | 2024-08-02T03:50:34.529Z | Compiling pin-project-lite v0.2.14 |
1031 | 2024-08-02T03:50:34.656Z | Compiling signal-hook-registry v1.4.2 |
1032 | 2024-08-02T03:50:34.769Z | Compiling spin v0.9.8 |
1033 | 2024-08-02T03:50:34.856Z | Compiling parking_lot v0.12.2 |
1034 | 2024-08-02T03:50:34.930Z | Compiling mio v0.8.11 |
1035 | 2024-08-02T03:50:35.102Z | Compiling libm v0.2.8 |
1036 | 2024-08-02T03:50:35.151Z | Compiling serde_json v1.0.120 |
1037 | 2024-08-02T03:50:35.464Z | Compiling num-traits v0.2.19 |
1038 | 2024-08-02T03:50:35.530Z | Compiling ahash v0.8.11 |
1039 | 2024-08-02T03:50:35.547Z | Compiling futures-core v0.3.30 |
1040 | 2024-08-02T03:50:35.731Z | Compiling tinyvec_macros v0.1.1 |
1041 | 2024-08-02T03:50:35.821Z | Compiling tinyvec v1.6.0 |
1042 | 2024-08-02T03:50:35.936Z | Compiling num_cpus v1.16.0 |
1043 | 2024-08-02T03:50:35.978Z | Compiling socket2 v0.5.7 |
1044 | 2024-08-02T03:50:36.062Z | Compiling const-oid v0.9.6 |
1045 | 2024-08-02T03:50:36.174Z | Compiling subtle v2.5.0 |
1046 | 2024-08-02T03:50:36.525Z | Compiling slab v0.4.9 |
1047 | 2024-08-02T03:50:37.006Z | Compiling allocator-api2 v0.2.18 |
1048 | 2024-08-02T03:50:37.251Z | Compiling unicode-bidi v0.3.15 |
1049 | 2024-08-02T03:50:37.328Z | Compiling unicode-normalization v0.1.23 |
1050 | 2024-08-02T03:50:37.378Z | Compiling futures-sink v0.3.30 |
1051 | 2024-08-02T03:50:37.822Z | Compiling futures-channel v0.3.30 |
1052 | 2024-08-02T03:50:37.961Z | Compiling pkg-config v0.3.30 |
1053 | 2024-08-02T03:50:38.139Z | Compiling futures-task v0.3.30 |
1054 | 2024-08-02T03:50:38.255Z | Compiling pin-utils v0.1.0 |
1055 | 2024-08-02T03:50:38.350Z | Compiling futures-io v0.3.30 |
1056 | 2024-08-02T03:50:38.428Z | Compiling vcpkg v0.2.15 |
1057 | 2024-08-02T03:50:38.446Z | Compiling percent-encoding v2.3.1 |
1058 | 2024-08-02T03:50:38.659Z | Compiling ppv-lite86 v0.2.17 |
1059 | 2024-08-02T03:50:38.763Z | Compiling tracing-core v0.1.32 |
1060 | 2024-08-02T03:50:38.813Z | Compiling time-core v0.1.2 |
1061 | 2024-08-02T03:50:38.980Z | Compiling syn v1.0.109 |
1062 | 2024-08-02T03:50:38.984Z | Compiling num-conv v0.1.0 |
1063 | 2024-08-02T03:50:39.292Z | Compiling rustix v0.38.34 |
1064 | 2024-08-02T03:50:39.414Z | Compiling rand_chacha v0.3.1 |
1065 | 2024-08-02T03:50:39.483Z | Compiling untrusted v0.9.0 |
1066 | 2024-08-02T03:50:39.611Z | Compiling powerfmt v0.2.0 |
1067 | 2024-08-02T03:50:39.710Z | Compiling time-macros v0.2.18 |
1068 | 2024-08-02T03:50:39.970Z | Compiling deranged v0.3.11 |
1069 | 2024-08-02T03:50:40.095Z | Compiling rand v0.8.5 |
1070 | 2024-08-02T03:50:40.133Z | Compiling openssl v0.10.66 |
1071 | 2024-08-02T03:50:40.463Z | Compiling base64ct v1.6.0 |
1072 | 2024-08-02T03:50:40.584Z | Compiling rustversion v1.0.17 |
1073 | 2024-08-02T03:50:41.136Z | Compiling httparse v1.8.0 |
1074 | 2024-08-02T03:50:41.314Z | Compiling iana-time-zone v0.1.60 |
1075 | 2024-08-02T03:50:41.548Z | Compiling foreign-types-shared v0.1.1 |
1076 | 2024-08-02T03:50:41.640Z | Compiling num_threads v0.1.7 |
1077 | 2024-08-02T03:50:41.658Z | Compiling foreign-types v0.3.2 |
1078 | 2024-08-02T03:50:41.765Z | Compiling pem-rfc7468 v0.7.0 |
1079 | 2024-08-02T03:50:41.795Z | Compiling form_urlencoded v1.2.1 |
1080 | 2024-08-02T03:50:41.808Z | Compiling crossbeam-utils v0.8.19 |
1081 | 2024-08-02T03:50:41.890Z | Compiling rustls v0.21.12 |
1082 | 2024-08-02T03:50:42.107Z | Compiling flagset v0.4.5 |
1083 | 2024-08-02T03:50:42.184Z | Compiling siphasher v0.3.11 |
1084 | 2024-08-02T03:50:42.309Z | Compiling native-tls v0.2.11 |
1085 | 2024-08-02T03:50:42.424Z | Compiling try-lock v0.2.5 |
1086 | 2024-08-02T03:50:42.548Z | Compiling want v0.3.1 |
1087 | 2024-08-02T03:50:42.623Z | Compiling serde_derive_internals v0.29.1 |
1088 | 2024-08-02T03:50:42.777Z | Compiling time v0.3.36 |
1089 | 2024-08-02T03:50:42.821Z | Compiling idna v0.5.0 |
1090 | 2024-08-02T03:50:43.152Z | Compiling lazy_static v1.5.0 |
1091 | 2024-08-02T03:50:43.275Z | Compiling aho-corasick v1.1.3 |
1092 | 2024-08-02T03:50:43.836Z | Compiling cookie v0.17.0 |
1093 | 2024-08-02T03:50:44.138Z | Compiling tower-service v0.3.2 |
1094 | 2024-08-02T03:50:44.261Z | Compiling regex-syntax v0.8.3 |
1095 | 2024-08-02T03:50:44.334Z | Compiling httpdate v1.0.3 |
1096 | 2024-08-02T03:50:44.706Z | Compiling signal-hook v0.3.17 |
1097 | 2024-08-02T03:50:44.991Z | Compiling adler v1.0.2 |
1098 | 2024-08-02T03:50:45.136Z | Compiling slog v2.7.0 |
1099 | 2024-08-02T03:50:45.199Z | Compiling openssl-probe v0.1.5 |
1100 | 2024-08-02T03:50:45.567Z | Compiling cpufeatures v0.2.12 |
1101 | 2024-08-02T03:50:45.631Z | Compiling finl_unicode v1.2.0 |
1102 | 2024-08-02T03:50:45.662Z | Compiling schemars v0.8.21 |
1103 | 2024-08-02T03:50:46.082Z | Compiling stringprep v0.1.4 |
1104 | 2024-08-02T03:50:46.146Z | Compiling miniz_oxide v0.7.2 |
1105 | 2024-08-02T03:50:47.294Z | Compiling url v2.5.2 |
1106 | 2024-08-02T03:50:47.601Z | Compiling regex-automata v0.4.6 |
1107 | 2024-08-02T03:50:47.677Z | Compiling ring v0.17.8 |
1108 | 2024-08-02T03:50:47.780Z | Compiling openssl-sys v0.9.103 |
1109 | 2024-08-02T03:50:47.783Z | Compiling serde_derive v1.0.204 |
1110 | 2024-08-02T03:50:48.395Z | Compiling zeroize_derive v1.4.2 |
1111 | 2024-08-02T03:50:48.808Z | Compiling zerocopy-derive v0.7.34 |
1112 | 2024-08-02T03:50:48.855Z | Compiling tokio-macros v2.3.0 |
1113 | 2024-08-02T03:50:49.139Z | Compiling thiserror-impl v1.0.63 |
1114 | 2024-08-02T03:50:49.970Z | Compiling zeroize v1.7.0 |
1115 | 2024-08-02T03:50:50.457Z | Compiling futures-macro v0.3.30 |
1116 | 2024-08-02T03:50:51.000Z | Compiling zerocopy v0.7.34 |
1117 | 2024-08-02T03:50:51.788Z | Compiling crypto-common v0.1.6 |
1118 | 2024-08-02T03:50:52.035Z | Compiling block-buffer v0.10.4 |
1119 | 2024-08-02T03:50:52.286Z | Compiling digest v0.10.7 |
1120 | 2024-08-02T03:50:52.472Z | Compiling thiserror v1.0.63 |
1121 | 2024-08-02T03:50:52.553Z | Compiling futures-util v0.3.30 |
1122 | 2024-08-02T03:50:52.590Z | Compiling pest v2.7.10 |
1123 | 2024-08-02T03:50:53.014Z | Compiling hashbrown v0.14.5 |
1124 | 2024-08-02T03:50:53.092Z | Compiling scroll_derive v0.12.0 |
1125 | 2024-08-02T03:50:54.259Z | Compiling tracing-attributes v0.1.27 |
1126 | 2024-08-02T03:50:54.569Z | Compiling scroll v0.12.0 |
1127 | 2024-08-02T03:50:55.159Z | Compiling pest_meta v2.7.10 |
1128 | 2024-08-02T03:50:55.333Z | Compiling goblin v0.8.2 |
1129 | 2024-08-02T03:50:56.645Z | Compiling pest_generator v2.7.10 |
1130 | 2024-08-02T03:50:57.988Z | Compiling tracing v0.1.40 |
1131 | 2024-08-02T03:50:58.504Z | Compiling hmac v0.12.1 |
1132 | 2024-08-02T03:50:58.598Z | Compiling openssl-macros v0.1.1 |
1133 | 2024-08-02T03:50:58.710Z | Compiling der_derive v0.7.2 |
1134 | 2024-08-02T03:50:58.801Z | Compiling sha2 v0.10.8 |
1135 | 2024-08-02T03:50:59.359Z | Compiling md-5 v0.10.6 |
1136 | 2024-08-02T03:50:59.622Z | Compiling schemars_derive v0.8.21 |
1137 | 2024-08-02T03:51:00.080Z | Compiling sct v0.7.1 |
1138 | 2024-08-02T03:51:00.354Z | Compiling pest_derive v2.7.10 |
1139 | 2024-08-02T03:51:00.377Z | Compiling rustls-webpki v0.101.7 |
1140 | 2024-08-02T03:51:01.155Z | Compiling dtrace-parser v0.2.0 |
1141 | 2024-08-02T03:51:01.197Z | Compiling der v0.7.9 |
1142 | 2024-08-02T03:51:02.238Z | Compiling bytes v1.6.0 |
1143 | 2024-08-02T03:51:02.254Z | Compiling bitflags v2.6.0 |
1144 | 2024-08-02T03:51:02.732Z | Compiling indexmap v2.2.6 |
1145 | 2024-08-02T03:51:02.995Z | Compiling semver v1.0.23 |
1146 | 2024-08-02T03:51:03.312Z | Compiling tokio v1.38.1 |
1147 | 2024-08-02T03:51:03.591Z | Compiling http v0.2.12 |
1148 | 2024-08-02T03:51:03.803Z | Compiling uuid v1.10.0 |
1149 | 2024-08-02T03:51:04.170Z | Compiling rustc_version v0.4.0 |
1150 | 2024-08-02T03:51:04.948Z | Compiling chrono v0.4.38 |
1151 | 2024-08-02T03:51:05.248Z | Compiling http-body v0.4.6 |
1152 | 2024-08-02T03:51:05.434Z | Compiling heapless v0.7.17 |
1153 | 2024-08-02T03:51:05.715Z | Compiling dof v0.3.0 |
1154 | 2024-08-02T03:51:05.959Z | Compiling spki v0.7.3 |
1155 | 2024-08-02T03:51:06.034Z | Compiling toml_datetime v0.6.8 |
1156 | 2024-08-02T03:51:06.343Z | Compiling serde_spanned v0.6.7 |
1157 | 2024-08-02T03:51:06.577Z | Compiling usdt-impl v0.5.0 |
1158 | 2024-08-02T03:51:06.595Z | Compiling serde_tokenstream v0.2.1 |
1159 | 2024-08-02T03:51:07.181Z | Compiling backtrace v0.3.71 |
1160 | 2024-08-02T03:51:07.729Z | Compiling num-integer v0.1.46 |
1161 | 2024-08-02T03:51:07.869Z | Compiling idna v0.3.0 |
1162 | 2024-08-02T03:51:08.226Z | Compiling hash32 v0.2.1 |
1163 | 2024-08-02T03:51:08.542Z | Compiling stable_deref_trait v1.2.0 |
1164 | 2024-08-02T03:51:08.608Z | Compiling dyn-clone v1.0.17 |
1165 | 2024-08-02T03:51:08.640Z | Compiling crc32fast v1.4.0 |
1166 | 2024-08-02T03:51:08.757Z | Compiling psl-types v2.0.11 |
1167 | 2024-08-02T03:51:08.819Z | Compiling gimli v0.28.1 |
1168 | 2024-08-02T03:51:08.925Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1169 | 2024-08-02T03:51:08.956Z | Compiling smoltcp v0.9.1 |
1170 | 2024-08-02T03:51:09.173Z | Compiling base64 v0.22.1 |
1171 | 2024-08-02T03:51:09.541Z | Compiling fallible-iterator v0.2.0 |
1172 | 2024-08-02T03:51:09.806Z | Compiling publicsuffix v2.2.3 |
1173 | 2024-08-02T03:51:10.158Z | Compiling terminal_size v0.3.0 |
1174 | 2024-08-02T03:51:10.255Z | Compiling postgres-protocol v0.6.7 |
1175 | 2024-08-02T03:51:10.343Z | Compiling pkcs8 v0.10.2 |
1176 | 2024-08-02T03:51:10.472Z | Compiling hubpack_derive v0.1.1 |
1177 | 2024-08-02T03:51:10.884Z | Compiling block-padding v0.3.3 |
1178 | 2024-08-02T03:51:11.120Z | Compiling zerocopy-derive v0.6.6 |
1179 | 2024-08-02T03:51:11.227Z | Compiling async-trait v0.1.81 |
1180 | 2024-08-02T03:51:11.571Z | Compiling tokio-util v0.7.11 |
1181 | 2024-08-02T03:51:13.051Z | Compiling h2 v0.3.26 |
1182 | 2024-08-02T03:51:13.184Z | Compiling addr2line v0.21.0 |
1183 | 2024-08-02T03:51:13.322Z | Compiling tokio-native-tls v0.3.1 |
1184 | 2024-08-02T03:51:13.599Z | Compiling tokio-rustls v0.24.1 |
1185 | 2024-08-02T03:51:13.853Z | Compiling phf_shared v0.11.2 |
1186 | 2024-08-02T03:51:14.004Z | Compiling diesel_table_macro_syntax v0.1.0 |
1187 | 2024-08-02T03:51:14.027Z | Compiling ff v0.13.0 |
1188 | 2024-08-02T03:51:14.211Z | Compiling scheduled-thread-pool v0.2.7 |
1189 | 2024-08-02T03:51:14.248Z | Compiling fs-err v2.11.0 |
1190 | 2024-08-02T03:51:14.412Z | Compiling object v0.32.2 |
1191 | 2024-08-02T03:51:14.470Z | Compiling anyhow v1.0.86 |
1192 | 2024-08-02T03:51:14.536Z | Compiling regex-automata v0.1.10 |
1193 | 2024-08-02T03:51:14.672Z | Compiling managed v0.8.0 |
1194 | 2024-08-02T03:51:14.690Z | Compiling base64 v0.21.7 |
1195 | 2024-08-02T03:51:14.824Z | Compiling winnow v0.5.40 |
1196 | 2024-08-02T03:51:15.020Z | Compiling ipnet v2.9.0 |
1197 | 2024-08-02T03:51:15.116Z | Compiling rustc-demangle v0.1.24 |
1198 | 2024-08-02T03:51:15.134Z | Compiling either v1.12.0 |
1199 | 2024-08-02T03:51:15.419Z | Compiling matches v0.1.10 |
1200 | 2024-08-02T03:51:15.512Z | Compiling base16ct v0.2.0 |
1201 | 2024-08-02T03:51:15.576Z | Compiling bitflags v1.3.2 |
1202 | 2024-08-02T03:51:15.684Z | Compiling bit-vec v0.6.3 |
1203 | 2024-08-02T03:51:15.838Z | Compiling sec1 v0.7.3 |
1204 | 2024-08-02T03:51:16.177Z | Compiling clap_builder v4.5.9 |
1205 | 2024-08-02T03:51:16.215Z | Compiling idna v0.2.3 |
1206 | 2024-08-02T03:51:16.404Z | Compiling rustls-pemfile v1.0.4 |
1207 | 2024-08-02T03:51:17.036Z | Compiling bstr v0.2.17 |
1208 | 2024-08-02T03:51:17.952Z | Compiling r2d2 v0.8.10 |
1209 | 2024-08-02T03:51:18.280Z | Compiling diesel_derives v2.1.4 |
1210 | 2024-08-02T03:51:18.344Z | Compiling group v0.13.0 |
1211 | 2024-08-02T03:51:18.489Z | Compiling toml_edit v0.19.15 |
1212 | 2024-08-02T03:51:18.660Z | Compiling phf v0.11.2 |
1213 | 2024-08-02T03:51:18.676Z | Compiling signal-hook-mio v0.2.3 |
1214 | 2024-08-02T03:51:18.759Z | Compiling zerocopy v0.6.6 |
1215 | 2024-08-02T03:51:18.822Z | Compiling cookie_store v0.20.0 |
1216 | 2024-08-02T03:51:18.946Z | Compiling ipnetwork v0.20.0 |
1217 | 2024-08-02T03:51:19.633Z | Compiling hubpack v0.1.2 |
1218 | 2024-08-02T03:51:19.833Z | Compiling hyper v0.14.30 |
1219 | 2024-08-02T03:51:20.070Z | Compiling inout v0.1.3 |
1220 | 2024-08-02T03:51:20.321Z | Compiling postgres-types v0.2.7 |
1221 | 2024-08-02T03:51:20.968Z | Compiling num-bigint v0.4.5 |
1222 | 2024-08-02T03:51:21.863Z | Compiling usdt-macro v0.5.0 |
1223 | 2024-08-02T03:51:23.423Z | Compiling usdt-attr-macro v0.5.0 |
1224 | 2024-08-02T03:51:23.470Z | Compiling serde_urlencoded v0.7.1 |
1225 | 2024-08-02T03:51:24.023Z | Compiling hkdf v0.12.4 |
1226 | 2024-08-02T03:51:24.287Z | Compiling futures-executor v0.3.30 |
1227 | 2024-08-02T03:51:24.846Z | Compiling enum-as-inner v0.5.1 |
1228 | 2024-08-02T03:51:25.096Z | Compiling regex v1.10.5 |
1229 | 2024-08-02T03:51:25.385Z | Compiling crypto-bigint v0.5.5 |
1230 | 2024-08-02T03:51:25.508Z | Compiling serde_repr v0.1.19 |
1231 | 2024-08-02T03:51:25.893Z | Compiling strum_macros v0.25.3 |
1232 | 2024-08-02T03:51:26.135Z | Compiling clap_derive v4.5.8 |
1233 | 2024-08-02T03:51:26.479Z | Compiling phf_shared v0.10.0 |
1234 | 2024-08-02T03:51:26.681Z | Compiling hyper-rustls v0.24.2 |
1235 | 2024-08-02T03:51:26.930Z | Compiling hyper-tls v0.5.0 |
1236 | 2024-08-02T03:51:27.084Z | Compiling float-cmp v0.9.0 |
1237 | 2024-08-02T03:51:27.291Z | Compiling encoding_rs v0.8.34 |
1238 | 2024-08-02T03:51:27.310Z | Compiling precomputed-hash v0.1.1 |
1239 | 2024-08-02T03:51:27.424Z | Compiling minimal-lexical v0.2.1 |
1240 | 2024-08-02T03:51:27.955Z | Compiling new_debug_unreachable v1.0.6 |
1241 | 2024-08-02T03:51:28.048Z | Compiling sync_wrapper v0.1.2 |
1242 | 2024-08-02T03:51:28.169Z | Compiling static_assertions v1.1.0 |
1243 | 2024-08-02T03:51:28.276Z | Compiling unicode-segmentation v1.11.0 |
1244 | 2024-08-02T03:51:29.134Z | Compiling normalize-line-endings v0.3.0 |
1245 | 2024-08-02T03:51:29.263Z | Compiling whoami v1.5.1 |
1246 | 2024-08-02T03:51:29.700Z | Compiling data-encoding v2.6.0 |
1247 | 2024-08-02T03:51:29.919Z | Compiling fixedbitset v0.4.2 |
1248 | 2024-08-02T03:51:29.966Z | Compiling difflib v0.4.0 |
1249 | 2024-08-02T03:51:30.389Z | Compiling webpki-roots v0.25.4 |
1250 | 2024-08-02T03:51:30.558Z | Compiling predicates-core v1.0.6 |
1251 | 2024-08-02T03:51:30.624Z | Compiling mime v0.3.17 |
1252 | 2024-08-02T03:51:30.928Z | Compiling predicates v3.1.2 |
1253 | 2024-08-02T03:51:31.154Z | Compiling clap v4.5.9 |
1254 | 2024-08-02T03:51:31.233Z | Compiling reqwest v0.11.27 |
1255 | 2024-08-02T03:51:31.276Z | Compiling diesel v2.1.6 |
1256 | 2024-08-02T03:51:31.515Z | Compiling trust-dns-proto v0.22.0 |
1257 | 2024-08-02T03:51:31.581Z | Compiling petgraph v0.6.5 |
1258 | 2024-08-02T03:51:31.842Z | Compiling toml_edit v0.22.20 |
1259 | 2024-08-02T03:51:31.877Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1260 | 2024-08-02T03:51:32.113Z | Compiling tokio-postgres v0.7.11 |
1261 | 2024-08-02T03:51:32.717Z | Compiling similar v2.5.0 |
1262 | 2024-08-02T03:51:35.192Z | Compiling elliptic-curve v0.13.8 |
1263 | 2024-08-02T03:51:35.550Z | Compiling console v0.15.8 |
1264 | 2024-08-02T03:51:36.041Z | Compiling string_cache v0.8.7 |
1265 | 2024-08-02T03:51:36.508Z | Compiling nom v7.1.3 |
1266 | 2024-08-02T03:51:37.079Z | Compiling usdt v0.5.0 |
1267 | 2024-08-02T03:51:37.568Z | Compiling futures v0.3.30 |
1268 | 2024-08-02T03:51:37.685Z | Compiling yasna v0.5.2 |
1269 | 2024-08-02T03:51:38.356Z | Compiling toml v0.7.8 |
1270 | 2024-08-02T03:51:38.629Z | Compiling flate2 v1.0.30 |
1271 | 2024-08-02T03:51:39.591Z | Compiling cipher v0.4.4 |
1272 | 2024-08-02T03:51:39.629Z | Compiling crossterm v0.27.0 |
1273 | 2024-08-02T03:51:40.060Z | Compiling bit-set v0.5.3 |
1274 | 2024-08-02T03:51:40.078Z | Compiling itertools v0.12.1 |
1275 | 2024-08-02T03:51:40.099Z | Compiling itertools v0.10.5 |
1276 | 2024-08-02T03:51:40.195Z | Compiling tokio-stream v0.1.15 |
1277 | 2024-08-02T03:51:40.335Z | Compiling crossbeam-epoch v0.9.18 |
1278 | 2024-08-02T03:51:40.800Z | Compiling num-iter v0.1.45 |
1279 | 2024-08-02T03:51:40.988Z | Compiling openapiv3 v2.0.0 |
1280 | 2024-08-02T03:51:41.112Z | Compiling hex v0.4.3 |
1281 | 2024-08-02T03:51:41.173Z | Compiling bstr v1.9.1 |
1282 | 2024-08-02T03:51:41.754Z | Compiling dirs-sys-next v0.1.2 |
1283 | 2024-08-02T03:51:42.450Z | Compiling peg-runtime v0.8.3 |
1284 | 2024-08-02T03:51:43.010Z | Compiling lalrpop-util v0.19.12 |
1285 | 2024-08-02T03:51:43.024Z | Compiling unicode-xid v0.2.4 |
1286 | 2024-08-02T03:51:43.106Z | Compiling dirs-next v2.0.0 |
1287 | 2024-08-02T03:51:43.661Z | Compiling thread_local v1.1.8 |
1288 | 2024-08-02T03:51:43.696Z | Compiling slog-async v2.8.0 |
1289 | 2024-08-02T03:51:43.696Z | Compiling term v0.7.0 |
1290 | 2024-08-02T03:51:43.696Z | Compiling crossbeam-channel v0.5.12 |
1291 | 2024-08-02T03:51:43.696Z | Compiling xattr v1.3.1 |
1292 | 2024-08-02T03:51:43.696Z | Compiling strum_macros v0.26.4 |
1293 | 2024-08-02T03:51:43.752Z | Compiling filetime v0.2.23 |
1294 | 2024-08-02T03:51:43.888Z | Compiling is-terminal v0.4.12 |
1295 | 2024-08-02T03:51:44.022Z | Compiling take_mut v0.2.2 |
1296 | 2024-08-02T03:51:44.070Z | Compiling slog-term v2.9.1 |
1297 | 2024-08-02T03:51:44.493Z | Compiling tar v0.4.41 |
1298 | 2024-08-02T03:51:44.841Z | Compiling camino v1.1.7 |
1299 | 2024-08-02T03:51:46.831Z | Compiling strum v0.26.3 |
1300 | 2024-08-02T03:51:58.715Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1301 | 2024-08-02T03:51:58.955Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1302 | 2024-08-02T03:52:04.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s |
1303 | 2024-08-02T03:52:04.365Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1304 | 2024-08-02T03:52:04.407Z | Aug 02 03:52:02.591 INFO Starting download, target: Clickhouse |
1305 | 2024-08-02T03:52:04.407Z | Aug 02 03:52:02.591 INFO Starting download, target: Cockroach |
1306 | 2024-08-02T03:52:04.407Z | Aug 02 03:52:02.591 INFO Starting download, target: Console |
1307 | 2024-08-02T03:52:04.410Z | Aug 02 03:52:02.591 INFO Starting download, target: DendriteOpenapi |
1308 | 2024-08-02T03:52:04.410Z | Aug 02 03:52:02.591 INFO Starting download, target: DendriteStub |
1309 | 2024-08-02T03:52:04.410Z | Aug 02 03:52:02.591 INFO Starting download, target: MaghemiteMgd |
1310 | 2024-08-02T03:52:04.410Z | Aug 02 03:52:02.591 INFO Starting download, target: TransceiverControl |
1311 | 2024-08-02T03:52:04.410Z | Aug 02 03:52:02.592 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1312 | 2024-08-02T03:52:04.410Z | Aug 02 03:52:02.592 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1313 | 2024-08-02T03:52:04.410Z | Aug 02 03:52:02.592 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1314 | 2024-08-02T03:52:04.410Z | Aug 02 03:52:02.592 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1315 | 2024-08-02T03:52:04.410Z | Aug 02 03:52:02.592 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1316 | 2024-08-02T03:52:04.410Z | Aug 02 03:52:02.592 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1317 | 2024-08-02T03:52:04.410Z | Aug 02 03:52:02.592 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1318 | 2024-08-02T03:52:04.595Z | Aug 02 03:52:02.777 INFO Download complete, target: DendriteOpenapi |
1319 | 2024-08-02T03:52:04.658Z | Aug 02 03:52:02.835 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1320 | 2024-08-02T03:52:05.007Z | Aug 02 03:52:03.186 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1321 | 2024-08-02T03:52:05.166Z | Aug 02 03:52:03.351 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1322 | 2024-08-02T03:52:05.221Z | Aug 02 03:52:03.402 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1323 | 2024-08-02T03:52:05.431Z | Aug 02 03:52:03.616 INFO Download complete, target: Console |
1324 | 2024-08-02T03:52:05.464Z | Aug 02 03:52:03.649 INFO Download complete, target: TransceiverControl |
1325 | 2024-08-02T03:52:06.657Z | Aug 02 03:52:04.841 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1326 | 2024-08-02T03:52:08.202Z | Aug 02 03:52:06.376 INFO Download complete, target: DendriteStub |
1327 | 2024-08-02T03:52:08.367Z | Aug 02 03:52:06.546 INFO Download complete, target: MaghemiteMgd |
1328 | 2024-08-02T03:52:15.222Z | Aug 02 03:52:13.405 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1329 | 2024-08-02T03:52:15.222Z | Aug 02 03:52:13.405 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1330 | 2024-08-02T03:52:20.934Z | Aug 02 03:52:19.117 INFO Checking that binary works, target: Clickhouse |
1331 | 2024-08-02T03:52:21.201Z | Aug 02 03:52:19.383 INFO Download complete, target: Clickhouse |
1332 | 2024-08-02T03:52:23.365Z | Aug 02 03:52:21.547 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1333 | 2024-08-02T03:52:23.672Z | Aug 02 03:52:21.854 INFO Checking that binary works, target: Cockroach |
1334 | 2024-08-02T03:52:23.812Z | Aug 02 03:52:21.994 INFO Download complete, target: Cockroach |
1335 | 2024-08-02T03:52:23.819Z | All prerequisites installed successfully |
1336 | 2024-08-02T03:52:23.823Z | |
1337 | 2024-08-02T03:52:23.823Z | real 5:49.766127380 |
1338 | 2024-08-02T03:52:23.823Z | user 11:33.874988478 |
1339 | 2024-08-02T03:52:23.823Z | sys 2:26.911804215 |
1340 | 2024-08-02T03:52:23.823Z | trap 0.373176905 |
1341 | 2024-08-02T03:52:23.823Z | tflt 4.529474138 |
1342 | 2024-08-02T03:52:23.824Z | dflt 4.491098565 |
1343 | 2024-08-02T03:52:23.824Z | kflt 0.151508361 |
1344 | 2024-08-02T03:52:23.824Z | lock 25:29.644849764 |
1345 | 2024-08-02T03:52:23.824Z | slp 49:09.655991550 |
1346 | 2024-08-02T03:52:23.824Z | lat 34.329467119 |
1347 | 2024-08-02T03:52:23.824Z | stop 1:37.049752751 |
1348 | 2024-08-02T03:52:23.824Z | + ptime -m cargo xtask download softnpu |
1349 | 2024-08-02T03:52:24.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1350 | 2024-08-02T03:52:24.348Z | Running `target/debug/xtask download softnpu` |
1351 | 2024-08-02T03:52:25.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1352 | 2024-08-02T03:52:25.133Z | Running `target/debug/xtask-downloader softnpu` |
1353 | 2024-08-02T03:52:25.161Z | Aug 02 03:52:23.343 INFO Starting download, target: Softnpu |
1354 | 2024-08-02T03:52:25.164Z | Aug 02 03:52:23.343 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1355 | 2024-08-02T03:52:25.851Z | Aug 02 03:52:24.033 INFO Download complete, target: Softnpu |
1356 | 2024-08-02T03:52:25.856Z | |
1357 | 2024-08-02T03:52:25.859Z | real 2.029207845 |
1358 | 2024-08-02T03:52:25.859Z | user 1.127904943 |
1359 | 2024-08-02T03:52:25.859Z | sys 0.525389031 |
1360 | 2024-08-02T03:52:25.859Z | trap 0.001036994 |
1361 | 2024-08-02T03:52:25.859Z | tflt 0.000002988 |
1362 | 2024-08-02T03:52:25.859Z | dflt 0.000012907 |
1363 | 2024-08-02T03:52:25.859Z | kflt 0.000000000 |
1364 | 2024-08-02T03:52:25.859Z | lock 7.122278519 |
1365 | 2024-08-02T03:52:25.859Z | slp 0.674765052 |
1366 | 2024-08-02T03:52:25.859Z | lat 0.095666154 |
1367 | 2024-08-02T03:52:25.859Z | stop 0.000368068 |
1368 | 2024-08-02T03:52:25.859Z | + export CARGO_INCREMENTAL=0 |
1369 | 2024-08-02T03:52:25.859Z | + CARGO_INCREMENTAL=0 |
1370 | 2024-08-02T03:52:25.859Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1371 | 2024-08-02T03:52:26.761Z | Compiling proc-macro2 v1.0.86 |
1372 | 2024-08-02T03:52:26.761Z | Compiling unicode-ident v1.0.12 |
1373 | 2024-08-02T03:52:26.765Z | Compiling libc v0.2.155 |
1374 | 2024-08-02T03:52:26.765Z | Compiling serde v1.0.204 |
1375 | 2024-08-02T03:52:26.765Z | Compiling autocfg v1.3.0 |
1376 | 2024-08-02T03:52:26.766Z | Compiling version_check v0.9.4 |
1377 | 2024-08-02T03:52:26.766Z | Compiling cfg-if v1.0.0 |
1378 | 2024-08-02T03:52:27.010Z | Compiling cc v1.0.97 |
1379 | 2024-08-02T03:52:27.027Z | Compiling parking_lot_core v0.9.10 |
1380 | 2024-08-02T03:52:27.039Z | Compiling serde_json v1.0.120 |
1381 | 2024-08-02T03:52:27.439Z | Compiling once_cell v1.19.0 |
1382 | 2024-08-02T03:52:27.486Z | Compiling libm v0.2.8 |
1383 | 2024-08-02T03:52:27.503Z | Compiling ahash v0.8.11 |
1384 | 2024-08-02T03:52:27.682Z | Compiling lock_api v0.4.12 |
1385 | 2024-08-02T03:52:27.810Z | Compiling byteorder v1.5.0 |
1386 | 2024-08-02T03:52:27.828Z | Compiling num-traits v0.2.19 |
1387 | 2024-08-02T03:52:27.843Z | Compiling memchr v2.7.2 |
1388 | 2024-08-02T03:52:28.126Z | Compiling scopeguard v1.2.0 |
1389 | 2024-08-02T03:52:28.143Z | Compiling thiserror v1.0.63 |
1390 | 2024-08-02T03:52:28.290Z | Compiling typenum v1.17.0 |
1391 | 2024-08-02T03:52:28.634Z | Compiling quote v1.0.36 |
1392 | 2024-08-02T03:52:28.804Z | Compiling getrandom v0.2.14 |
1393 | 2024-08-02T03:52:29.044Z | Compiling syn v2.0.72 |
1394 | 2024-08-02T03:52:29.115Z | Compiling itoa v1.0.11 |
1395 | 2024-08-02T03:52:29.260Z | Compiling log v0.4.21 |
1396 | 2024-08-02T03:52:29.332Z | Compiling generic-array v0.14.7 |
1397 | 2024-08-02T03:52:29.679Z | Compiling allocator-api2 v0.2.18 |
1398 | 2024-08-02T03:52:29.822Z | Compiling slab v0.4.9 |
1399 | 2024-08-02T03:52:29.853Z | Compiling ring v0.17.8 |
1400 | 2024-08-02T03:52:29.921Z | Compiling ryu v1.0.18 |
1401 | 2024-08-02T03:52:30.135Z | Compiling pin-project-lite v0.2.14 |
1402 | 2024-08-02T03:52:30.169Z | Compiling semver v1.0.23 |
1403 | 2024-08-02T03:52:30.247Z | Compiling smallvec v1.13.2 |
1404 | 2024-08-02T03:52:30.264Z | Compiling schemars v0.8.21 |
1405 | 2024-08-02T03:52:30.647Z | Compiling equivalent v1.0.1 |
1406 | 2024-08-02T03:52:30.938Z | Compiling spin v0.9.8 |
1407 | 2024-08-02T03:52:30.955Z | Compiling vcpkg v0.2.15 |
1408 | 2024-08-02T03:52:30.956Z | Compiling pkg-config v0.3.30 |
1409 | 2024-08-02T03:52:31.168Z | Compiling parking_lot v0.12.2 |
1410 | 2024-08-02T03:52:31.454Z | Compiling signal-hook-registry v1.4.2 |
1411 | 2024-08-02T03:52:32.233Z | Compiling syn v1.0.109 |
1412 | 2024-08-02T03:52:32.480Z | Compiling openssl-sys v0.9.103 |
1413 | 2024-08-02T03:52:32.858Z | Compiling mio v0.8.11 |
1414 | 2024-08-02T03:52:33.413Z | Compiling rand_core v0.6.4 |
1415 | 2024-08-02T03:52:33.441Z | Compiling socket2 v0.5.7 |
1416 | 2024-08-02T03:52:33.805Z | Compiling num_cpus v1.16.0 |
1417 | 2024-08-02T03:52:33.942Z | Compiling time-core v0.1.2 |
1418 | 2024-08-02T03:52:34.117Z | Compiling num-conv v0.1.0 |
1419 | 2024-08-02T03:52:34.398Z | Compiling time-macros v0.2.18 |
1420 | 2024-08-02T03:52:34.569Z | Compiling heck v0.5.0 |
1421 | 2024-08-02T03:52:34.617Z | Compiling httparse v1.8.0 |
1422 | 2024-08-02T03:52:35.024Z | Compiling futures-core v0.3.30 |
1423 | 2024-08-02T03:52:35.268Z | Compiling openssl v0.10.66 |
1424 | 2024-08-02T03:52:35.466Z | Compiling fnv v1.0.7 |
1425 | 2024-08-02T03:52:35.886Z | Compiling iana-time-zone v0.1.60 |
1426 | 2024-08-02T03:52:35.911Z | Compiling crossbeam-utils v0.8.19 |
1427 | 2024-08-02T03:52:36.004Z | Compiling rustix v0.38.34 |
1428 | 2024-08-02T03:52:36.622Z | Compiling native-tls v0.2.11 |
1429 | 2024-08-02T03:52:36.639Z | Compiling serde_derive_internals v0.29.1 |
1430 | 2024-08-02T03:52:36.785Z | Compiling tinyvec_macros v0.1.1 |
1431 | 2024-08-02T03:52:36.811Z | Compiling rustls v0.21.12 |
1432 | 2024-08-02T03:52:36.873Z | Compiling tinyvec v1.6.0 |
1433 | 2024-08-02T03:52:37.523Z | Compiling subtle v2.5.0 |
1434 | 2024-08-02T03:52:37.796Z | Compiling ucd-trie v0.1.6 |
1435 | 2024-08-02T03:52:37.800Z | Compiling const-oid v0.9.6 |
1436 | 2024-08-02T03:52:38.018Z | Compiling futures-sink v0.3.30 |
1437 | 2024-08-02T03:52:38.292Z | Compiling unicode-normalization v0.1.23 |
1438 | 2024-08-02T03:52:38.492Z | Compiling backtrace v0.3.71 |
1439 | 2024-08-02T03:52:38.780Z | Compiling cookie v0.17.0 |
1440 | 2024-08-02T03:52:39.078Z | Compiling dyn-clone v1.0.17 |
1441 | 2024-08-02T03:52:39.256Z | Compiling slog v2.7.0 |
1442 | 2024-08-02T03:52:39.374Z | Compiling unicode-bidi v0.3.15 |
1443 | 2024-08-02T03:52:39.610Z | Compiling futures-channel v0.3.30 |
1444 | 2024-08-02T03:52:39.890Z | Compiling futures-io v0.3.30 |
1445 | 2024-08-02T03:52:39.975Z | Compiling futures-task v0.3.30 |
1446 | 2024-08-02T03:52:40.098Z | Compiling pin-utils v0.1.0 |
1447 | 2024-08-02T03:52:40.514Z | Compiling aho-corasick v1.1.3 |
1448 | 2024-08-02T03:52:40.616Z | Compiling regex-syntax v0.8.3 |
1449 | 2024-08-02T03:52:40.688Z | Compiling untrusted v0.9.0 |
1450 | 2024-08-02T03:52:40.990Z | Compiling winnow v0.5.40 |
1451 | 2024-08-02T03:52:41.976Z | Compiling serde_derive v1.0.204 |
1452 | 2024-08-02T03:52:43.060Z | Compiling zerocopy-derive v0.7.34 |
1453 | 2024-08-02T03:52:43.145Z | Compiling zeroize_derive v1.4.2 |
1454 | 2024-08-02T03:52:44.550Z | Compiling thiserror-impl v1.0.63 |
1455 | 2024-08-02T03:52:44.866Z | Compiling tokio-macros v2.3.0 |
1456 | 2024-08-02T03:52:44.883Z | Compiling futures-macro v0.3.30 |
1457 | 2024-08-02T03:52:44.993Z | Compiling zerocopy v0.7.34 |
1458 | 2024-08-02T03:52:45.696Z | Compiling schemars_derive v0.8.21 |
1459 | 2024-08-02T03:52:46.449Z | Compiling tracing-attributes v0.1.27 |
1460 | 2024-08-02T03:52:46.725Z | Compiling zeroize v1.7.0 |
1461 | 2024-08-02T03:52:47.185Z | Compiling hashbrown v0.14.5 |
1462 | 2024-08-02T03:52:47.493Z | Compiling openssl-macros v0.1.1 |
1463 | 2024-08-02T03:52:48.208Z | Compiling scroll_derive v0.12.0 |
1464 | 2024-08-02T03:52:48.509Z | Compiling pest v2.7.10 |
1465 | 2024-08-02T03:52:48.571Z | Compiling crypto-common v0.1.6 |
1466 | 2024-08-02T03:52:48.721Z | Compiling futures-util v0.3.30 |
1467 | 2024-08-02T03:52:48.762Z | Compiling der_derive v0.7.2 |
1468 | 2024-08-02T03:52:49.004Z | Compiling anyhow v1.0.86 |
1469 | 2024-08-02T03:52:49.861Z | Compiling block-buffer v0.10.4 |
1470 | 2024-08-02T03:52:50.230Z | Compiling regex-automata v0.4.6 |
1471 | 2024-08-02T03:52:51.076Z | Compiling pest_meta v2.7.10 |
1472 | 2024-08-02T03:52:51.483Z | Compiling tracing-core v0.1.32 |
1473 | 2024-08-02T03:52:53.878Z | Compiling pest_generator v2.7.10 |
1474 | 2024-08-02T03:52:55.188Z | Compiling usdt-impl v0.5.0 |
1475 | 2024-08-02T03:52:55.595Z | Compiling bytes v1.6.0 |
1476 | 2024-08-02T03:52:56.183Z | Compiling indexmap v2.2.6 |
1477 | 2024-08-02T03:52:56.834Z | Compiling tokio v1.38.1 |
1478 | 2024-08-02T03:52:57.256Z | Compiling uuid v1.10.0 |
1479 | 2024-08-02T03:52:57.547Z | Compiling bitflags v2.6.0 |
1480 | 2024-08-02T03:52:57.827Z | Compiling chrono v0.4.38 |
1481 | 2024-08-02T03:52:58.302Z | Compiling serde_tokenstream v0.2.1 |
1482 | 2024-08-02T03:52:59.260Z | Compiling serde_spanned v0.6.7 |
1483 | 2024-08-02T03:52:59.467Z | Compiling toml_datetime v0.6.8 |
1484 | 2024-08-02T03:52:59.949Z | Compiling http v0.2.12 |
1485 | 2024-08-02T03:53:00.147Z | Compiling toml_edit v0.19.15 |
1486 | 2024-08-02T03:53:02.272Z | Compiling rustc_version v0.4.0 |
1487 | 2024-08-02T03:53:02.880Z | Compiling pest_derive v2.7.10 |
1488 | 2024-08-02T03:53:02.961Z | Compiling rustversion v1.0.17 |
1489 | 2024-08-02T03:53:03.602Z | Compiling powerfmt v0.2.0 |
1490 | 2024-08-02T03:53:03.706Z | Compiling heapless v0.7.17 |
1491 | 2024-08-02T03:53:04.069Z | Compiling deranged v0.3.11 |
1492 | 2024-08-02T03:53:04.127Z | Compiling tracing v0.1.40 |
1493 | 2024-08-02T03:53:04.487Z | Compiling digest v0.10.7 |
1494 | 2024-08-02T03:53:04.896Z | Compiling scroll v0.12.0 |
1495 | 2024-08-02T03:53:05.430Z | Compiling plain v0.2.3 |
1496 | 2024-08-02T03:53:05.580Z | Compiling ppv-lite86 v0.2.17 |
1497 | 2024-08-02T03:53:06.410Z | Compiling signal-hook v0.3.17 |
1498 | 2024-08-02T03:53:06.427Z | Compiling num_threads v0.1.7 |
1499 | 2024-08-02T03:53:06.550Z | Compiling percent-encoding v2.3.1 |
1500 | 2024-08-02T03:53:06.642Z | Compiling heck v0.4.1 |
1501 | 2024-08-02T03:53:07.026Z | Compiling time v0.3.36 |
1502 | 2024-08-02T03:53:07.056Z | Compiling rand_chacha v0.3.1 |
1503 | 2024-08-02T03:53:07.130Z | Compiling goblin v0.8.2 |
1504 | 2024-08-02T03:53:07.993Z | Compiling regex v1.10.5 |
1505 | 2024-08-02T03:53:09.153Z | Compiling crc32fast v1.4.0 |
1506 | 2024-08-02T03:53:09.629Z | Compiling strsim v0.11.1 |
1507 | 2024-08-02T03:53:10.042Z | Compiling pretty-hex v0.4.1 |
1508 | 2024-08-02T03:53:10.754Z | Compiling rand v0.8.5 |
1509 | 2024-08-02T03:53:11.551Z | Compiling tokio-util v0.7.11 |
1510 | 2024-08-02T03:53:12.672Z | Compiling dtrace-parser v0.2.0 |
1511 | 2024-08-02T03:53:12.898Z | Compiling async-trait v0.1.81 |
1512 | 2024-08-02T03:53:13.146Z | Compiling dof v0.3.0 |
1513 | 2024-08-02T03:53:13.881Z | Compiling thread-id v4.2.1 |
1514 | 2024-08-02T03:53:14.163Z | Compiling base64ct v1.6.0 |
1515 | 2024-08-02T03:53:14.377Z | Compiling foreign-types-shared v0.1.1 |
1516 | 2024-08-02T03:53:14.483Z | Compiling unicode-width v0.1.13 |
1517 | 2024-08-02T03:53:14.704Z | Compiling smoltcp v0.9.1 |
1518 | 2024-08-02T03:53:14.794Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1519 | 2024-08-02T03:53:15.310Z | Compiling pem-rfc7468 v0.7.0 |
1520 | 2024-08-02T03:53:15.324Z | Compiling foreign-types v0.3.2 |
1521 | 2024-08-02T03:53:16.525Z | Compiling form_urlencoded v1.2.1 |
1522 | 2024-08-02T03:53:16.967Z | Compiling hmac v0.12.1 |
1523 | 2024-08-02T03:53:17.019Z | Compiling try-lock v0.2.5 |
1524 | 2024-08-02T03:53:17.161Z | Compiling adler v1.0.2 |
1525 | 2024-08-02T03:53:17.182Z | Compiling siphasher v0.3.11 |
1526 | 2024-08-02T03:53:17.455Z | Compiling flagset v0.4.5 |
1527 | 2024-08-02T03:53:17.688Z | Compiling want v0.3.1 |
1528 | 2024-08-02T03:53:17.701Z | Compiling der v0.7.9 |
1529 | 2024-08-02T03:53:17.858Z | Compiling miniz_oxide v0.7.2 |
1530 | 2024-08-02T03:53:19.607Z | Compiling h2 v0.3.26 |
1531 | 2024-08-02T03:53:20.738Z | Compiling rustls-webpki v0.101.7 |
1532 | 2024-08-02T03:53:20.791Z | Compiling sct v0.7.1 |
1533 | 2024-08-02T03:53:21.093Z | Compiling http-body v0.4.6 |
1534 | 2024-08-02T03:53:22.177Z | Compiling openapiv3 v2.0.0 |
1535 | 2024-08-02T03:53:22.341Z | Compiling hubpack_derive v0.1.1 |
1536 | 2024-08-02T03:53:22.432Z | Compiling zerocopy-derive v0.6.6 |
1537 | 2024-08-02T03:53:22.605Z | Compiling idna v0.5.0 |
1538 | 2024-08-02T03:53:23.556Z | Compiling lazy_static v1.5.0 |
1539 | 2024-08-02T03:53:23.689Z | Compiling errno v0.3.9 |
1540 | 2024-08-02T03:53:23.967Z | Compiling fs-err v2.11.0 |
1541 | 2024-08-02T03:53:23.985Z | Compiling tower-service v0.3.2 |
1542 | 2024-08-02T03:53:24.109Z | Compiling stable_deref_trait v1.2.0 |
1543 | 2024-08-02T03:53:24.210Z | Compiling openssl-probe v0.1.5 |
1544 | 2024-08-02T03:53:24.264Z | Compiling anstyle v1.0.8 |
1545 | 2024-08-02T03:53:24.294Z | Compiling cpufeatures v0.2.12 |
1546 | 2024-08-02T03:53:24.326Z | Compiling finl_unicode v1.2.0 |
1547 | 2024-08-02T03:53:24.500Z | Compiling httpdate v1.0.3 |
1548 | 2024-08-02T03:53:24.908Z | Compiling utf8parse v0.2.1 |
1549 | 2024-08-02T03:53:24.939Z | Compiling gimli v0.28.1 |
1550 | 2024-08-02T03:53:25.063Z | Compiling anstyle-parse v0.2.4 |
1551 | 2024-08-02T03:53:25.376Z | Compiling stringprep v0.1.4 |
1552 | 2024-08-02T03:53:26.328Z | Compiling sha2 v0.10.8 |
1553 | 2024-08-02T03:53:26.825Z | Compiling hyper v0.14.30 |
1554 | 2024-08-02T03:53:26.957Z | Compiling url v2.5.2 |
1555 | 2024-08-02T03:53:29.531Z | Compiling spki v0.7.3 |
1556 | 2024-08-02T03:53:29.883Z | Compiling addr2line v0.21.0 |
1557 | 2024-08-02T03:53:31.590Z | Compiling usdt-macro v0.5.0 |
1558 | 2024-08-02T03:53:31.630Z | Compiling usdt-attr-macro v0.5.0 |
1559 | 2024-08-02T03:53:33.048Z | Compiling md-5 v0.10.6 |
1560 | 2024-08-02T03:53:36.206Z | Compiling idna v0.3.0 |
1561 | 2024-08-02T03:53:37.032Z | Compiling diesel_table_macro_syntax v0.1.0 |
1562 | 2024-08-02T03:53:37.183Z | Compiling num-integer v0.1.46 |
1563 | 2024-08-02T03:53:37.395Z | Compiling object v0.32.2 |
1564 | 2024-08-02T03:53:37.664Z | Compiling hash32 v0.2.1 |
1565 | 2024-08-02T03:53:38.050Z | Compiling fallible-iterator v0.2.0 |
1566 | 2024-08-02T03:53:38.353Z | Compiling base64 v0.22.1 |
1567 | 2024-08-02T03:53:39.021Z | Compiling is_terminal_polyfill v1.70.0 |
1568 | 2024-08-02T03:53:39.139Z | Compiling rustc-demangle v0.1.24 |
1569 | 2024-08-02T03:53:39.578Z | Compiling psl-types v2.0.11 |
1570 | 2024-08-02T03:53:39.768Z | Compiling colorchoice v1.0.1 |
1571 | 2024-08-02T03:53:39.930Z | Compiling anstyle-query v1.0.3 |
1572 | 2024-08-02T03:53:44.129Z | Compiling anstream v0.6.14 |
1573 | 2024-08-02T03:53:45.730Z | Compiling publicsuffix v2.2.3 |
1574 | 2024-08-02T03:53:46.008Z | Compiling postgres-protocol v0.6.7 |
1575 | 2024-08-02T03:53:47.187Z | Compiling diesel_derives v2.1.4 |
1576 | 2024-08-02T03:53:51.604Z | Compiling tokio-rustls v0.24.1 |
1577 | 2024-08-02T03:53:52.888Z | Compiling pkcs8 v0.10.2 |
1578 | 2024-08-02T03:53:53.413Z | Compiling terminal_size v0.3.0 |
1579 | 2024-08-02T03:53:53.623Z | Compiling tokio-native-tls v0.3.1 |
1580 | 2024-08-02T03:53:53.900Z | Compiling phf_shared v0.11.2 |
1581 | 2024-08-02T03:53:54.420Z | Compiling strum_macros v0.25.3 |
1582 | 2024-08-02T03:53:54.809Z | Compiling enum-as-inner v0.5.1 |
1583 | 2024-08-02T03:53:55.207Z | Compiling regress v0.9.1 |
1584 | 2024-08-02T03:53:55.482Z | Compiling block-padding v0.3.3 |
1585 | 2024-08-02T03:53:55.701Z | Compiling serde_repr v0.1.19 |
1586 | 2024-08-02T03:53:55.784Z | Compiling clap_derive v4.5.8 |
1587 | 2024-08-02T03:53:58.150Z | Compiling ff v0.13.0 |
1588 | 2024-08-02T03:53:58.375Z | Compiling scheduled-thread-pool v0.2.7 |
1589 | 2024-08-02T03:53:58.872Z | Compiling encoding_rs v0.8.34 |
1590 | 2024-08-02T03:53:59.940Z | Compiling base16ct v0.2.0 |
1591 | 2024-08-02T03:54:00.066Z | Compiling regex-automata v0.1.10 |
1592 | 2024-08-02T03:54:00.206Z | Compiling base64 v0.21.7 |
1593 | 2024-08-02T03:54:00.581Z | Compiling either v1.12.0 |
1594 | 2024-08-02T03:54:00.892Z | Compiling clap_lex v0.7.0 |
1595 | 2024-08-02T03:54:01.006Z | Compiling managed v0.8.0 |
1596 | 2024-08-02T03:54:01.069Z | Compiling bit-vec v0.6.3 |
1597 | 2024-08-02T03:54:01.329Z | Compiling bitflags v1.3.2 |
1598 | 2024-08-02T03:54:01.478Z | Compiling matches v0.1.10 |
1599 | 2024-08-02T03:54:01.541Z | Compiling mime v0.3.17 |
1600 | 2024-08-02T03:54:01.573Z | Compiling ipnet v2.9.0 |
1601 | 2024-08-02T03:54:02.629Z | Compiling idna v0.2.3 |
1602 | 2024-08-02T03:54:02.632Z | Compiling clap_builder v4.5.9 |
1603 | 2024-08-02T03:54:04.026Z | Compiling rustls-pemfile v1.0.4 |
1604 | 2024-08-02T03:54:04.704Z | Compiling bstr v0.2.17 |
1605 | 2024-08-02T03:54:04.848Z | Compiling sec1 v0.7.3 |
1606 | 2024-08-02T03:54:05.611Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1607 | 2024-08-02T03:54:06.004Z | Compiling r2d2 v0.8.10 |
1608 | 2024-08-02T03:54:07.524Z | Compiling group v0.13.0 |
1609 | 2024-08-02T03:54:08.180Z | Compiling inout v0.1.3 |
1610 | 2024-08-02T03:54:09.878Z | Compiling phf v0.11.2 |
1611 | 2024-08-02T03:54:09.962Z | Compiling hyper-tls v0.5.0 |
1612 | 2024-08-02T03:54:10.180Z | Compiling signal-hook-mio v0.2.3 |
1613 | 2024-08-02T03:54:10.310Z | Compiling hyper-rustls v0.24.2 |
1614 | 2024-08-02T03:54:10.334Z | Compiling cookie_store v0.20.0 |
1615 | 2024-08-02T03:54:10.584Z | Compiling postgres-types v0.2.7 |
1616 | 2024-08-02T03:54:10.675Z | Compiling num-bigint v0.4.5 |
1617 | 2024-08-02T03:54:11.001Z | Compiling zerocopy v0.6.6 |
1618 | 2024-08-02T03:54:11.831Z | Compiling hubpack v0.1.2 |
1619 | 2024-08-02T03:54:11.886Z | Compiling phf_shared v0.10.0 |
1620 | 2024-08-02T03:54:11.985Z | Compiling hkdf v0.12.4 |
1621 | 2024-08-02T03:54:12.213Z | Compiling serde_urlencoded v0.7.1 |
1622 | 2024-08-02T03:54:12.247Z | Compiling crossbeam-epoch v0.9.18 |
1623 | 2024-08-02T03:54:12.787Z | Compiling ipnetwork v0.20.0 |
1624 | 2024-08-02T03:54:13.383Z | Compiling futures-executor v0.3.30 |
1625 | 2024-08-02T03:54:14.058Z | Compiling crypto-bigint v0.5.5 |
1626 | 2024-08-02T03:54:14.329Z | Compiling float-cmp v0.9.0 |
1627 | 2024-08-02T03:54:14.519Z | Compiling memmap v0.7.0 |
1628 | 2024-08-02T03:54:14.843Z | Compiling predicates-core v1.0.6 |
1629 | 2024-08-02T03:54:14.902Z | Compiling winnow v0.6.18 |
1630 | 2024-08-02T03:54:15.660Z | Compiling difflib v0.4.0 |
1631 | 2024-08-02T03:54:16.451Z | Compiling precomputed-hash v0.1.1 |
1632 | 2024-08-02T03:54:16.899Z | Compiling sync_wrapper v0.1.2 |
1633 | 2024-08-02T03:54:17.034Z | Compiling normalize-line-endings v0.3.0 |
1634 | 2024-08-02T03:54:17.165Z | Compiling static_assertions v1.1.0 |
1635 | 2024-08-02T03:54:17.252Z | Compiling whoami v1.5.1 |
1636 | 2024-08-02T03:54:17.377Z | Compiling unicode-segmentation v1.11.0 |
1637 | 2024-08-02T03:54:17.662Z | Compiling fixedbitset v0.4.2 |
1638 | 2024-08-02T03:54:17.808Z | Compiling new_debug_unreachable v1.0.6 |
1639 | 2024-08-02T03:54:18.068Z | Compiling data-encoding v2.6.0 |
1640 | 2024-08-02T03:54:18.144Z | Compiling minimal-lexical v0.2.1 |
1641 | 2024-08-02T03:54:18.147Z | Compiling webpki-roots v0.25.4 |
1642 | 2024-08-02T03:54:18.310Z | Compiling reqwest v0.11.27 |
1643 | 2024-08-02T03:54:18.653Z | Compiling nom v7.1.3 |
1644 | 2024-08-02T03:54:18.735Z | Compiling toml_edit v0.22.20 |
1645 | 2024-08-02T03:54:18.981Z | Compiling trust-dns-proto v0.22.0 |
1646 | 2024-08-02T03:54:20.127Z | Compiling similar v2.5.0 |
1647 | 2024-08-02T03:54:20.466Z | Compiling petgraph v0.6.5 |
1648 | 2024-08-02T03:54:22.178Z | Compiling string_cache v0.8.7 |
1649 | 2024-08-02T03:54:22.427Z | Compiling tokio-postgres v0.7.11 |
1650 | 2024-08-02T03:54:22.592Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1651 | 2024-08-02T03:54:24.581Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1652 | 2024-08-02T03:54:24.690Z | Compiling predicates v3.1.2 |
1653 | 2024-08-02T03:54:26.044Z | Compiling elliptic-curve v0.13.8 |
1654 | 2024-08-02T03:54:26.210Z | Compiling usdt v0.5.0 |
1655 | 2024-08-02T03:54:26.661Z | Compiling futures v0.3.30 |
1656 | 2024-08-02T03:54:26.783Z | Compiling yasna v0.5.2 |
1657 | 2024-08-02T03:54:26.783Z | Compiling diesel v2.1.6 |
1658 | 2024-08-02T03:54:27.535Z | Compiling crossterm v0.27.0 |
1659 | 2024-08-02T03:54:27.564Z | Compiling flate2 v1.0.30 |
1660 | 2024-08-02T03:54:27.839Z | Compiling cipher v0.4.4 |
1661 | 2024-08-02T03:54:28.319Z | Compiling clap v4.5.9 |
1662 | 2024-08-02T03:54:28.442Z | Compiling bit-set v0.5.3 |
1663 | 2024-08-02T03:54:28.469Z | Compiling itertools v0.12.1 |
1664 | 2024-08-02T03:54:28.736Z | Compiling itertools v0.10.5 |
1665 | 2024-08-02T03:54:29.334Z | Compiling num-iter v0.1.45 |
1666 | 2024-08-02T03:54:29.520Z | Compiling console v0.15.8 |
1667 | 2024-08-02T03:54:30.887Z | Compiling tokio-stream v0.1.15 |
1668 | 2024-08-02T03:54:30.966Z | Compiling toml v0.7.8 |
1669 | 2024-08-02T03:54:31.040Z | Compiling bstr v1.9.1 |
1670 | 2024-08-02T03:54:31.514Z | Compiling hex v0.4.3 |
1671 | 2024-08-02T03:54:31.813Z | Compiling camino v1.1.7 |
1672 | 2024-08-02T03:54:31.925Z | Compiling unicode-xid v0.2.4 |
1673 | 2024-08-02T03:54:32.339Z | Compiling lalrpop-util v0.19.12 |
1674 | 2024-08-02T03:54:32.531Z | Compiling peg-runtime v0.8.3 |
1675 | 2024-08-02T03:54:33.014Z | Compiling proc-macro-crate v1.3.1 |
1676 | 2024-08-02T03:54:34.189Z | Compiling heapless v0.8.0 |
1677 | 2024-08-02T03:54:36.842Z | Compiling num_enum_derive v0.5.11 |
1678 | 2024-08-02T03:54:41.875Z | Compiling hash32 v0.3.1 |
1679 | 2024-08-02T03:54:42.261Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1680 | 2024-08-02T03:54:42.766Z | Compiling rustls-pki-types v1.7.0 |
1681 | 2024-08-02T03:54:43.936Z | Compiling ident_case v1.0.1 |
1682 | 2024-08-02T03:54:44.267Z | Compiling smoltcp v0.11.0 |
1683 | 2024-08-02T03:54:49.203Z | Compiling darling_core v0.20.9 |
1684 | 2024-08-02T03:54:58.030Z | Compiling num_enum v0.5.11 |
1685 | 2024-08-02T03:54:59.348Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1686 | 2024-08-02T03:54:59.561Z | Compiling getopts v0.2.21 |
1687 | 2024-08-02T03:55:00.392Z | Compiling dirs-sys-next v0.1.2 |
1688 | 2024-08-02T03:55:01.012Z | Compiling proc-macro-error-attr v1.0.4 |
1689 | 2024-08-02T03:55:01.458Z | Compiling unsafe-libyaml v0.2.11 |
1690 | 2024-08-02T03:55:01.661Z | Compiling rustls v0.22.4 |
1691 | 2024-08-02T03:55:03.190Z | Compiling paste v1.0.15 |
1692 | 2024-08-02T03:55:03.292Z | Compiling cobs v0.2.3 |
1693 | 2024-08-02T03:55:03.526Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1694 | 2024-08-02T03:55:03.643Z | Compiling embedded-io v0.4.0 |
1695 | 2024-08-02T03:55:03.734Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1696 | 2024-08-02T03:55:03.906Z | Compiling postcard v1.0.8 |
1697 | 2024-08-02T03:55:04.838Z | Compiling serde_yaml v0.9.34+deprecated |
1698 | 2024-08-02T03:55:07.209Z | Compiling dirs-next v2.0.0 |
1699 | 2024-08-02T03:55:08.290Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1700 | 2024-08-02T03:55:10.457Z | Compiling darling_macro v0.20.9 |
1701 | 2024-08-02T03:55:11.378Z | Compiling rustls-webpki v0.102.4 |
1702 | 2024-08-02T03:55:18.081Z | Compiling strum_macros v0.26.4 |
1703 | 2024-08-02T03:55:19.630Z | Compiling foreign-types-macros v0.2.3 |
1704 | 2024-08-02T03:55:19.804Z | Compiling structmeta-derive v0.3.0 |
1705 | 2024-08-02T03:55:20.673Z | Compiling thread_local v1.1.8 |
1706 | 2024-08-02T03:55:20.891Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1707 | 2024-08-02T03:55:21.221Z | Compiling multer v3.1.0 |
1708 | 2024-08-02T03:55:21.394Z | Compiling proc-macro-error v1.0.4 |
1709 | 2024-08-02T03:55:22.503Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1710 | 2024-08-02T03:55:22.627Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1711 | 2024-08-02T03:55:22.778Z | Compiling slog-async v2.8.0 |
1712 | 2024-08-02T03:55:22.936Z | Compiling foreign-types-shared v0.3.1 |
1713 | 2024-08-02T03:55:23.241Z | Compiling match_cfg v0.1.0 |
1714 | 2024-08-02T03:55:28.529Z | Compiling hostname v0.3.1 |
1715 | 2024-08-02T03:55:28.602Z | Compiling foreign-types v0.5.0 |
1716 | 2024-08-02T03:55:28.662Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1717 | 2024-08-02T03:55:28.729Z | Compiling strum v0.26.3 |
1718 | 2024-08-02T03:55:28.914Z | Compiling structmeta v0.3.0 |
1719 | 2024-08-02T03:55:32.984Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1720 | 2024-08-02T03:55:37.386Z | Compiling darling v0.20.9 |
1721 | 2024-08-02T03:55:43.420Z | Compiling term v0.7.0 |
1722 | 2024-08-02T03:55:46.647Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1723 | 2024-08-02T03:55:47.977Z | Compiling slog-json v2.6.1 |
1724 | 2024-08-02T03:55:48.068Z | Compiling tabwriter v1.4.0 |
1725 | 2024-08-02T03:55:48.471Z | Compiling crossbeam-channel v0.5.12 |
1726 | 2024-08-02T03:55:49.640Z | Compiling http v1.1.0 |
1727 | 2024-08-02T03:55:50.015Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1728 | 2024-08-02T03:55:50.043Z | Compiling async-stream-impl v0.3.5 |
1729 | 2024-08-02T03:55:50.696Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1730 | 2024-08-02T03:55:50.864Z | Compiling cstr-argument v0.1.2 |
1731 | 2024-08-02T03:55:51.147Z | Compiling is-terminal v0.4.12 |
1732 | 2024-08-02T03:55:51.294Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1733 | 2024-08-02T03:55:51.431Z | Compiling pretty-hex v0.2.1 |
1734 | 2024-08-02T03:55:51.573Z | Compiling rayon-core v1.12.1 |
1735 | 2024-08-02T03:55:51.608Z | Compiling take_mut v0.2.2 |
1736 | 2024-08-02T03:55:51.643Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1737 | 2024-08-02T03:55:51.780Z | Compiling atomic-waker v1.1.2 |
1738 | 2024-08-02T03:55:51.953Z | Compiling fastrand v2.1.0 |
1739 | 2024-08-02T03:55:51.980Z | Compiling crucible-workspace-hack v0.1.0 |
1740 | 2024-08-02T03:55:52.332Z | Compiling waitgroup v0.1.2 |
1741 | 2024-08-02T03:55:52.349Z | Compiling tempfile v3.10.1 |
1742 | 2024-08-02T03:55:52.605Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1743 | 2024-08-02T03:55:53.005Z | Compiling async-stream v0.3.5 |
1744 | 2024-08-02T03:55:53.336Z | Compiling slog-term v2.9.1 |
1745 | 2024-08-02T03:55:53.988Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1746 | 2024-08-02T03:55:54.521Z | Compiling slog-bunyan v2.5.0 |
1747 | 2024-08-02T03:55:54.809Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1748 | 2024-08-02T03:55:55.039Z | Compiling tokio-rustls v0.25.0 |
1749 | 2024-08-02T03:55:55.427Z | Compiling serde_with_macros v3.8.3 |
1750 | 2024-08-02T03:55:55.503Z | Compiling parse-display-derive v0.9.1 |
1751 | 2024-08-02T03:55:55.537Z | Compiling toml v0.8.19 |
1752 | 2024-08-02T03:55:55.605Z | Compiling rustls-pemfile v2.1.2 |
1753 | 2024-08-02T03:55:55.965Z | Compiling sha1 v0.10.6 |
1754 | 2024-08-02T03:55:56.371Z | Compiling crossbeam-deque v0.8.5 |
1755 | 2024-08-02T03:55:56.759Z | Compiling colored v2.1.0 |
1756 | 2024-08-02T03:55:56.772Z | Compiling newtype-uuid v1.1.0 |
1757 | 2024-08-02T03:55:57.122Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1758 | 2024-08-02T03:55:57.985Z | Compiling serde_path_to_error v0.1.16 |
1759 | 2024-08-02T03:55:58.122Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1760 | 2024-08-02T03:55:58.869Z | Compiling socket2 v0.4.10 |
1761 | 2024-08-02T03:55:59.022Z | Compiling hostname v0.4.0 |
1762 | 2024-08-02T03:55:59.285Z | Compiling instant v0.1.12 |
1763 | 2024-08-02T03:55:59.453Z | Compiling debug-ignore v1.0.5 |
1764 | 2024-08-02T03:55:59.476Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1765 | 2024-08-02T03:55:59.615Z | Compiling parse-display v0.9.1 |
1766 | 2024-08-02T03:55:59.880Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1767 | 2024-08-02T03:56:00.317Z | Compiling backoff v0.4.0 |
1768 | 2024-08-02T03:56:01.546Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1769 | 2024-08-02T03:56:01.765Z | Compiling serde_with v3.8.3 |
1770 | 2024-08-02T03:56:02.407Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1771 | 2024-08-02T03:56:02.963Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1772 | 2024-08-02T03:56:04.342Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1773 | 2024-08-02T03:56:05.103Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1774 | 2024-08-02T03:56:05.956Z | Compiling camino-tempfile v1.1.1 |
1775 | 2024-08-02T03:56:07.320Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1776 | 2024-08-02T03:56:07.324Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1777 | 2024-08-02T03:56:07.324Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1778 | 2024-08-02T03:56:07.324Z | Compiling macaddr v1.0.1 |
1779 | 2024-08-02T03:56:07.324Z | Compiling num-derive v0.4.2 |
1780 | 2024-08-02T03:56:07.348Z | Compiling sigpipe v0.1.3 |
1781 | 2024-08-02T03:56:07.490Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1782 | 2024-08-02T03:56:07.812Z | Compiling libefi-sys v0.1.0 |
1783 | 2024-08-02T03:56:08.183Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1784 | 2024-08-02T03:56:08.756Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1785 | 2024-08-02T03:56:09.159Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1786 | 2024-08-02T03:56:09.671Z | Compiling rayon v1.10.0 |
1787 | 2024-08-02T03:56:09.721Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1788 | 2024-08-02T03:56:10.414Z | Compiling smf v0.2.3 |
1789 | 2024-08-02T03:56:10.701Z | Compiling bitfield-struct v0.6.1 |
1790 | 2024-08-02T03:56:12.085Z | Compiling ring v0.16.20 |
1791 | 2024-08-02T03:56:12.152Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1792 | 2024-08-02T03:56:12.538Z | Compiling blake3 v1.5.1 |
1793 | 2024-08-02T03:56:13.045Z | Compiling portable-atomic v1.6.0 |
1794 | 2024-08-02T03:56:13.669Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1795 | 2024-08-02T03:56:13.994Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1796 | 2024-08-02T03:56:14.130Z | Compiling xattr v1.3.1 |
1797 | 2024-08-02T03:56:14.405Z | Compiling filetime v0.2.23 |
1798 | 2024-08-02T03:56:14.444Z | Compiling memmap2 v0.9.4 |
1799 | 2024-08-02T03:56:14.759Z | Compiling arrayvec v0.7.4 |
1800 | 2024-08-02T03:56:15.020Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1801 | 2024-08-02T03:56:15.121Z | Compiling untrusted v0.7.1 |
1802 | 2024-08-02T03:56:15.139Z | Compiling same-file v1.0.6 |
1803 | 2024-08-02T03:56:15.203Z | Compiling arrayref v0.3.7 |
1804 | 2024-08-02T03:56:15.304Z | Compiling spin v0.5.2 |
1805 | 2024-08-02T03:56:15.321Z | Compiling constant_time_eq v0.3.0 |
1806 | 2024-08-02T03:56:15.395Z | Compiling walkdir v2.5.0 |
1807 | 2024-08-02T03:56:15.560Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1808 | 2024-08-02T03:56:15.578Z | Compiling tar v0.4.41 |
1809 | 2024-08-02T03:56:16.935Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1810 | 2024-08-02T03:56:17.106Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1811 | 2024-08-02T03:56:19.262Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1812 | 2024-08-02T03:56:20.186Z | Compiling cargo-platform v0.1.8 |
1813 | 2024-08-02T03:56:20.856Z | Compiling gethostname v0.4.3 |
1814 | 2024-08-02T03:56:21.160Z | Compiling number_prefix v0.4.0 |
1815 | 2024-08-02T03:56:21.312Z | Compiling topological-sort v0.2.2 |
1816 | 2024-08-02T03:56:21.417Z | Compiling indicatif v0.17.8 |
1817 | 2024-08-02T03:56:21.592Z | Compiling omicron-zone-package v0.11.0 |
1818 | 2024-08-02T03:56:21.648Z | Compiling cargo_metadata v0.18.1 |
1819 | 2024-08-02T03:56:33.430Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1820 | 2024-08-02T03:56:34.940Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1821 | 2024-08-02T03:56:37.539Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1822 | 2024-08-02T03:56:52.242Z | Finished `release` profile [optimized] target(s) in 4m 26s |
1823 | 2024-08-02T03:56:52.373Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1824 | 2024-08-02T03:56:52.412Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1825 | 2024-08-02T03:56:52.415Z | Created new build target 'test' and set it as active |
1826 | 2024-08-02T03:56:52.415Z | |
1827 | 2024-08-02T03:56:52.416Z | real 4:26.514308811 |
1828 | 2024-08-02T03:56:52.416Z | user 30:12.119943354 |
1829 | 2024-08-02T03:56:52.416Z | sys 3:47.964562786 |
1830 | 2024-08-02T03:56:52.416Z | trap 0.879744331 |
1831 | 2024-08-02T03:56:52.416Z | tflt 2.632073717 |
1832 | 2024-08-02T03:56:52.416Z | dflt 1.251827623 |
1833 | 2024-08-02T03:56:52.416Z | kflt 0.000128651 |
1834 | 2024-08-02T03:56:52.416Z | lock 1:05:42.722988111 |
1835 | 2024-08-02T03:56:52.416Z | slp 1:54:33.140019044 |
1836 | 2024-08-02T03:56:52.416Z | lat 2:01.814810700 |
1837 | 2024-08-02T03:56:52.416Z | stop 3:26.251750993 |
1838 | 2024-08-02T03:56:52.416Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1839 | 2024-08-02T03:56:53.293Z | Finished `release` profile [optimized] target(s) in 0.83s |
1840 | 2024-08-02T03:56:53.338Z | Running `target/release/omicron-package -t test package` |
1841 | 2024-08-02T03:56:53.375Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1842 | 2024-08-02T03:56:54.397Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1843 | 2024-08-02T03:56:54.397Z | Compiling camino v1.1.7 |
1844 | 2024-08-02T03:56:54.400Z | Compiling password-hash v0.5.0 |
1845 | 2024-08-02T03:56:54.400Z | Compiling blake2 v0.10.6 |
1846 | 2024-08-02T03:56:54.400Z | Compiling derive-where v1.2.7 |
1847 | 2024-08-02T03:56:54.400Z | Compiling humantime v2.1.0 |
1848 | 2024-08-02T03:56:54.400Z | Compiling newline-converter v0.3.0 |
1849 | 2024-08-02T03:56:54.541Z | Compiling toml v0.8.19 |
1850 | 2024-08-02T03:56:54.718Z | Compiling expectorate v1.1.0 |
1851 | 2024-08-02T03:56:54.738Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1852 | 2024-08-02T03:56:54.912Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1853 | 2024-08-02T03:56:55.141Z | Compiling argon2 v0.5.3 |
1854 | 2024-08-02T03:56:55.409Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1855 | 2024-08-02T03:56:55.479Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1856 | 2024-08-02T03:56:55.632Z | Compiling dirs-sys-next v0.1.2 |
1857 | 2024-08-02T03:56:55.691Z | Compiling prettyplease v0.2.20 |
1858 | 2024-08-02T03:56:56.041Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1859 | 2024-08-02T03:56:56.133Z | Compiling dirs-next v2.0.0 |
1860 | 2024-08-02T03:56:56.173Z | Compiling semver v0.1.20 |
1861 | 2024-08-02T03:56:56.327Z | Compiling term v0.7.0 |
1862 | 2024-08-02T03:56:56.623Z | Compiling rustc_version v0.1.7 |
1863 | 2024-08-02T03:56:56.702Z | Compiling is-terminal v0.4.12 |
1864 | 2024-08-02T03:56:56.763Z | Compiling convert_case v0.4.0 |
1865 | 2024-08-02T03:56:56.834Z | Compiling home v0.5.9 |
1866 | 2024-08-02T03:56:57.022Z | Compiling newtype_derive v0.1.6 |
1867 | 2024-08-02T03:56:57.079Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1868 | 2024-08-02T03:56:57.524Z | Compiling rustls-pki-types v1.7.0 |
1869 | 2024-08-02T03:56:57.541Z | Compiling derive_more v0.99.18 |
1870 | 2024-08-02T03:56:57.567Z | Compiling steno v0.4.1 |
1871 | 2024-08-02T03:56:57.623Z | Compiling rustls v0.22.4 |
1872 | 2024-08-02T03:56:57.651Z | Compiling thread_local v1.1.8 |
1873 | 2024-08-02T03:56:58.121Z | Compiling rustls-webpki v0.102.4 |
1874 | 2024-08-02T03:56:58.300Z | Compiling match_cfg v0.1.0 |
1875 | 2024-08-02T03:56:58.404Z | Compiling linked-hash-map v0.5.6 |
1876 | 2024-08-02T03:56:58.844Z | Compiling lru-cache v0.1.2 |
1877 | 2024-08-02T03:56:59.928Z | Compiling hostname v0.3.1 |
1878 | 2024-08-02T03:57:00.150Z | Compiling multer v3.1.0 |
1879 | 2024-08-02T03:57:00.174Z | Compiling slog-async v2.8.0 |
1880 | 2024-08-02T03:57:00.218Z | Compiling slog-json v2.6.1 |
1881 | 2024-08-02T03:57:00.242Z | Compiling crossbeam-channel v0.5.12 |
1882 | 2024-08-02T03:57:00.561Z | Compiling http v1.1.0 |
1883 | 2024-08-02T03:57:01.051Z | Compiling atomic-waker v1.1.2 |
1884 | 2024-08-02T03:57:01.235Z | Compiling take_mut v0.2.2 |
1885 | 2024-08-02T03:57:01.342Z | Compiling waitgroup v0.1.2 |
1886 | 2024-08-02T03:57:01.553Z | Compiling slog-bunyan v2.5.0 |
1887 | 2024-08-02T03:57:01.761Z | Compiling rustls-pemfile v2.1.2 |
1888 | 2024-08-02T03:57:02.172Z | Compiling slog-term v2.9.1 |
1889 | 2024-08-02T03:57:02.895Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1890 | 2024-08-02T03:57:02.966Z | Compiling async-stream v0.3.5 |
1891 | 2024-08-02T03:57:03.258Z | Compiling sha1 v0.10.6 |
1892 | 2024-08-02T03:57:03.274Z | Compiling newtype-uuid v1.1.0 |
1893 | 2024-08-02T03:57:03.356Z | Compiling serde_path_to_error v0.1.16 |
1894 | 2024-08-02T03:57:03.581Z | Compiling tokio-rustls v0.25.0 |
1895 | 2024-08-02T03:57:03.653Z | Compiling hostname v0.4.0 |
1896 | 2024-08-02T03:57:03.708Z | Compiling slog-dtrace v0.3.0 |
1897 | 2024-08-02T03:57:03.895Z | Compiling instant v0.1.12 |
1898 | 2024-08-02T03:57:03.989Z | Compiling debug-ignore v1.0.5 |
1899 | 2024-08-02T03:57:04.042Z | Compiling backoff v0.4.0 |
1900 | 2024-08-02T03:57:04.093Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1901 | 2024-08-02T03:57:04.109Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1902 | 2024-08-02T03:57:04.212Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1903 | 2024-08-02T03:57:04.370Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1904 | 2024-08-02T03:57:04.415Z | Compiling parse-display v0.9.1 |
1905 | 2024-08-02T03:57:04.551Z | Compiling serde_with v3.8.3 |
1906 | 2024-08-02T03:57:04.933Z | Compiling strum v0.26.3 |
1907 | 2024-08-02T03:57:05.118Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1908 | 2024-08-02T03:57:06.247Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1909 | 2024-08-02T03:57:06.907Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1910 | 2024-08-02T03:57:07.080Z | Compiling num-rational v0.4.2 |
1911 | 2024-08-02T03:57:08.145Z | Compiling num-complex v0.4.6 |
1912 | 2024-08-02T03:57:08.642Z | Compiling macaddr v1.0.1 |
1913 | 2024-08-02T03:57:08.659Z | Compiling swrite v0.1.0 |
1914 | 2024-08-02T03:57:09.227Z | Compiling num v0.4.3 |
1915 | 2024-08-02T03:57:09.360Z | Compiling quick-error v1.2.3 |
1916 | 2024-08-02T03:57:09.524Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1917 | 2024-08-02T03:57:10.353Z | Compiling float-ord v0.3.2 |
1918 | 2024-08-02T03:57:10.656Z | Compiling resolv-conf v0.7.0 |
1919 | 2024-08-02T03:57:11.692Z | Compiling trust-dns-resolver v0.22.0 |
1920 | 2024-08-02T03:57:11.848Z | Compiling rayon-core v1.12.1 |
1921 | 2024-08-02T03:57:11.876Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1922 | 2024-08-02T03:57:12.147Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1923 | 2024-08-02T03:57:12.182Z | Compiling crossbeam-deque v0.8.5 |
1924 | 2024-08-02T03:57:12.565Z | Compiling fastrand v2.1.0 |
1925 | 2024-08-02T03:57:13.120Z | Compiling termcolor v1.4.1 |
1926 | 2024-08-02T03:57:14.188Z | Compiling same-file v1.0.6 |
1927 | 2024-08-02T03:57:14.439Z | Compiling display-error-chain v0.2.0 |
1928 | 2024-08-02T03:57:14.826Z | Compiling walkdir v2.5.0 |
1929 | 2024-08-02T03:57:15.295Z | Compiling tempfile v3.10.1 |
1930 | 2024-08-02T03:57:17.685Z | Compiling half v2.4.1 |
1931 | 2024-08-02T03:57:17.802Z | Compiling ciborium-io v0.2.2 |
1932 | 2024-08-02T03:57:17.950Z | Compiling utf-8 v0.7.6 |
1933 | 2024-08-02T03:57:18.335Z | Compiling ciborium-ll v0.2.2 |
1934 | 2024-08-02T03:57:18.373Z | Compiling ring v0.16.20 |
1935 | 2024-08-02T03:57:18.853Z | Compiling blake3 v1.5.1 |
1936 | 2024-08-02T03:57:19.249Z | Compiling rayon v1.10.0 |
1937 | 2024-08-02T03:57:19.826Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1938 | 2024-08-02T03:57:23.958Z | Compiling xattr v1.3.1 |
1939 | 2024-08-02T03:57:24.238Z | Compiling nibble_vec v0.1.0 |
1940 | 2024-08-02T03:57:24.474Z | Compiling memmap2 v0.9.4 |
1941 | 2024-08-02T03:57:24.518Z | Compiling filetime v0.2.23 |
1942 | 2024-08-02T03:57:24.822Z | Compiling endian-type v0.1.2 |
1943 | 2024-08-02T03:57:24.896Z | Compiling arrayvec v0.7.4 |
1944 | 2024-08-02T03:57:25.077Z | Compiling spin v0.5.2 |
1945 | 2024-08-02T03:57:25.306Z | Compiling untrusted v0.7.1 |
1946 | 2024-08-02T03:57:25.324Z | Compiling arrayref v0.3.7 |
1947 | 2024-08-02T03:57:25.427Z | Compiling cancel-safe-futures v0.1.5 |
1948 | 2024-08-02T03:57:25.503Z | Compiling constant_time_eq v0.3.0 |
1949 | 2024-08-02T03:57:26.782Z | Compiling radix_trie v0.2.1 |
1950 | 2024-08-02T03:57:27.737Z | Compiling tar v0.4.41 |
1951 | 2024-08-02T03:57:29.152Z | Compiling ciborium v0.2.2 |
1952 | 2024-08-02T03:57:29.568Z | Compiling camino-tempfile v1.1.1 |
1953 | 2024-08-02T03:57:29.999Z | Compiling toolchain_find v0.4.0 |
1954 | 2024-08-02T03:57:30.578Z | Compiling radium v0.7.0 |
1955 | 2024-08-02T03:57:31.069Z | Compiling topological-sort v0.2.2 |
1956 | 2024-08-02T03:57:31.311Z | Compiling crunchy v0.2.2 |
1957 | 2024-08-02T03:57:31.345Z | Compiling glob v0.3.1 |
1958 | 2024-08-02T03:57:31.749Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1959 | 2024-08-02T03:57:31.774Z | Compiling maplit v1.0.2 |
1960 | 2024-08-02T03:57:31.933Z | Compiling omicron-zone-package v0.11.0 |
1961 | 2024-08-02T03:57:32.156Z | Compiling clang-sys v1.7.0 |
1962 | 2024-08-02T03:57:32.891Z | Compiling rustfmt-wrapper v0.2.1 |
1963 | 2024-08-02T03:57:33.161Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1964 | 2024-08-02T03:57:33.444Z | Compiling maybe-uninit v2.0.0 |
1965 | 2024-08-02T03:57:33.723Z | Compiling tiny-keccak v2.0.2 |
1966 | 2024-08-02T03:57:33.928Z | Compiling tap v1.0.1 |
1967 | 2024-08-02T03:57:34.124Z | Compiling wyz v0.5.1 |
1968 | 2024-08-02T03:57:34.659Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1969 | 2024-08-02T03:57:34.752Z | Compiling crc-catalog v2.4.0 |
1970 | 2024-08-02T03:57:34.909Z | Compiling funty v2.0.0 |
1971 | 2024-08-02T03:57:35.114Z | Compiling arc-swap v1.7.1 |
1972 | 2024-08-02T03:57:35.815Z | Compiling packed_struct v0.10.1 |
1973 | 2024-08-02T03:57:36.084Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1974 | 2024-08-02T03:57:36.327Z | Compiling num-bigint-dig v0.8.4 |
1975 | 2024-08-02T03:57:36.558Z | Compiling bitvec v1.0.1 |
1976 | 2024-08-02T03:57:36.690Z | Compiling slog-scope v4.4.0 |
1977 | 2024-08-02T03:57:37.210Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1978 | 2024-08-02T03:57:37.534Z | Compiling crc v3.2.1 |
1979 | 2024-08-02T03:57:40.102Z | Compiling ascii-canvas v3.0.0 |
1980 | 2024-08-02T03:57:40.582Z | Compiling packed_struct_codegen v0.10.1 |
1981 | 2024-08-02T03:57:41.127Z | Compiling ena v0.14.3 |
1982 | 2024-08-02T03:57:41.551Z | Compiling libloading v0.8.3 |
1983 | 2024-08-02T03:57:41.938Z | Compiling indexmap v1.9.3 |
1984 | 2024-08-02T03:57:42.267Z | Compiling nodrop v0.1.14 |
1985 | 2024-08-02T03:57:42.409Z | Compiling regex-syntax v0.6.29 |
1986 | 2024-08-02T03:57:42.697Z | Compiling diff v0.1.13 |
1987 | 2024-08-02T03:57:43.178Z | Compiling bindgen v0.69.4 |
1988 | 2024-08-02T03:57:43.857Z | Compiling array-init v0.0.4 |
1989 | 2024-08-02T03:57:47.456Z | Compiling lalrpop v0.19.12 |
1990 | 2024-08-02T03:57:47.771Z | Compiling smallvec v0.6.14 |
1991 | 2024-08-02T03:57:48.280Z | Compiling slog-stdlog v4.1.1 |
1992 | 2024-08-02T03:57:52.676Z | Compiling tungstenite v0.21.0 |
1993 | 2024-08-02T03:57:53.468Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1994 | 2024-08-02T03:57:54.564Z | Compiling which v4.4.2 |
1995 | 2024-08-02T03:57:55.122Z | Compiling pkcs1 v0.7.5 |
1996 | 2024-08-02T03:57:55.809Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1997 | 2024-08-02T03:57:56.061Z | Compiling signature v2.2.0 |
1998 | 2024-08-02T03:57:56.357Z | Compiling cexpr v0.6.0 |
1999 | 2024-08-02T03:57:57.803Z | Compiling libsw v3.3.1 |
2000 | 2024-08-02T03:57:57.988Z | Compiling atty v0.2.14 |
2001 | 2024-08-02T03:57:58.151Z | Compiling bitfield v0.14.0 |
2002 | 2024-08-02T03:57:58.169Z | Compiling rustc-hash v1.1.0 |
2003 | 2024-08-02T03:57:58.332Z | Compiling lazycell v1.3.0 |
2004 | 2024-08-02T03:57:58.424Z | Compiling owo-colors v4.0.0 |
2005 | 2024-08-02T03:57:58.441Z | Compiling shlex v1.3.0 |
2006 | 2024-08-02T03:57:58.514Z | Compiling hashbrown v0.12.3 |
2007 | 2024-08-02T03:57:58.827Z | Compiling ref-cast v1.0.23 |
2008 | 2024-08-02T03:57:58.970Z | Compiling linear-map v1.2.0 |
2009 | 2024-08-02T03:57:59.426Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2010 | 2024-08-02T03:57:59.975Z | Compiling rsa v0.9.6 |
2011 | 2024-08-02T03:58:00.872Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2012 | 2024-08-02T03:58:01.198Z | Compiling tokio-tungstenite v0.21.0 |
2013 | 2024-08-02T03:58:02.164Z | Compiling slog-envlogger v2.2.0 |
2014 | 2024-08-02T03:58:04.379Z | Compiling serde-hex v0.1.0 |
2015 | 2024-08-02T03:58:05.478Z | Compiling bzip2 v0.4.4 |
2016 | 2024-08-02T03:58:05.953Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2017 | 2024-08-02T03:58:06.297Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2018 | 2024-08-02T03:58:08.284Z | Compiling env_logger v0.10.2 |
2019 | 2024-08-02T03:58:09.654Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2020 | 2024-08-02T03:58:09.974Z | Compiling derive_builder_core v0.20.0 |
2021 | 2024-08-02T03:58:11.263Z | Compiling x509-cert v0.2.5 |
2022 | 2024-08-02T03:58:11.737Z | Compiling ron v0.8.1 |
2023 | 2024-08-02T03:58:12.224Z | Compiling headers-core v0.2.0 |
2024 | 2024-08-02T03:58:12.419Z | Compiling hashbrown v0.13.2 |
2025 | 2024-08-02T03:58:12.886Z | Compiling fxhash v0.2.1 |
2026 | 2024-08-02T03:58:13.123Z | Compiling libxml v0.3.3 |
2027 | 2024-08-02T03:58:13.501Z | Compiling ref-cast-impl v1.0.23 |
2028 | 2024-08-02T03:58:13.678Z | Compiling polar-core v0.27.3 |
2029 | 2024-08-02T03:58:13.766Z | Compiling crc-any v2.5.0 |
2030 | 2024-08-02T03:58:14.706Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2031 | 2024-08-02T03:58:14.754Z | Compiling object v0.30.4 |
2032 | 2024-08-02T03:58:17.789Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2033 | 2024-08-02T03:58:19.478Z | Compiling samael v0.0.15 |
2034 | 2024-08-02T03:58:21.114Z | Compiling headers v0.3.9 |
2035 | 2024-08-02T03:58:22.607Z | Compiling derive_builder_macro v0.20.0 |
2036 | 2024-08-02T03:58:23.487Z | Compiling zip v0.6.6 |
2037 | 2024-08-02T03:58:24.729Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2038 | 2024-08-02T03:58:25.451Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2039 | 2024-08-02T03:58:25.769Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2040 | 2024-08-02T03:58:26.153Z | Compiling strum_macros v0.24.3 |
2041 | 2024-08-02T03:58:26.858Z | Compiling async-recursion v1.1.1 |
2042 | 2024-08-02T03:58:27.624Z | Compiling cookie v0.18.1 |
2043 | 2024-08-02T03:58:27.924Z | Compiling unicase v2.7.0 |
2044 | 2024-08-02T03:58:27.963Z | Compiling indoc v1.0.9 |
2045 | 2024-08-02T03:58:28.258Z | Compiling path-slash v0.1.5 |
2046 | 2024-08-02T03:58:28.403Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2047 | 2024-08-02T03:58:28.874Z | Compiling derive_builder v0.20.0 |
2048 | 2024-08-02T03:58:31.659Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2049 | 2024-08-02T03:58:31.979Z | Compiling pem v3.0.4 |
2050 | 2024-08-02T03:58:33.404Z | Compiling oso-derive v0.27.3 |
2051 | 2024-08-02T03:58:33.524Z | Compiling impl-trait-for-tuples v0.2.2 |
2052 | 2024-08-02T03:58:34.430Z | Compiling quick-xml v0.31.0 |
2053 | 2024-08-02T03:58:35.704Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2054 | 2024-08-02T03:58:36.037Z | Compiling cfg_aliases v0.1.1 |
2055 | 2024-08-02T03:58:36.157Z | Compiling parking_lot_core v0.8.6 |
2056 | 2024-08-02T03:58:36.635Z | Compiling nix v0.28.0 |
2057 | 2024-08-02T03:58:40.021Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2058 | 2024-08-02T03:58:40.367Z | Compiling oso v0.27.3 |
2059 | 2024-08-02T03:58:41.531Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2060 | 2024-08-02T03:58:43.136Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2061 | 2024-08-02T03:58:43.478Z | Compiling bb8 v0.8.5 |
2062 | 2024-08-02T03:58:43.704Z | Compiling const_format_proc_macros v0.2.32 |
2063 | 2024-08-02T03:58:44.094Z | Compiling curve25519-dalek v4.1.3 |
2064 | 2024-08-02T03:58:44.553Z | Compiling vte_generate_state_changes v0.1.1 |
2065 | 2024-08-02T03:58:45.203Z | Compiling buf-list v1.0.3 |
2066 | 2024-08-02T03:58:45.585Z | Compiling keccak v0.1.5 |
2067 | 2024-08-02T03:58:45.695Z | Compiling const_format v0.2.32 |
2068 | 2024-08-02T03:58:45.870Z | Compiling vte v0.11.1 |
2069 | 2024-08-02T03:58:46.586Z | Compiling sha3 v0.10.8 |
2070 | 2024-08-02T03:58:47.069Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2071 | 2024-08-02T03:58:47.781Z | Compiling fd-lock v4.0.2 |
2072 | 2024-08-02T03:58:47.945Z | Compiling universal-hash v0.5.1 |
2073 | 2024-08-02T03:58:48.016Z | Compiling secrecy v0.8.0 |
2074 | 2024-08-02T03:58:48.182Z | Compiling thiserror-impl-no-std v2.0.2 |
2075 | 2024-08-02T03:58:48.268Z | Compiling curve25519-dalek-derive v0.1.1 |
2076 | 2024-08-02T03:58:48.301Z | Compiling pin-project-internal v1.1.5 |
2077 | 2024-08-02T03:58:49.671Z | Compiling bytecount v0.6.8 |
2078 | 2024-08-02T03:58:50.028Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2079 | 2024-08-02T03:58:50.364Z | Compiling opaque-debug v0.3.1 |
2080 | 2024-08-02T03:58:50.471Z | Compiling poly1305 v0.8.0 |
2081 | 2024-08-02T03:58:50.894Z | Compiling thiserror-no-std v2.0.2 |
2082 | 2024-08-02T03:58:51.029Z | Compiling pin-project v1.1.5 |
2083 | 2024-08-02T03:58:51.067Z | Compiling papergrid v0.11.0 |
2084 | 2024-08-02T03:58:52.448Z | Compiling parking_lot v0.11.2 |
2085 | 2024-08-02T03:58:57.953Z | Compiling strip-ansi-escapes v0.2.0 |
2086 | 2024-08-02T03:58:58.570Z | Compiling trust-dns-client v0.22.0 |
2087 | 2024-08-02T03:58:58.708Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2088 | 2024-08-02T03:58:59.031Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2089 | 2024-08-02T03:58:59.141Z | Compiling tabled_derive v0.7.0 |
2090 | 2024-08-02T03:59:00.575Z | Compiling chacha20 v0.9.1 |
2091 | 2024-08-02T03:59:01.058Z | Compiling aead v0.5.2 |
2092 | 2024-08-02T03:59:01.384Z | Compiling peg-macros v0.8.4 |
2093 | 2024-08-02T03:59:01.400Z | Compiling kstat-rs v0.2.4 |
2094 | 2024-08-02T03:59:02.376Z | Compiling snafu-derive v0.8.2 |
2095 | 2024-08-02T03:59:02.832Z | Compiling toml v0.5.11 |
2096 | 2024-08-02T03:59:03.885Z | Compiling sqlparser_derive v0.2.2 |
2097 | 2024-08-02T03:59:04.904Z | Compiling nu-ansi-term v0.50.0 |
2098 | 2024-08-02T03:59:05.107Z | Compiling unicode_categories v0.1.1 |
2099 | 2024-08-02T03:59:05.480Z | Compiling sqlformat v0.2.4 |
2100 | 2024-08-02T03:59:06.130Z | Compiling reedline v0.31.0 |
2101 | 2024-08-02T03:59:07.330Z | Compiling snafu v0.8.2 |
2102 | 2024-08-02T03:59:08.699Z | Compiling rustyline v14.0.0 |
2103 | 2024-08-02T03:59:10.060Z | Compiling sqlparser v0.45.0 |
2104 | 2024-08-02T03:59:11.739Z | Compiling peg v0.8.4 |
2105 | 2024-08-02T03:59:11.869Z | Compiling trust-dns-server v0.22.1 |
2106 | 2024-08-02T03:59:16.335Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2107 | 2024-08-02T03:59:20.869Z | Compiling tabled v0.15.0 |
2108 | 2024-08-02T03:59:23.643Z | Compiling chacha20poly1305 v0.10.1 |
2109 | 2024-08-02T03:59:23.908Z | Compiling vsss-rs v3.3.4 |
2110 | 2024-08-02T03:59:28.597Z | Compiling sled v0.34.7 |
2111 | 2024-08-02T03:59:29.136Z | Compiling mime_guess v2.0.4 |
2112 | 2024-08-02T03:59:32.022Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2113 | 2024-08-02T03:59:32.799Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2114 | 2024-08-02T03:59:32.837Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2115 | 2024-08-02T03:59:32.949Z | Compiling env_logger v0.9.3 |
2116 | 2024-08-02T03:59:37.250Z | Compiling tungstenite v0.20.1 |
2117 | 2024-08-02T03:59:41.189Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2118 | 2024-08-02T03:59:42.329Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2119 | 2024-08-02T03:59:50.895Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2120 | 2024-08-02T03:59:51.043Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2121 | 2024-08-02T03:59:58.371Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2122 | 2024-08-02T03:59:58.873Z | Compiling globset v0.4.14 |
2123 | 2024-08-02T04:00:00.775Z | Compiling olpc-cjson v0.1.3 |
2124 | 2024-08-02T04:00:01.136Z | Compiling bcs v0.1.6 |
2125 | 2024-08-02T04:00:01.588Z | Compiling bitstruct_derive v0.1.0 |
2126 | 2024-08-02T04:00:02.098Z | Compiling serde_plain v1.0.2 |
2127 | 2024-08-02T04:00:02.633Z | Compiling nanorand v0.7.0 |
2128 | 2024-08-02T04:00:02.943Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2129 | 2024-08-02T04:00:03.095Z | Compiling memoffset v0.9.1 |
2130 | 2024-08-02T04:00:03.269Z | Compiling typed-path v0.7.1 |
2131 | 2024-08-02T04:00:03.444Z | Compiling highway v1.1.0 |
2132 | 2024-08-02T04:00:04.825Z | Compiling ascii v1.1.0 |
2133 | 2024-08-02T04:00:06.539Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2134 | 2024-08-02T04:00:07.439Z | Compiling tough v0.17.1 |
2135 | 2024-08-02T04:00:10.102Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2136 | 2024-08-02T04:00:12.655Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2137 | 2024-08-02T04:00:16.221Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2138 | 2024-08-02T04:00:16.530Z | Compiling flume v0.11.0 |
2139 | 2024-08-02T04:00:16.850Z | Compiling bitstruct v0.1.1 |
2140 | 2024-08-02T04:00:16.983Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2141 | 2024-08-02T04:00:17.327Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2142 | 2024-08-02T04:00:17.554Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2143 | 2024-08-02T04:00:26.876Z | Compiling tokio-tungstenite v0.20.1 |
2144 | 2024-08-02T04:00:27.525Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2145 | 2024-08-02T04:00:28.036Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2146 | 2024-08-02T04:00:29.209Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2147 | 2024-08-02T04:00:31.225Z | Compiling erased-serde v0.3.31 |
2148 | 2024-08-02T04:00:33.020Z | Compiling serde_arrays v0.1.0 |
2149 | 2024-08-02T04:00:33.229Z | Compiling parse-size v1.0.0 |
2150 | 2024-08-02T04:00:33.522Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2151 | 2024-08-02T04:00:39.022Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2152 | 2024-08-02T04:00:39.335Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2153 | 2024-08-02T04:00:42.665Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2154 | 2024-08-02T04:00:42.796Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2155 | 2024-08-02T04:00:42.861Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2156 | 2024-08-02T04:00:43.098Z | Compiling heck v0.3.3 |
2157 | 2024-08-02T04:00:43.463Z | Compiling rand_seeder v0.2.3 |
2158 | 2024-08-02T04:00:43.869Z | Compiling castaway v0.2.2 |
2159 | 2024-08-02T04:00:44.080Z | Compiling csv-core v0.1.11 |
2160 | 2024-08-02T04:00:44.835Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2161 | 2024-08-02T04:00:44.973Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2162 | 2024-08-02T04:00:45.175Z | Compiling http-range v0.1.5 |
2163 | 2024-08-02T04:00:45.400Z | Compiling hyper-staticfile v0.9.5 |
2164 | 2024-08-02T04:00:45.751Z | Compiling csv v1.3.0 |
2165 | 2024-08-02T04:00:47.930Z | Compiling compact_str v0.7.1 |
2166 | 2024-08-02T04:00:48.432Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2167 | 2024-08-02T04:00:48.656Z | Compiling zone_cfg_derive v0.1.2 |
2168 | 2024-08-02T04:00:49.516Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2169 | 2024-08-02T04:00:50.097Z | Compiling nix v0.27.1 |
2170 | 2024-08-02T04:00:53.162Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2171 | 2024-08-02T04:00:53.772Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2172 | 2024-08-02T04:00:59.182Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2173 | 2024-08-02T04:01:01.034Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2174 | 2024-08-02T04:01:01.373Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2175 | 2024-08-02T04:01:01.694Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2176 | 2024-08-02T04:01:02.017Z | Compiling unicode-truncate v1.0.0 |
2177 | 2024-08-02T04:01:02.311Z | Compiling itertools v0.13.0 |
2178 | 2024-08-02T04:01:03.150Z | Compiling lru v0.12.3 |
2179 | 2024-08-02T04:01:03.518Z | Compiling serde-big-array v0.5.1 |
2180 | 2024-08-02T04:01:03.802Z | Compiling stability v0.2.0 |
2181 | 2024-08-02T04:01:04.790Z | Compiling base64 v0.13.1 |
2182 | 2024-08-02T04:01:05.445Z | Compiling cassowary v0.3.0 |
2183 | 2024-08-02T04:01:05.546Z | Compiling ron v0.7.1 |
2184 | 2024-08-02T04:01:06.291Z | Compiling ratatui v0.27.0 |
2185 | 2024-08-02T04:01:10.928Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2186 | 2024-08-02T04:01:15.975Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2187 | 2024-08-02T04:01:22.340Z | Compiling zone v0.1.8 |
2188 | 2024-08-02T04:01:23.109Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2189 | 2024-08-02T04:01:25.811Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2190 | 2024-08-02T04:01:29.547Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2191 | 2024-08-02T04:01:33.200Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2192 | 2024-08-02T04:01:35.744Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2193 | 2024-08-02T04:01:36.075Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2194 | 2024-08-02T04:01:37.294Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2195 | 2024-08-02T04:01:37.610Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2196 | 2024-08-02T04:01:41.490Z | Compiling signal-hook-tokio v0.3.1 |
2197 | 2024-08-02T04:01:41.717Z | Compiling portpicker v0.1.1 |
2198 | 2024-08-02T04:01:41.914Z | Compiling unicode-linebreak v0.1.5 |
2199 | 2024-08-02T04:01:42.161Z | Compiling smawk v0.3.2 |
2200 | 2024-08-02T04:01:42.424Z | Compiling textwrap v0.16.1 |
2201 | 2024-08-02T04:01:42.486Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2202 | 2024-08-02T04:01:42.528Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2203 | 2024-08-02T04:01:46.053Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2204 | 2024-08-02T04:01:47.805Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2205 | 2024-08-02T04:01:52.989Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2206 | 2024-08-02T04:01:54.180Z | Compiling rcgen v0.12.1 |
2207 | 2024-08-02T04:01:59.407Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2208 | 2024-08-02T04:01:59.938Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2209 | 2024-08-02T04:02:04.018Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2210 | 2024-08-02T04:02:04.350Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2211 | 2024-08-02T04:02:05.738Z | Compiling atomicwrites v0.4.3 |
2212 | 2024-08-02T04:02:06.284Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2213 | 2024-08-02T04:02:07.689Z | Compiling fatfs v0.3.6 |
2214 | 2024-08-02T04:02:10.315Z | Compiling rtoolbox v0.0.2 |
2215 | 2024-08-02T04:02:10.584Z | Compiling subprocess v0.2.9 |
2216 | 2024-08-02T04:02:10.780Z | Compiling is_ci v1.2.0 |
2217 | 2024-08-02T04:02:11.040Z | Compiling assert_matches v1.5.0 |
2218 | 2024-08-02T04:02:11.084Z | Compiling supports-color v3.0.0 |
2219 | 2024-08-02T04:02:11.737Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2220 | 2024-08-02T04:02:15.375Z | Compiling rpassword v7.3.1 |
2221 | 2024-08-02T04:02:15.841Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2222 | 2024-08-02T04:02:15.922Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2223 | 2024-08-02T04:02:17.528Z | Compiling tui-tree-widget v0.21.0 |
2224 | 2024-08-02T04:02:17.981Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2225 | 2024-08-02T04:02:18.977Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2226 | 2024-08-02T04:02:21.188Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2227 | 2024-08-02T04:02:21.515Z | Compiling uzers v0.11.3 |
2228 | 2024-08-02T04:02:23.057Z | Compiling shell-words v1.1.0 |
2229 | 2024-08-02T04:02:23.504Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2230 | 2024-08-02T04:02:24.228Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2231 | 2024-08-02T04:02:26.312Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2232 | 2024-08-02T04:02:39.475Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2233 | 2024-08-02T04:02:48.878Z | Compiling multimap v0.10.0 |
2234 | 2024-08-02T04:04:01.114Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2235 | 2024-08-02T04:04:36.466Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2236 | 2024-08-02T04:11:16.674Z | Finished `release` profile [optimized] target(s) in 14m 23s |
2237 | 2024-08-02T04:12:02.739Z | |
2238 | 2024-08-02T04:12:02.739Z | real 15:10.180078005 |
2239 | 2024-08-02T04:12:02.739Z | user 1:45:07.401592257 |
2240 | 2024-08-02T04:12:02.739Z | sys 4:59.603795757 |
2241 | 2024-08-02T04:12:02.739Z | trap 2.500758656 |
2242 | 2024-08-02T04:12:02.739Z | tflt 2.825814595 |
2243 | 2024-08-02T04:12:02.743Z | dflt 3.492190762 |
2244 | 2024-08-02T04:12:02.743Z | kflt 0.031240076 |
2245 | 2024-08-02T04:12:02.743Z | lock 6:19:17.507194374 |
2246 | 2024-08-02T04:12:02.743Z | slp 5:23:30.759368846 |
2247 | 2024-08-02T04:12:02.743Z | lat 2:35.177986543 |
2248 | 2024-08-02T04:12:02.743Z | stop 2:21.583829805 |
2249 | 2024-08-02T04:12:02.743Z | + mapfile -t packages |
2250 | 2024-08-02T04:12:02.743Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2251 | 2024-08-02T04:12:03.644Z | Finished `release` profile [optimized] target(s) in 0.85s |
2252 | 2024-08-02T04:12:03.691Z | Running `target/release/omicron-package -t test list-outputs` |
2253 | 2024-08-02T04:12:03.731Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2254 | 2024-08-02T04:12:03.735Z | + ptime -m cargo build --locked --release -p xtask |
2255 | 2024-08-02T04:12:04.283Z | Compiling serde v1.0.204 |
2256 | 2024-08-02T04:12:04.283Z | Compiling serde_json v1.0.120 |
2257 | 2024-08-02T04:12:04.286Z | Compiling libc v0.2.155 |
2258 | 2024-08-02T04:12:04.363Z | Compiling syn v2.0.72 |
2259 | 2024-08-02T04:12:04.373Z | Compiling usdt-impl v0.5.0 |
2260 | 2024-08-02T04:12:04.395Z | Compiling rustix v0.38.34 |
2261 | 2024-08-02T04:12:04.735Z | Compiling syn v1.0.109 |
2262 | 2024-08-02T04:12:04.763Z | Compiling bitflags v2.6.0 |
2263 | 2024-08-02T04:12:04.856Z | Compiling log v0.4.21 |
2264 | 2024-08-02T04:12:04.891Z | Compiling hashbrown v0.14.5 |
2265 | 2024-08-02T04:12:04.907Z | Compiling fs-err v2.11.0 |
2266 | 2024-08-02T04:12:05.273Z | Compiling anyhow v1.0.86 |
2267 | 2024-08-02T04:12:05.845Z | Compiling thread-id v4.2.1 |
2268 | 2024-08-02T04:12:06.279Z | Compiling indexmap v2.2.6 |
2269 | 2024-08-02T04:12:06.306Z | Compiling terminal_size v0.3.0 |
2270 | 2024-08-02T04:12:06.488Z | Compiling clap_builder v4.5.9 |
2271 | 2024-08-02T04:12:07.835Z | Compiling proc-macro-error v1.0.4 |
2272 | 2024-08-02T04:12:09.098Z | Compiling tabled_derive v0.7.0 |
2273 | 2024-08-02T04:12:10.401Z | Compiling tabled v0.15.0 |
2274 | 2024-08-02T04:12:12.618Z | Compiling serde_derive v1.0.204 |
2275 | 2024-08-02T04:12:12.672Z | Compiling thiserror-impl v1.0.63 |
2276 | 2024-08-02T04:12:12.960Z | Compiling zerocopy-derive v0.7.34 |
2277 | 2024-08-02T04:12:12.964Z | Compiling scroll_derive v0.12.0 |
2278 | 2024-08-02T04:12:14.293Z | Compiling scroll v0.12.0 |
2279 | 2024-08-02T04:12:14.785Z | Compiling zerocopy v0.7.34 |
2280 | 2024-08-02T04:12:14.944Z | Compiling goblin v0.8.2 |
2281 | 2024-08-02T04:12:15.536Z | Compiling thiserror v1.0.63 |
2282 | 2024-08-02T04:12:15.699Z | Compiling pest v2.7.10 |
2283 | 2024-08-02T04:12:18.755Z | Compiling pest_meta v2.7.10 |
2284 | 2024-08-02T04:12:20.629Z | Compiling pest_generator v2.7.10 |
2285 | 2024-08-02T04:12:22.926Z | Compiling pest_derive v2.7.10 |
2286 | 2024-08-02T04:12:23.755Z | Compiling dtrace-parser v0.2.0 |
2287 | 2024-08-02T04:12:25.571Z | Compiling clap_derive v4.5.8 |
2288 | 2024-08-02T04:12:30.144Z | Compiling dof v0.3.0 |
2289 | 2024-08-02T04:12:30.231Z | Compiling serde_tokenstream v0.2.1 |
2290 | 2024-08-02T04:12:30.770Z | Compiling serde_spanned v0.6.7 |
2291 | 2024-08-02T04:12:31.038Z | Compiling toml_datetime v0.6.8 |
2292 | 2024-08-02T04:12:31.755Z | Compiling toml_edit v0.22.20 |
2293 | 2024-08-02T04:12:32.129Z | Compiling usdt-macro v0.5.0 |
2294 | 2024-08-02T04:12:33.380Z | Compiling usdt-attr-macro v0.5.0 |
2295 | 2024-08-02T04:12:34.751Z | Compiling semver v1.0.23 |
2296 | 2024-08-02T04:12:35.478Z | Compiling toml v0.8.19 |
2297 | 2024-08-02T04:12:35.765Z | Compiling cargo-platform v0.1.8 |
2298 | 2024-08-02T04:12:35.867Z | Compiling camino v1.1.7 |
2299 | 2024-08-02T04:12:35.917Z | Compiling usdt v0.5.0 |
2300 | 2024-08-02T04:12:35.941Z | Compiling clap v4.5.9 |
2301 | 2024-08-02T04:12:36.085Z | Compiling macaddr v1.0.1 |
2302 | 2024-08-02T04:12:36.733Z | Compiling cargo_metadata v0.18.1 |
2303 | 2024-08-02T04:12:36.900Z | Compiling cargo_toml v0.20.4 |
2304 | 2024-08-02T04:12:48.171Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2305 | 2024-08-02T04:12:59.210Z | Finished `release` profile [optimized] target(s) in 55.42s |
2306 | 2024-08-02T04:12:59.309Z | |
2307 | 2024-08-02T04:12:59.309Z | real 55.541813255 |
2308 | 2024-08-02T04:12:59.309Z | user 5:36.546542147 |
2309 | 2024-08-02T04:12:59.309Z | sys 31.334629383 |
2310 | 2024-08-02T04:12:59.309Z | trap 0.149287619 |
2311 | 2024-08-02T04:12:59.309Z | tflt 0.309680522 |
2312 | 2024-08-02T04:12:59.309Z | dflt 0.552417976 |
2313 | 2024-08-02T04:12:59.310Z | kflt 0.000000000 |
2314 | 2024-08-02T04:12:59.310Z | lock 9:56.232548414 |
2315 | 2024-08-02T04:12:59.310Z | slp 14:41.844763435 |
2316 | 2024-08-02T04:12:59.310Z | lat 12.429296782 |
2317 | 2024-08-02T04:12:59.310Z | stop 14.689575016 |
2318 | 2024-08-02T04:12:59.313Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2319 | 2024-08-02T04:12:59.313Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2320 | 2024-08-02T04:12:59.313Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2321 | 2024-08-02T04:12:59.313Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2322 | 2024-08-02T04:12:59.313Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2323 | 2024-08-02T04:12:59.847Z | Downloading crates ... |
2324 | 2024-08-02T04:13:00.213Z | Downloaded dhcproto-macros v0.1.0 |
2325 | 2024-08-02T04:13:00.217Z | Downloaded option-ext v0.2.0 |
2326 | 2024-08-02T04:13:00.217Z | Downloaded bcrypt-pbkdf v0.10.0 |
2327 | 2024-08-02T04:13:00.217Z | Downloaded md5 v0.7.0 |
2328 | 2024-08-02T04:13:00.217Z | Downloaded dirs-sys v0.4.1 |
2329 | 2024-08-02T04:13:00.217Z | Downloaded ctr v0.9.2 |
2330 | 2024-08-02T04:13:00.217Z | Downloaded pbkdf2 v0.12.2 |
2331 | 2024-08-02T04:13:00.217Z | Downloaded ed25519 v2.2.3 |
2332 | 2024-08-02T04:13:00.217Z | Downloaded hex-literal v0.4.1 |
2333 | 2024-08-02T04:13:00.217Z | Downloaded pbkdf2 v0.11.0 |
2334 | 2024-08-02T04:13:00.218Z | Downloaded russh-cryptovec v0.7.2 |
2335 | 2024-08-02T04:13:00.218Z | Downloaded cbc v0.1.2 |
2336 | 2024-08-02T04:13:00.218Z | Downloaded dirs v5.0.1 |
2337 | 2024-08-02T04:13:00.218Z | Downloaded blowfish v0.9.1 |
2338 | 2024-08-02T04:13:00.218Z | Downloaded rfc6979 v0.4.0 |
2339 | 2024-08-02T04:13:00.218Z | Downloaded rand_core v0.5.1 |
2340 | 2024-08-02T04:13:00.218Z | Downloaded polyval v0.6.2 |
2341 | 2024-08-02T04:13:00.218Z | Downloaded getrandom v0.1.16 |
2342 | 2024-08-02T04:13:00.218Z | Downloaded ghash v0.5.1 |
2343 | 2024-08-02T04:13:00.218Z | Downloaded rand_chacha v0.2.2 |
2344 | 2024-08-02T04:13:00.218Z | Downloaded dhcproto v0.11.0 |
2345 | 2024-08-02T04:13:00.218Z | Downloaded ecdsa v0.16.9 |
2346 | 2024-08-02T04:13:00.218Z | Downloaded russh-keys v0.43.0 |
2347 | 2024-08-02T04:13:00.218Z | Downloaded password-hash v0.4.2 |
2348 | 2024-08-02T04:13:00.218Z | Downloaded aes-gcm v0.10.3 |
2349 | 2024-08-02T04:13:00.218Z | Downloaded primeorder v0.13.6 |
2350 | 2024-08-02T04:13:00.218Z | Downloaded internet-checksum v0.2.1 |
2351 | 2024-08-02T04:13:00.218Z | Downloaded p256 v0.13.2 |
2352 | 2024-08-02T04:13:00.218Z | Downloaded ed25519-dalek v2.1.1 |
2353 | 2024-08-02T04:13:00.219Z | Downloaded russh v0.43.0 |
2354 | 2024-08-02T04:13:00.219Z | Downloaded rand v0.7.3 |
2355 | 2024-08-02T04:13:00.219Z | Downloaded p521 v0.13.3 |
2356 | 2024-08-02T04:13:00.219Z | Downloaded aes v0.8.4 |
2357 | 2024-08-02T04:13:00.317Z | Compiling regress v0.9.1 |
2358 | 2024-08-02T04:13:00.427Z | Compiling getopts v0.2.21 |
2359 | 2024-08-02T04:13:00.430Z | Compiling unsafe-libyaml v0.2.11 |
2360 | 2024-08-02T04:13:00.430Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2361 | 2024-08-02T04:13:00.430Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2362 | 2024-08-02T04:13:00.430Z | Compiling sha1 v0.10.6 |
2363 | 2024-08-02T04:13:00.430Z | Compiling http v1.1.0 |
2364 | 2024-08-02T04:13:00.430Z | Compiling match_cfg v0.1.0 |
2365 | 2024-08-02T04:13:00.579Z | Compiling hostname v0.3.1 |
2366 | 2024-08-02T04:13:00.823Z | Compiling toml v0.8.19 |
2367 | 2024-08-02T04:13:00.876Z | Compiling rustls-pki-types v1.7.0 |
2368 | 2024-08-02T04:13:00.923Z | Compiling ident_case v1.0.1 |
2369 | 2024-08-02T04:13:00.946Z | Compiling paste v1.0.15 |
2370 | 2024-08-02T04:13:01.118Z | Compiling rustls v0.22.4 |
2371 | 2024-08-02T04:13:01.446Z | Compiling rustls-webpki v0.102.4 |
2372 | 2024-08-02T04:13:01.514Z | Compiling darling_core v0.20.9 |
2373 | 2024-08-02T04:13:01.614Z | Compiling multer v3.1.0 |
2374 | 2024-08-02T04:13:01.931Z | Compiling serde_yaml v0.9.34+deprecated |
2375 | 2024-08-02T04:13:02.769Z | Compiling slog-json v2.6.1 |
2376 | 2024-08-02T04:13:03.066Z | Compiling async-stream-impl v0.3.5 |
2377 | 2024-08-02T04:13:03.157Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
2378 | 2024-08-02T04:13:03.185Z | Compiling instant v0.1.12 |
2379 | 2024-08-02T04:13:03.348Z | Compiling debug-ignore v1.0.5 |
2380 | 2024-08-02T04:13:03.473Z | Compiling atomic-waker v1.1.2 |
2381 | 2024-08-02T04:13:03.580Z | Compiling slog-bunyan v2.5.0 |
2382 | 2024-08-02T04:13:03.599Z | Compiling waitgroup v0.1.2 |
2383 | 2024-08-02T04:13:03.796Z | Compiling rustls-pemfile v2.1.2 |
2384 | 2024-08-02T04:13:03.818Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
2385 | 2024-08-02T04:13:04.268Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2386 | 2024-08-02T04:13:04.504Z | Compiling async-stream v0.3.5 |
2387 | 2024-08-02T04:13:04.764Z | Compiling serde_path_to_error v0.1.16 |
2388 | 2024-08-02T04:13:04.843Z | Compiling hostname v0.4.0 |
2389 | 2024-08-02T04:13:05.116Z | Compiling structmeta-derive v0.3.0 |
2390 | 2024-08-02T04:13:05.676Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2391 | 2024-08-02T04:13:05.700Z | Compiling proc-macro-crate v1.3.1 |
2392 | 2024-08-02T04:13:06.310Z | Compiling newtype-uuid v1.1.0 |
2393 | 2024-08-02T04:13:06.500Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2394 | 2024-08-02T04:13:06.628Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2395 | 2024-08-02T04:13:06.853Z | Compiling fastrand v2.1.0 |
2396 | 2024-08-02T04:13:07.003Z | Compiling tokio-rustls v0.25.0 |
2397 | 2024-08-02T04:13:07.308Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2398 | 2024-08-02T04:13:07.441Z | Compiling tempfile v3.10.1 |
2399 | 2024-08-02T04:13:07.483Z | Compiling num_enum_derive v0.5.11 |
2400 | 2024-08-02T04:13:07.486Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2401 | 2024-08-02T04:13:07.814Z | Compiling backoff v0.4.0 |
2402 | 2024-08-02T04:13:08.160Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2403 | 2024-08-02T04:13:08.196Z | Compiling structmeta v0.3.0 |
2404 | 2024-08-02T04:13:08.289Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2405 | 2024-08-02T04:13:08.458Z | Compiling macaddr v1.0.1 |
2406 | 2024-08-02T04:13:08.659Z | Compiling parse-display-derive v0.9.1 |
2407 | 2024-08-02T04:13:08.919Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2408 | 2024-08-02T04:13:08.944Z | Compiling foreign-types-macros v0.2.3 |
2409 | 2024-08-02T04:13:09.012Z | Compiling darling_macro v0.20.9 |
2410 | 2024-08-02T04:13:09.245Z | Compiling heapless v0.8.0 |
2411 | 2024-08-02T04:13:09.857Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2412 | 2024-08-02T04:13:09.986Z | Compiling darling v0.20.9 |
2413 | 2024-08-02T04:13:10.114Z | Compiling num_enum v0.5.11 |
2414 | 2024-08-02T04:13:10.134Z | Compiling serde_with_macros v3.8.3 |
2415 | 2024-08-02T04:13:10.150Z | Compiling foreign-types-shared v0.3.1 |
2416 | 2024-08-02T04:13:10.314Z | Compiling foreign-types v0.5.0 |
2417 | 2024-08-02T04:13:10.437Z | Compiling proc-macro-error v1.0.4 |
2418 | 2024-08-02T04:13:10.595Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2419 | 2024-08-02T04:13:10.712Z | Compiling hash32 v0.3.1 |
2420 | 2024-08-02T04:13:11.028Z | Compiling cstr-argument v0.1.2 |
2421 | 2024-08-02T04:13:11.223Z | Compiling pretty-hex v0.2.1 |
2422 | 2024-08-02T04:13:11.307Z | Compiling smoltcp v0.11.0 |
2423 | 2024-08-02T04:13:11.415Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2424 | 2024-08-02T04:13:11.716Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2425 | 2024-08-02T04:13:12.154Z | Compiling camino-tempfile v1.1.1 |
2426 | 2024-08-02T04:13:12.372Z | Compiling tabwriter v1.4.0 |
2427 | 2024-08-02T04:13:12.637Z | Compiling colored v2.1.0 |
2428 | 2024-08-02T04:13:12.890Z | Compiling socket2 v0.4.10 |
2429 | 2024-08-02T04:13:12.902Z | Compiling embedded-io v0.4.0 |
2430 | 2024-08-02T04:13:12.924Z | Compiling cobs v0.2.3 |
2431 | 2024-08-02T04:13:13.148Z | Compiling postcard v1.0.8 |
2432 | 2024-08-02T04:13:13.151Z | Compiling serde_with v3.8.3 |
2433 | 2024-08-02T04:13:13.370Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2434 | 2024-08-02T04:13:13.522Z | Compiling parse-display v0.9.1 |
2435 | 2024-08-02T04:13:13.696Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2436 | 2024-08-02T04:13:13.770Z | Compiling crucible-workspace-hack v0.1.0 |
2437 | 2024-08-02T04:13:13.950Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2438 | 2024-08-02T04:13:14.004Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2439 | 2024-08-02T04:13:14.189Z | Compiling smf v0.2.3 |
2440 | 2024-08-02T04:13:14.209Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2441 | 2024-08-02T04:13:14.569Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2442 | 2024-08-02T04:13:14.901Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2443 | 2024-08-02T04:13:15.402Z | Compiling num-derive v0.4.2 |
2444 | 2024-08-02T04:13:15.670Z | Compiling sigpipe v0.1.3 |
2445 | 2024-08-02T04:13:15.801Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2446 | 2024-08-02T04:13:16.160Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2447 | 2024-08-02T04:13:16.191Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2448 | 2024-08-02T04:13:16.958Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2449 | 2024-08-02T04:13:17.140Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2450 | 2024-08-02T04:13:17.341Z | Compiling humantime v2.1.0 |
2451 | 2024-08-02T04:13:17.606Z | Compiling curve25519-dalek v4.1.3 |
2452 | 2024-08-02T04:13:17.819Z | Compiling password-hash v0.5.0 |
2453 | 2024-08-02T04:13:17.857Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2454 | 2024-08-02T04:13:17.908Z | Compiling blake2 v0.10.6 |
2455 | 2024-08-02T04:13:18.186Z | Compiling universal-hash v0.5.1 |
2456 | 2024-08-02T04:13:18.226Z | Compiling semver v0.1.20 |
2457 | 2024-08-02T04:13:18.258Z | Compiling utf-8 v0.7.6 |
2458 | 2024-08-02T04:13:18.596Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2459 | 2024-08-02T04:13:18.618Z | Compiling opaque-debug v0.3.1 |
2460 | 2024-08-02T04:13:18.721Z | Compiling rustc_version v0.1.7 |
2461 | 2024-08-02T04:13:18.766Z | Compiling argon2 v0.5.3 |
2462 | 2024-08-02T04:13:18.912Z | Compiling newline-converter v0.3.0 |
2463 | 2024-08-02T04:13:18.968Z | Compiling curve25519-dalek-derive v0.1.1 |
2464 | 2024-08-02T04:13:19.047Z | Compiling atty v0.2.14 |
2465 | 2024-08-02T04:13:19.088Z | Compiling same-file v1.0.6 |
2466 | 2024-08-02T04:13:19.191Z | Compiling convert_case v0.4.0 |
2467 | 2024-08-02T04:13:19.241Z | Compiling rayon-core v1.12.1 |
2468 | 2024-08-02T04:13:19.417Z | Compiling walkdir v2.5.0 |
2469 | 2024-08-02T04:13:19.420Z | Compiling newtype_derive v0.1.6 |
2470 | 2024-08-02T04:13:19.566Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2471 | 2024-08-02T04:13:19.738Z | Compiling expectorate v1.1.0 |
2472 | 2024-08-02T04:13:19.919Z | Compiling crossbeam-deque v0.8.5 |
2473 | 2024-08-02T04:13:19.991Z | Compiling libefi-sys v0.1.0 |
2474 | 2024-08-02T04:13:20.208Z | Compiling derive_more v0.99.18 |
2475 | 2024-08-02T04:13:20.226Z | Compiling prettyplease v0.2.20 |
2476 | 2024-08-02T04:13:20.415Z | Compiling num-rational v0.4.2 |
2477 | 2024-08-02T04:13:20.493Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2478 | 2024-08-02T04:13:20.770Z | Compiling signature v2.2.0 |
2479 | 2024-08-02T04:13:21.118Z | Compiling num-complex v0.4.6 |
2480 | 2024-08-02T04:13:21.748Z | Compiling aead v0.5.2 |
2481 | 2024-08-02T04:13:21.885Z | Compiling derive-where v1.2.7 |
2482 | 2024-08-02T04:13:22.116Z | Compiling bitfield-struct v0.6.1 |
2483 | 2024-08-02T04:13:22.186Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2484 | 2024-08-02T04:13:22.248Z | Compiling blake3 v1.5.1 |
2485 | 2024-08-02T04:13:22.288Z | Compiling ring v0.16.20 |
2486 | 2024-08-02T04:13:22.558Z | Compiling unicase v2.7.0 |
2487 | 2024-08-02T04:13:22.882Z | Compiling quick-error v1.2.3 |
2488 | 2024-08-02T04:13:22.912Z | Compiling termcolor v1.4.1 |
2489 | 2024-08-02T04:13:22.949Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2490 | 2024-08-02T04:13:23.034Z | Compiling arc-swap v1.7.1 |
2491 | 2024-08-02T04:13:23.420Z | Compiling keccak v0.1.5 |
2492 | 2024-08-02T04:13:23.589Z | Compiling linked-hash-map v0.5.6 |
2493 | 2024-08-02T04:13:23.701Z | Compiling getrandom v0.1.16 |
2494 | 2024-08-02T04:13:23.814Z | Compiling sha3 v0.10.8 |
2495 | 2024-08-02T04:13:23.971Z | Compiling lru-cache v0.1.2 |
2496 | 2024-08-02T04:13:24.194Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2497 | 2024-08-02T04:13:24.481Z | Compiling slog-scope v4.4.0 |
2498 | 2024-08-02T04:13:24.874Z | Compiling env_logger v0.9.3 |
2499 | 2024-08-02T04:13:24.972Z | Compiling resolv-conf v0.7.0 |
2500 | 2024-08-02T04:13:25.601Z | Compiling num v0.4.3 |
2501 | 2024-08-02T04:13:25.656Z | Compiling rayon v1.10.0 |
2502 | 2024-08-02T04:13:26.242Z | Compiling poly1305 v0.8.0 |
2503 | 2024-08-02T04:13:26.343Z | Compiling tungstenite v0.21.0 |
2504 | 2024-08-02T04:13:27.274Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2505 | 2024-08-02T04:13:27.506Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2506 | 2024-08-02T04:13:27.661Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2507 | 2024-08-02T04:13:27.991Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2508 | 2024-08-02T04:13:28.037Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2509 | 2024-08-02T04:13:28.335Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2510 | 2024-08-02T04:13:28.391Z | Compiling chacha20 v0.9.1 |
2511 | 2024-08-02T04:13:28.464Z | Compiling thiserror-impl-no-std v2.0.2 |
2512 | 2024-08-02T04:13:28.731Z | Compiling bitstruct_derive v0.1.0 |
2513 | 2024-08-02T04:13:28.824Z | Compiling secrecy v0.8.0 |
2514 | 2024-08-02T04:13:28.846Z | Compiling memmap2 v0.9.4 |
2515 | 2024-08-02T04:13:28.854Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2516 | 2024-08-02T04:13:29.014Z | Compiling half v2.4.1 |
2517 | 2024-08-02T04:13:29.122Z | Compiling ascii v1.1.0 |
2518 | 2024-08-02T04:13:29.196Z | Compiling float-ord v0.3.2 |
2519 | 2024-08-02T04:13:29.305Z | Compiling arrayref v0.3.7 |
2520 | 2024-08-02T04:13:29.364Z | Compiling arrayvec v0.7.4 |
2521 | 2024-08-02T04:13:29.413Z | Compiling untrusted v0.7.1 |
2522 | 2024-08-02T04:13:29.588Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2523 | 2024-08-02T04:13:29.614Z | Compiling spin v0.5.2 |
2524 | 2024-08-02T04:13:29.711Z | Compiling parking_lot_core v0.8.6 |
2525 | 2024-08-02T04:13:29.744Z | Compiling constant_time_eq v0.3.0 |
2526 | 2024-08-02T04:13:29.774Z | Compiling home v0.5.9 |
2527 | 2024-08-02T04:13:29.849Z | Compiling ciborium-io v0.2.2 |
2528 | 2024-08-02T04:13:29.932Z | Compiling toolchain_find v0.4.0 |
2529 | 2024-08-02T04:13:29.977Z | Compiling ciborium-ll v0.2.2 |
2530 | 2024-08-02T04:13:30.100Z | Compiling bitstruct v0.1.1 |
2531 | 2024-08-02T04:13:30.244Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2532 | 2024-08-02T04:13:30.413Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2533 | 2024-08-02T04:13:30.590Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2534 | 2024-08-02T04:13:30.655Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2535 | 2024-08-02T04:13:30.918Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2536 | 2024-08-02T04:13:31.294Z | Compiling tokio-tungstenite v0.21.0 |
2537 | 2024-08-02T04:13:31.334Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2538 | 2024-08-02T04:13:31.525Z | Compiling steno v0.4.1 |
2539 | 2024-08-02T04:13:31.726Z | Compiling trust-dns-resolver v0.22.0 |
2540 | 2024-08-02T04:13:31.798Z | Compiling thiserror-no-std v2.0.2 |
2541 | 2024-08-02T04:13:31.862Z | Compiling slog-stdlog v4.1.1 |
2542 | 2024-08-02T04:13:31.983Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2543 | 2024-08-02T04:13:32.062Z | Compiling rfc6979 v0.4.0 |
2544 | 2024-08-02T04:13:32.258Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2545 | 2024-08-02T04:13:32.275Z | Compiling serde_arrays v0.1.0 |
2546 | 2024-08-02T04:13:32.435Z | Compiling erased-serde v0.3.31 |
2547 | 2024-08-02T04:13:32.453Z | Compiling nibble_vec v0.1.0 |
2548 | 2024-08-02T04:13:32.659Z | Compiling gethostname v0.4.3 |
2549 | 2024-08-02T04:13:32.680Z | Compiling slog-dtrace v0.3.0 |
2550 | 2024-08-02T04:13:32.746Z | Compiling cancel-safe-futures v0.1.5 |
2551 | 2024-08-02T04:13:32.967Z | Compiling topological-sort v0.2.2 |
2552 | 2024-08-02T04:13:32.994Z | Compiling endian-type v0.1.2 |
2553 | 2024-08-02T04:13:33.197Z | Compiling radix_trie v0.2.1 |
2554 | 2024-08-02T04:13:33.218Z | Compiling omicron-zone-package v0.11.0 |
2555 | 2024-08-02T04:13:33.232Z | Compiling ecdsa v0.16.9 |
2556 | 2024-08-02T04:13:33.745Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2557 | 2024-08-02T04:13:33.925Z | Compiling rand_core v0.5.1 |
2558 | 2024-08-02T04:13:33.957Z | Compiling mime_guess v2.0.4 |
2559 | 2024-08-02T04:13:34.103Z | Compiling slog-envlogger v2.2.0 |
2560 | 2024-08-02T04:13:34.465Z | Compiling vsss-rs v3.3.4 |
2561 | 2024-08-02T04:13:34.899Z | Compiling ciborium v0.2.2 |
2562 | 2024-08-02T04:13:35.899Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2563 | 2024-08-02T04:13:35.986Z | Compiling rustfmt-wrapper v0.2.1 |
2564 | 2024-08-02T04:13:36.465Z | Compiling chacha20poly1305 v0.10.1 |
2565 | 2024-08-02T04:13:36.651Z | Compiling tungstenite v0.20.1 |
2566 | 2024-08-02T04:13:36.712Z | Compiling primeorder v0.13.6 |
2567 | 2024-08-02T04:13:37.260Z | Compiling heck v0.3.3 |
2568 | 2024-08-02T04:13:37.741Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2569 | 2024-08-02T04:13:38.057Z | Compiling option-ext v0.2.0 |
2570 | 2024-08-02T04:13:38.108Z | Compiling glob v0.3.1 |
2571 | 2024-08-02T04:13:38.187Z | Compiling dirs-sys v0.4.1 |
2572 | 2024-08-02T04:13:38.879Z | Compiling zone_cfg_derive v0.1.2 |
2573 | 2024-08-02T04:13:38.920Z | Compiling tokio-tungstenite v0.20.1 |
2574 | 2024-08-02T04:13:39.169Z | Compiling parking_lot v0.11.2 |
2575 | 2024-08-02T04:13:39.324Z | Compiling rand_chacha v0.2.2 |
2576 | 2024-08-02T04:13:39.368Z | Compiling trust-dns-client v0.22.0 |
2577 | 2024-08-02T04:13:40.108Z | Compiling ed25519 v2.2.3 |
2578 | 2024-08-02T04:13:40.134Z | Compiling polyval v0.6.2 |
2579 | 2024-08-02T04:13:40.361Z | Compiling ctr v0.9.2 |
2580 | 2024-08-02T04:13:40.412Z | Compiling aes v0.8.4 |
2581 | 2024-08-02T04:13:40.595Z | Compiling blowfish v0.9.1 |
2582 | 2024-08-02T04:13:40.635Z | Compiling password-hash v0.4.2 |
2583 | 2024-08-02T04:13:40.723Z | Compiling pbkdf2 v0.12.2 |
2584 | 2024-08-02T04:13:40.905Z | Compiling libsw v3.3.1 |
2585 | 2024-08-02T04:13:41.077Z | Compiling toml v0.5.11 |
2586 | 2024-08-02T04:13:41.267Z | Compiling fxhash v0.2.1 |
2587 | 2024-08-02T04:13:41.436Z | Compiling owo-colors v4.0.0 |
2588 | 2024-08-02T04:13:41.484Z | Compiling linear-map v1.2.0 |
2589 | 2024-08-02T04:13:41.563Z | Compiling base64 v0.13.1 |
2590 | 2024-08-02T04:13:41.874Z | Compiling sled v0.34.7 |
2591 | 2024-08-02T04:13:42.195Z | Compiling ron v0.7.1 |
2592 | 2024-08-02T04:13:42.565Z | Compiling pbkdf2 v0.11.0 |
2593 | 2024-08-02T04:13:42.923Z | Compiling trust-dns-server v0.22.1 |
2594 | 2024-08-02T04:13:43.295Z | Compiling bcrypt-pbkdf v0.10.0 |
2595 | 2024-08-02T04:13:43.762Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2596 | 2024-08-02T04:13:43.938Z | Compiling zone v0.1.8 |
2597 | 2024-08-02T04:13:44.649Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2598 | 2024-08-02T04:13:44.907Z | Compiling ghash v0.5.1 |
2599 | 2024-08-02T04:13:45.110Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2600 | 2024-08-02T04:13:45.113Z | Compiling ed25519-dalek v2.1.1 |
2601 | 2024-08-02T04:13:45.532Z | Compiling rand v0.7.3 |
2602 | 2024-08-02T04:13:46.890Z | Compiling dirs v5.0.1 |
2603 | 2024-08-02T04:13:47.116Z | Compiling p521 v0.13.3 |
2604 | 2024-08-02T04:13:47.754Z | Compiling p256 v0.13.2 |
2605 | 2024-08-02T04:13:48.206Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2606 | 2024-08-02T04:13:48.629Z | Compiling pem v3.0.4 |
2607 | 2024-08-02T04:13:49.469Z | Compiling cbc v0.1.2 |
2608 | 2024-08-02T04:13:49.607Z | Compiling portpicker v0.1.1 |
2609 | 2024-08-02T04:13:49.728Z | Compiling headers-core v0.2.0 |
2610 | 2024-08-02T04:13:49.849Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2611 | 2024-08-02T04:13:49.888Z | Compiling kstat-rs v0.2.4 |
2612 | 2024-08-02T04:13:49.970Z | Compiling nanorand v0.7.0 |
2613 | 2024-08-02T04:13:50.023Z | Compiling russh-cryptovec v0.7.2 |
2614 | 2024-08-02T04:13:50.230Z | Compiling md5 v0.7.0 |
2615 | 2024-08-02T04:13:50.249Z | Compiling http-range v0.1.5 |
2616 | 2024-08-02T04:13:50.353Z | Compiling flume v0.11.0 |
2617 | 2024-08-02T04:13:50.528Z | Compiling russh-keys v0.43.0 |
2618 | 2024-08-02T04:13:50.555Z | Compiling hyper-staticfile v0.9.5 |
2619 | 2024-08-02T04:13:50.628Z | Compiling headers v0.3.9 |
2620 | 2024-08-02T04:13:50.750Z | Compiling rcgen v0.12.1 |
2621 | 2024-08-02T04:13:51.060Z | Compiling aes-gcm v0.10.3 |
2622 | 2024-08-02T04:13:51.372Z | Compiling atomicwrites v0.4.3 |
2623 | 2024-08-02T04:13:51.573Z | Compiling subprocess v0.2.9 |
2624 | 2024-08-02T04:13:51.762Z | Compiling display-error-chain v0.2.0 |
2625 | 2024-08-02T04:13:51.953Z | Compiling hex-literal v0.4.1 |
2626 | 2024-08-02T04:13:52.120Z | Compiling dhcproto-macros v0.1.0 |
2627 | 2024-08-02T04:13:52.659Z | Compiling russh v0.43.0 |
2628 | 2024-08-02T04:13:53.132Z | Compiling dhcproto v0.11.0 |
2629 | 2024-08-02T04:13:53.227Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2630 | 2024-08-02T04:13:53.536Z | Compiling internet-checksum v0.2.1 |
2631 | 2024-08-02T04:13:54.237Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2632 | 2024-08-02T04:13:54.412Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2633 | 2024-08-02T04:13:54.416Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2634 | 2024-08-02T04:13:54.472Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2635 | 2024-08-02T04:13:56.252Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2636 | 2024-08-02T04:13:56.290Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2637 | 2024-08-02T04:13:56.427Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2638 | 2024-08-02T04:13:56.463Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2639 | 2024-08-02T04:13:57.899Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2640 | 2024-08-02T04:13:59.677Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2641 | 2024-08-02T04:14:00.044Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2642 | 2024-08-02T04:14:01.307Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2643 | 2024-08-02T04:14:02.182Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2644 | 2024-08-02T04:14:02.574Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2645 | 2024-08-02T04:14:10.261Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2646 | 2024-08-02T04:14:10.261Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2647 | 2024-08-02T04:14:10.265Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2648 | 2024-08-02T04:14:10.265Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2649 | 2024-08-02T04:14:13.175Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2650 | 2024-08-02T04:14:13.636Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2651 | 2024-08-02T04:14:13.636Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2652 | 2024-08-02T04:14:14.392Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2653 | 2024-08-02T04:14:14.637Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2654 | 2024-08-02T04:14:15.896Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2655 | 2024-08-02T04:14:16.448Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2656 | 2024-08-02T04:14:18.344Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2657 | 2024-08-02T04:14:18.548Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2658 | 2024-08-02T04:14:20.619Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2659 | 2024-08-02T04:14:21.196Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2660 | 2024-08-02T04:14:22.702Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2661 | 2024-08-02T04:14:27.514Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2662 | 2024-08-02T04:14:27.968Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2663 | 2024-08-02T04:14:32.177Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2664 | 2024-08-02T04:14:38.270Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2665 | 2024-08-02T04:14:38.270Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2666 | 2024-08-02T04:14:40.210Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2667 | 2024-08-02T04:15:01.571Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2668 | 2024-08-02T04:15:32.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
2669 | 2024-08-02T04:15:33.154Z | |
2670 | 2024-08-02T04:15:33.154Z | real 2:33.784212434 |
2671 | 2024-08-02T04:15:33.154Z | user 12:18.879998957 |
2672 | 2024-08-02T04:15:33.154Z | sys 2:33.448380237 |
2673 | 2024-08-02T04:15:33.154Z | trap 0.337914051 |
2674 | 2024-08-02T04:15:33.154Z | tflt 1.412200401 |
2675 | 2024-08-02T04:15:33.154Z | dflt 1.287699599 |
2676 | 2024-08-02T04:15:33.154Z | kflt 0.000013577 |
2677 | 2024-08-02T04:15:33.154Z | lock 25:33.038753775 |
2678 | 2024-08-02T04:15:33.154Z | slp 44:37.646996974 |
2679 | 2024-08-02T04:15:33.154Z | lat 39.566930684 |
2680 | 2024-08-02T04:15:33.158Z | stop 1:35.785141873 |
2681 | 2024-08-02T04:15:33.158Z | + mkdir tests |
2682 | 2024-08-02T04:15:33.158Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2683 | 2024-08-02T04:15:33.163Z | + xargs -I '{}' -t cp '{}' tests/ |
2684 | 2024-08-02T04:15:33.700Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b46faedf3caf5791 tests/ |
2685 | 2024-08-02T04:15:33.726Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-79230fbf9f8469a9 tests/ |
2686 | 2024-08-02T04:15:33.751Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-7f573d04ceb158a9 tests/ |
2687 | 2024-08-02T04:15:33.776Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-80059413ebfc2527 tests/ |
2688 | 2024-08-02T04:15:33.972Z | + files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2689 | 2024-08-02T04:15:33.976Z | + ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-79230fbf9f8469a9 tests/commtest-7f573d04ceb158a9 tests/dhcp_server-b46faedf3caf5791 tests/end_to_end_tests-80059413ebfc2527 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2690 | 2024-08-02T04:16:28.787Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2691 | 2024-08-02T04:16:28.787Z | a out/target/test 1K |
2692 | 2024-08-02T04:16:28.787Z | a out/npuzone/npuzone 23144K |
2693 | 2024-08-02T04:16:28.787Z | a package-manifest.toml 30K |
2694 | 2024-08-02T04:16:28.787Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2695 | 2024-08-02T04:16:28.787Z | a target/release/omicron-package 32318K |
2696 | 2024-08-02T04:16:28.787Z | a target/release/xtask 11541K |
2697 | 2024-08-02T04:16:28.787Z | a target/debug/bootstrap 187865K |
2698 | 2024-08-02T04:16:28.787Z | a tests/bootstrap-79230fbf9f8469a9 23514K |
2699 | 2024-08-02T04:16:28.787Z | a tests/commtest-7f573d04ceb158a9 23824K |
2700 | 2024-08-02T04:16:28.787Z | a tests/dhcp_server-b46faedf3caf5791 23514K |
2701 | 2024-08-02T04:16:28.787Z | a tests/end_to_end_tests-80059413ebfc2527 193352K |
2702 | 2024-08-02T04:16:28.787Z | a out/clickhouse.tar.gz 223107K |
2703 | 2024-08-02T04:16:28.787Z | a out/clickhouse_keeper.tar.gz 223095K |
2704 | 2024-08-02T04:16:28.787Z | a out/cockroachdb.tar.gz 131763K |
2705 | 2024-08-02T04:16:28.787Z | a out/crucible-dtrace.tar 84K |
2706 | 2024-08-02T04:16:28.787Z | a out/crucible-pantry-zone.tar.gz 27839K |
2707 | 2024-08-02T04:16:28.788Z | a out/crucible-zone.tar.gz 38161K |
2708 | 2024-08-02T04:16:28.788Z | a out/external-dns.tar.gz 25126K |
2709 | 2024-08-02T04:16:28.788Z | a out/internal-dns.tar.gz 25125K |
2710 | 2024-08-02T04:16:28.788Z | a out/mg-ddm-gz.tar 60627K |
2711 | 2024-08-02T04:16:28.788Z | a out/nexus.tar.gz 85619K |
2712 | 2024-08-02T04:16:28.788Z | a out/ntp.tar.gz 8986K |
2713 | 2024-08-02T04:16:28.788Z | a out/omicron-gateway-softnpu.tar.gz 13585K |
2714 | 2024-08-02T04:16:28.788Z | a out/omicron-sled-agent.tar 96795K |
2715 | 2024-08-02T04:16:28.788Z | a out/overlay.tar.gz 3K |
2716 | 2024-08-02T04:16:28.788Z | a out/oximeter.tar.gz 42467K |
2717 | 2024-08-02T04:16:28.788Z | a out/oxlog.tar 2925K |
2718 | 2024-08-02T04:16:28.788Z | a out/probe.tar.gz 2764K |
2719 | 2024-08-02T04:16:28.788Z | a out/propolis-server.tar.gz 65291K |
2720 | 2024-08-02T04:16:28.788Z | a out/pumpkind-gz.tar 26665K |
2721 | 2024-08-02T04:16:28.788Z | a out/switch-softnpu.tar.gz 203404K |
2722 | 2024-08-02T04:16:28.791Z | |
2723 | 2024-08-02T04:16:28.791Z | real 54.804508566 |
2724 | 2024-08-02T04:16:28.791Z | user 52.536687872 |
2725 | 2024-08-02T04:16:28.791Z | sys 3.144014967 |
2726 | 2024-08-02T04:16:28.791Z | trap 0.012319139 |
2727 | 2024-08-02T04:16:28.791Z | tflt 0.000000000 |
2728 | 2024-08-02T04:16:28.791Z | dflt 0.000000000 |
2729 | 2024-08-02T04:16:28.791Z | kflt 0.000000000 |
2730 | 2024-08-02T04:16:28.791Z | lock 0.000000000 |
2731 | 2024-08-02T04:16:28.791Z | slp 52.467688811 |
2732 | 2024-08-02T04:16:28.791Z | lat 1.443673909 |
2733 | 2024-08-02T04:16:28.791Z | stop 0.000210933 |
2734 | 2024-08-02T04:16:28.791Z | process exited: duration 1794699 ms, exit code 0 |
|
2735 | 2024-08-02T04:16:28.806Z | found 1 output files |
2736 | 2024-08-02T04:16:28.806Z | uploading: /work/package.tar.gz (1339666184 bytes) |
2737 | 2024-08-02T04:17:01.155Z | uploaded: /work/package.tar.gz |