|
|
|
1 | 2024-05-15T05:14:11.929Z | job assigned to worker 01HXXAPK6Y4BVN05EC0R9XYHYX (queued for 1 m 6 s) |
|
2 | 2024-05-15T05:14:19.882Z | starting task 0: "setup" |
3 | 2024-05-15T05:14:19.942Z | ++ uname -s |
4 | 2024-05-15T05:14:19.954Z | + kern=SunOS |
5 | 2024-05-15T05:14:19.954Z | + case "$kern" in |
6 | 2024-05-15T05:14:19.955Z | + groupadd -g 12345 build |
7 | 2024-05-15T05:14:19.955Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-15T05:14:21.959Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-15T05:14:22.129Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-15T05:14:22.566Z | + home_fs=zfs |
11 | 2024-05-15T05:14:22.566Z | + [[ zfs == autofs ]] |
12 | 2024-05-15T05:14:22.566Z | + mkdir -p /home/build |
13 | 2024-05-15T05:14:22.566Z | + chown build:build /home/build /work |
14 | 2024-05-15T05:14:23.103Z | + chmod 0700 /home/build /work |
15 | 2024-05-15T05:14:23.133Z | process exited: duration 3219 ms, exit code 0 |
|
16 | 2024-05-15T05:14:23.624Z | starting task 1: "rust-toolchain" |
17 | 2024-05-15T05:14:23.644Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-15T05:14:23.644Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default |
19 | 2024-05-15T05:14:23.742Z | info: downloading installer |
20 | 2024-05-15T05:14:24.890Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-15T05:14:24.891Z | warning: /opt/ooce/bin |
22 | 2024-05-15T05:14:24.891Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-15T05:14:24.891Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-15T05:14:24.892Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-15T05:14:24.892Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-15T05:14:24.893Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-15T05:14:24.893Z | error: cannot install while Rust is installed |
28 | 2024-05-15T05:14:24.893Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-15T05:14:24.964Z | info: profile set to 'default' |
30 | 2024-05-15T05:14:24.964Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-15T05:14:24.989Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
32 | 2024-05-15T05:14:25.080Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
33 | 2024-05-15T05:14:25.080Z | info: downloading component 'cargo' |
34 | 2024-05-15T05:14:25.677Z | info: downloading component 'clippy' |
35 | 2024-05-15T05:14:25.881Z | info: downloading component 'rust-docs' |
36 | 2024-05-15T05:14:26.681Z | info: downloading component 'rust-std' |
37 | 2024-05-15T05:14:27.849Z | info: downloading component 'rustc' |
38 | 2024-05-15T05:14:31.034Z | info: downloading component 'rustfmt' |
39 | 2024-05-15T05:14:31.212Z | info: installing component 'cargo' |
40 | 2024-05-15T05:14:32.041Z | info: installing component 'clippy' |
41 | 2024-05-15T05:14:32.370Z | info: installing component 'rust-docs' |
42 | 2024-05-15T05:14:33.879Z | info: installing component 'rust-std' |
43 | 2024-05-15T05:14:35.546Z | info: installing component 'rustc' |
44 | 2024-05-15T05:14:39.620Z | info: installing component 'rustfmt' |
45 | 2024-05-15T05:14:39.951Z | info: default toolchain set to '1.77.2-x86_64-unknown-illumos' |
46 | 2024-05-15T05:14:39.952Z | |
47 | 2024-05-15T05:14:40.404Z | 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09) |
48 | 2024-05-15T05:14:40.404Z | |
49 | 2024-05-15T05:14:40.435Z | |
50 | 2024-05-15T05:14:40.436Z | Rust is installed now. Great! |
51 | 2024-05-15T05:14:40.436Z | |
52 | 2024-05-15T05:14:40.436Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-15T05:14:40.436Z | environment variable. This has not been done automatically. |
54 | 2024-05-15T05:14:40.437Z | |
55 | 2024-05-15T05:14:40.437Z | To configure your current shell, you need to source |
56 | 2024-05-15T05:14:40.438Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-15T05:14:40.438Z | |
58 | 2024-05-15T05:14:40.438Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-15T05:14:40.438Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-15T05:14:40.439Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-15T05:14:40.439Z | + rustc --version |
62 | 2024-05-15T05:14:40.439Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
63 | 2024-05-15T05:14:40.440Z | process exited: duration 16656 ms, exit code 0 |
|
64 | 2024-05-15T05:14:40.501Z | starting task 2: "authentication" |
65 | 2024-05-15T05:14:40.559Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
66 | 2024-05-15T05:15:51.372Z | process exited: duration 70849 ms, exit code 0 |
|
67 | 2024-05-15T05:15:51.419Z | starting task 3: "clone repository" |
68 | 2024-05-15T05:15:51.443Z | + mkdir -p /work/oxidecomputer/omicron |
69 | 2024-05-15T05:15:51.443Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
70 | 2024-05-15T05:15:51.743Z | Cloning into '/work/oxidecomputer/omicron'... |
71 | 2024-05-15T05:15:57.367Z | + cd /work/oxidecomputer/omicron |
72 | 2024-05-15T05:15:57.400Z | + git fetch origin 4f7e84bc28234417a0dbf813636438ae097d1397 |
73 | 2024-05-15T05:15:57.673Z | From https://github.com/oxidecomputer/omicron |
74 | 2024-05-15T05:15:57.674Z | * branch 4f7e84bc28234417a0dbf813636438ae097d1397 -> FETCH_HEAD |
75 | 2024-05-15T05:15:57.689Z | + [[ -n '' ]] |
76 | 2024-05-15T05:15:57.689Z | + git reset --hard 4f7e84bc28234417a0dbf813636438ae097d1397 |
77 | 2024-05-15T05:15:57.812Z | HEAD is now at 4f7e84bc2 Update Rust crate serde_json to 1.0.117 |
78 | 2024-05-15T05:15:57.821Z | process exited: duration 6392 ms, exit code 0 |
|
79 | 2024-05-15T05:15:57.841Z | starting task 4: "build" |
80 | 2024-05-15T05:15:57.851Z | + cargo --version |
81 | 2024-05-15T05:15:57.894Z | cargo 1.77.2 (e52e36006 2024-03-26) |
82 | 2024-05-15T05:15:57.911Z | + rustc --version |
83 | 2024-05-15T05:15:57.964Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
84 | 2024-05-15T05:15:57.996Z | + WORK=/work |
85 | 2024-05-15T05:15:57.996Z | + pfexec mkdir -p /work |
86 | 2024-05-15T05:15:57.996Z | + pfexec chown build /work |
87 | 2024-05-15T05:15:57.996Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
88 | 2024-05-15T05:16:08.680Z | Startup: Refreshing catalog 'helios-dev' ... Done |
89 | 2024-05-15T05:16:10.950Z | Startup: Caching catalogs ... Done |
90 | 2024-05-15T05:16:12.137Z | Planning: Solver setup ... Done (1.111s) |
91 | 2024-05-15T05:16:12.566Z | Planning: Running solver ... Done (0.022s) |
92 | 2024-05-15T05:16:12.566Z | Planning: Finding local manifests ... Done (0.002s) |
93 | 2024-05-15T05:16:12.567Z | Planning: Fetching manifests: 0/4 0% complete |
94 | 2024-05-15T05:16:12.567Z | Planning: Fetching manifests: 4/4 100% complete |
95 | 2024-05-15T05:16:12.567Z | Planning: Package planning ... Done (0.049s) |
96 | 2024-05-15T05:16:12.608Z | Planning: Merging actions ... Done (0.051s) |
97 | 2024-05-15T05:16:13.500Z | Planning: Checking for conflicting actions ... Done (0.867s) |
98 | 2024-05-15T05:16:13.528Z | Planning: Consolidating action changes ... Done (0.011s) |
99 | 2024-05-15T05:16:17.530Z | Planning: Evaluating mediators ... Done (4.029s) |
100 | 2024-05-15T05:16:17.558Z | Planning: Planning completed in 6.94 seconds |
101 | 2024-05-15T05:16:17.862Z | Packages to install: 4 |
102 | 2024-05-15T05:16:17.862Z | Mediators to change: 2 |
103 | 2024-05-15T05:16:17.888Z | Services to change: 1 |
104 | 2024-05-15T05:16:17.888Z | Estimated space available: 155.79 GB |
105 | 2024-05-15T05:16:17.888Z | Estimated space to be consumed: 1.45 GB |
106 | 2024-05-15T05:16:17.889Z | Create boot environment: No |
107 | 2024-05-15T05:16:17.889Z | Create backup boot environment: No |
108 | 2024-05-15T05:16:17.889Z | Rebuild boot archive: No |
109 | 2024-05-15T05:16:17.889Z | |
110 | 2024-05-15T05:16:17.889Z | Changed mediators: |
111 | 2024-05-15T05:16:17.890Z | mediator clang: |
112 | 2024-05-15T05:16:17.890Z | version: None -> 15 (system default) |
113 | 2024-05-15T05:16:17.890Z | |
114 | 2024-05-15T05:16:17.890Z | mediator llvm: |
115 | 2024-05-15T05:16:17.890Z | version: 14 (system default) -> 15 (system default) |
116 | 2024-05-15T05:16:17.890Z | |
117 | 2024-05-15T05:16:17.890Z | Changed packages: |
118 | 2024-05-15T05:16:17.890Z | helios-dev |
119 | 2024-05-15T05:16:17.890Z | developer/build-essential |
120 | 2024-05-15T05:16:17.891Z | None -> 11-2.0 |
121 | 2024-05-15T05:16:17.891Z | library/libxmlsec1 |
122 | 2024-05-15T05:16:17.891Z | None -> 1.2.35-2.0 |
123 | 2024-05-15T05:16:17.891Z | ooce/developer/clang-15 |
124 | 2024-05-15T05:16:17.891Z | None -> 15.0.7-2.0 |
125 | 2024-05-15T05:16:17.891Z | ooce/developer/llvm-15 |
126 | 2024-05-15T05:16:17.891Z | None -> 15.0.7-2.0 |
127 | 2024-05-15T05:16:17.891Z | |
128 | 2024-05-15T05:16:17.891Z | Services: |
129 | 2024-05-15T05:16:17.891Z | restart_fmri: |
130 | 2024-05-15T05:16:17.891Z | svc:/system/update-man-index:default |
131 | 2024-05-15T05:16:18.061Z | |
132 | 2024-05-15T05:16:18.061Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
133 | 2024-05-15T05:16:23.103Z | Download: 826/3290 items 18.8/212.6MB 8% complete (3.9M/s) |
134 | 2024-05-15T05:16:35.402Z | Download: 1196/3290 items 83.5/212.6MB 39% complete (9.7M/s) |
135 | 2024-05-15T05:16:50.379Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
136 | 2024-05-15T05:16:55.557Z | Download: 1453/3290 items 117.2/212.6MB 55% complete (7.5M/s) |
137 | 2024-05-15T05:17:00.115Z | Download: 1708/3290 items 118.1/212.6MB 55% complete (3.6M/s) |
138 | 2024-05-15T05:17:05.124Z | Download: 2011/3290 items 118.7/212.6MB 55% complete (160k/s) |
139 | 2024-05-15T05:17:10.820Z | Download: 2145/3290 items 119.0/212.6MB 55% complete (102k/s) |
140 | 2024-05-15T05:17:15.536Z | Download: 2219/3290 items 119.2/212.6MB 56% complete (72.8k/s) |
141 | 2024-05-15T05:17:33.333Z | Download: 2223/3290 items 119.2/212.6MB 56% complete |
142 | 2024-05-15T05:17:38.333Z | Download: 2291/3290 items 119.6/212.6MB 56% complete (59.3k/s) |
143 | 2024-05-15T05:17:43.355Z | Download: 2491/3290 items 120.2/212.6MB 56% complete (110k/s) |
144 | 2024-05-15T05:17:48.404Z | Download: 2639/3290 items 120.6/212.6MB 56% complete (129k/s) |
145 | 2024-05-15T05:17:53.543Z | Download: 2771/3290 items 121.0/212.6MB 56% complete (74.2k/s) |
146 | 2024-05-15T05:17:58.727Z | Download: 2915/3290 items 121.2/212.6MB 57% complete (59.9k/s) |
147 | 2024-05-15T05:18:03.567Z | Download: 3092/3290 items 137.8/212.6MB 64% complete (1.6M/s) |
148 | 2024-05-15T05:18:18.148Z | Download: 3245/3290 items 202.3/212.6MB 95% complete (8.1M/s) |
149 | 2024-05-15T05:18:24.589Z | Download: 3247/3290 items 203.1/212.6MB 95% complete |
150 | 2024-05-15T05:18:35.935Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (1.3k/s) |
151 | 2024-05-15T05:18:41.589Z | Download: 3278/3290 items 211.1/212.6MB 99% complete (915k/s) |
152 | 2024-05-15T05:18:48.723Z | Download: 3282/3290 items 211.1/212.6MB 99% complete (953k/s) |
153 | 2024-05-15T05:19:08.661Z | Download: 3289/3290 items 212.6/212.6MB 99% complete |
154 | 2024-05-15T05:19:09.252Z | Download: Completed 212.60 MB in 167.50 seconds (1.3M/s) |
155 | 2024-05-15T05:19:09.252Z | Actions: 1/3689 actions (Installing new actions) |
156 | 2024-05-15T05:19:10.813Z | Actions: 3674/3689 actions (Installing new actions) |
157 | 2024-05-15T05:19:10.861Z | Actions: Completed 3689 actions in 5.11 seconds. |
158 | 2024-05-15T05:19:11.080Z | Done (0.220s) |
159 | 2024-05-15T05:19:11.080Z | Done (0.000s) |
160 | 2024-05-15T05:19:11.375Z | Done (0.295s) |
161 | 2024-05-15T05:19:16.421Z | Done (4.894s) |
162 | 2024-05-15T05:19:16.640Z | Done (0.122s) |
163 | 2024-05-15T05:19:16.660Z | Done (0.000s) |
164 | 2024-05-15T05:19:16.774Z | Done (0.000s) |
165 | 2024-05-15T05:19:17.314Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-05-15T05:19:17.468Z | Planning: Checking for conflicting actions ... Done |
167 | 2024-05-15T05:19:17.495Z | Planning: Consolidating action changes ... Done |
168 | 2024-05-15T05:19:17.735Z | Planning: Evaluating mediators ... Done |
169 | 2024-05-15T05:19:18.172Z | Planning: Planning completed in 0.42 seconds |
170 | 2024-05-15T05:19:18.206Z | Mediators to change: 2 |
171 | 2024-05-15T05:19:18.206Z | Create boot environment: No |
172 | 2024-05-15T05:19:18.206Z | Create backup boot environment: No |
173 | 2024-05-15T05:19:18.206Z | Done |
174 | 2024-05-15T05:19:18.207Z | Done |
175 | 2024-05-15T05:19:18.207Z | Done |
176 | 2024-05-15T05:19:21.505Z | Done |
177 | 2024-05-15T05:19:21.575Z | Done |
178 | 2024-05-15T05:19:21.584Z | Done |
179 | 2024-05-15T05:19:21.679Z | Done |
180 | 2024-05-15T05:19:22.281Z | Planning: Evaluating mediator changes ... Done |
181 | 2024-05-15T05:19:22.293Z | Planning: Merging actions ... Done |
182 | 2024-05-15T05:19:22.462Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-05-15T05:19:22.482Z | Planning: Consolidating action changes ... Done |
184 | 2024-05-15T05:19:22.774Z | Planning: Evaluating mediators ... Done |
185 | 2024-05-15T05:19:22.819Z | Planning: Planning completed in 0.74 seconds |
186 | 2024-05-15T05:19:22.850Z | Packages to change: 1 |
187 | 2024-05-15T05:19:22.850Z | Mediators to change: 1 |
188 | 2024-05-15T05:19:22.850Z | Services to change: 1 |
189 | 2024-05-15T05:19:22.850Z | Create boot environment: No |
190 | 2024-05-15T05:19:22.851Z | Create backup boot environment: Yes |
191 | 2024-05-15T05:19:24.678Z | Actions: 1/6 actions (Updating modified actions) |
192 | 2024-05-15T05:19:24.736Z | Actions: Completed 6 actions in 0.04 seconds. |
193 | 2024-05-15T05:19:24.747Z | Done |
194 | 2024-05-15T05:19:24.748Z | Done |
195 | 2024-05-15T05:19:24.778Z | Done |
196 | 2024-05-15T05:19:28.267Z | Done |
197 | 2024-05-15T05:19:28.759Z | Done |
198 | 2024-05-15T05:19:28.774Z | Done |
199 | 2024-05-15T05:19:28.775Z | Done |
200 | 2024-05-15T05:19:28.910Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
201 | 2024-05-15T05:19:28.910Z | clang system 15 system |
202 | 2024-05-15T05:19:28.911Z | csh system system illumos |
203 | 2024-05-15T05:19:28.911Z | ctags system system illumos |
204 | 2024-05-15T05:19:28.911Z | gcc vendor 12 vendor |
205 | 2024-05-15T05:19:28.911Z | gcc system 10 system |
206 | 2024-05-15T05:19:28.911Z | gcc system 7 system |
207 | 2024-05-15T05:19:28.911Z | go system 1.20 system |
208 | 2024-05-15T05:19:28.912Z | go system 1.19 system |
209 | 2024-05-15T05:19:28.912Z | llvm system 15 system |
210 | 2024-05-15T05:19:28.912Z | llvm system 14 system |
211 | 2024-05-15T05:19:28.912Z | mariadb system 10.6 system |
212 | 2024-05-15T05:19:28.912Z | mta vendor vendor dma |
213 | 2024-05-15T05:19:28.912Z | openjdk system 17 system |
214 | 2024-05-15T05:19:28.912Z | openjdk system 11 system |
215 | 2024-05-15T05:19:28.912Z | openjdk system 1.8 system |
216 | 2024-05-15T05:19:28.912Z | openssl vendor 3 vendor |
217 | 2024-05-15T05:19:28.913Z | perl system 5.36 system |
218 | 2024-05-15T05:19:28.913Z | postgresql system 15 system |
219 | 2024-05-15T05:19:28.913Z | postgresql system 13 system |
220 | 2024-05-15T05:19:28.913Z | python vendor 3 vendor |
221 | 2024-05-15T05:19:28.913Z | python system 2 system |
222 | 2024-05-15T05:19:28.913Z | python3 system 3.11 system |
223 | 2024-05-15T05:19:28.913Z | ruby system 3.0 system |
224 | 2024-05-15T05:19:28.913Z | words vendor vendor american-english |
225 | 2024-05-15T05:19:28.913Z | words system system australian-english |
226 | 2024-05-15T05:19:28.913Z | words system system british-english |
227 | 2024-05-15T05:19:28.914Z | words system system canadian-english |
228 | 2024-05-15T05:19:28.914Z | words system system french |
229 | 2024-05-15T05:19:28.914Z | words system system italian |
230 | 2024-05-15T05:19:28.914Z | words system system ngerman |
231 | 2024-05-15T05:19:28.914Z | words system system ogerman |
232 | 2024-05-15T05:19:28.914Z | words system system spanish |
233 | 2024-05-15T05:19:29.187Z | PUBLISHER TYPE STATUS P LOCATION |
234 | 2024-05-15T05:19:29.188Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
235 | 2024-05-15T05:19:30.586Z | FMRI IFO |
236 | 2024-05-15T05:19:30.586Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
237 | 2024-05-15T05:19:30.586Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
238 | 2024-05-15T05:19:30.586Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
239 | 2024-05-15T05:19:30.587Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
240 | 2024-05-15T05:19:30.587Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
241 | 2024-05-15T05:19:30.587Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
242 | 2024-05-15T05:19:30.587Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
243 | 2024-05-15T05:19:30.587Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
244 | 2024-05-15T05:19:30.588Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
245 | 2024-05-15T05:19:30.588Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
246 | 2024-05-15T05:19:30.588Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
247 | 2024-05-15T05:19:30.588Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
248 | 2024-05-15T05:19:30.837Z | + set -o errexit |
249 | 2024-05-15T05:19:30.856Z | +++ dirname ./tools/ci_download_cockroachdb |
250 | 2024-05-15T05:19:30.857Z | ++ cd ./tools |
251 | 2024-05-15T05:19:30.857Z | ++ pwd |
252 | 2024-05-15T05:19:30.857Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
253 | 2024-05-15T05:19:30.857Z | ++ basename ./tools/ci_download_cockroachdb |
254 | 2024-05-15T05:19:30.858Z | + ARG0=ci_download_cockroachdb |
255 | 2024-05-15T05:19:30.858Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
256 | 2024-05-15T05:19:30.858Z | + CIDL_VERSION=v22.1.9 |
257 | 2024-05-15T05:19:30.858Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
258 | 2024-05-15T05:19:30.858Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
259 | 2024-05-15T05:19:30.858Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
260 | 2024-05-15T05:19:30.858Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
261 | 2024-05-15T05:19:30.858Z | + TARGET_DIR=out |
262 | 2024-05-15T05:19:30.859Z | + DOWNLOAD_DIR=out/downloads |
263 | 2024-05-15T05:19:30.859Z | + DEST_DIR=./out/cockroachdb |
264 | 2024-05-15T05:19:30.859Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
265 | 2024-05-15T05:19:30.859Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
266 | 2024-05-15T05:19:30.860Z | + main |
267 | 2024-05-15T05:19:30.860Z | + [[ 0 != 0 ]] |
268 | 2024-05-15T05:19:30.860Z | + CIDL_OS=solaris2.11 |
269 | 2024-05-15T05:19:30.860Z | + [[ 0 != 0 ]] |
270 | 2024-05-15T05:19:30.860Z | + configure_os solaris2.11 |
271 | 2024-05-15T05:19:30.861Z | + echo 'current directory: /work/oxidecomputer/omicron' |
272 | 2024-05-15T05:19:30.861Z | current directory: /work/oxidecomputer/omicron |
273 | 2024-05-15T05:19:30.861Z | + echo 'configuring based on OS: "solaris2.11"' |
274 | 2024-05-15T05:19:30.861Z | configuring based on OS: "solaris2.11" |
275 | 2024-05-15T05:19:30.861Z | + case "$1" in |
276 | 2024-05-15T05:19:30.861Z | + CIDL_BUILD=illumos |
277 | 2024-05-15T05:19:30.861Z | + CIDL_SUFFIX=tar.gz |
278 | 2024-05-15T05:19:30.861Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
279 | 2024-05-15T05:19:30.862Z | + CIDL_URL_BASE=https://illumos.org/downloads |
280 | 2024-05-15T05:19:30.862Z | + CIDL_ASSEMBLE=do_assemble_illumos |
281 | 2024-05-15T05:19:30.862Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
282 | 2024-05-15T05:19:30.862Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-05-15T05:19:30.862Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-05-15T05:19:30.862Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
285 | 2024-05-15T05:19:30.863Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-05-15T05:19:30.863Z | + CIDL_SHA256FUNC=do_sha256sum |
287 | 2024-05-15T05:19:30.863Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
288 | 2024-05-15T05:19:30.863Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-05-15T05:19:30.863Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
290 | 2024-05-15T05:19:30.863Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-05-15T05:19:30.864Z | + mkdir -p out/downloads |
292 | 2024-05-15T05:19:30.864Z | + mkdir -p ./out/cockroachdb |
293 | 2024-05-15T05:19:30.864Z | + local DO_DOWNLOAD=true |
294 | 2024-05-15T05:19:30.864Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
295 | 2024-05-15T05:19:30.864Z | + '[' true == true ']' |
296 | 2024-05-15T05:19:30.864Z | + echo Downloading... |
297 | 2024-05-15T05:19:30.865Z | Downloading... |
298 | 2024-05-15T05:19:30.865Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-05-15T05:19:30.865Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-05-15T05:19:34.170Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-05-15T05:19:34.175Z | ++ sha256sum |
302 | 2024-05-15T05:19:34.175Z | ++ awk '{print $1}' |
303 | 2024-05-15T05:19:34.231Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
304 | 2024-05-15T05:19:34.232Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
305 | 2024-05-15T05:19:34.236Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-05-15T05:19:34.236Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
307 | 2024-05-15T05:19:36.383Z | + do_assemble_illumos |
308 | 2024-05-15T05:19:36.383Z | + rm -r ./out/cockroachdb |
309 | 2024-05-15T05:19:36.803Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
310 | 2024-05-15T05:19:37.265Z | + ./out/cockroachdb/bin/cockroach version |
311 | 2024-05-15T05:19:37.265Z | Build Tag: v22.1.9-dirty |
312 | 2024-05-15T05:19:37.265Z | Build Time: 2022/10/26 21:17:46 |
313 | 2024-05-15T05:19:37.265Z | Distribution: OSS |
314 | 2024-05-15T05:19:37.265Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
315 | 2024-05-15T05:19:37.265Z | Go Version: go1.17.13 |
316 | 2024-05-15T05:19:37.265Z | C Compiler: gcc 10.3.0 |
317 | 2024-05-15T05:19:37.265Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
318 | 2024-05-15T05:19:37.265Z | Build Type: release |
319 | 2024-05-15T05:19:37.266Z | + set -o errexit |
320 | 2024-05-15T05:19:37.266Z | +++ dirname ./tools/ci_download_clickhouse |
321 | 2024-05-15T05:19:37.266Z | ++ cd ./tools |
322 | 2024-05-15T05:19:37.266Z | ++ pwd |
323 | 2024-05-15T05:19:37.266Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
324 | 2024-05-15T05:19:37.266Z | ++ basename ./tools/ci_download_clickhouse |
325 | 2024-05-15T05:19:37.266Z | + ARG0=ci_download_clickhouse |
326 | 2024-05-15T05:19:37.266Z | + TARGET_DIR=out |
327 | 2024-05-15T05:19:37.266Z | + DOWNLOAD_DIR=out/downloads |
328 | 2024-05-15T05:19:37.266Z | + DEST_DIR=./out/clickhouse |
329 | 2024-05-15T05:19:37.266Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
330 | 2024-05-15T05:19:37.266Z | + CIDL_VERSION=v23.8.7.24 |
331 | 2024-05-15T05:19:37.267Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
332 | 2024-05-15T05:19:37.267Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
333 | 2024-05-15T05:19:37.267Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
334 | 2024-05-15T05:19:37.267Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
335 | 2024-05-15T05:19:37.267Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
336 | 2024-05-15T05:19:37.267Z | + main |
337 | 2024-05-15T05:19:37.267Z | + [[ 0 != 0 ]] |
338 | 2024-05-15T05:19:37.267Z | + CIDL_OS=solaris2.11 |
339 | 2024-05-15T05:19:37.267Z | + [[ 0 != 0 ]] |
340 | 2024-05-15T05:19:37.267Z | + configure_os solaris2.11 |
341 | 2024-05-15T05:19:37.267Z | + echo 'current directory: /work/oxidecomputer/omicron' |
342 | 2024-05-15T05:19:37.267Z | + echo 'configuring based on OS: "solaris2.11"' |
343 | 2024-05-15T05:19:37.267Z | + CIDL_DASHREV= |
344 | 2024-05-15T05:19:37.267Z | current directory: /work/oxidecomputer/omicron |
345 | 2024-05-15T05:19:37.268Z | configuring based on OS: "solaris2.11" |
346 | 2024-05-15T05:19:37.268Z | + case "$1" in |
347 | 2024-05-15T05:19:37.268Z | + CIDL_PLATFORM=illumos |
348 | 2024-05-15T05:19:37.268Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
349 | 2024-05-15T05:19:37.268Z | + CIDL_MD5FUNC=do_md5sum |
350 | 2024-05-15T05:19:37.268Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
351 | 2024-05-15T05:19:37.268Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
352 | 2024-05-15T05:19:37.268Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
353 | 2024-05-15T05:19:37.268Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
354 | 2024-05-15T05:19:37.268Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
355 | 2024-05-15T05:19:37.268Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-05-15T05:19:37.268Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
357 | 2024-05-15T05:19:37.268Z | + mkdir -p out/downloads |
358 | 2024-05-15T05:19:37.269Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-05-15T05:19:37.269Z | + mkdir -p ./out/clickhouse |
360 | 2024-05-15T05:19:37.269Z | + local DO_DOWNLOAD=true |
361 | 2024-05-15T05:19:37.269Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
362 | 2024-05-15T05:19:37.269Z | + '[' true == true ']' |
363 | 2024-05-15T05:19:37.269Z | + echo Downloading... |
364 | 2024-05-15T05:19:37.269Z | Downloading... |
365 | 2024-05-15T05:19:37.269Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
366 | 2024-05-15T05:19:37.269Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
367 | 2024-05-15T05:19:38.647Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
368 | 2024-05-15T05:19:38.664Z | ++ md5sum |
369 | 2024-05-15T05:19:38.664Z | ++ awk '{print $1}' |
370 | 2024-05-15T05:19:38.933Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
371 | 2024-05-15T05:19:38.933Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
372 | 2024-05-15T05:19:38.933Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
373 | 2024-05-15T05:19:39.018Z | + mkdir -p ./out/clickhouse |
374 | 2024-05-15T05:19:39.019Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
375 | 2024-05-15T05:19:42.713Z | + [[ solaris2.11 == darwin* ]] |
376 | 2024-05-15T05:19:42.713Z | + ./out/clickhouse/clickhouse server --version |
377 | 2024-05-15T05:19:43.070Z | ClickHouse server version 23.8.7.1. |
378 | 2024-05-15T05:19:43.088Z | + set -o errexit |
379 | 2024-05-15T05:19:43.107Z | +++ dirname ./tools/ci_download_console |
380 | 2024-05-15T05:19:43.107Z | ++ cd ./tools |
381 | 2024-05-15T05:19:43.107Z | ++ pwd |
382 | 2024-05-15T05:19:43.107Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
383 | 2024-05-15T05:19:43.107Z | ++ basename ./tools/ci_download_console |
384 | 2024-05-15T05:19:43.107Z | + ARG0=ci_download_console |
385 | 2024-05-15T05:19:43.107Z | + TARGET_DIR=out |
386 | 2024-05-15T05:19:43.108Z | + DOWNLOAD_DIR=out/downloads |
387 | 2024-05-15T05:19:43.108Z | + DEST_DIR=./out/console-assets |
388 | 2024-05-15T05:19:43.108Z | + source /work/oxidecomputer/omicron/tools/console_version |
389 | 2024-05-15T05:19:43.108Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
390 | 2024-05-15T05:19:43.108Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
391 | 2024-05-15T05:19:43.108Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
392 | 2024-05-15T05:19:43.108Z | + TARBALL_FILE=out/downloads/console.tar.gz |
393 | 2024-05-15T05:19:43.108Z | + main |
394 | 2024-05-15T05:19:43.108Z | + [[ 0 != 0 ]] |
395 | 2024-05-15T05:19:43.108Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
396 | 2024-05-15T05:19:43.108Z | + echo 'Local file: out/downloads/console.tar.gz' |
397 | 2024-05-15T05:19:43.108Z | + local DO_DOWNLOAD=true |
398 | 2024-05-15T05:19:43.108Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
399 | 2024-05-15T05:19:43.108Z | Local file: out/downloads/console.tar.gz |
400 | 2024-05-15T05:19:43.109Z | + [[ -f out/downloads/console.tar.gz ]] |
401 | 2024-05-15T05:19:43.109Z | + mkdir -p out/downloads |
402 | 2024-05-15T05:19:43.109Z | + '[' true == true ']' |
403 | 2024-05-15T05:19:43.109Z | + echo Downloading... |
404 | 2024-05-15T05:19:43.109Z | Downloading... |
405 | 2024-05-15T05:19:43.109Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
406 | 2024-05-15T05:19:43.109Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
407 | 2024-05-15T05:19:44.520Z | ++ do_sha256sum out/downloads/console.tar.gz |
408 | 2024-05-15T05:19:44.520Z | ++ case "$OSTYPE" in |
409 | 2024-05-15T05:19:44.521Z | ++ SHA=sha256sum |
410 | 2024-05-15T05:19:45.198Z | ++ sha256sum |
411 | 2024-05-15T05:19:45.198Z | ++ awk '{print $1}' |
412 | 2024-05-15T05:19:45.198Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
413 | 2024-05-15T05:19:45.198Z | + [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]] |
414 | 2024-05-15T05:19:45.199Z | + rm -rf ./out/console-assets |
415 | 2024-05-15T05:19:45.199Z | + mkdir -p ./out/console-assets |
416 | 2024-05-15T05:19:45.199Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
417 | 2024-05-15T05:19:45.199Z | + mkdir -p ./out/console-assets |
418 | 2024-05-15T05:19:45.199Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
419 | 2024-05-15T05:19:45.199Z | + set -o errexit |
420 | 2024-05-15T05:19:45.199Z | +++ dirname ./tools/ci_download_dendrite_openapi |
421 | 2024-05-15T05:19:45.200Z | ++ cd ./tools |
422 | 2024-05-15T05:19:45.200Z | ++ pwd |
423 | 2024-05-15T05:19:45.200Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
424 | 2024-05-15T05:19:45.200Z | ++ basename ./tools/ci_download_dendrite_openapi |
425 | 2024-05-15T05:19:45.201Z | + ARG0=ci_download_dendrite_openapi |
426 | 2024-05-15T05:19:45.201Z | + TARGET_DIR=out |
427 | 2024-05-15T05:19:45.201Z | + DOWNLOAD_DIR=out/downloads |
428 | 2024-05-15T05:19:45.201Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
429 | 2024-05-15T05:19:45.201Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
430 | 2024-05-15T05:19:45.202Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
431 | 2024-05-15T05:19:45.202Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
432 | 2024-05-15T05:19:45.202Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
433 | 2024-05-15T05:19:45.202Z | + main |
434 | 2024-05-15T05:19:45.202Z | + [[ 0 != 0 ]] |
435 | 2024-05-15T05:19:45.202Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
436 | 2024-05-15T05:19:45.203Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
437 | 2024-05-15T05:19:45.203Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
438 | 2024-05-15T05:19:45.203Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
439 | 2024-05-15T05:19:45.203Z | + local DO_DOWNLOAD=true |
440 | 2024-05-15T05:19:45.203Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
441 | 2024-05-15T05:19:45.203Z | + mkdir -p out/downloads |
442 | 2024-05-15T05:19:45.203Z | + '[' true == true ']' |
443 | 2024-05-15T05:19:45.204Z | + echo Downloading... |
444 | 2024-05-15T05:19:45.204Z | Downloading... |
445 | 2024-05-15T05:19:45.204Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
446 | 2024-05-15T05:19:45.204Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
447 | 2024-05-15T05:19:45.204Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
448 | 2024-05-15T05:19:45.204Z | ++ case "$OSTYPE" in |
449 | 2024-05-15T05:19:45.205Z | ++ SHA=sha256sum |
450 | 2024-05-15T05:19:45.205Z | ++ sha256sum |
451 | 2024-05-15T05:19:45.205Z | ++ awk '{print $1}' |
452 | 2024-05-15T05:19:45.205Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
453 | 2024-05-15T05:19:45.205Z | + [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]] |
454 | 2024-05-15T05:19:45.205Z | + set -o errexit |
455 | 2024-05-15T05:19:45.205Z | +++ dirname ./tools/ci_download_dendrite_stub |
456 | 2024-05-15T05:19:45.206Z | ++ cd ./tools |
457 | 2024-05-15T05:19:45.206Z | ++ pwd |
458 | 2024-05-15T05:19:45.206Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
459 | 2024-05-15T05:19:45.206Z | ++ basename ./tools/ci_download_dendrite_stub |
460 | 2024-05-15T05:19:45.206Z | + ARG0=ci_download_dendrite_stub |
461 | 2024-05-15T05:19:45.206Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
462 | 2024-05-15T05:19:45.206Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
463 | 2024-05-15T05:19:45.206Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
464 | 2024-05-15T05:19:45.206Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
465 | 2024-05-15T05:19:45.207Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
466 | 2024-05-15T05:19:45.207Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
467 | 2024-05-15T05:19:45.207Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
468 | 2024-05-15T05:19:45.207Z | + TARGET_DIR=out |
469 | 2024-05-15T05:19:45.207Z | + DOWNLOAD_DIR=out/downloads |
470 | 2024-05-15T05:19:45.207Z | + DEST_DIR=./out/dendrite-stub |
471 | 2024-05-15T05:19:45.207Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
472 | 2024-05-15T05:19:45.208Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
473 | 2024-05-15T05:19:45.208Z | + REPO=oxidecomputer/dendrite |
474 | 2024-05-15T05:19:45.208Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
475 | 2024-05-15T05:19:45.208Z | + main |
476 | 2024-05-15T05:19:45.208Z | + [[ 0 != 0 ]] |
477 | 2024-05-15T05:19:45.208Z | + CIDL_OS=solaris2.11 |
478 | 2024-05-15T05:19:45.208Z | + [[ 0 != 0 ]] |
479 | 2024-05-15T05:19:45.208Z | + configure_os solaris2.11 |
480 | 2024-05-15T05:19:45.208Z | + echo 'current directory: /work/oxidecomputer/omicron' |
481 | 2024-05-15T05:19:45.208Z | current directory: /work/oxidecomputer/omicron |
482 | 2024-05-15T05:19:45.209Z | + echo 'configuring based on OS: "solaris2.11"' |
483 | 2024-05-15T05:19:45.209Z | + case "$1" in |
484 | 2024-05-15T05:19:45.209Z | + SET_BINARIES= |
485 | 2024-05-15T05:19:45.209Z | configuring based on OS: "solaris2.11" |
486 | 2024-05-15T05:19:45.209Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
487 | 2024-05-15T05:19:45.209Z | + CIDL_SHA256FUNC=do_sha256sum |
488 | 2024-05-15T05:19:45.209Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
489 | 2024-05-15T05:19:45.209Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
490 | 2024-05-15T05:19:45.209Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
491 | 2024-05-15T05:19:45.209Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
492 | 2024-05-15T05:19:45.209Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
493 | 2024-05-15T05:19:45.209Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
494 | 2024-05-15T05:19:45.209Z | Local file: out/downloads/dendrite-stub.tar.gz |
495 | 2024-05-15T05:19:45.209Z | + mkdir -p out/downloads |
496 | 2024-05-15T05:19:45.209Z | + mkdir -p ./out/dendrite-stub |
497 | 2024-05-15T05:19:45.209Z | + fetch_and_verify |
498 | 2024-05-15T05:19:45.210Z | + local DO_DOWNLOAD=true |
499 | 2024-05-15T05:19:45.210Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
500 | 2024-05-15T05:19:45.210Z | + '[' true == true ']' |
501 | 2024-05-15T05:19:45.210Z | + echo Downloading... |
502 | 2024-05-15T05:19:45.210Z | Downloading... |
503 | 2024-05-15T05:19:45.210Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
504 | 2024-05-15T05:19:45.210Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
505 | 2024-05-15T05:19:56.898Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
506 | 2024-05-15T05:19:56.902Z | ++ sha256sum |
507 | 2024-05-15T05:19:56.902Z | ++ awk '{print $1}' |
508 | 2024-05-15T05:19:56.921Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
509 | 2024-05-15T05:19:56.924Z | + [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]] |
510 | 2024-05-15T05:19:56.924Z | + do_untar out/downloads/dendrite-stub.tar.gz |
511 | 2024-05-15T05:19:56.924Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
512 | 2024-05-15T05:19:57.545Z | + do_assemble |
513 | 2024-05-15T05:19:57.545Z | + rm -r ./out/dendrite-stub |
514 | 2024-05-15T05:19:57.549Z | + mkdir ./out/dendrite-stub |
515 | 2024-05-15T05:19:57.550Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
516 | 2024-05-15T05:19:57.633Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
517 | 2024-05-15T05:19:57.648Z | + set -o errexit |
518 | 2024-05-15T05:19:57.656Z | +++ dirname ./tools/ci_download_maghemite_mgd |
519 | 2024-05-15T05:19:57.656Z | ++ cd ./tools |
520 | 2024-05-15T05:19:57.657Z | ++ pwd |
521 | 2024-05-15T05:19:57.657Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
522 | 2024-05-15T05:19:57.657Z | ++ basename ./tools/ci_download_maghemite_mgd |
523 | 2024-05-15T05:19:57.658Z | + ARG0=ci_download_maghemite_mgd |
524 | 2024-05-15T05:19:57.658Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
525 | 2024-05-15T05:19:57.658Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
526 | 2024-05-15T05:19:57.659Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
527 | 2024-05-15T05:19:57.659Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
528 | 2024-05-15T05:19:57.659Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
529 | 2024-05-15T05:19:57.659Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
530 | 2024-05-15T05:19:57.660Z | + TARGET_DIR=out |
531 | 2024-05-15T05:19:57.660Z | + DOWNLOAD_DIR=out/downloads |
532 | 2024-05-15T05:19:57.661Z | + DEST_DIR=./out/mgd |
533 | 2024-05-15T05:19:57.661Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
534 | 2024-05-15T05:19:57.661Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
535 | 2024-05-15T05:19:57.661Z | + REPO=oxidecomputer/maghemite |
536 | 2024-05-15T05:19:57.662Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
537 | 2024-05-15T05:19:57.662Z | + main |
538 | 2024-05-15T05:19:57.662Z | + rm -rf out/downloads/root |
539 | 2024-05-15T05:19:57.675Z | + [[ 0 != 0 ]] |
540 | 2024-05-15T05:19:57.675Z | + CIDL_OS=solaris2.11 |
541 | 2024-05-15T05:19:57.675Z | + [[ 0 != 0 ]] |
542 | 2024-05-15T05:19:57.675Z | + configure_os solaris2.11 |
543 | 2024-05-15T05:19:57.675Z | + echo 'current directory: /work/oxidecomputer/omicron' |
544 | 2024-05-15T05:19:57.675Z | current directory: /work/oxidecomputer/omicron |
545 | 2024-05-15T05:19:57.676Z | + echo 'configuring based on OS: "solaris2.11"' |
546 | 2024-05-15T05:19:57.676Z | + case "$1" in |
547 | 2024-05-15T05:19:57.677Z | configuring based on OS: "solaris2.11" |
548 | 2024-05-15T05:19:57.677Z | + SET_BINARIES= |
549 | 2024-05-15T05:19:57.677Z | + CIDL_SHA256FUNC=do_sha256sum |
550 | 2024-05-15T05:19:57.677Z | + TARBALL_FILENAME=mgd.tar.gz |
551 | 2024-05-15T05:19:57.677Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
552 | 2024-05-15T05:19:57.678Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
553 | 2024-05-15T05:19:57.678Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
554 | 2024-05-15T05:19:57.678Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
555 | 2024-05-15T05:19:57.678Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
556 | 2024-05-15T05:19:57.678Z | Local file: out/downloads/mgd.tar.gz |
557 | 2024-05-15T05:19:57.679Z | + mkdir -p out/downloads |
558 | 2024-05-15T05:19:57.679Z | + mkdir -p ./out/mgd |
559 | 2024-05-15T05:19:57.680Z | + fetch_and_verify |
560 | 2024-05-15T05:19:57.680Z | + local DO_DOWNLOAD=true |
561 | 2024-05-15T05:19:57.681Z | + [[ -f out/downloads/mgd.tar.gz ]] |
562 | 2024-05-15T05:19:57.681Z | + '[' true == true ']' |
563 | 2024-05-15T05:19:57.681Z | + echo Downloading... |
564 | 2024-05-15T05:19:57.682Z | Downloading... |
565 | 2024-05-15T05:19:57.682Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
566 | 2024-05-15T05:19:57.682Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
567 | 2024-05-15T05:20:15.156Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
568 | 2024-05-15T05:20:15.162Z | ++ sha256sum |
569 | 2024-05-15T05:20:15.162Z | ++ awk '{print $1}' |
570 | 2024-05-15T05:20:15.176Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
571 | 2024-05-15T05:20:15.220Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] |
572 | 2024-05-15T05:20:15.220Z | + do_untar out/downloads/mgd.tar.gz |
573 | 2024-05-15T05:20:15.220Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
574 | 2024-05-15T05:20:15.753Z | + do_assemble |
575 | 2024-05-15T05:20:15.754Z | + rm -r ./out/mgd |
576 | 2024-05-15T05:20:15.758Z | + mkdir ./out/mgd |
577 | 2024-05-15T05:20:15.758Z | + cp -r out/downloads/root ./out/mgd/root |
578 | 2024-05-15T05:20:15.848Z | + set -o errexit |
579 | 2024-05-15T05:20:15.864Z | +++ dirname ./tools/ci_download_transceiver_control |
580 | 2024-05-15T05:20:15.864Z | ++ cd ./tools |
581 | 2024-05-15T05:20:15.864Z | ++ pwd |
582 | 2024-05-15T05:20:15.865Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
583 | 2024-05-15T05:20:15.865Z | ++ basename ./tools/ci_download_transceiver_control |
584 | 2024-05-15T05:20:15.865Z | + ARG0=ci_download_transceiver_control |
585 | 2024-05-15T05:20:15.865Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
586 | 2024-05-15T05:20:15.865Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
587 | 2024-05-15T05:20:15.865Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
588 | 2024-05-15T05:20:15.865Z | + TARGET_DIR=out |
589 | 2024-05-15T05:20:15.865Z | + DOWNLOAD_DIR=out/downloads |
590 | 2024-05-15T05:20:15.865Z | + DEST_DIR=./out/transceiver-control |
591 | 2024-05-15T05:20:15.866Z | + BIN_DIR=/opt/oxide/bin |
592 | 2024-05-15T05:20:15.866Z | + BINARY=xcvradm |
593 | 2024-05-15T05:20:15.866Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
594 | 2024-05-15T05:20:15.866Z | + REPO=oxidecomputer/transceiver-control |
595 | 2024-05-15T05:20:15.866Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
596 | 2024-05-15T05:20:15.866Z | + main |
597 | 2024-05-15T05:20:15.867Z | + [[ 0 != 0 ]] |
598 | 2024-05-15T05:20:15.867Z | + CIDL_OS=solaris2.11 |
599 | 2024-05-15T05:20:15.867Z | + [[ 0 != 0 ]] |
600 | 2024-05-15T05:20:15.867Z | + configure_os solaris2.11 |
601 | 2024-05-15T05:20:15.867Z | + echo 'current directory: /work/oxidecomputer/omicron' |
602 | 2024-05-15T05:20:15.867Z | current directory: /work/oxidecomputer/omicron |
603 | 2024-05-15T05:20:15.867Z | + echo 'configuring based on OS: "solaris2.11"' |
604 | 2024-05-15T05:20:15.867Z | + case "$1" in |
605 | 2024-05-15T05:20:15.867Z | configuring based on OS: "solaris2.11" |
606 | 2024-05-15T05:20:15.868Z | + SET_BINARIES= |
607 | 2024-05-15T05:20:15.868Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
608 | 2024-05-15T05:20:15.868Z | + CIDL_SHA256FUNC=do_sha256sum |
609 | 2024-05-15T05:20:15.868Z | + ARCHIVE_FILENAME=xcvradm.gz |
610 | 2024-05-15T05:20:15.868Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
611 | 2024-05-15T05:20:15.868Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
612 | 2024-05-15T05:20:15.868Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
613 | 2024-05-15T05:20:15.868Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
614 | 2024-05-15T05:20:15.868Z | Local file: out/downloads/xcvradm.gz |
615 | 2024-05-15T05:20:15.868Z | + echo 'Local file: out/downloads/xcvradm.gz' |
616 | 2024-05-15T05:20:15.869Z | + mkdir -p out/downloads |
617 | 2024-05-15T05:20:15.869Z | + mkdir -p ./out/transceiver-control |
618 | 2024-05-15T05:20:15.869Z | + fetch_and_verify |
619 | 2024-05-15T05:20:15.869Z | + local DO_DOWNLOAD=true |
620 | 2024-05-15T05:20:15.869Z | + [[ -f out/downloads/xcvradm.gz ]] |
621 | 2024-05-15T05:20:15.869Z | + '[' true == true ']' |
622 | 2024-05-15T05:20:15.869Z | + echo Downloading... |
623 | 2024-05-15T05:20:15.869Z | Downloading... |
624 | 2024-05-15T05:20:15.869Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
625 | 2024-05-15T05:20:15.869Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
626 | 2024-05-15T05:20:18.524Z | ++ do_sha256sum out/downloads/xcvradm.gz |
627 | 2024-05-15T05:20:18.962Z | ++ sha256sum |
628 | 2024-05-15T05:20:18.962Z | ++ awk '{print $1}' |
629 | 2024-05-15T05:20:18.962Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
630 | 2024-05-15T05:20:18.962Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
631 | 2024-05-15T05:20:18.962Z | + do_unpack out/downloads/xcvradm.gz |
632 | 2024-05-15T05:20:18.962Z | + mkdir -p out/downloads/root//opt/oxide/bin |
633 | 2024-05-15T05:20:18.962Z | + gzip -dc out/downloads/xcvradm.gz |
634 | 2024-05-15T05:20:18.980Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
635 | 2024-05-15T05:20:18.980Z | + do_assemble |
636 | 2024-05-15T05:20:18.981Z | + rm -r ./out/transceiver-control |
637 | 2024-05-15T05:20:18.981Z | + mkdir ./out/transceiver-control |
638 | 2024-05-15T05:20:18.981Z | + cp -r out/downloads/root ./out/transceiver-control/root |
639 | 2024-05-15T05:20:18.982Z | + set -o errexit |
640 | 2024-05-15T05:20:18.982Z | +++ dirname ./tools/ci_download_thundermuffin |
641 | 2024-05-15T05:20:18.982Z | ++ cd ./tools |
642 | 2024-05-15T05:20:18.982Z | ++ pwd |
643 | 2024-05-15T05:20:18.982Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
644 | 2024-05-15T05:20:18.983Z | ++ basename ./tools/ci_download_thundermuffin |
645 | 2024-05-15T05:20:18.983Z | + ARG0=ci_download_thundermuffin |
646 | 2024-05-15T05:20:18.983Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
647 | 2024-05-15T05:20:18.983Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
648 | 2024-05-15T05:20:18.983Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
649 | 2024-05-15T05:20:18.984Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
650 | 2024-05-15T05:20:18.985Z | + TARGET_DIR=out |
651 | 2024-05-15T05:20:18.985Z | + DOWNLOAD_DIR=out/downloads |
652 | 2024-05-15T05:20:18.985Z | + DEST_DIR=./out/thundermuffin |
653 | 2024-05-15T05:20:18.986Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
654 | 2024-05-15T05:20:18.986Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
655 | 2024-05-15T05:20:18.986Z | + REPO=oxidecomputer/thundermuffin |
656 | 2024-05-15T05:20:18.986Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
657 | 2024-05-15T05:20:18.987Z | + main |
658 | 2024-05-15T05:20:18.987Z | + rm -rf out/downloads/root |
659 | 2024-05-15T05:20:18.987Z | + [[ 0 != 0 ]] |
660 | 2024-05-15T05:20:18.987Z | + CIDL_OS=solaris2.11 |
661 | 2024-05-15T05:20:18.987Z | + [[ 0 != 0 ]] |
662 | 2024-05-15T05:20:18.988Z | + configure_os solaris2.11 |
663 | 2024-05-15T05:20:18.988Z | + echo 'current directory: /work/oxidecomputer/omicron' |
664 | 2024-05-15T05:20:18.988Z | current directory: /work/oxidecomputer/omicron |
665 | 2024-05-15T05:20:18.988Z | + echo 'configuring based on OS: "solaris2.11"' |
666 | 2024-05-15T05:20:18.988Z | + case "$1" in |
667 | 2024-05-15T05:20:18.989Z | + SET_BINARIES= |
668 | 2024-05-15T05:20:18.989Z | configuring based on OS: "solaris2.11" |
669 | 2024-05-15T05:20:18.990Z | + CIDL_SHA256FUNC=do_sha256sum |
670 | 2024-05-15T05:20:18.990Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
671 | 2024-05-15T05:20:18.990Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
672 | 2024-05-15T05:20:18.990Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
673 | 2024-05-15T05:20:18.990Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
674 | 2024-05-15T05:20:18.990Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
675 | 2024-05-15T05:20:18.991Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
676 | 2024-05-15T05:20:18.991Z | Local file: out/downloads/thundermuffin.tar.gz |
677 | 2024-05-15T05:20:18.991Z | + mkdir -p out/downloads |
678 | 2024-05-15T05:20:18.992Z | + mkdir -p ./out/thundermuffin |
679 | 2024-05-15T05:20:18.992Z | + fetch_and_verify |
680 | 2024-05-15T05:20:18.992Z | + local DO_DOWNLOAD=true |
681 | 2024-05-15T05:20:18.992Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
682 | 2024-05-15T05:20:18.993Z | + '[' true == true ']' |
683 | 2024-05-15T05:20:18.993Z | + echo Downloading... |
684 | 2024-05-15T05:20:18.993Z | Downloading... |
685 | 2024-05-15T05:20:18.994Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
686 | 2024-05-15T05:20:18.994Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
687 | 2024-05-15T05:20:20.435Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
688 | 2024-05-15T05:20:20.443Z | ++ sha256sum |
689 | 2024-05-15T05:20:20.443Z | ++ awk '{print $1}' |
690 | 2024-05-15T05:20:20.451Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
691 | 2024-05-15T05:20:20.451Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
692 | 2024-05-15T05:20:20.451Z | + do_untar out/downloads/thundermuffin.tar.gz |
693 | 2024-05-15T05:20:20.451Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
694 | 2024-05-15T05:20:20.596Z | + do_assemble |
695 | 2024-05-15T05:20:20.596Z | + rm -r ./out/thundermuffin |
696 | 2024-05-15T05:20:20.630Z | + mkdir ./out/thundermuffin |
697 | 2024-05-15T05:20:20.631Z | + cp -r out/downloads/root ./out/thundermuffin/root |
698 | 2024-05-15T05:20:20.631Z | All prerequisites installed successfully |
699 | 2024-05-15T05:20:20.632Z | |
700 | 2024-05-15T05:20:20.633Z | real 4:22.465674286 |
701 | 2024-05-15T05:20:20.633Z | user 36.878076930 |
702 | 2024-05-15T05:20:20.633Z | sys 6.723429207 |
703 | 2024-05-15T05:20:20.633Z | trap 0.007101676 |
704 | 2024-05-15T05:20:20.634Z | tflt 0.240576076 |
705 | 2024-05-15T05:20:20.634Z | dflt 0.221690734 |
706 | 2024-05-15T05:20:20.634Z | kflt 0.157678106 |
707 | 2024-05-15T05:20:20.634Z | lock 1.535826980 |
708 | 2024-05-15T05:20:20.634Z | slp 8:57.306810055 |
709 | 2024-05-15T05:20:20.634Z | lat 1.945131615 |
710 | 2024-05-15T05:20:20.634Z | stop 0.156356655 |
711 | 2024-05-15T05:20:20.635Z | + ptime -m ./tools/ci_download_softnpu_machinery |
712 | 2024-05-15T05:20:20.636Z | fetching npuzone |
713 | 2024-05-15T05:20:20.636Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
714 | 2024-05-15T05:20:20.636Z | (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2) |
715 | 2024-05-15T05:20:20.636Z | Getting hash for npuzone |
716 | 2024-05-15T05:20:20.730Z | (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568) |
717 | 2024-05-15T05:20:29.681Z | npuzone downloaded successfully |
718 | 2024-05-15T05:20:29.702Z | |
719 | 2024-05-15T05:20:29.702Z | real 9.153023326 |
720 | 2024-05-15T05:20:29.702Z | user 0.251648079 |
721 | 2024-05-15T05:20:29.703Z | sys 0.084582244 |
722 | 2024-05-15T05:20:29.703Z | trap 0.000084258 |
723 | 2024-05-15T05:20:29.703Z | tflt 0.000000000 |
724 | 2024-05-15T05:20:29.703Z | dflt 0.000000000 |
725 | 2024-05-15T05:20:29.703Z | kflt 0.000000000 |
726 | 2024-05-15T05:20:29.703Z | lock 0.000000000 |
727 | 2024-05-15T05:20:29.704Z | slp 27.044833765 |
728 | 2024-05-15T05:20:29.704Z | lat 0.057505655 |
729 | 2024-05-15T05:20:29.704Z | stop 0.000165102 |
730 | 2024-05-15T05:20:29.704Z | + export CARGO_INCREMENTAL=0 |
731 | 2024-05-15T05:20:29.704Z | + CARGO_INCREMENTAL=0 |
732 | 2024-05-15T05:20:29.704Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
733 | 2024-05-15T05:20:29.895Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
734 | 2024-05-15T05:20:30.215Z | Updating git repository `https://github.com/oxidecomputer/zone` |
735 | 2024-05-15T05:20:30.511Z | Updating crates.io index |
736 | 2024-05-15T05:20:30.529Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
737 | 2024-05-15T05:20:31.288Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
738 | 2024-05-15T05:20:32.190Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
739 | 2024-05-15T05:20:34.538Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
740 | 2024-05-15T05:20:35.047Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
741 | 2024-05-15T05:20:35.371Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
742 | 2024-05-15T05:20:36.460Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
743 | 2024-05-15T05:20:38.255Z | Updating git repository `https://github.com/oxidecomputer/opte` |
744 | 2024-05-15T05:20:39.366Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
745 | 2024-05-15T05:20:44.613Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
746 | 2024-05-15T05:20:44.613Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
747 | 2024-05-15T05:20:44.613Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
748 | 2024-05-15T05:20:44.613Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
749 | 2024-05-15T05:20:44.614Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
750 | 2024-05-15T05:20:44.614Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
751 | 2024-05-15T05:20:44.614Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
752 | 2024-05-15T05:20:44.614Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
753 | 2024-05-15T05:20:44.614Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
754 | 2024-05-15T05:20:44.614Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
755 | 2024-05-15T05:20:44.614Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
756 | 2024-05-15T05:20:44.614Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
757 | 2024-05-15T05:20:44.750Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
758 | 2024-05-15T05:20:45.019Z | Updating git repository `https://github.com/jgallagher/nix` |
759 | 2024-05-15T05:20:45.931Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
760 | 2024-05-15T05:20:46.182Z | Updating git repository `https://github.com/cbiffle/hubpack` |
761 | 2024-05-15T05:20:46.625Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
762 | 2024-05-15T05:20:47.151Z | Updating git repository `https://github.com/oxidecomputer/typify` |
763 | 2024-05-15T05:20:49.105Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
764 | 2024-05-15T05:20:49.642Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
765 | 2024-05-15T05:20:49.866Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
766 | 2024-05-15T05:20:50.757Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
767 | 2024-05-15T05:20:51.571Z | Downloading crates ... |
768 | 2024-05-15T05:20:51.690Z | Downloaded atomic-waker v1.1.1 |
769 | 2024-05-15T05:20:51.712Z | Downloaded anstyle v1.0.7 |
770 | 2024-05-15T05:20:51.713Z | Downloaded hashbrown v0.13.2 |
771 | 2024-05-15T05:20:51.733Z | Downloaded crossbeam-deque v0.8.3 |
772 | 2024-05-15T05:20:51.733Z | Downloaded hostname v0.3.1 |
773 | 2024-05-15T05:20:51.733Z | Downloaded async-recursion v1.1.1 |
774 | 2024-05-15T05:20:51.733Z | Downloaded aead v0.5.2 |
775 | 2024-05-15T05:20:51.734Z | Downloaded ascii-canvas v3.0.0 |
776 | 2024-05-15T05:20:51.734Z | Downloaded anstyle-query v1.0.0 |
777 | 2024-05-15T05:20:51.734Z | Downloaded anstyle-parse v0.2.1 |
778 | 2024-05-15T05:20:51.734Z | Downloaded atty v0.2.14 |
779 | 2024-05-15T05:20:51.734Z | Downloaded atomicwrites v0.4.3 |
780 | 2024-05-15T05:20:51.734Z | Downloaded ascii v1.1.0 |
781 | 2024-05-15T05:20:51.758Z | Downloaded assert_matches v1.5.0 |
782 | 2024-05-15T05:20:51.758Z | Downloaded array-init v0.0.4 |
783 | 2024-05-15T05:20:51.758Z | Downloaded hkdf v0.12.4 |
784 | 2024-05-15T05:20:51.758Z | Downloaded hostname v0.4.0 |
785 | 2024-05-15T05:20:51.758Z | Downloaded cexpr v0.6.0 |
786 | 2024-05-15T05:20:51.759Z | Downloaded autocfg v1.1.0 |
787 | 2024-05-15T05:20:51.759Z | Downloaded arrayref v0.3.7 |
788 | 2024-05-15T05:20:51.759Z | Downloaded cfg-if v1.0.0 |
789 | 2024-05-15T05:20:51.759Z | Downloaded httparse v1.8.0 |
790 | 2024-05-15T05:20:51.759Z | Downloaded anstream v0.6.11 |
791 | 2024-05-15T05:20:51.759Z | Downloaded castaway v0.2.2 |
792 | 2024-05-15T05:20:51.760Z | Downloaded hmac v0.12.1 |
793 | 2024-05-15T05:20:51.760Z | Downloaded headers-core v0.2.0 |
794 | 2024-05-15T05:20:51.778Z | Downloaded hubpack v0.1.2 |
795 | 2024-05-15T05:20:51.778Z | Downloaded http v0.2.12 |
796 | 2024-05-15T05:20:51.778Z | Downloaded ciborium-io v0.2.2 |
797 | 2024-05-15T05:20:51.778Z | Downloaded cfg_aliases v0.1.1 |
798 | 2024-05-15T05:20:51.779Z | Downloaded highway v1.1.0 |
799 | 2024-05-15T05:20:51.779Z | Downloaded http-range v0.1.5 |
800 | 2024-05-15T05:20:51.779Z | Downloaded bit-set v0.5.3 |
801 | 2024-05-15T05:20:51.779Z | Downloaded async-trait v0.1.80 |
802 | 2024-05-15T05:20:51.779Z | Downloaded anyhow v1.0.83 |
803 | 2024-05-15T05:20:51.780Z | Downloaded http v1.0.0 |
804 | 2024-05-15T05:20:51.780Z | Downloaded cargo_metadata v0.18.1 |
805 | 2024-05-15T05:20:51.802Z | Downloaded bcs v0.1.6 |
806 | 2024-05-15T05:20:51.803Z | Downloaded is_ci v1.2.0 |
807 | 2024-05-15T05:20:51.803Z | Downloaded ident_case v1.0.1 |
808 | 2024-05-15T05:20:51.803Z | Downloaded async-stream v0.3.5 |
809 | 2024-05-15T05:20:51.804Z | Downloaded constant_time_eq v0.3.0 |
810 | 2024-05-15T05:20:51.804Z | Downloaded clap v4.5.4 |
811 | 2024-05-15T05:20:51.823Z | Downloaded matches v0.1.10 |
812 | 2024-05-15T05:20:51.824Z | Downloaded cassowary v0.3.0 |
813 | 2024-05-15T05:20:51.824Z | Downloaded match_cfg v0.1.0 |
814 | 2024-05-15T05:20:51.824Z | Downloaded kstat-rs v0.2.3 |
815 | 2024-05-15T05:20:51.824Z | Downloaded instant v0.1.12 |
816 | 2024-05-15T05:20:51.824Z | Downloaded colorchoice v1.0.0 |
817 | 2024-05-15T05:20:51.825Z | Downloaded hyper-tls v0.5.0 |
818 | 2024-05-15T05:20:51.825Z | Downloaded normalize-line-endings v0.3.0 |
819 | 2024-05-15T05:20:51.825Z | Downloaded new_debug_unreachable v1.0.4 |
820 | 2024-05-15T05:20:51.825Z | Downloaded hex v0.4.3 |
821 | 2024-05-15T05:20:51.826Z | Downloaded headers v0.3.9 |
822 | 2024-05-15T05:20:51.826Z | Downloaded mockall v0.12.1 |
823 | 2024-05-15T05:20:51.826Z | Downloaded console v0.15.8 |
824 | 2024-05-15T05:20:51.826Z | Downloaded bit-vec v0.6.3 |
825 | 2024-05-15T05:20:51.852Z | Downloaded base64 v0.13.1 |
826 | 2024-05-15T05:20:51.852Z | Downloaded libsw v3.3.1 |
827 | 2024-05-15T05:20:51.852Z | Downloaded bitstruct_derive v0.1.0 |
828 | 2024-05-15T05:20:51.852Z | Downloaded is-terminal v0.4.9 |
829 | 2024-05-15T05:20:51.853Z | Downloaded ipnetwork v0.20.0 |
830 | 2024-05-15T05:20:51.853Z | Downloaded newtype_derive v0.1.6 |
831 | 2024-05-15T05:20:51.853Z | Downloaded newline-converter v0.3.0 |
832 | 2024-05-15T05:20:51.853Z | Downloaded cobs v0.2.3 |
833 | 2024-05-15T05:20:51.853Z | Downloaded ciborium-ll v0.2.2 |
834 | 2024-05-15T05:20:51.853Z | Downloaded macaddr v1.0.1 |
835 | 2024-05-15T05:20:51.854Z | Downloaded crc v3.0.1 |
836 | 2024-05-15T05:20:51.854Z | Downloaded lru v0.12.1 |
837 | 2024-05-15T05:20:51.893Z | Downloaded managed v0.8.0 |
838 | 2024-05-15T05:20:51.893Z | Downloaded linked-hash-map v0.5.6 |
839 | 2024-05-15T05:20:51.894Z | Downloaded clap_lex v0.7.0 |
840 | 2024-05-15T05:20:51.894Z | Downloaded chacha20 v0.9.1 |
841 | 2024-05-15T05:20:51.894Z | Downloaded keccak v0.1.4 |
842 | 2024-05-15T05:20:51.894Z | Downloaded multimap v0.10.0 |
843 | 2024-05-15T05:20:51.895Z | Downloaded mime v0.3.17 |
844 | 2024-05-15T05:20:51.895Z | Downloaded lazycell v1.3.0 |
845 | 2024-05-15T05:20:51.895Z | Downloaded indoc v2.0.3 |
846 | 2024-05-15T05:20:51.895Z | Downloaded convert_case v0.4.0 |
847 | 2024-05-15T05:20:51.895Z | Downloaded colored v2.1.0 |
848 | 2024-05-15T05:20:51.895Z | Downloaded base16ct v0.2.0 |
849 | 2024-05-15T05:20:51.895Z | Downloaded cipher v0.4.4 |
850 | 2024-05-15T05:20:51.896Z | Downloaded ciborium v0.2.2 |
851 | 2024-05-15T05:20:51.896Z | Downloaded const_format_proc_macros v0.2.32 |
852 | 2024-05-15T05:20:51.896Z | Downloaded nodrop v0.1.14 |
853 | 2024-05-15T05:20:51.896Z | Downloaded nanorand v0.7.0 |
854 | 2024-05-15T05:20:51.896Z | Downloaded memoffset v0.7.1 |
855 | 2024-05-15T05:20:53.148Z | Downloaded memmap v0.7.0 |
856 | 2024-05-15T05:20:53.148Z | Downloaded lock_api v0.4.10 |
857 | 2024-05-15T05:20:53.148Z | Downloaded maplit v1.0.2 |
858 | 2024-05-15T05:20:53.148Z | Downloaded tinyvec_macros v0.1.1 |
859 | 2024-05-15T05:20:53.148Z | Downloaded sync_wrapper v0.1.2 |
860 | 2024-05-15T05:20:53.148Z | Downloaded lalrpop-util v0.19.12 |
861 | 2024-05-15T05:20:53.148Z | Downloaded inout v0.1.3 |
862 | 2024-05-15T05:20:53.148Z | Downloaded md-5 v0.10.5 |
863 | 2024-05-15T05:20:53.149Z | Downloaded rustc_version v0.1.7 |
864 | 2024-05-15T05:20:53.149Z | Downloaded diesel_table_macro_syntax v0.1.0 |
865 | 2024-05-15T05:20:53.149Z | Downloaded bitflags v1.3.2 |
866 | 2024-05-15T05:20:53.149Z | Downloaded crc-catalog v2.2.0 |
867 | 2024-05-15T05:20:53.149Z | Downloaded derive_builder_macro v0.20.0 |
868 | 2024-05-15T05:20:53.149Z | Downloaded foreign-types v0.5.0 |
869 | 2024-05-15T05:20:53.149Z | Downloaded signature v1.6.4 |
870 | 2024-05-15T05:20:53.150Z | Downloaded slog-bunyan v2.5.0 |
871 | 2024-05-15T05:20:53.150Z | Downloaded buf-list v1.0.3 |
872 | 2024-05-15T05:20:53.150Z | Downloaded corncobs v0.1.3 |
873 | 2024-05-15T05:20:53.150Z | Downloaded cargo-platform v0.1.3 |
874 | 2024-05-15T05:20:53.150Z | Downloaded camino-tempfile v1.1.1 |
875 | 2024-05-15T05:20:53.150Z | Downloaded block-padding v0.3.3 |
876 | 2024-05-15T05:20:53.150Z | Downloaded slog-async v2.8.0 |
877 | 2024-05-15T05:20:53.150Z | Downloaded mime_guess v2.0.4 |
878 | 2024-05-15T05:20:53.151Z | Downloaded nu-ansi-term v0.50.0 |
879 | 2024-05-15T05:20:53.151Z | Downloaded toml_datetime v0.6.5 |
880 | 2024-05-15T05:20:53.592Z | Downloaded terminal_size v0.3.0 |
881 | 2024-05-15T05:20:53.592Z | Downloaded termcolor v1.2.0 |
882 | 2024-05-15T05:20:53.592Z | Downloaded clap_derive v4.5.4 |
883 | 2024-05-15T05:20:53.592Z | Downloaded arrayvec v0.7.4 |
884 | 2024-05-15T05:20:53.592Z | Downloaded openssl-probe v0.1.5 |
885 | 2024-05-15T05:20:53.593Z | Downloaded openssl-macros v0.1.1 |
886 | 2024-05-15T05:20:53.593Z | Downloaded fxhash v0.2.1 |
887 | 2024-05-15T05:20:53.593Z | Downloaded curve25519-dalek-derive v0.1.0 |
888 | 2024-05-15T05:20:53.594Z | Downloaded cookie_store v0.20.0 |
889 | 2024-05-15T05:20:53.594Z | Downloaded cookie v0.17.0 |
890 | 2024-05-15T05:20:53.594Z | Downloaded base64ct v1.6.0 |
891 | 2024-05-15T05:20:53.594Z | Downloaded subtle v2.5.0 |
892 | 2024-05-15T05:20:53.594Z | Downloaded slab v0.4.9 |
893 | 2024-05-15T05:20:53.595Z | Downloaded serde_urlencoded v0.7.1 |
894 | 2024-05-15T05:20:53.595Z | Downloaded spki v0.7.2 |
895 | 2024-05-15T05:20:53.595Z | Downloaded derive_builder_core v0.20.0 |
896 | 2024-05-15T05:20:53.595Z | Downloaded serde-big-array v0.5.1 |
897 | 2024-05-15T05:20:53.596Z | Downloaded crc32fast v1.3.2 |
898 | 2024-05-15T05:20:53.596Z | Downloaded spin v0.5.2 |
899 | 2024-05-15T05:20:53.596Z | Downloaded structmeta v0.2.0 |
900 | 2024-05-15T05:20:53.596Z | Downloaded camino v1.1.6 |
901 | 2024-05-15T05:20:53.596Z | Downloaded foreign-types-macros v0.2.3 |
902 | 2024-05-15T05:20:53.596Z | Downloaded peg-runtime v0.8.3 |
903 | 2024-05-15T05:20:53.596Z | Downloaded predicates-core v1.0.6 |
904 | 2024-05-15T05:20:53.597Z | Downloaded clang-sys v1.6.1 |
905 | 2024-05-15T05:20:53.597Z | Downloaded miniz_oxide v0.7.1 |
906 | 2024-05-15T05:20:53.597Z | Downloaded term v0.7.0 |
907 | 2024-05-15T05:20:53.597Z | Downloaded unicode-linebreak v0.1.5 |
908 | 2024-05-15T05:20:53.597Z | Downloaded tempfile v3.10.1 |
909 | 2024-05-15T05:20:53.597Z | Downloaded cancel-safe-futures v0.1.5 |
910 | 2024-05-15T05:20:53.597Z | Downloaded version_check v0.9.4 |
911 | 2024-05-15T05:20:53.598Z | Downloaded uzers v0.11.3 |
912 | 2024-05-15T05:20:53.598Z | Downloaded utf8parse v0.2.1 |
913 | 2024-05-15T05:20:53.598Z | Downloaded stability v0.2.0 |
914 | 2024-05-15T05:20:53.598Z | Downloaded tower-service v0.3.2 |
915 | 2024-05-15T05:20:53.599Z | Downloaded strip-ansi-escapes v0.2.0 |
916 | 2024-05-15T05:20:53.599Z | Downloaded futures-task v0.3.30 |
917 | 2024-05-15T05:20:53.599Z | Downloaded futures-sink v0.3.30 |
918 | 2024-05-15T05:20:53.599Z | Downloaded futures-macro v0.3.30 |
919 | 2024-05-15T05:20:53.599Z | Downloaded log v0.4.21 |
920 | 2024-05-15T05:20:53.599Z | Downloaded want v0.3.1 |
921 | 2024-05-15T05:20:53.599Z | Downloaded sqlparser_derive v0.2.2 |
922 | 2024-05-15T05:20:53.600Z | Downloaded signal-hook-tokio v0.3.1 |
923 | 2024-05-15T05:20:53.600Z | Downloaded rustc-demangle v0.1.23 |
924 | 2024-05-15T05:20:53.600Z | Downloaded base64 v0.21.7 |
925 | 2024-05-15T05:20:53.600Z | Downloaded slog v2.7.0 |
926 | 2024-05-15T05:20:53.600Z | Downloaded num-integer v0.1.46 |
927 | 2024-05-15T05:20:53.601Z | Downloaded semver v1.0.22 |
928 | 2024-05-15T05:20:53.601Z | Downloaded waitgroup v0.1.2 |
929 | 2024-05-15T05:20:53.601Z | Downloaded serde_with_macros v3.7.0 |
930 | 2024-05-15T05:20:53.601Z | Downloaded scroll v0.12.0 |
931 | 2024-05-15T05:20:53.601Z | Downloaded cookie v0.18.1 |
932 | 2024-05-15T05:20:53.601Z | Downloaded num-iter v0.1.45 |
933 | 2024-05-15T05:20:53.602Z | Downloaded predicates-tree v1.0.9 |
934 | 2024-05-15T05:20:53.602Z | Downloaded secrecy v0.8.0 |
935 | 2024-05-15T05:20:53.602Z | Downloaded rand_xorshift v0.3.0 |
936 | 2024-05-15T05:20:53.603Z | Downloaded predicates v3.1.0 |
937 | 2024-05-15T05:20:53.603Z | Downloaded plain v0.2.3 |
938 | 2024-05-15T05:20:53.603Z | Downloaded foreign-types-shared v0.3.1 |
939 | 2024-05-15T05:20:53.603Z | Downloaded num_threads v0.1.6 |
940 | 2024-05-15T05:20:53.603Z | Downloaded toml v0.7.8 |
941 | 2024-05-15T05:20:53.603Z | Downloaded indicatif v0.17.8 |
942 | 2024-05-15T05:20:53.603Z | Downloaded toml v0.8.12 |
943 | 2024-05-15T05:20:53.604Z | Downloaded blake2 v0.10.6 |
944 | 2024-05-15T05:20:53.604Z | Downloaded strsim v0.11.0 |
945 | 2024-05-15T05:20:53.604Z | Downloaded rustls-pki-types v1.3.0 |
946 | 2024-05-15T05:20:53.604Z | Downloaded structmeta-derive v0.2.0 |
947 | 2024-05-15T05:20:53.604Z | Downloaded strsim v0.10.0 |
948 | 2024-05-15T05:20:53.604Z | Downloaded precomputed-hash v0.1.1 |
949 | 2024-05-15T05:20:53.604Z | Downloaded oso-derive v0.27.3 |
950 | 2024-05-15T05:20:53.604Z | Downloaded stringprep v0.1.3 |
951 | 2024-05-15T05:20:53.605Z | Downloaded string_cache v0.8.7 |
952 | 2024-05-15T05:20:53.605Z | Downloaded chacha20poly1305 v0.10.1 |
953 | 2024-05-15T05:20:53.605Z | Downloaded usdt v0.3.5 |
954 | 2024-05-15T05:20:53.605Z | Downloaded untrusted v0.9.0 |
955 | 2024-05-15T05:20:53.605Z | Downloaded smallvec v0.6.14 |
956 | 2024-05-15T05:20:53.606Z | Downloaded untrusted v0.7.1 |
957 | 2024-05-15T05:20:53.606Z | Downloaded signal-hook-mio v0.2.3 |
958 | 2024-05-15T05:20:53.606Z | Downloaded darling v0.20.8 |
959 | 2024-05-15T05:20:53.606Z | Downloaded flagset v0.4.3 |
960 | 2024-05-15T05:20:53.606Z | Downloaded pretty-hex v0.2.1 |
961 | 2024-05-15T05:20:53.607Z | Downloaded bytes v1.6.0 |
962 | 2024-05-15T05:20:53.607Z | Downloaded swrite v0.1.0 |
963 | 2024-05-15T05:20:53.607Z | Downloaded strum v0.26.2 |
964 | 2024-05-15T05:20:53.607Z | Downloaded termtree v0.4.1 |
965 | 2024-05-15T05:20:53.607Z | Downloaded derive_more v0.99.17 |
966 | 2024-05-15T05:20:53.607Z | Downloaded ed25519 v1.5.3 |
967 | 2024-05-15T05:20:53.607Z | Downloaded tinyvec v1.6.0 |
968 | 2024-05-15T05:20:53.607Z | Downloaded fragile v2.0.0 |
969 | 2024-05-15T05:20:53.608Z | Downloaded form_urlencoded v1.2.1 |
970 | 2024-05-15T05:20:53.608Z | Downloaded defmt v0.3.5 |
971 | 2024-05-15T05:20:53.608Z | Downloaded pkg-config v0.3.27 |
972 | 2024-05-15T05:20:53.608Z | Downloaded pkcs8 v0.10.2 |
973 | 2024-05-15T05:20:53.608Z | Downloaded dyn-clone v1.0.17 |
974 | 2024-05-15T05:20:53.608Z | Downloaded defmt-parser v0.3.3 |
975 | 2024-05-15T05:20:53.609Z | Downloaded defmt-macros v0.3.6 |
976 | 2024-05-15T05:20:53.609Z | Downloaded zeroize_derive v1.4.2 |
977 | 2024-05-15T05:20:53.609Z | Downloaded vte_generate_state_changes v0.1.1 |
978 | 2024-05-15T05:20:53.610Z | Downloaded uuid v1.8.0 |
979 | 2024-05-15T05:20:53.610Z | Downloaded signal-hook-registry v1.4.1 |
980 | 2024-05-15T05:20:54.061Z | Downloaded usdt-attr-macro v0.5.0 |
981 | 2024-05-15T05:20:54.061Z | Downloaded darling_macro v0.20.8 |
982 | 2024-05-15T05:20:54.061Z | Downloaded glob v0.3.1 |
983 | 2024-05-15T05:20:54.061Z | Downloaded packed_struct v0.10.1 |
984 | 2024-05-15T05:20:54.062Z | Downloaded rayon-core v1.12.1 |
985 | 2024-05-15T05:20:54.062Z | Downloaded ppv-lite86 v0.2.17 |
986 | 2024-05-15T05:20:54.062Z | Downloaded wait-timeout v0.2.0 |
987 | 2024-05-15T05:20:54.062Z | Downloaded foreign-types-shared v0.1.1 |
988 | 2024-05-15T05:20:54.063Z | Downloaded same-file v1.0.6 |
989 | 2024-05-15T05:20:54.063Z | Downloaded packed_struct_codegen v0.10.1 |
990 | 2024-05-15T05:20:54.063Z | Downloaded tokio-stream v0.1.15 |
991 | 2024-05-15T05:20:54.063Z | Downloaded walkdir v2.5.0 |
992 | 2024-05-15T05:20:54.063Z | Downloaded pest_meta v2.7.6 |
993 | 2024-05-15T05:20:54.064Z | Downloaded derive-where v1.2.7 |
994 | 2024-05-15T05:20:54.064Z | Downloaded parse-size v1.0.0 |
995 | 2024-05-15T05:20:54.064Z | Downloaded resolv-conf v0.7.0 |
996 | 2024-05-15T05:20:54.064Z | Downloaded diesel_derives v2.1.2 |
997 | 2024-05-15T05:20:54.064Z | Downloaded quote v1.0.36 |
998 | 2024-05-15T05:20:54.065Z | Downloaded serde_tokenstream v0.2.0 |
999 | 2024-05-15T05:20:54.065Z | Downloaded shell-words v1.1.0 |
1000 | 2024-05-15T05:20:54.065Z | Downloaded siphasher v0.3.11 |
1001 | 2024-05-15T05:20:54.065Z | Downloaded env_logger v0.10.0 |
1002 | 2024-05-15T05:20:54.065Z | Downloaded termios v0.3.3 |
1003 | 2024-05-15T05:20:54.065Z | Downloaded globset v0.4.13 |
1004 | 2024-05-15T05:20:54.066Z | Downloaded equivalent v1.0.1 |
1005 | 2024-05-15T05:20:54.066Z | Downloaded env_logger v0.9.3 |
1006 | 2024-05-15T05:20:54.066Z | Downloaded derive_builder v0.20.0 |
1007 | 2024-05-15T05:20:54.066Z | Downloaded unicode-xid v0.2.4 |
1008 | 2024-05-15T05:20:54.066Z | Downloaded tiny-keccak v2.0.2 |
1009 | 2024-05-15T05:20:54.066Z | Downloaded rustls-pemfile v2.1.2 |
1010 | 2024-05-15T05:20:54.067Z | Downloaded ron v0.7.1 |
1011 | 2024-05-15T05:20:54.067Z | Downloaded owo-colors v4.0.0 |
1012 | 2024-05-15T05:20:54.067Z | Downloaded downcast v0.11.0 |
1013 | 2024-05-15T05:20:54.067Z | Downloaded debug-ignore v1.0.5 |
1014 | 2024-05-15T05:20:54.067Z | Downloaded snafu-derive v0.8.2 |
1015 | 2024-05-15T05:20:54.068Z | Downloaded base64 v0.22.1 |
1016 | 2024-05-15T05:20:54.068Z | Downloaded crunchy v0.2.2 |
1017 | 2024-05-15T05:20:54.068Z | Downloaded crucible-workspace-hack v0.1.0 |
1018 | 2024-05-15T05:20:54.068Z | Downloaded parking_lot v0.11.2 |
1019 | 2024-05-15T05:20:54.068Z | Downloaded display-error-chain v0.2.0 |
1020 | 2024-05-15T05:20:54.069Z | Downloaded erased-serde v0.3.31 |
1021 | 2024-05-15T05:20:54.069Z | Downloaded memchr v2.7.1 |
1022 | 2024-05-15T05:20:54.069Z | Downloaded generic-array v0.14.7 |
1023 | 2024-05-15T05:20:54.069Z | Downloaded itertools v0.10.5 |
1024 | 2024-05-15T05:20:54.069Z | Downloaded phf_shared v0.10.0 |
1025 | 2024-05-15T05:20:54.070Z | Downloaded serde-hex v0.1.0 |
1026 | 2024-05-15T05:20:54.070Z | Downloaded rustls-pemfile v1.0.3 |
1027 | 2024-05-15T05:20:54.070Z | Downloaded futures-core v0.3.30 |
1028 | 2024-05-15T05:20:54.070Z | Downloaded enum-as-inner v0.5.1 |
1029 | 2024-05-15T05:20:54.070Z | Downloaded ref-cast-impl v1.0.23 |
1030 | 2024-05-15T05:20:54.071Z | Downloaded smawk v0.3.1 |
1031 | 2024-05-15T05:20:54.071Z | Downloaded slog-stdlog v4.1.1 |
1032 | 2024-05-15T05:20:54.071Z | Downloaded ref-cast v1.0.23 |
1033 | 2024-05-15T05:20:54.071Z | Downloaded crossbeam-utils v0.8.19 |
1034 | 2024-05-15T05:20:54.071Z | Downloaded scroll_derive v0.12.0 |
1035 | 2024-05-15T05:20:54.071Z | Downloaded slog-scope v4.4.0 |
1036 | 2024-05-15T05:20:54.072Z | Downloaded serde_repr v0.1.16 |
1037 | 2024-05-15T05:20:54.072Z | Downloaded url v2.5.0 |
1038 | 2024-05-15T05:20:54.072Z | Downloaded smf v0.2.3 |
1039 | 2024-05-15T05:20:54.072Z | Downloaded thiserror-impl v1.0.59 |
1040 | 2024-05-15T05:20:54.073Z | Downloaded thiserror v1.0.59 |
1041 | 2024-05-15T05:20:54.073Z | Downloaded take_mut v0.2.2 |
1042 | 2024-05-15T05:20:54.073Z | Downloaded tap v1.0.1 |
1043 | 2024-05-15T05:20:54.073Z | Downloaded which v4.4.0 |
1044 | 2024-05-15T05:20:54.073Z | Downloaded once_cell v1.19.0 |
1045 | 2024-05-15T05:20:54.073Z | Downloaded crypto-bigint v0.5.2 |
1046 | 2024-05-15T05:20:54.074Z | Downloaded foreign-types v0.3.2 |
1047 | 2024-05-15T05:20:54.074Z | Downloaded usdt-macro v0.5.0 |
1048 | 2024-05-15T05:20:54.074Z | Downloaded usdt-macro v0.3.5 |
1049 | 2024-05-15T05:20:54.074Z | Downloaded utf-8 v0.7.6 |
1050 | 2024-05-15T05:20:54.074Z | Downloaded salty v0.2.0 |
1051 | 2024-05-15T05:20:54.074Z | Downloaded phf_shared v0.11.2 |
1052 | 2024-05-15T05:20:54.074Z | Downloaded der_derive v0.7.2 |
1053 | 2024-05-15T05:20:54.075Z | Downloaded group v0.13.0 |
1054 | 2024-05-15T05:20:54.075Z | Downloaded platforms v3.0.2 |
1055 | 2024-05-15T05:20:54.075Z | Downloaded num-complex v0.4.6 |
1056 | 2024-05-15T05:20:54.075Z | Downloaded dof v0.1.5 |
1057 | 2024-05-15T05:20:54.075Z | Downloaded ryu v1.0.15 |
1058 | 2024-05-15T05:20:54.075Z | Downloaded pretty-hex v0.4.1 |
1059 | 2024-05-15T05:20:54.076Z | Downloaded dirs-sys-next v0.1.2 |
1060 | 2024-05-15T05:20:54.076Z | Downloaded getopts v0.2.21 |
1061 | 2024-05-15T05:20:54.076Z | Downloaded futures-executor v0.3.30 |
1062 | 2024-05-15T05:20:54.076Z | Downloaded tui-tree-widget v0.19.0 |
1063 | 2024-05-15T05:20:54.076Z | Downloaded phf v0.11.2 |
1064 | 2024-05-15T05:20:54.076Z | Downloaded slog-json v2.6.1 |
1065 | 2024-05-15T05:20:54.077Z | Downloaded crossbeam-channel v0.5.8 |
1066 | 2024-05-15T05:20:54.077Z | Downloaded smallvec v1.13.1 |
1067 | 2024-05-15T05:20:54.077Z | Downloaded test-strategy v0.3.1 |
1068 | 2024-05-15T05:20:54.077Z | Downloaded slog-envlogger v2.2.0 |
1069 | 2024-05-15T05:20:54.077Z | Downloaded signature v2.1.0 |
1070 | 2024-05-15T05:20:54.077Z | Downloaded tabwriter v1.4.0 |
1071 | 2024-05-15T05:20:54.078Z | Downloaded tracing-attributes v0.1.27 |
1072 | 2024-05-15T05:20:54.078Z | Downloaded tabled_derive v0.7.0 |
1073 | 2024-05-15T05:20:54.078Z | Downloaded serde v1.0.201 |
1074 | 2024-05-15T05:20:54.078Z | Downloaded try-lock v0.2.4 |
1075 | 2024-05-15T05:20:54.079Z | Downloaded vte v0.11.1 |
1076 | 2024-05-15T05:20:54.079Z | Downloaded yasna v0.5.2 |
1077 | 2024-05-15T05:20:54.079Z | Downloaded tokio-rustls v0.24.1 |
1078 | 2024-05-15T05:20:54.079Z | Downloaded portpicker v0.1.1 |
1079 | 2024-05-15T05:20:54.079Z | Downloaded fnv v1.0.7 |
1080 | 2024-05-15T05:20:54.586Z | Downloaded whoami v1.5.1 |
1081 | 2024-05-15T05:20:54.587Z | Downloaded expectorate v1.1.0 |
1082 | 2024-05-15T05:20:54.587Z | Downloaded difflib v0.4.0 |
1083 | 2024-05-15T05:20:54.587Z | Downloaded crypto-common v0.1.6 |
1084 | 2024-05-15T05:20:54.587Z | Downloaded pin-project-lite v0.2.13 |
1085 | 2024-05-15T05:20:54.587Z | Downloaded num-conv v0.1.0 |
1086 | 2024-05-15T05:20:54.588Z | Downloaded pin-project-internal v1.1.3 |
1087 | 2024-05-15T05:20:54.588Z | Downloaded parse-display-derive v0.9.0 |
1088 | 2024-05-15T05:20:54.588Z | Downloaded nom v7.1.3 |
1089 | 2024-05-15T05:20:54.588Z | Downloaded float-cmp v0.9.0 |
1090 | 2024-05-15T05:20:54.589Z | Downloaded endian-type v0.1.2 |
1091 | 2024-05-15T05:20:54.589Z | Downloaded embedded-io v0.4.0 |
1092 | 2024-05-15T05:20:54.590Z | Downloaded either v1.11.0 |
1093 | 2024-05-15T05:20:54.590Z | Downloaded pem-rfc7468 v0.7.0 |
1094 | 2024-05-15T05:20:54.591Z | Downloaded getrandom v0.2.12 |
1095 | 2024-05-15T05:20:54.591Z | Downloaded scopeguard v1.2.0 |
1096 | 2024-05-15T05:20:54.591Z | Downloaded scheduled-thread-pool v0.2.7 |
1097 | 2024-05-15T05:20:54.591Z | Downloaded schemars_derive v0.8.17 |
1098 | 2024-05-15T05:20:54.592Z | Downloaded powerfmt v0.2.0 |
1099 | 2024-05-15T05:20:54.592Z | Downloaded olpc-cjson v0.1.3 |
1100 | 2024-05-15T05:20:54.593Z | Downloaded futures-channel v0.3.30 |
1101 | 2024-05-15T05:20:54.593Z | Downloaded strum_macros v0.26.1 |
1102 | 2024-05-15T05:20:54.593Z | Downloaded sha2 v0.10.8 |
1103 | 2024-05-15T05:20:54.593Z | Downloaded toml_edit v0.22.12 |
1104 | 2024-05-15T05:20:54.594Z | Downloaded path-slash v0.1.5 |
1105 | 2024-05-15T05:20:54.594Z | Downloaded cstr-argument v0.1.2 |
1106 | 2024-05-15T05:20:54.594Z | Downloaded zeroize v1.7.0 |
1107 | 2024-05-15T05:20:54.595Z | Downloaded wyz v0.5.1 |
1108 | 2024-05-15T05:20:54.595Z | Downloaded unicase v2.7.0 |
1109 | 2024-05-15T05:20:54.595Z | Downloaded unarray v0.1.4 |
1110 | 2024-05-15T05:20:54.595Z | Downloaded thiserror-no-std v2.0.2 |
1111 | 2024-05-15T05:20:54.595Z | Downloaded dtrace-parser v0.1.14 |
1112 | 2024-05-15T05:20:54.596Z | Downloaded toolchain_find v0.4.0 |
1113 | 2024-05-15T05:20:54.596Z | Downloaded sigpipe v0.1.3 |
1114 | 2024-05-15T05:20:54.596Z | Downloaded ena v0.14.2 |
1115 | 2024-05-15T05:20:54.596Z | Downloaded fastrand v2.0.1 |
1116 | 2024-05-15T05:20:54.596Z | Downloaded steno v0.4.0 |
1117 | 2024-05-15T05:20:54.596Z | Downloaded strum_macros v0.24.3 |
1118 | 2024-05-15T05:20:54.596Z | Downloaded serde_arrays v0.1.0 |
1119 | 2024-05-15T05:20:54.597Z | Downloaded half v2.3.1 |
1120 | 2024-05-15T05:20:54.597Z | Downloaded pin-project v1.1.3 |
1121 | 2024-05-15T05:20:54.597Z | Downloaded zone_cfg_derive v0.1.2 |
1122 | 2024-05-15T05:20:54.597Z | Downloaded errno v0.3.8 |
1123 | 2024-05-15T05:20:54.597Z | Downloaded thread-id v4.2.0 |
1124 | 2024-05-15T05:20:54.597Z | Downloaded zerocopy v0.3.0 |
1125 | 2024-05-15T05:20:54.597Z | Downloaded sct v0.7.0 |
1126 | 2024-05-15T05:20:54.598Z | Downloaded postgres-types v0.2.6 |
1127 | 2024-05-15T05:20:54.598Z | Downloaded serde_derive_internals v0.29.0 |
1128 | 2024-05-15T05:20:54.598Z | Downloaded der v0.7.8 |
1129 | 2024-05-15T05:20:54.598Z | Downloaded num_enum v0.5.11 |
1130 | 2024-05-15T05:20:54.599Z | Downloaded psl-types v2.0.11 |
1131 | 2024-05-15T05:20:54.599Z | Downloaded hash32 v0.3.1 |
1132 | 2024-05-15T05:20:54.599Z | Downloaded tracing-core v0.1.32 |
1133 | 2024-05-15T05:20:54.599Z | Downloaded parking_lot_core v0.9.8 |
1134 | 2024-05-15T05:20:54.599Z | Downloaded parse-display v0.9.0 |
1135 | 2024-05-15T05:20:54.599Z | Downloaded zip v0.6.6 |
1136 | 2024-05-15T05:20:54.599Z | Downloaded typed-path v0.7.0 |
1137 | 2024-05-15T05:20:54.599Z | Downloaded rpassword v7.3.1 |
1138 | 2024-05-15T05:20:54.599Z | Downloaded rand_core v0.6.4 |
1139 | 2024-05-15T05:20:54.600Z | Downloaded universal-hash v0.5.1 |
1140 | 2024-05-15T05:20:54.600Z | Downloaded peeking_take_while v0.1.2 |
1141 | 2024-05-15T05:20:54.600Z | Downloaded proc-macro-error v1.0.4 |
1142 | 2024-05-15T05:20:54.600Z | Downloaded postgres-protocol v0.6.6 |
1143 | 2024-05-15T05:20:54.600Z | Downloaded flate2 v1.0.30 |
1144 | 2024-05-15T05:20:54.601Z | Downloaded num_cpus v1.16.0 |
1145 | 2024-05-15T05:20:54.601Z | Downloaded num-rational v0.4.2 |
1146 | 2024-05-15T05:20:54.601Z | Downloaded percent-encoding v2.3.1 |
1147 | 2024-05-15T05:20:54.601Z | Downloaded pem v3.0.4 |
1148 | 2024-05-15T05:20:54.601Z | Downloaded deranged v0.3.11 |
1149 | 2024-05-15T05:20:54.601Z | Downloaded filetime v0.2.23 |
1150 | 2024-05-15T05:20:54.602Z | Downloaded unicode-width v0.1.11 |
1151 | 2024-05-15T05:20:54.602Z | Downloaded strum_macros v0.25.2 |
1152 | 2024-05-15T05:20:54.602Z | Downloaded dtrace-parser v0.2.0 |
1153 | 2024-05-15T05:20:54.602Z | Downloaded digest v0.10.7 |
1154 | 2024-05-15T05:20:54.602Z | Downloaded quick-error v1.2.3 |
1155 | 2024-05-15T05:20:54.602Z | Downloaded schemars v0.8.17 |
1156 | 2024-05-15T05:20:54.602Z | Downloaded trust-dns-client v0.22.0 |
1157 | 2024-05-15T05:20:54.603Z | Downloaded fd-lock v4.0.2 |
1158 | 2024-05-15T05:20:54.603Z | Downloaded fallible-iterator v0.2.0 |
1159 | 2024-05-15T05:20:54.603Z | Downloaded usdt v0.5.0 |
1160 | 2024-05-15T05:20:54.603Z | Downloaded number_prefix v0.4.0 |
1161 | 2024-05-15T05:20:54.604Z | Downloaded textwrap v0.16.1 |
1162 | 2024-05-15T05:20:54.604Z | Downloaded dirs-next v2.0.0 |
1163 | 2024-05-15T05:20:54.604Z | Downloaded serde_tokenstream v0.1.7 |
1164 | 2024-05-15T05:20:54.605Z | Downloaded usdt-attr-macro v0.3.5 |
1165 | 2024-05-15T05:20:54.605Z | Downloaded topological-sort v0.2.2 |
1166 | 2024-05-15T05:20:54.605Z | Downloaded rand_chacha v0.3.1 |
1167 | 2024-05-15T05:20:54.605Z | Downloaded serde_path_to_error v0.1.16 |
1168 | 2024-05-15T05:20:54.605Z | Downloaded fatfs v0.3.6 |
1169 | 2024-05-15T05:20:54.605Z | Downloaded r2d2 v0.8.10 |
1170 | 2024-05-15T05:20:54.605Z | Downloaded pest_generator v2.7.6 |
1171 | 2024-05-15T05:20:54.606Z | Downloaded postcard v1.0.8 |
1172 | 2024-05-15T05:20:54.606Z | Downloaded shlex v1.3.0 |
1173 | 2024-05-15T05:20:54.606Z | Downloaded num-bigint v0.4.4 |
1174 | 2024-05-15T05:20:54.606Z | Downloaded tokio-native-tls v0.3.1 |
1175 | 2024-05-15T05:20:54.606Z | Downloaded signal-hook v0.3.17 |
1176 | 2024-05-15T05:20:54.606Z | Downloaded peg v0.8.3 |
1177 | 2024-05-15T05:20:54.607Z | Downloaded fixedbitset v0.4.2 |
1178 | 2024-05-15T05:20:54.607Z | Downloaded ff v0.13.0 |
1179 | 2024-05-15T05:20:54.607Z | Downloaded zone v0.1.8 |
1180 | 2024-05-15T05:20:55.208Z | Downloaded time-macros v0.2.17 |
1181 | 2024-05-15T05:20:55.208Z | Downloaded pin-utils v0.1.0 |
1182 | 2024-05-15T05:20:55.209Z | Downloaded peg-macros v0.8.3 |
1183 | 2024-05-15T05:20:55.209Z | Downloaded xattr v1.0.1 |
1184 | 2024-05-15T05:20:55.209Z | Downloaded rcgen v0.12.1 |
1185 | 2024-05-15T05:20:55.209Z | Downloaded tokio-macros v2.2.0 |
1186 | 2024-05-15T05:20:55.209Z | Downloaded unicode-normalization v0.1.22 |
1187 | 2024-05-15T05:20:55.209Z | Downloaded rustc_version v0.4.0 |
1188 | 2024-05-15T05:20:55.209Z | Downloaded proc-macro-error-attr v1.0.4 |
1189 | 2024-05-15T05:20:55.210Z | Downloaded num-traits v0.2.19 |
1190 | 2024-05-15T05:20:55.210Z | Downloaded tough v0.17.1 |
1191 | 2024-05-15T05:20:55.210Z | Downloaded tokio-tungstenite v0.20.1 |
1192 | 2024-05-15T05:20:55.210Z | Downloaded synstructure v0.12.6 |
1193 | 2024-05-15T05:20:55.210Z | Downloaded zerocopy-derive v0.7.32 |
1194 | 2024-05-15T05:20:55.210Z | Downloaded rustfmt-wrapper v0.2.1 |
1195 | 2024-05-15T05:20:55.210Z | Downloaded zerocopy v0.7.32 |
1196 | 2024-05-15T05:20:55.210Z | Downloaded poly1305 v0.8.0 |
1197 | 2024-05-15T05:20:55.211Z | Downloaded tar v0.4.40 |
1198 | 2024-05-15T05:20:55.211Z | Downloaded pkcs1 v0.7.5 |
1199 | 2024-05-15T05:20:55.211Z | Downloaded funty v2.0.0 |
1200 | 2024-05-15T05:20:55.211Z | Downloaded fs-err v2.11.0 |
1201 | 2024-05-15T05:20:55.211Z | Downloaded csv-core v0.1.11 |
1202 | 2024-05-15T05:20:55.211Z | Downloaded trust-dns-resolver v0.22.0 |
1203 | 2024-05-15T05:20:55.211Z | Downloaded blake3 v1.5.0 |
1204 | 2024-05-15T05:20:55.212Z | Downloaded unicode-ident v1.0.12 |
1205 | 2024-05-15T05:20:55.212Z | Downloaded unicode-bidi v0.3.15 |
1206 | 2024-05-15T05:20:55.212Z | Downloaded proc-macro2 v1.0.82 |
1207 | 2024-05-15T05:20:55.212Z | Downloaded tokio-tungstenite v0.21.0 |
1208 | 2024-05-15T05:20:55.212Z | Downloaded unsafe-libyaml v0.2.10 |
1209 | 2024-05-15T05:20:55.212Z | Downloaded hyper v0.14.28 |
1210 | 2024-05-15T05:20:55.212Z | Downloaded pest_derive v2.7.6 |
1211 | 2024-05-15T05:20:55.212Z | Downloaded futures v0.3.30 |
1212 | 2024-05-15T05:20:55.212Z | Downloaded quick-xml v0.31.0 |
1213 | 2024-05-15T05:20:55.213Z | Downloaded num-bigint-dig v0.8.4 |
1214 | 2024-05-15T05:20:55.213Z | Downloaded subprocess v0.2.9 |
1215 | 2024-05-15T05:20:55.213Z | Downloaded rustls-webpki v0.101.7 |
1216 | 2024-05-15T05:20:55.213Z | Downloaded serde_yaml v0.9.25 |
1217 | 2024-05-15T05:20:55.213Z | Downloaded unicode_categories v0.1.1 |
1218 | 2024-05-15T05:20:55.213Z | Downloaded reedline v0.31.0 |
1219 | 2024-05-15T05:20:55.213Z | Downloaded snafu v0.8.2 |
1220 | 2024-05-15T05:20:55.214Z | Downloaded bindgen v0.69.2 |
1221 | 2024-05-15T05:20:55.214Z | Downloaded unicode-segmentation v1.10.1 |
1222 | 2024-05-15T05:20:55.214Z | Downloaded hashbrown v0.12.3 |
1223 | 2024-05-15T05:20:55.214Z | Downloaded publicsuffix v2.2.3 |
1224 | 2024-05-15T05:20:55.214Z | Downloaded bitvec v1.0.1 |
1225 | 2024-05-15T05:20:55.214Z | Downloaded chrono v0.4.38 |
1226 | 2024-05-15T05:20:55.214Z | Downloaded futures-util v0.3.30 |
1227 | 2024-05-15T05:20:55.214Z | Downloaded rsa v0.9.2 |
1228 | 2024-05-15T05:20:55.214Z | Downloaded pest v2.7.6 |
1229 | 2024-05-15T05:20:55.215Z | Downloaded rustls-webpki v0.102.1 |
1230 | 2024-05-15T05:20:55.215Z | Downloaded x509-cert v0.2.4 |
1231 | 2024-05-15T05:20:55.215Z | Downloaded vcpkg v0.2.15 |
1232 | 2024-05-15T05:20:55.215Z | Downloaded crossterm v0.27.0 |
1233 | 2024-05-15T05:20:55.215Z | Downloaded sqlparser v0.45.0 |
1234 | 2024-05-15T05:20:55.215Z | Downloaded winnow v0.5.15 |
1235 | 2024-05-15T05:20:55.215Z | Downloaded winnow v0.6.1 |
1236 | 2024-05-15T05:20:55.215Z | Downloaded time v0.3.34 |
1237 | 2024-05-15T05:20:55.215Z | Downloaded tabled v0.15.0 |
1238 | 2024-05-15T05:20:55.215Z | Downloaded proptest v1.4.0 |
1239 | 2024-05-15T05:20:55.216Z | Downloaded object v0.30.4 |
1240 | 2024-05-15T05:20:55.216Z | Downloaded curve25519-dalek v4.1.2 |
1241 | 2024-05-15T05:20:55.216Z | Downloaded object v0.32.1 |
1242 | 2024-05-15T05:20:55.216Z | Downloaded reqwest v0.11.27 |
1243 | 2024-05-15T05:20:55.216Z | Downloaded bstr v1.9.0 |
1244 | 2024-05-15T05:20:55.216Z | Downloaded rustls v0.21.9 |
1245 | 2024-05-15T05:20:55.216Z | Downloaded openssl v0.10.64 |
1246 | 2024-05-15T05:20:55.216Z | Downloaded serde_json v1.0.117 |
1247 | 2024-05-15T05:20:55.216Z | Downloaded nix v0.28.0 |
1248 | 2024-05-15T05:20:55.217Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1249 | 2024-05-15T05:20:55.217Z | Downloaded idna v0.2.3 |
1250 | 2024-05-15T05:20:55.217Z | Downloaded bstr v0.2.17 |
1251 | 2024-05-15T05:20:55.217Z | Downloaded webpki-roots v0.25.2 |
1252 | 2024-05-15T05:20:55.217Z | Downloaded regress v0.9.1 |
1253 | 2024-05-15T05:20:55.217Z | Downloaded sha3 v0.10.8 |
1254 | 2024-05-15T05:20:55.217Z | Downloaded polar-core v0.27.3 |
1255 | 2024-05-15T05:20:55.217Z | Downloaded trust-dns-proto v0.22.0 |
1256 | 2024-05-15T05:20:55.217Z | Downloaded smoltcp v0.9.1 |
1257 | 2024-05-15T05:20:55.218Z | Downloaded radix_trie v0.2.1 |
1258 | 2024-05-15T05:20:55.218Z | Downloaded gimli v0.28.0 |
1259 | 2024-05-15T05:20:55.218Z | Downloaded encoding_rs v0.8.33 |
1260 | 2024-05-15T05:20:55.218Z | Downloaded openapiv3 v2.0.0 |
1261 | 2024-05-15T05:20:55.218Z | Downloaded diesel v2.1.6 |
1262 | 2024-05-15T05:20:55.218Z | Downloaded syn v2.0.60 |
1263 | 2024-05-15T05:20:55.218Z | Downloaded regex-syntax v0.8.2 |
1264 | 2024-05-15T05:20:55.219Z | Downloaded regex-syntax v0.6.29 |
1265 | 2024-05-15T05:20:55.219Z | Downloaded rustix v0.38.31 |
1266 | 2024-05-15T05:20:55.219Z | Downloaded syn v1.0.109 |
1267 | 2024-05-15T05:20:55.219Z | Downloaded smoltcp v0.11.0 |
1268 | 2024-05-15T05:20:55.219Z | Downloaded rustls v0.22.4 |
1269 | 2024-05-15T05:20:55.219Z | Downloaded ratatui v0.26.2 |
1270 | 2024-05-15T05:20:55.219Z | Downloaded zerocopy-derive v0.2.0 |
1271 | 2024-05-15T05:20:55.219Z | Downloaded sled v0.34.7 |
1272 | 2024-05-15T05:20:55.220Z | Downloaded idna v0.3.0 |
1273 | 2024-05-15T05:20:55.220Z | Downloaded idna v0.5.0 |
1274 | 2024-05-15T05:20:55.220Z | Downloaded portable-atomic v1.4.3 |
1275 | 2024-05-15T05:20:55.220Z | Downloaded h2 v0.3.26 |
1276 | 2024-05-15T05:20:55.220Z | Downloaded rayon v1.10.0 |
1277 | 2024-05-15T05:20:55.220Z | Downloaded lalrpop v0.19.12 |
1278 | 2024-05-15T05:20:55.221Z | Downloaded regex v1.10.4 |
1279 | 2024-05-15T05:20:55.221Z | Downloaded zerocopy-derive v0.6.6 |
1280 | 2024-05-15T05:20:55.252Z | Downloaded goblin v0.8.0 |
1281 | 2024-05-15T05:20:55.253Z | Downloaded socket2 v0.5.6 |
1282 | 2024-05-15T05:20:55.253Z | Downloaded socket2 v0.4.9 |
1283 | 2024-05-15T05:20:55.253Z | Downloaded serde_derive v1.0.201 |
1284 | 2024-05-15T05:20:55.253Z | Downloaded regex-automata v0.4.5 |
1285 | 2024-05-15T05:20:55.253Z | Downloaded petgraph v0.6.5 |
1286 | 2024-05-15T05:20:55.254Z | Downloaded libc v0.2.153 |
1287 | 2024-05-15T05:20:55.254Z | Downloaded crossbeam-epoch v0.9.18 |
1288 | 2024-05-15T05:20:55.254Z | Downloaded elliptic-curve v0.13.8 |
1289 | 2024-05-15T05:20:55.254Z | Downloaded rustyline v14.0.0 |
1290 | 2024-05-15T05:20:55.255Z | Downloaded rustversion v1.0.14 |
1291 | 2024-05-15T05:20:55.255Z | Downloaded sqlformat v0.2.3 |
1292 | 2024-05-15T05:20:55.255Z | Downloaded regex-automata v0.1.10 |
1293 | 2024-05-15T05:20:55.255Z | Downloaded tokio v1.37.0 |
1294 | 2024-05-15T05:20:55.255Z | Downloaded csv v1.3.0 |
1295 | 2024-05-15T05:20:55.256Z | Downloaded trust-dns-server v0.22.1 |
1296 | 2024-05-15T05:20:55.256Z | Downloaded rand_seeder v0.2.3 |
1297 | 2024-05-15T05:20:55.256Z | Downloaded diff v0.1.13 |
1298 | 2024-05-15T05:20:55.256Z | Downloaded time-core v0.1.2 |
1299 | 2024-05-15T05:20:55.257Z | Downloaded tokio-postgres v0.7.10 |
1300 | 2024-05-15T05:20:55.257Z | Downloaded itertools v0.12.1 |
1301 | 2024-05-15T05:20:55.257Z | Downloaded usdt-impl v0.5.0 |
1302 | 2024-05-15T05:20:55.257Z | Downloaded serde_with v3.7.0 |
1303 | 2024-05-15T05:20:55.257Z | Downloaded samael v0.0.15 |
1304 | 2024-05-15T05:20:55.257Z | Downloaded slog-dtrace v0.3.0 |
1305 | 2024-05-15T05:20:55.258Z | Downloaded sha1 v0.10.6 |
1306 | 2024-05-15T05:20:55.258Z | Downloaded num_enum_derive v0.5.11 |
1307 | 2024-05-15T05:20:55.258Z | Downloaded hash32 v0.2.1 |
1308 | 2024-05-15T05:20:55.258Z | Downloaded flume v0.11.0 |
1309 | 2024-05-15T05:20:55.259Z | Downloaded rand v0.8.5 |
1310 | 2024-05-15T05:20:55.259Z | Downloaded tungstenite v0.21.0 |
1311 | 2024-05-15T05:20:55.259Z | Downloaded tungstenite v0.20.1 |
1312 | 2024-05-15T05:20:55.259Z | Downloaded parking_lot_core v0.8.6 |
1313 | 2024-05-15T05:20:55.259Z | Downloaded thread_local v1.1.7 |
1314 | 2024-05-15T05:20:55.260Z | Downloaded tracing v0.1.40 |
1315 | 2024-05-15T05:20:55.260Z | Downloaded sec1 v0.7.3 |
1316 | 2024-05-15T05:20:55.260Z | Downloaded num v0.4.3 |
1317 | 2024-05-15T05:20:55.260Z | Downloaded prettyplease v0.2.20 |
1318 | 2024-05-15T05:20:55.260Z | Downloaded aho-corasick v1.1.2 |
1319 | 2024-05-15T05:20:55.260Z | Downloaded thiserror-impl-no-std v2.0.2 |
1320 | 2024-05-15T05:20:55.261Z | Downloaded structmeta-derive v0.3.0 |
1321 | 2024-05-15T05:20:55.261Z | Downloaded ucd-trie v0.1.6 |
1322 | 2024-05-15T05:20:55.261Z | Downloaded darling_core v0.20.8 |
1323 | 2024-05-15T05:20:55.261Z | Downloaded libxml v0.3.3 |
1324 | 2024-05-15T05:20:55.262Z | Downloaded clap_builder v4.5.2 |
1325 | 2024-05-15T05:20:55.262Z | Downloaded dof v0.3.0 |
1326 | 2024-05-15T05:20:55.262Z | Downloaded papergrid v0.11.0 |
1327 | 2024-05-15T05:20:55.262Z | Downloaded oso v0.27.3 |
1328 | 2024-05-15T05:20:55.262Z | Downloaded omicron-zone-package v0.11.0 |
1329 | 2024-05-15T05:20:55.262Z | Downloaded tokio-util v0.7.10 |
1330 | 2024-05-15T05:20:55.262Z | Downloaded ron v0.8.1 |
1331 | 2024-05-15T05:20:55.264Z | Downloaded slog-term v2.9.1 |
1332 | 2024-05-15T05:20:55.264Z | Downloaded serde_spanned v0.6.5 |
1333 | 2024-05-15T05:20:55.264Z | Downloaded gethostname v0.4.3 |
1334 | 2024-05-15T05:20:55.264Z | Downloaded password-hash v0.5.0 |
1335 | 2024-05-15T05:20:55.264Z | Downloaded similar v2.4.0 |
1336 | 2024-05-15T05:20:55.264Z | Downloaded data-encoding v2.4.0 |
1337 | 2024-05-15T05:20:55.265Z | Downloaded vsss-rs v3.3.4 |
1338 | 2024-05-15T05:20:55.265Z | Downloaded typenum v1.16.0 |
1339 | 2024-05-15T05:20:55.265Z | Downloaded libm v0.2.7 |
1340 | 2024-05-15T05:20:55.265Z | Downloaded tokio-rustls v0.25.0 |
1341 | 2024-05-15T05:20:55.265Z | Downloaded toml_edit v0.19.15 |
1342 | 2024-05-15T05:20:55.265Z | Downloaded indexmap v2.2.6 |
1343 | 2024-05-15T05:20:55.265Z | Downloaded radium v0.7.0 |
1344 | 2024-05-15T05:20:55.265Z | Downloaded proc-macro-crate v1.3.1 |
1345 | 2024-05-15T05:20:55.265Z | Downloaded paste v1.0.15 |
1346 | 2024-05-15T05:20:55.265Z | Downloaded rusty-fork v0.3.0 |
1347 | 2024-05-15T05:20:55.265Z | Downloaded parking_lot v0.12.1 |
1348 | 2024-05-15T05:20:55.266Z | Downloaded openssl-sys v0.9.102 |
1349 | 2024-05-15T05:20:55.266Z | Downloaded const_format v0.2.32 |
1350 | 2024-05-15T05:20:55.266Z | Downloaded zerocopy v0.6.6 |
1351 | 2024-05-15T05:20:55.266Z | Downloaded toml v0.5.11 |
1352 | 2024-05-15T05:20:55.266Z | Downloaded supports-color v3.0.0 |
1353 | 2024-05-15T05:20:55.266Z | Downloaded mio v0.8.11 |
1354 | 2024-05-15T05:20:55.267Z | Downloaded minimal-lexical v0.2.1 |
1355 | 2024-05-15T05:20:55.267Z | Downloaded crc-any v2.4.3 |
1356 | 2024-05-15T05:20:55.267Z | Downloaded cc v1.0.83 |
1357 | 2024-05-15T05:20:55.267Z | Downloaded static_assertions v1.1.0 |
1358 | 2024-05-15T05:20:55.267Z | Downloaded stable_deref_trait v1.2.0 |
1359 | 2024-05-15T05:20:55.267Z | Downloaded futures-io v0.3.30 |
1360 | 2024-05-15T05:20:55.268Z | Downloaded bitflags v2.4.2 |
1361 | 2024-05-15T05:20:55.268Z | Downloaded num-derive v0.4.0 |
1362 | 2024-05-15T05:20:55.268Z | Downloaded spin v0.9.8 |
1363 | 2024-05-15T05:20:55.268Z | Downloaded serde_plain v1.0.2 |
1364 | 2024-05-15T05:20:55.268Z | Downloaded const-oid v0.9.6 |
1365 | 2024-05-15T05:20:55.268Z | Downloaded usdt-impl v0.3.5 |
1366 | 2024-05-15T05:20:55.269Z | Downloaded backtrace v0.3.69 |
1367 | 2024-05-15T05:20:55.269Z | Downloaded indexmap v1.9.3 |
1368 | 2024-05-15T05:20:55.269Z | Downloaded ipnet v2.9.0 |
1369 | 2024-05-15T05:20:55.269Z | Downloaded serde-big-array v0.4.1 |
1370 | 2024-05-15T05:20:55.269Z | Downloaded opaque-debug v0.3.0 |
1371 | 2024-05-15T05:20:55.270Z | Downloaded structmeta v0.3.0 |
1372 | 2024-05-15T05:20:55.270Z | Downloaded semver v0.1.20 |
1373 | 2024-05-15T05:20:55.270Z | Downloaded rustc-hash v1.1.0 |
1374 | 2024-05-15T05:20:55.270Z | Downloaded rtoolbox v0.0.1 |
1375 | 2024-05-15T05:20:55.270Z | Downloaded multer v3.1.0 |
1376 | 2024-05-15T05:20:55.270Z | Downloaded mockall_derive v0.12.1 |
1377 | 2024-05-15T05:20:55.270Z | Downloaded libloading v0.7.4 |
1378 | 2024-05-15T05:20:55.271Z | Downloaded bzip2 v0.4.4 |
1379 | 2024-05-15T05:20:55.271Z | Downloaded native-tls v0.2.11 |
1380 | 2024-05-15T05:20:55.805Z | Downloaded compact_str v0.7.1 |
1381 | 2024-05-15T05:20:55.805Z | Downloaded memmap2 v0.7.1 |
1382 | 2024-05-15T05:20:55.805Z | Downloaded block-buffer v0.10.4 |
1383 | 2024-05-15T05:20:55.805Z | Downloaded nibble_vec v0.1.0 |
1384 | 2024-05-15T05:20:55.806Z | Downloaded newtype-uuid v1.1.0 |
1385 | 2024-05-15T05:20:55.806Z | Downloaded maybe-uninit v2.0.0 |
1386 | 2024-05-15T05:20:55.806Z | Downloaded libefi-sys v0.1.0 |
1387 | 2024-05-15T05:20:55.806Z | Downloaded lazy_static v1.4.0 |
1388 | 2024-05-15T05:20:55.806Z | Downloaded indoc v1.0.9 |
1389 | 2024-05-15T05:20:55.806Z | Downloaded hyper-rustls v0.24.2 |
1390 | 2024-05-15T05:20:55.807Z | Downloaded cpufeatures v0.2.12 |
1391 | 2024-05-15T05:20:55.807Z | Downloaded byteorder v1.5.0 |
1392 | 2024-05-15T05:20:55.807Z | Downloaded bitfield v0.14.0 |
1393 | 2024-05-15T05:20:55.807Z | Downloaded humantime v2.1.0 |
1394 | 2024-05-15T05:20:55.807Z | Downloaded linear-map v1.2.0 |
1395 | 2024-05-15T05:20:55.807Z | Downloaded bytecount v0.6.3 |
1396 | 2024-05-15T05:20:55.808Z | Downloaded bb8 v0.8.3 |
1397 | 2024-05-15T05:20:55.808Z | Downloaded impl-trait-for-tuples v0.2.2 |
1398 | 2024-05-15T05:20:55.808Z | Downloaded hyper-staticfile v0.9.5 |
1399 | 2024-05-15T05:20:55.808Z | Downloaded bitstruct v0.1.1 |
1400 | 2024-05-15T05:20:55.808Z | Downloaded lru-cache v0.1.2 |
1401 | 2024-05-15T05:20:55.808Z | Downloaded itoa v1.0.9 |
1402 | 2024-05-15T05:20:55.809Z | Downloaded iana-time-zone v0.1.57 |
1403 | 2024-05-15T05:20:55.809Z | Downloaded hubpack_derive v0.1.1 |
1404 | 2024-05-15T05:20:55.809Z | Downloaded httpdate v1.0.3 |
1405 | 2024-05-15T05:20:55.809Z | Downloaded arc-swap v1.6.0 |
1406 | 2024-05-15T05:20:55.809Z | Downloaded allocator-api2 v0.2.16 |
1407 | 2024-05-15T05:20:55.810Z | Downloaded ahash v0.8.8 |
1408 | 2024-05-15T05:20:55.810Z | Downloaded backoff v0.4.0 |
1409 | 2024-05-15T05:20:55.810Z | Downloaded async-stream-impl v0.3.5 |
1410 | 2024-05-15T05:20:55.810Z | Downloaded addr2line v0.21.0 |
1411 | 2024-05-15T05:20:55.811Z | Downloaded http-body v0.4.5 |
1412 | 2024-05-15T05:20:55.811Z | Downloaded home v0.5.5 |
1413 | 2024-05-15T05:20:55.811Z | Downloaded heck v0.5.0 |
1414 | 2024-05-15T05:20:55.811Z | Downloaded heck v0.4.1 |
1415 | 2024-05-15T05:20:55.811Z | Downloaded heck v0.3.3 |
1416 | 2024-05-15T05:20:55.812Z | Downloaded heapless v0.7.16 |
1417 | 2024-05-15T05:20:55.812Z | Downloaded heapless v0.8.0 |
1418 | 2024-05-15T05:20:55.812Z | Downloaded hashbrown v0.14.3 |
1419 | 2024-05-15T05:20:55.812Z | Downloaded argon2 v0.5.3 |
1420 | 2024-05-15T05:20:55.812Z | Downloaded adler v1.0.2 |
1421 | 2024-05-15T05:20:55.813Z | Downloaded ring v0.17.8 |
1422 | 2024-05-15T05:20:55.813Z | Downloaded ring v0.16.20 |
1423 | 2024-05-15T05:20:55.813Z | Compiling proc-macro2 v1.0.82 |
1424 | 2024-05-15T05:20:55.813Z | Compiling unicode-ident v1.0.12 |
1425 | 2024-05-15T05:20:55.814Z | Compiling libc v0.2.153 |
1426 | 2024-05-15T05:20:55.814Z | Compiling serde v1.0.201 |
1427 | 2024-05-15T05:20:55.814Z | Compiling autocfg v1.1.0 |
1428 | 2024-05-15T05:20:55.814Z | Compiling version_check v0.9.4 |
1429 | 2024-05-15T05:20:55.814Z | Compiling cfg-if v1.0.0 |
1430 | 2024-05-15T05:20:55.815Z | Compiling once_cell v1.19.0 |
1431 | 2024-05-15T05:20:55.815Z | Compiling parking_lot_core v0.9.8 |
1432 | 2024-05-15T05:20:55.815Z | Compiling libm v0.2.7 |
1433 | 2024-05-15T05:20:55.815Z | Compiling byteorder v1.5.0 |
1434 | 2024-05-15T05:20:55.815Z | Compiling ahash v0.8.8 |
1435 | 2024-05-15T05:20:55.815Z | Compiling lock_api v0.4.10 |
1436 | 2024-05-15T05:20:55.831Z | Compiling serde_json v1.0.117 |
1437 | 2024-05-15T05:20:56.249Z | Compiling memchr v2.7.1 |
1438 | 2024-05-15T05:20:56.263Z | Compiling num-traits v0.2.19 |
1439 | 2024-05-15T05:20:56.264Z | Compiling thiserror v1.0.59 |
1440 | 2024-05-15T05:20:56.344Z | Compiling typenum v1.16.0 |
1441 | 2024-05-15T05:20:56.364Z | Compiling log v0.4.21 |
1442 | 2024-05-15T05:20:56.871Z | Compiling generic-array v0.14.7 |
1443 | 2024-05-15T05:20:57.186Z | Compiling itoa v1.0.9 |
1444 | 2024-05-15T05:20:57.357Z | Compiling quote v1.0.36 |
1445 | 2024-05-15T05:20:57.642Z | Compiling cc v1.0.83 |
1446 | 2024-05-15T05:20:57.754Z | Compiling syn v2.0.60 |
1447 | 2024-05-15T05:20:57.940Z | Compiling getrandom v0.2.12 |
1448 | 2024-05-15T05:20:58.076Z | Compiling scopeguard v1.2.0 |
1449 | 2024-05-15T05:20:58.376Z | Compiling allocator-api2 v0.2.16 |
1450 | 2024-05-15T05:20:58.443Z | Compiling slab v0.4.9 |
1451 | 2024-05-15T05:20:58.606Z | Compiling ryu v1.0.15 |
1452 | 2024-05-15T05:20:58.797Z | Compiling pin-project-lite v0.2.13 |
1453 | 2024-05-15T05:20:58.826Z | Compiling smallvec v1.13.1 |
1454 | 2024-05-15T05:20:58.948Z | Compiling schemars v0.8.17 |
1455 | 2024-05-15T05:20:59.013Z | Compiling equivalent v1.0.1 |
1456 | 2024-05-15T05:20:59.124Z | Compiling syn v1.0.109 |
1457 | 2024-05-15T05:20:59.327Z | Compiling pkg-config v0.3.27 |
1458 | 2024-05-15T05:20:59.866Z | Compiling vcpkg v0.2.15 |
1459 | 2024-05-15T05:20:59.866Z | Compiling parking_lot v0.12.1 |
1460 | 2024-05-15T05:21:00.858Z | Compiling ring v0.17.8 |
1461 | 2024-05-15T05:21:00.858Z | Compiling signal-hook-registry v1.4.1 |
1462 | 2024-05-15T05:21:00.971Z | Compiling openssl-sys v0.9.102 |
1463 | 2024-05-15T05:21:01.657Z | Compiling mio v0.8.11 |
1464 | 2024-05-15T05:21:01.964Z | Compiling fnv v1.0.7 |
1465 | 2024-05-15T05:21:02.093Z | Compiling rand_core v0.6.4 |
1466 | 2024-05-15T05:21:02.485Z | Compiling num_cpus v1.16.0 |
1467 | 2024-05-15T05:21:03.030Z | Compiling socket2 v0.5.6 |
1468 | 2024-05-15T05:21:03.884Z | Compiling time-core v0.1.2 |
1469 | 2024-05-15T05:21:03.884Z | Compiling num-conv v0.1.0 |
1470 | 2024-05-15T05:21:03.884Z | Compiling ring v0.16.20 |
1471 | 2024-05-15T05:21:03.885Z | Compiling time-macros v0.2.17 |
1472 | 2024-05-15T05:21:03.885Z | Compiling httparse v1.8.0 |
1473 | 2024-05-15T05:21:04.078Z | Compiling futures-core v0.3.30 |
1474 | 2024-05-15T05:21:04.599Z | Compiling openssl v0.10.64 |
1475 | 2024-05-15T05:21:04.600Z | Compiling rustix v0.38.31 |
1476 | 2024-05-15T05:21:04.796Z | Compiling serde_derive_internals v0.29.0 |
1477 | 2024-05-15T05:21:04.908Z | Compiling iana-time-zone v0.1.57 |
1478 | 2024-05-15T05:21:04.937Z | Compiling crossbeam-utils v0.8.19 |
1479 | 2024-05-15T05:21:05.516Z | Compiling semver v1.0.22 |
1480 | 2024-05-15T05:21:05.516Z | Compiling rustls v0.21.9 |
1481 | 2024-05-15T05:21:05.516Z | Compiling spin v0.5.2 |
1482 | 2024-05-15T05:21:06.160Z | Compiling native-tls v0.2.11 |
1483 | 2024-05-15T05:21:06.172Z | Compiling tinyvec_macros v0.1.1 |
1484 | 2024-05-15T05:21:06.172Z | Compiling tinyvec v1.6.0 |
1485 | 2024-05-15T05:21:06.172Z | Compiling spin v0.9.8 |
1486 | 2024-05-15T05:21:06.579Z | Compiling const-oid v0.9.6 |
1487 | 2024-05-15T05:21:06.636Z | Compiling subtle v2.5.0 |
1488 | 2024-05-15T05:21:06.700Z | Compiling futures-sink v0.3.30 |
1489 | 2024-05-15T05:21:06.869Z | Compiling ucd-trie v0.1.6 |
1490 | 2024-05-15T05:21:06.976Z | Compiling backtrace v0.3.69 |
1491 | 2024-05-15T05:21:07.370Z | Compiling unicode-normalization v0.1.22 |
1492 | 2024-05-15T05:21:07.412Z | Compiling cookie v0.17.0 |
1493 | 2024-05-15T05:21:07.646Z | Compiling dyn-clone v1.0.17 |
1494 | 2024-05-15T05:21:07.700Z | Compiling heck v0.4.1 |
1495 | 2024-05-15T05:21:07.998Z | Compiling unicode-bidi v0.3.15 |
1496 | 2024-05-15T05:21:08.087Z | Compiling slog v2.7.0 |
1497 | 2024-05-15T05:21:08.122Z | Compiling heck v0.5.0 |
1498 | 2024-05-15T05:21:08.894Z | Compiling futures-channel v0.3.30 |
1499 | 2024-05-15T05:21:08.904Z | Compiling tracing-core v0.1.32 |
1500 | 2024-05-15T05:21:08.904Z | Compiling pin-utils v0.1.0 |
1501 | 2024-05-15T05:21:08.954Z | Compiling futures-task v0.3.30 |
1502 | 2024-05-15T05:21:09.143Z | Compiling futures-io v0.3.30 |
1503 | 2024-05-15T05:21:09.922Z | Compiling aho-corasick v1.1.2 |
1504 | 2024-05-15T05:21:09.938Z | Compiling regex-syntax v0.8.2 |
1505 | 2024-05-15T05:21:10.105Z | Compiling serde_derive v1.0.201 |
1506 | 2024-05-15T05:21:10.155Z | Compiling zerocopy-derive v0.7.32 |
1507 | 2024-05-15T05:21:10.996Z | Compiling zeroize_derive v1.4.2 |
1508 | 2024-05-15T05:21:11.765Z | Compiling thiserror-impl v1.0.59 |
1509 | 2024-05-15T05:21:12.168Z | Compiling zerocopy v0.7.32 |
1510 | 2024-05-15T05:21:12.326Z | Compiling tokio-macros v2.2.0 |
1511 | 2024-05-15T05:21:13.696Z | Compiling futures-macro v0.3.30 |
1512 | 2024-05-15T05:21:13.766Z | Compiling tracing-attributes v0.1.27 |
1513 | 2024-05-15T05:21:14.712Z | Compiling hashbrown v0.14.3 |
1514 | 2024-05-15T05:21:14.717Z | Compiling schemars_derive v0.8.17 |
1515 | 2024-05-15T05:21:15.188Z | Compiling zeroize v1.7.0 |
1516 | 2024-05-15T05:21:15.741Z | Compiling openssl-macros v0.1.1 |
1517 | 2024-05-15T05:21:16.455Z | Compiling scroll_derive v0.12.0 |
1518 | 2024-05-15T05:21:16.921Z | Compiling pest v2.7.6 |
1519 | 2024-05-15T05:21:17.024Z | Compiling tracing v0.1.40 |
1520 | 2024-05-15T05:21:17.513Z | Compiling crypto-common v0.1.6 |
1521 | 2024-05-15T05:21:17.576Z | Compiling futures-util v0.3.30 |
1522 | 2024-05-15T05:21:17.700Z | Compiling der_derive v0.7.2 |
1523 | 2024-05-15T05:21:18.204Z | Compiling anyhow v1.0.83 |
1524 | 2024-05-15T05:21:18.204Z | Compiling winnow v0.5.15 |
1525 | 2024-05-15T05:21:19.512Z | Compiling pest_meta v2.7.6 |
1526 | 2024-05-15T05:21:20.415Z | Compiling block-buffer v0.10.4 |
1527 | 2024-05-15T05:21:20.638Z | Compiling regex-automata v0.4.5 |
1528 | 2024-05-15T05:21:20.756Z | Compiling pest_generator v2.7.6 |
1529 | 2024-05-15T05:21:21.977Z | Compiling usdt-impl v0.5.0 |
1530 | 2024-05-15T05:21:22.495Z | Compiling untrusted v0.9.0 |
1531 | 2024-05-15T05:21:22.695Z | Compiling rustversion v1.0.14 |
1532 | 2024-05-15T05:21:23.657Z | Compiling bytes v1.6.0 |
1533 | 2024-05-15T05:21:23.680Z | Compiling indexmap v2.2.6 |
1534 | 2024-05-15T05:21:24.365Z | Compiling tokio v1.37.0 |
1535 | 2024-05-15T05:21:24.427Z | Compiling bitflags v2.4.2 |
1536 | 2024-05-15T05:21:24.906Z | Compiling uuid v1.8.0 |
1537 | 2024-05-15T05:21:25.141Z | Compiling chrono v0.4.38 |
1538 | 2024-05-15T05:21:25.593Z | Compiling serde_tokenstream v0.2.0 |
1539 | 2024-05-15T05:21:26.233Z | Compiling serde_spanned v0.6.5 |
1540 | 2024-05-15T05:21:26.866Z | Compiling toml_datetime v0.6.5 |
1541 | 2024-05-15T05:21:27.707Z | Compiling http v0.2.12 |
1542 | 2024-05-15T05:21:29.607Z | Compiling rustc_version v0.4.0 |
1543 | 2024-05-15T05:21:29.793Z | Compiling toml_edit v0.19.15 |
1544 | 2024-05-15T05:21:30.985Z | Compiling pest_derive v2.7.6 |
1545 | 2024-05-15T05:21:31.042Z | Compiling powerfmt v0.2.0 |
1546 | 2024-05-15T05:21:31.289Z | Compiling heapless v0.7.16 |
1547 | 2024-05-15T05:21:31.565Z | Compiling deranged v0.3.11 |
1548 | 2024-05-15T05:21:32.255Z | Compiling digest v0.10.7 |
1549 | 2024-05-15T05:21:32.642Z | Compiling scroll v0.12.0 |
1550 | 2024-05-15T05:21:33.347Z | Compiling ppv-lite86 v0.2.17 |
1551 | 2024-05-15T05:21:34.186Z | Compiling plain v0.2.3 |
1552 | 2024-05-15T05:21:34.202Z | Compiling percent-encoding v2.3.1 |
1553 | 2024-05-15T05:21:34.322Z | Compiling signal-hook v0.3.17 |
1554 | 2024-05-15T05:21:34.758Z | Compiling num_threads v0.1.6 |
1555 | 2024-05-15T05:21:34.759Z | Compiling time v0.3.34 |
1556 | 2024-05-15T05:21:35.259Z | Compiling rand_chacha v0.3.1 |
1557 | 2024-05-15T05:21:35.277Z | Compiling goblin v0.8.0 |
1558 | 2024-05-15T05:21:36.336Z | Compiling regex v1.10.4 |
1559 | 2024-05-15T05:21:39.566Z | Compiling pretty-hex v0.4.1 |
1560 | 2024-05-15T05:21:39.728Z | Compiling crc32fast v1.3.2 |
1561 | 2024-05-15T05:21:40.165Z | Compiling rand v0.8.5 |
1562 | 2024-05-15T05:21:40.509Z | Compiling dof v0.3.0 |
1563 | 2024-05-15T05:21:40.529Z | Compiling tokio-util v0.7.10 |
1564 | 2024-05-15T05:21:41.865Z | Compiling dtrace-parser v0.2.0 |
1565 | 2024-05-15T05:21:42.321Z | Compiling async-trait v0.1.80 |
1566 | 2024-05-15T05:21:43.465Z | Compiling thread-id v4.2.0 |
1567 | 2024-05-15T05:21:43.989Z | Compiling num-bigint v0.4.4 |
1568 | 2024-05-15T05:21:44.012Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1569 | 2024-05-15T05:21:44.035Z | Compiling smoltcp v0.9.1 |
1570 | 2024-05-15T05:21:44.370Z | Compiling base64ct v1.6.0 |
1571 | 2024-05-15T05:21:44.415Z | Compiling untrusted v0.7.1 |
1572 | 2024-05-15T05:21:44.552Z | Compiling foreign-types-shared v0.1.1 |
1573 | 2024-05-15T05:21:44.592Z | Compiling unicode-width v0.1.11 |
1574 | 2024-05-15T05:21:44.648Z | Compiling foreign-types v0.3.2 |
1575 | 2024-05-15T05:21:44.884Z | Compiling pem-rfc7468 v0.7.0 |
1576 | 2024-05-15T05:21:46.345Z | Compiling form_urlencoded v1.2.1 |
1577 | 2024-05-15T05:21:47.420Z | Compiling hmac v0.12.1 |
1578 | 2024-05-15T05:21:47.879Z | Compiling errno v0.3.8 |
1579 | 2024-05-15T05:21:47.888Z | Compiling adler v1.0.2 |
1580 | 2024-05-15T05:21:47.918Z | Compiling siphasher v0.3.11 |
1581 | 2024-05-15T05:21:47.935Z | Compiling flagset v0.4.3 |
1582 | 2024-05-15T05:21:48.056Z | Compiling base64 v0.21.7 |
1583 | 2024-05-15T05:21:48.094Z | Compiling try-lock v0.2.4 |
1584 | 2024-05-15T05:21:48.248Z | Compiling der v0.7.8 |
1585 | 2024-05-15T05:21:48.277Z | Compiling want v0.3.1 |
1586 | 2024-05-15T05:21:48.544Z | Compiling miniz_oxide v0.7.1 |
1587 | 2024-05-15T05:21:49.268Z | Compiling rustls-webpki v0.101.7 |
1588 | 2024-05-15T05:21:50.901Z | Compiling sct v0.7.0 |
1589 | 2024-05-15T05:21:51.190Z | Compiling h2 v0.3.26 |
1590 | 2024-05-15T05:21:51.431Z | Compiling http-body v0.4.5 |
1591 | 2024-05-15T05:21:52.869Z | Compiling openapiv3 v2.0.0 |
1592 | 2024-05-15T05:21:52.896Z | Compiling hubpack_derive v0.1.1 |
1593 | 2024-05-15T05:21:53.332Z | Compiling zerocopy-derive v0.6.6 |
1594 | 2024-05-15T05:21:53.370Z | Compiling lazy_static v1.4.0 |
1595 | 2024-05-15T05:21:53.488Z | Compiling idna v0.5.0 |
1596 | 2024-05-15T05:21:54.016Z | Compiling fs-err v2.11.0 |
1597 | 2024-05-15T05:21:54.306Z | Compiling gimli v0.28.0 |
1598 | 2024-05-15T05:21:54.812Z | Compiling anstyle v1.0.7 |
1599 | 2024-05-15T05:21:56.070Z | Compiling tower-service v0.3.2 |
1600 | 2024-05-15T05:21:56.288Z | Compiling httpdate v1.0.3 |
1601 | 2024-05-15T05:21:56.319Z | Compiling openssl-probe v0.1.5 |
1602 | 2024-05-15T05:21:56.343Z | Compiling utf8parse v0.2.1 |
1603 | 2024-05-15T05:21:56.514Z | Compiling stable_deref_trait v1.2.0 |
1604 | 2024-05-15T05:21:56.654Z | Compiling cpufeatures v0.2.12 |
1605 | 2024-05-15T05:21:56.654Z | Compiling anstyle-parse v0.2.1 |
1606 | 2024-05-15T05:21:57.188Z | Compiling sha2 v0.10.8 |
1607 | 2024-05-15T05:21:57.486Z | Compiling url v2.5.0 |
1608 | 2024-05-15T05:21:57.858Z | Compiling hyper v0.14.28 |
1609 | 2024-05-15T05:21:59.099Z | Compiling addr2line v0.21.0 |
1610 | 2024-05-15T05:22:01.131Z | Compiling spki v0.7.2 |
1611 | 2024-05-15T05:22:01.160Z | Compiling usdt-macro v0.5.0 |
1612 | 2024-05-15T05:22:01.845Z | Compiling usdt-attr-macro v0.5.0 |
1613 | 2024-05-15T05:22:03.325Z | Compiling md-5 v0.10.5 |
1614 | 2024-05-15T05:22:06.713Z | Compiling idna v0.3.0 |
1615 | 2024-05-15T05:22:06.940Z | Compiling stringprep v0.1.3 |
1616 | 2024-05-15T05:22:07.648Z | Compiling diesel_table_macro_syntax v0.1.0 |
1617 | 2024-05-15T05:22:07.663Z | Compiling num-integer v0.1.46 |
1618 | 2024-05-15T05:22:08.252Z | Compiling object v0.32.1 |
1619 | 2024-05-15T05:22:08.252Z | Compiling hash32 v0.2.1 |
1620 | 2024-05-15T05:22:08.269Z | Compiling colorchoice v1.0.0 |
1621 | 2024-05-15T05:22:12.707Z | Compiling fallible-iterator v0.2.0 |
1622 | 2024-05-15T05:22:12.981Z | Compiling rustc-demangle v0.1.23 |
1623 | 2024-05-15T05:22:13.466Z | Compiling psl-types v2.0.11 |
1624 | 2024-05-15T05:22:13.655Z | Compiling anstyle-query v1.0.0 |
1625 | 2024-05-15T05:22:13.786Z | Compiling anstream v0.6.11 |
1626 | 2024-05-15T05:22:15.064Z | Compiling publicsuffix v2.2.3 |
1627 | 2024-05-15T05:22:15.378Z | Compiling postgres-protocol v0.6.6 |
1628 | 2024-05-15T05:22:17.021Z | Compiling diesel_derives v2.1.2 |
1629 | 2024-05-15T05:22:18.549Z | Compiling tokio-rustls v0.24.1 |
1630 | 2024-05-15T05:22:23.618Z | Compiling terminal_size v0.3.0 |
1631 | 2024-05-15T05:22:23.830Z | Compiling pkcs8 v0.10.2 |
1632 | 2024-05-15T05:22:24.370Z | Compiling tokio-native-tls v0.3.1 |
1633 | 2024-05-15T05:22:24.628Z | Compiling phf_shared v0.11.2 |
1634 | 2024-05-15T05:22:25.732Z | Compiling strum_macros v0.25.2 |
1635 | 2024-05-15T05:22:25.751Z | Compiling block-padding v0.3.3 |
1636 | 2024-05-15T05:22:25.751Z | Compiling regress v0.9.1 |
1637 | 2024-05-15T05:22:25.751Z | Compiling enum-as-inner v0.5.1 |
1638 | 2024-05-15T05:22:25.751Z | Compiling serde_repr v0.1.16 |
1639 | 2024-05-15T05:22:26.545Z | Compiling clap_derive v4.5.4 |
1640 | 2024-05-15T05:22:28.964Z | Compiling ff v0.13.0 |
1641 | 2024-05-15T05:22:29.222Z | Compiling scheduled-thread-pool v0.2.7 |
1642 | 2024-05-15T05:22:30.100Z | Compiling encoding_rs v0.8.33 |
1643 | 2024-05-15T05:22:30.161Z | Compiling matches v0.1.10 |
1644 | 2024-05-15T05:22:30.476Z | Compiling base16ct v0.2.0 |
1645 | 2024-05-15T05:22:30.528Z | Compiling bit-vec v0.6.3 |
1646 | 2024-05-15T05:22:30.729Z | Compiling strsim v0.11.0 |
1647 | 2024-05-15T05:22:30.917Z | Compiling ident_case v1.0.1 |
1648 | 2024-05-15T05:22:31.102Z | Compiling managed v0.8.0 |
1649 | 2024-05-15T05:22:31.129Z | Compiling strsim v0.10.0 |
1650 | 2024-05-15T05:22:31.453Z | Compiling mime v0.3.17 |
1651 | 2024-05-15T05:22:31.491Z | Compiling ipnet v2.9.0 |
1652 | 2024-05-15T05:22:31.767Z | Compiling clap_lex v0.7.0 |
1653 | 2024-05-15T05:22:32.232Z | Compiling regex-automata v0.1.10 |
1654 | 2024-05-15T05:22:32.597Z | Compiling bitflags v1.3.2 |
1655 | 2024-05-15T05:22:33.207Z | Compiling bstr v0.2.17 |
1656 | 2024-05-15T05:22:38.273Z | Compiling clap_builder v4.5.2 |
1657 | 2024-05-15T05:22:38.549Z | Compiling darling_core v0.20.8 |
1658 | 2024-05-15T05:22:38.549Z | Compiling sec1 v0.7.3 |
1659 | 2024-05-15T05:22:38.549Z | Compiling idna v0.2.3 |
1660 | 2024-05-15T05:22:38.549Z | Compiling r2d2 v0.8.10 |
1661 | 2024-05-15T05:22:38.683Z | Compiling group v0.13.0 |
1662 | 2024-05-15T05:22:38.837Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1663 | 2024-05-15T05:22:40.509Z | Compiling inout v0.1.3 |
1664 | 2024-05-15T05:22:42.140Z | Compiling phf v0.11.2 |
1665 | 2024-05-15T05:22:42.312Z | Compiling hyper-tls v0.5.0 |
1666 | 2024-05-15T05:22:42.327Z | Compiling signal-hook-mio v0.2.3 |
1667 | 2024-05-15T05:22:42.473Z | Compiling hyper-rustls v0.24.2 |
1668 | 2024-05-15T05:22:42.671Z | Compiling cookie_store v0.20.0 |
1669 | 2024-05-15T05:22:42.827Z | Compiling postgres-types v0.2.6 |
1670 | 2024-05-15T05:22:43.127Z | Compiling zerocopy v0.6.6 |
1671 | 2024-05-15T05:22:43.988Z | Compiling hubpack v0.1.2 |
1672 | 2024-05-15T05:22:44.089Z | Compiling rustls-pemfile v1.0.3 |
1673 | 2024-05-15T05:22:44.111Z | Compiling phf_shared v0.10.0 |
1674 | 2024-05-15T05:22:44.156Z | Compiling hkdf v0.12.4 |
1675 | 2024-05-15T05:22:44.355Z | Compiling serde_urlencoded v0.7.1 |
1676 | 2024-05-15T05:22:44.431Z | Compiling crossbeam-epoch v0.9.18 |
1677 | 2024-05-15T05:22:44.537Z | Compiling ipnetwork v0.20.0 |
1678 | 2024-05-15T05:22:44.861Z | Compiling futures-executor v0.3.30 |
1679 | 2024-05-15T05:22:45.460Z | Compiling crypto-bigint v0.5.2 |
1680 | 2024-05-15T05:22:45.574Z | Compiling float-cmp v0.9.0 |
1681 | 2024-05-15T05:22:45.661Z | Compiling memmap v0.7.0 |
1682 | 2024-05-15T05:22:45.803Z | Compiling normalize-line-endings v0.3.0 |
1683 | 2024-05-15T05:22:45.884Z | Compiling precomputed-hash v0.1.1 |
1684 | 2024-05-15T05:22:45.925Z | Compiling data-encoding v2.4.0 |
1685 | 2024-05-15T05:22:46.004Z | Compiling fixedbitset v0.4.2 |
1686 | 2024-05-15T05:22:46.437Z | Compiling difflib v0.4.0 |
1687 | 2024-05-15T05:22:47.424Z | Compiling unicode-segmentation v1.10.1 |
1688 | 2024-05-15T05:22:47.602Z | Compiling either v1.11.0 |
1689 | 2024-05-15T05:22:48.020Z | Compiling new_debug_unreachable v1.0.4 |
1690 | 2024-05-15T05:22:48.115Z | Compiling predicates-core v1.0.6 |
1691 | 2024-05-15T05:22:48.231Z | Compiling sync_wrapper v0.1.2 |
1692 | 2024-05-15T05:22:48.403Z | Compiling whoami v1.5.1 |
1693 | 2024-05-15T05:22:48.427Z | Compiling minimal-lexical v0.2.1 |
1694 | 2024-05-15T05:22:48.527Z | Compiling static_assertions v1.1.0 |
1695 | 2024-05-15T05:22:48.617Z | Compiling webpki-roots v0.25.2 |
1696 | 2024-05-15T05:22:48.791Z | Compiling winnow v0.6.1 |
1697 | 2024-05-15T05:22:48.895Z | Compiling nom v7.1.3 |
1698 | 2024-05-15T05:22:48.917Z | Compiling reqwest v0.11.27 |
1699 | 2024-05-15T05:22:49.296Z | Compiling tokio-postgres v0.7.10 |
1700 | 2024-05-15T05:22:49.718Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1701 | 2024-05-15T05:22:50.806Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1702 | 2024-05-15T05:22:52.309Z | Compiling toml_edit v0.22.12 |
1703 | 2024-05-15T05:22:52.526Z | Compiling predicates v3.1.0 |
1704 | 2024-05-15T05:22:53.685Z | Compiling string_cache v0.8.7 |
1705 | 2024-05-15T05:22:53.942Z | Compiling similar v2.4.0 |
1706 | 2024-05-15T05:22:54.037Z | Compiling itertools v0.10.5 |
1707 | 2024-05-15T05:22:54.092Z | Compiling elliptic-curve v0.13.8 |
1708 | 2024-05-15T05:22:54.815Z | Compiling trust-dns-proto v0.22.0 |
1709 | 2024-05-15T05:22:55.899Z | Compiling petgraph v0.6.5 |
1710 | 2024-05-15T05:22:56.031Z | Compiling usdt v0.5.0 |
1711 | 2024-05-15T05:22:56.841Z | Compiling futures v0.3.30 |
1712 | 2024-05-15T05:22:56.961Z | Compiling diesel v2.1.6 |
1713 | 2024-05-15T05:22:57.570Z | Compiling yasna v0.5.2 |
1714 | 2024-05-15T05:22:58.758Z | Compiling crossterm v0.27.0 |
1715 | 2024-05-15T05:22:59.135Z | Compiling flate2 v1.0.30 |
1716 | 2024-05-15T05:22:59.499Z | Compiling cipher v0.4.4 |
1717 | 2024-05-15T05:22:59.750Z | Compiling darling_macro v0.20.8 |
1718 | 2024-05-15T05:23:00.690Z | Compiling clap v4.5.4 |
1719 | 2024-05-15T05:23:00.713Z | Compiling bit-set v0.5.3 |
1720 | 2024-05-15T05:23:01.013Z | Compiling num-iter v0.1.45 |
1721 | 2024-05-15T05:23:01.245Z | Compiling console v0.15.8 |
1722 | 2024-05-15T05:23:01.913Z | Compiling tokio-stream v0.1.15 |
1723 | 2024-05-15T05:23:01.961Z | Compiling toml v0.7.8 |
1724 | 2024-05-15T05:23:02.539Z | Compiling bstr v1.9.0 |
1725 | 2024-05-15T05:23:02.870Z | Compiling hex v0.4.3 |
1726 | 2024-05-15T05:23:03.839Z | Compiling lalrpop-util v0.19.12 |
1727 | 2024-05-15T05:23:04.048Z | Compiling peg-runtime v0.8.3 |
1728 | 2024-05-15T05:23:05.586Z | Compiling darling v0.20.8 |
1729 | 2024-05-15T05:23:05.707Z | Compiling proc-macro-crate v1.3.1 |
1730 | 2024-05-15T05:23:06.541Z | Compiling camino v1.1.6 |
1731 | 2024-05-15T05:23:07.869Z | Compiling heapless v0.8.0 |
1732 | 2024-05-15T05:23:09.015Z | Compiling num_enum_derive v0.5.11 |
1733 | 2024-05-15T05:23:14.241Z | Compiling hash32 v0.3.1 |
1734 | 2024-05-15T05:23:14.486Z | Compiling smoltcp v0.11.0 |
1735 | 2024-05-15T05:23:14.681Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1736 | 2024-05-15T05:23:16.204Z | Compiling rustls-pki-types v1.3.0 |
1737 | 2024-05-15T05:23:26.030Z | Compiling num_enum v0.5.11 |
1738 | 2024-05-15T05:23:29.728Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1739 | 2024-05-15T05:23:29.734Z | Compiling getopts v0.2.21 |
1740 | 2024-05-15T05:23:31.053Z | Compiling dirs-sys-next v0.1.2 |
1741 | 2024-05-15T05:23:31.843Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1742 | 2024-05-15T05:23:32.176Z | Compiling proc-macro-error-attr v1.0.4 |
1743 | 2024-05-15T05:23:32.355Z | Compiling unsafe-libyaml v0.2.10 |
1744 | 2024-05-15T05:23:32.546Z | Compiling embedded-io v0.4.0 |
1745 | 2024-05-15T05:23:32.606Z | Compiling cobs v0.2.3 |
1746 | 2024-05-15T05:23:33.295Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1747 | 2024-05-15T05:23:33.916Z | Compiling rustls v0.22.4 |
1748 | 2024-05-15T05:23:34.099Z | Compiling paste v1.0.15 |
1749 | 2024-05-15T05:23:34.267Z | Compiling serde_yaml v0.9.25 |
1750 | 2024-05-15T05:23:36.247Z | Compiling postcard v1.0.8 |
1751 | 2024-05-15T05:23:38.264Z | Compiling dirs-next v2.0.0 |
1752 | 2024-05-15T05:23:40.560Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1753 | 2024-05-15T05:23:48.708Z | Compiling rustls-webpki v0.102.1 |
1754 | 2024-05-15T05:23:53.016Z | Compiling strum_macros v0.26.1 |
1755 | 2024-05-15T05:23:53.275Z | Compiling structmeta-derive v0.3.0 |
1756 | 2024-05-15T05:23:53.403Z | Compiling foreign-types-macros v0.2.3 |
1757 | 2024-05-15T05:23:54.965Z | Compiling thread_local v1.1.7 |
1758 | 2024-05-15T05:23:55.063Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1759 | 2024-05-15T05:23:55.379Z | Compiling multer v3.1.0 |
1760 | 2024-05-15T05:23:55.704Z | Compiling proc-macro-error v1.0.4 |
1761 | 2024-05-15T05:23:56.043Z | Compiling match_cfg v0.1.0 |
1762 | 2024-05-15T05:23:56.124Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1763 | 2024-05-15T05:23:56.444Z | Compiling foreign-types-shared v0.3.1 |
1764 | 2024-05-15T05:23:56.447Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1765 | 2024-05-15T05:23:56.592Z | Compiling slog-async v2.8.0 |
1766 | 2024-05-15T05:23:57.903Z | Compiling strum v0.26.2 |
1767 | 2024-05-15T05:24:02.970Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1768 | 2024-05-15T05:24:04.610Z | Compiling foreign-types v0.5.0 |
1769 | 2024-05-15T05:24:05.000Z | Compiling hostname v0.3.1 |
1770 | 2024-05-15T05:24:05.452Z | Compiling structmeta v0.3.0 |
1771 | 2024-05-15T05:24:10.687Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1772 | 2024-05-15T05:24:17.078Z | Compiling term v0.7.0 |
1773 | 2024-05-15T05:24:20.469Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1774 | 2024-05-15T05:24:20.682Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1775 | 2024-05-15T05:24:21.866Z | Compiling slog-json v2.6.1 |
1776 | 2024-05-15T05:24:21.980Z | Compiling is-terminal v0.4.9 |
1777 | 2024-05-15T05:24:22.115Z | Compiling tabwriter v1.4.0 |
1778 | 2024-05-15T05:24:22.364Z | Compiling crossbeam-channel v0.5.8 |
1779 | 2024-05-15T05:24:22.963Z | Compiling http v1.0.0 |
1780 | 2024-05-15T05:24:24.025Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1781 | 2024-05-15T05:24:24.136Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1782 | 2024-05-15T05:24:24.821Z | Compiling async-stream-impl v0.3.5 |
1783 | 2024-05-15T05:24:24.954Z | Compiling cstr-argument v0.1.2 |
1784 | 2024-05-15T05:24:25.238Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1785 | 2024-05-15T05:24:25.556Z | Compiling take_mut v0.2.2 |
1786 | 2024-05-15T05:24:25.708Z | Compiling crucible-workspace-hack v0.1.0 |
1787 | 2024-05-15T05:24:25.870Z | Compiling fastrand v2.0.1 |
1788 | 2024-05-15T05:24:26.506Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1789 | 2024-05-15T05:24:26.521Z | Compiling pretty-hex v0.2.1 |
1790 | 2024-05-15T05:24:26.521Z | Compiling rayon-core v1.12.1 |
1791 | 2024-05-15T05:24:26.641Z | Compiling base64 v0.22.1 |
1792 | 2024-05-15T05:24:26.776Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1793 | 2024-05-15T05:24:27.124Z | Compiling atomic-waker v1.1.1 |
1794 | 2024-05-15T05:24:27.326Z | Compiling waitgroup v0.1.2 |
1795 | 2024-05-15T05:24:28.007Z | Compiling rustls-pemfile v2.1.2 |
1796 | 2024-05-15T05:24:28.020Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1797 | 2024-05-15T05:24:28.020Z | Compiling tempfile v3.10.1 |
1798 | 2024-05-15T05:24:28.020Z | Compiling async-stream v0.3.5 |
1799 | 2024-05-15T05:24:28.202Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1800 | 2024-05-15T05:24:29.115Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1801 | 2024-05-15T05:24:29.334Z | Compiling slog-bunyan v2.5.0 |
1802 | 2024-05-15T05:24:29.603Z | Compiling slog-term v2.9.1 |
1803 | 2024-05-15T05:24:30.362Z | Compiling tokio-rustls v0.25.0 |
1804 | 2024-05-15T05:24:30.825Z | Compiling parse-display-derive v0.9.0 |
1805 | 2024-05-15T05:24:31.269Z | Compiling toml v0.8.12 |
1806 | 2024-05-15T05:24:31.533Z | Compiling serde_with_macros v3.7.0 |
1807 | 2024-05-15T05:24:32.503Z | Compiling sha1 v0.10.6 |
1808 | 2024-05-15T05:24:33.448Z | Compiling crossbeam-deque v0.8.3 |
1809 | 2024-05-15T05:24:33.829Z | Compiling colored v2.1.0 |
1810 | 2024-05-15T05:24:34.250Z | Compiling newtype-uuid v1.1.0 |
1811 | 2024-05-15T05:24:34.588Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1812 | 2024-05-15T05:24:34.742Z | Compiling serde_path_to_error v0.1.16 |
1813 | 2024-05-15T05:24:35.149Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1814 | 2024-05-15T05:24:35.715Z | Compiling hostname v0.4.0 |
1815 | 2024-05-15T05:24:35.893Z | Compiling socket2 v0.4.9 |
1816 | 2024-05-15T05:24:35.979Z | Compiling instant v0.1.12 |
1817 | 2024-05-15T05:24:36.505Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1818 | 2024-05-15T05:24:36.551Z | Compiling debug-ignore v1.0.5 |
1819 | 2024-05-15T05:24:36.575Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1820 | 2024-05-15T05:24:38.203Z | Compiling backoff v0.4.0 |
1821 | 2024-05-15T05:24:38.541Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1822 | 2024-05-15T05:24:38.757Z | Compiling parse-display v0.9.0 |
1823 | 2024-05-15T05:24:38.913Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1824 | 2024-05-15T05:24:39.514Z | Compiling serde_with v3.7.0 |
1825 | 2024-05-15T05:24:40.742Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1826 | 2024-05-15T05:24:42.153Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1827 | 2024-05-15T05:24:43.050Z | Compiling camino-tempfile v1.1.1 |
1828 | 2024-05-15T05:24:43.627Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1829 | 2024-05-15T05:24:43.869Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1830 | 2024-05-15T05:24:44.065Z | Compiling macaddr v1.0.1 |
1831 | 2024-05-15T05:24:44.119Z | Compiling num-derive v0.4.0 |
1832 | 2024-05-15T05:24:44.151Z | Compiling sigpipe v0.1.3 |
1833 | 2024-05-15T05:24:44.290Z | Compiling libefi-sys v0.1.0 |
1834 | 2024-05-15T05:24:44.622Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1835 | 2024-05-15T05:24:44.732Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1836 | 2024-05-15T05:24:45.187Z | Compiling rayon v1.10.0 |
1837 | 2024-05-15T05:24:46.301Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1838 | 2024-05-15T05:24:46.716Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1839 | 2024-05-15T05:24:47.967Z | Compiling smf v0.2.3 |
1840 | 2024-05-15T05:24:48.229Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1841 | 2024-05-15T05:24:48.613Z | Compiling blake3 v1.5.0 |
1842 | 2024-05-15T05:24:49.187Z | Compiling portable-atomic v1.4.3 |
1843 | 2024-05-15T05:24:50.397Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1844 | 2024-05-15T05:24:50.539Z | Compiling memmap2 v0.7.1 |
1845 | 2024-05-15T05:24:50.587Z | Compiling xattr v1.0.1 |
1846 | 2024-05-15T05:24:51.268Z | Compiling filetime v0.2.23 |
1847 | 2024-05-15T05:24:51.287Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1848 | 2024-05-15T05:24:51.287Z | Compiling constant_time_eq v0.3.0 |
1849 | 2024-05-15T05:24:51.287Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1850 | 2024-05-15T05:24:51.287Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1851 | 2024-05-15T05:24:51.287Z | Compiling same-file v1.0.6 |
1852 | 2024-05-15T05:24:51.703Z | Compiling arrayref v0.3.7 |
1853 | 2024-05-15T05:24:51.704Z | Compiling arrayvec v0.7.4 |
1854 | 2024-05-15T05:24:51.704Z | Compiling walkdir v2.5.0 |
1855 | 2024-05-15T05:24:53.070Z | Compiling tar v0.4.40 |
1856 | 2024-05-15T05:24:55.922Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1857 | 2024-05-15T05:24:56.056Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1858 | 2024-05-15T05:24:56.335Z | Compiling gethostname v0.4.3 |
1859 | 2024-05-15T05:24:56.621Z | Compiling topological-sort v0.2.2 |
1860 | 2024-05-15T05:24:56.870Z | Compiling number_prefix v0.4.0 |
1861 | 2024-05-15T05:24:57.131Z | Compiling indicatif v0.17.8 |
1862 | 2024-05-15T05:24:57.467Z | Compiling omicron-zone-package v0.11.0 |
1863 | 2024-05-15T05:24:58.850Z | Compiling swrite v0.1.0 |
1864 | 2024-05-15T05:25:01.930Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1865 | 2024-05-15T05:25:05.138Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1866 | 2024-05-15T05:25:06.788Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1867 | 2024-05-15T05:25:10.404Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1868 | 2024-05-15T05:25:26.597Z | Finished release [optimized] target(s) in 4m 56s |
1869 | 2024-05-15T05:25:26.847Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1870 | 2024-05-15T05:25:26.912Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1871 | 2024-05-15T05:25:26.924Z | Created new build target 'test' and set it as active |
1872 | 2024-05-15T05:25:26.924Z | |
1873 | 2024-05-15T05:25:26.924Z | real 4:57.188342198 |
1874 | 2024-05-15T05:25:26.924Z | user 31:07.746822222 |
1875 | 2024-05-15T05:25:26.925Z | sys 3:49.423208763 |
1876 | 2024-05-15T05:25:26.925Z | trap 0.900388319 |
1877 | 2024-05-15T05:25:26.925Z | tflt 4.612802071 |
1878 | 2024-05-15T05:25:26.925Z | dflt 3.630684487 |
1879 | 2024-05-15T05:25:26.925Z | kflt 0.017125864 |
1880 | 2024-05-15T05:25:26.925Z | lock 1:06:10.123239250 |
1881 | 2024-05-15T05:25:26.925Z | slp 1:28:20.305814643 |
1882 | 2024-05-15T05:25:26.925Z | lat 2:05.073402718 |
1883 | 2024-05-15T05:25:26.925Z | stop 3:33.200402434 |
1884 | 2024-05-15T05:25:26.925Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1885 | 2024-05-15T05:25:27.708Z | Finished release [optimized] target(s) in 0.73s |
1886 | 2024-05-15T05:25:27.713Z | Running `target/release/omicron-package -t test package` |
1887 | 2024-05-15T05:25:27.740Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1888 | 2024-05-15T05:25:28.583Z | Compiling newline-converter v0.3.0 |
1889 | 2024-05-15T05:25:28.609Z | Compiling humantime v2.1.0 |
1890 | 2024-05-15T05:25:28.645Z | Compiling derive-where v1.2.7 |
1891 | 2024-05-15T05:25:28.657Z | Compiling unicode-xid v0.2.4 |
1892 | 2024-05-15T05:25:28.681Z | Compiling linked-hash-map v0.5.6 |
1893 | 2024-05-15T05:25:28.682Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1894 | 2024-05-15T05:25:28.682Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1895 | 2024-05-15T05:25:28.682Z | Compiling password-hash v0.5.0 |
1896 | 2024-05-15T05:25:28.770Z | Compiling expectorate v1.1.0 |
1897 | 2024-05-15T05:25:28.785Z | Compiling blake2 v0.10.6 |
1898 | 2024-05-15T05:25:28.922Z | Compiling semver v0.1.20 |
1899 | 2024-05-15T05:25:28.988Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1900 | 2024-05-15T05:25:29.022Z | Compiling lru-cache v0.1.2 |
1901 | 2024-05-15T05:25:29.223Z | Compiling argon2 v0.5.3 |
1902 | 2024-05-15T05:25:29.431Z | Compiling rustc_version v0.1.7 |
1903 | 2024-05-15T05:25:29.446Z | Compiling bytecount v0.6.3 |
1904 | 2024-05-15T05:25:29.723Z | Compiling papergrid v0.11.0 |
1905 | 2024-05-15T05:25:29.816Z | Compiling newtype_derive v0.1.6 |
1906 | 2024-05-15T05:25:30.104Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1907 | 2024-05-15T05:25:30.180Z | Compiling tabled_derive v0.7.0 |
1908 | 2024-05-15T05:25:30.711Z | Compiling quick-error v1.2.3 |
1909 | 2024-05-15T05:25:30.849Z | Compiling resolv-conf v0.7.0 |
1910 | 2024-05-15T05:25:30.993Z | Compiling steno v0.4.0 |
1911 | 2024-05-15T05:25:31.798Z | Compiling trust-dns-resolver v0.22.0 |
1912 | 2024-05-15T05:25:31.852Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1913 | 2024-05-15T05:25:32.419Z | Compiling slog-dtrace v0.3.0 |
1914 | 2024-05-15T05:25:32.429Z | Compiling tabled v0.15.0 |
1915 | 2024-05-15T05:25:32.724Z | Compiling termcolor v1.2.0 |
1916 | 2024-05-15T05:25:33.801Z | Compiling itertools v0.12.1 |
1917 | 2024-05-15T05:25:35.218Z | Compiling utf-8 v0.7.6 |
1918 | 2024-05-15T05:25:37.113Z | Compiling num-rational v0.4.2 |
1919 | 2024-05-15T05:25:37.581Z | Compiling num-complex v0.4.6 |
1920 | 2024-05-15T05:25:38.808Z | Compiling num v0.4.3 |
1921 | 2024-05-15T05:25:38.912Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1922 | 2024-05-15T05:25:39.662Z | Compiling nibble_vec v0.1.0 |
1923 | 2024-05-15T05:25:39.885Z | Compiling endian-type v0.1.2 |
1924 | 2024-05-15T05:25:39.937Z | Compiling radium v0.7.0 |
1925 | 2024-05-15T05:25:40.131Z | Compiling radix_trie v0.2.1 |
1926 | 2024-05-15T05:25:40.375Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1927 | 2024-05-15T05:25:40.997Z | Compiling tungstenite v0.20.1 |
1928 | 2024-05-15T05:25:43.422Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1929 | 2024-05-15T05:25:44.634Z | Compiling tap v1.0.1 |
1930 | 2024-05-15T05:25:44.832Z | Compiling maybe-uninit v2.0.0 |
1931 | 2024-05-15T05:25:45.343Z | Compiling wyz v0.5.1 |
1932 | 2024-05-15T05:25:45.805Z | Compiling tokio-tungstenite v0.20.1 |
1933 | 2024-05-15T05:25:46.407Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1934 | 2024-05-15T05:25:46.885Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1935 | 2024-05-15T05:25:47.353Z | Compiling packed_struct v0.10.1 |
1936 | 2024-05-15T05:25:47.755Z | Compiling num-bigint-dig v0.8.4 |
1937 | 2024-05-15T05:25:48.052Z | Compiling cancel-safe-futures v0.1.5 |
1938 | 2024-05-15T05:25:48.393Z | Compiling crc-catalog v2.2.0 |
1939 | 2024-05-15T05:25:48.524Z | Compiling funty v2.0.0 |
1940 | 2024-05-15T05:25:51.083Z | Compiling display-error-chain v0.2.0 |
1941 | 2024-05-15T05:25:51.261Z | Compiling arc-swap v1.6.0 |
1942 | 2024-05-15T05:25:52.021Z | Compiling slog-scope v4.4.0 |
1943 | 2024-05-15T05:25:52.248Z | Compiling bitvec v1.0.1 |
1944 | 2024-05-15T05:25:52.953Z | Compiling crc v3.0.1 |
1945 | 2024-05-15T05:25:54.694Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1946 | 2024-05-15T05:25:54.698Z | Compiling packed_struct_codegen v0.10.1 |
1947 | 2024-05-15T05:25:54.990Z | Compiling fxhash v0.2.1 |
1948 | 2024-05-15T05:25:55.231Z | Compiling indexmap v1.9.3 |
1949 | 2024-05-15T05:25:55.514Z | Compiling nodrop v0.1.14 |
1950 | 2024-05-15T05:25:55.635Z | Compiling array-init v0.0.4 |
1951 | 2024-05-15T05:25:56.634Z | Compiling smallvec v0.6.14 |
1952 | 2024-05-15T05:25:57.541Z | Compiling slog-stdlog v4.1.1 |
1953 | 2024-05-15T05:25:58.482Z | Compiling rayon-core v1.12.1 |
1954 | 2024-05-15T05:25:58.502Z | Compiling synstructure v0.12.6 |
1955 | 2024-05-15T05:25:58.910Z | Compiling pkcs1 v0.7.5 |
1956 | 2024-05-15T05:25:59.912Z | Compiling signature v2.1.0 |
1957 | 2024-05-15T05:26:00.159Z | Compiling crossbeam-deque v0.8.3 |
1958 | 2024-05-15T05:26:00.479Z | Compiling dirs-sys-next v0.1.2 |
1959 | 2024-05-15T05:26:00.959Z | Compiling half v2.3.1 |
1960 | 2024-05-15T05:26:01.335Z | Compiling hashbrown v0.12.3 |
1961 | 2024-05-15T05:26:01.667Z | Compiling crunchy v0.2.2 |
1962 | 2024-05-15T05:26:02.128Z | Compiling glob v0.3.1 |
1963 | 2024-05-15T05:26:02.657Z | Compiling same-file v1.0.6 |
1964 | 2024-05-15T05:26:02.866Z | Compiling fastrand v2.0.1 |
1965 | 2024-05-15T05:26:03.286Z | Compiling bitfield v0.14.0 |
1966 | 2024-05-15T05:26:03.290Z | Compiling ciborium-io v0.2.2 |
1967 | 2024-05-15T05:26:03.290Z | Compiling ciborium-ll v0.2.2 |
1968 | 2024-05-15T05:26:03.290Z | Compiling tempfile v3.10.1 |
1969 | 2024-05-15T05:26:03.748Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1970 | 2024-05-15T05:26:03.754Z | Compiling clang-sys v1.6.1 |
1971 | 2024-05-15T05:26:03.902Z | Compiling walkdir v2.5.0 |
1972 | 2024-05-15T05:26:04.552Z | Compiling dirs-next v2.0.0 |
1973 | 2024-05-15T05:26:05.287Z | Compiling rsa v0.9.2 |
1974 | 2024-05-15T05:26:05.716Z | Compiling zerocopy-derive v0.2.0 |
1975 | 2024-05-15T05:26:06.325Z | Compiling bzip2 v0.4.4 |
1976 | 2024-05-15T05:26:06.781Z | Compiling slog-envlogger v2.2.0 |
1977 | 2024-05-15T05:26:07.451Z | Compiling serde-hex v0.1.0 |
1978 | 2024-05-15T05:26:08.549Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1979 | 2024-05-15T05:26:08.839Z | Compiling env_logger v0.10.0 |
1980 | 2024-05-15T05:26:09.416Z | Compiling camino v1.1.6 |
1981 | 2024-05-15T05:26:09.477Z | Compiling x509-cert v0.2.4 |
1982 | 2024-05-15T05:26:10.740Z | Compiling ron v0.8.1 |
1983 | 2024-05-15T05:26:12.460Z | Compiling hashbrown v0.13.2 |
1984 | 2024-05-15T05:26:12.768Z | Compiling prettyplease v0.2.20 |
1985 | 2024-05-15T05:26:13.062Z | Compiling tiny-keccak v2.0.2 |
1986 | 2024-05-15T05:26:13.378Z | Compiling crc-any v2.4.3 |
1987 | 2024-05-15T05:26:13.730Z | Compiling maplit v1.0.2 |
1988 | 2024-05-15T05:26:13.853Z | Compiling object v0.30.4 |
1989 | 2024-05-15T05:26:14.328Z | Compiling blake3 v1.5.0 |
1990 | 2024-05-15T05:26:14.628Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1991 | 2024-05-15T05:26:16.324Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1992 | 2024-05-15T05:26:16.884Z | Compiling zip v0.6.6 |
1993 | 2024-05-15T05:26:17.028Z | Compiling rayon v1.10.0 |
1994 | 2024-05-15T05:26:17.389Z | Compiling term v0.7.0 |
1995 | 2024-05-15T05:26:18.981Z | Compiling ciborium v0.2.2 |
1996 | 2024-05-15T05:26:19.624Z | Compiling atty v0.2.14 |
1997 | 2024-05-15T05:26:19.767Z | Compiling memmap2 v0.7.1 |
1998 | 2024-05-15T05:26:20.123Z | Compiling filetime v0.2.23 |
1999 | 2024-05-15T05:26:20.413Z | Compiling xattr v1.0.1 |
2000 | 2024-05-15T05:26:20.641Z | Compiling path-slash v0.1.5 |
2001 | 2024-05-15T05:26:20.863Z | Compiling home v0.5.5 |
2002 | 2024-05-15T05:26:20.912Z | Compiling arrayref v0.3.7 |
2003 | 2024-05-15T05:26:21.002Z | Compiling arrayvec v0.7.4 |
2004 | 2024-05-15T05:26:21.083Z | Compiling constant_time_eq v0.3.0 |
2005 | 2024-05-15T05:26:21.224Z | Compiling toolchain_find v0.4.0 |
2006 | 2024-05-15T05:26:21.727Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2007 | 2024-05-15T05:26:21.735Z | Compiling tar v0.4.40 |
2008 | 2024-05-15T05:26:22.141Z | Compiling ascii-canvas v3.0.0 |
2009 | 2024-05-15T05:26:22.602Z | Compiling camino-tempfile v1.1.1 |
2010 | 2024-05-15T05:26:23.134Z | Compiling toml v0.8.12 |
2011 | 2024-05-15T05:26:23.134Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2012 | 2024-05-15T05:26:23.443Z | Compiling is-terminal v0.4.9 |
2013 | 2024-05-15T05:26:23.502Z | Compiling libsw v3.3.1 |
2014 | 2024-05-15T05:26:23.561Z | Compiling ena v0.14.2 |
2015 | 2024-05-15T05:26:24.230Z | Compiling libloading v0.7.4 |
2016 | 2024-05-15T05:26:24.239Z | Compiling usdt-impl v0.3.5 |
2017 | 2024-05-15T05:26:24.239Z | Compiling topological-sort v0.2.2 |
2018 | 2024-05-15T05:26:24.306Z | Compiling regex-syntax v0.6.29 |
2019 | 2024-05-15T05:26:24.339Z | Compiling bindgen v0.69.2 |
2020 | 2024-05-15T05:26:24.370Z | Compiling parking_lot_core v0.8.6 |
2021 | 2024-05-15T05:26:25.186Z | Compiling linear-map v1.2.0 |
2022 | 2024-05-15T05:26:25.191Z | Compiling convert_case v0.4.0 |
2023 | 2024-05-15T05:26:25.191Z | Compiling owo-colors v4.0.0 |
2024 | 2024-05-15T05:26:25.515Z | Compiling diff v0.1.13 |
2025 | 2024-05-15T05:26:26.040Z | Compiling derive_more v0.99.17 |
2026 | 2024-05-15T05:26:27.285Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2027 | 2024-05-15T05:26:27.834Z | Compiling lalrpop v0.19.12 |
2028 | 2024-05-15T05:26:29.443Z | Compiling omicron-zone-package v0.11.0 |
2029 | 2024-05-15T05:26:33.447Z | Compiling rustfmt-wrapper v0.2.1 |
2030 | 2024-05-15T05:26:33.985Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2031 | 2024-05-15T05:26:34.648Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2032 | 2024-05-15T05:26:34.759Z | Compiling cexpr v0.6.0 |
2033 | 2024-05-15T05:26:34.799Z | Compiling which v4.4.0 |
2034 | 2024-05-15T05:26:35.308Z | Compiling unicase v2.7.0 |
2035 | 2024-05-15T05:26:35.620Z | Compiling peeking_take_while v0.1.2 |
2036 | 2024-05-15T05:26:35.744Z | Compiling shlex v1.3.0 |
2037 | 2024-05-15T05:26:36.100Z | Compiling rustc-hash v1.1.0 |
2038 | 2024-05-15T05:26:36.150Z | Compiling lazycell v1.3.0 |
2039 | 2024-05-15T05:26:36.248Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2040 | 2024-05-15T05:26:37.196Z | Compiling zerocopy v0.3.0 |
2041 | 2024-05-15T05:26:37.996Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2042 | 2024-05-15T05:26:38.970Z | Compiling derive_builder_core v0.20.0 |
2043 | 2024-05-15T05:26:41.061Z | Compiling pem v3.0.4 |
2044 | 2024-05-15T05:26:42.568Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2045 | 2024-05-15T05:26:42.779Z | Compiling headers-core v0.2.0 |
2046 | 2024-05-15T05:26:42.952Z | Compiling libxml v0.3.3 |
2047 | 2024-05-15T05:26:43.296Z | Compiling async-recursion v1.1.1 |
2048 | 2024-05-15T05:26:43.391Z | Compiling platforms v3.0.2 |
2049 | 2024-05-15T05:26:44.134Z | Compiling ref-cast v1.0.23 |
2050 | 2024-05-15T05:26:44.273Z | Compiling headers v0.3.9 |
2051 | 2024-05-15T05:26:44.754Z | Compiling derive_builder_macro v0.20.0 |
2052 | 2024-05-15T05:26:45.604Z | Compiling dof v0.1.5 |
2053 | 2024-05-15T05:26:45.616Z | Compiling parking_lot v0.11.2 |
2054 | 2024-05-15T05:26:46.361Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2055 | 2024-05-15T05:26:48.075Z | Compiling trust-dns-client v0.22.0 |
2056 | 2024-05-15T05:26:48.122Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2057 | 2024-05-15T05:26:48.186Z | Compiling strum_macros v0.24.3 |
2058 | 2024-05-15T05:26:48.430Z | Compiling dtrace-parser v0.1.14 |
2059 | 2024-05-15T05:26:48.618Z | Compiling toml v0.5.11 |
2060 | 2024-05-15T05:26:49.992Z | Compiling ref-cast-impl v1.0.23 |
2061 | 2024-05-15T05:26:50.211Z | Compiling samael v0.0.15 |
2062 | 2024-05-15T05:26:51.143Z | Compiling vte_generate_state_changes v0.1.1 |
2063 | 2024-05-15T05:26:51.438Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2064 | 2024-05-15T05:26:51.780Z | Compiling cookie v0.18.1 |
2065 | 2024-05-15T05:26:51.812Z | Compiling cfg_aliases v0.1.1 |
2066 | 2024-05-15T05:26:51.830Z | Compiling buf-list v1.0.3 |
2067 | 2024-05-15T05:26:51.918Z | Compiling indoc v1.0.9 |
2068 | 2024-05-15T05:26:52.411Z | Compiling nix v0.28.0 |
2069 | 2024-05-15T05:26:52.485Z | Compiling vte v0.11.1 |
2070 | 2024-05-15T05:26:52.917Z | Compiling trust-dns-server v0.22.1 |
2071 | 2024-05-15T05:26:53.751Z | Compiling polar-core v0.27.3 |
2072 | 2024-05-15T05:26:54.417Z | Compiling sled v0.34.7 |
2073 | 2024-05-15T05:26:56.838Z | Compiling derive_builder v0.20.0 |
2074 | 2024-05-15T05:26:58.866Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2075 | 2024-05-15T05:27:00.061Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2076 | 2024-05-15T05:27:00.377Z | Compiling const_format_proc_macros v0.2.32 |
2077 | 2024-05-15T05:27:02.119Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2078 | 2024-05-15T05:27:02.543Z | Compiling fd-lock v4.0.2 |
2079 | 2024-05-15T05:27:02.549Z | Compiling bb8 v0.8.3 |
2080 | 2024-05-15T05:27:02.549Z | Compiling quick-xml v0.31.0 |
2081 | 2024-05-15T05:27:02.853Z | Compiling serde_tokenstream v0.1.7 |
2082 | 2024-05-15T05:27:03.404Z | Compiling oso-derive v0.27.3 |
2083 | 2024-05-15T05:27:04.295Z | Compiling impl-trait-for-tuples v0.2.2 |
2084 | 2024-05-15T05:27:07.359Z | Compiling pin-project-internal v1.1.3 |
2085 | 2024-05-15T05:27:08.539Z | Compiling memoffset v0.7.1 |
2086 | 2024-05-15T05:27:08.864Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2087 | 2024-05-15T05:27:10.007Z | Compiling pin-project v1.1.3 |
2088 | 2024-05-15T05:27:10.134Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2089 | 2024-05-15T05:27:13.522Z | Compiling const_format v0.2.32 |
2090 | 2024-05-15T05:27:15.082Z | Compiling curve25519-dalek v4.1.2 |
2091 | 2024-05-15T05:27:15.518Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2092 | 2024-05-15T05:27:16.002Z | Compiling strip-ansi-escapes v0.2.0 |
2093 | 2024-05-15T05:27:16.778Z | Compiling oso v0.27.3 |
2094 | 2024-05-15T05:27:31.295Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2095 | 2024-05-15T05:27:32.895Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2096 | 2024-05-15T05:27:35.006Z | Compiling kstat-rs v0.2.3 |
2097 | 2024-05-15T05:27:35.819Z | Compiling snafu-derive v0.8.2 |
2098 | 2024-05-15T05:27:36.241Z | Compiling keccak v0.1.4 |
2099 | 2024-05-15T05:27:36.889Z | Compiling nu-ansi-term v0.50.0 |
2100 | 2024-05-15T05:27:37.953Z | Compiling reedline v0.31.0 |
2101 | 2024-05-15T05:27:38.134Z | Compiling sha3 v0.10.8 |
2102 | 2024-05-15T05:27:38.698Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2103 | 2024-05-15T05:27:40.721Z | Compiling snafu v0.8.2 |
2104 | 2024-05-15T05:27:42.498Z | Compiling mime_guess v2.0.4 |
2105 | 2024-05-15T05:27:45.243Z | Compiling usdt-attr-macro v0.3.5 |
2106 | 2024-05-15T05:27:46.652Z | Compiling usdt-macro v0.3.5 |
2107 | 2024-05-15T05:27:47.926Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2108 | 2024-05-15T05:27:48.445Z | Compiling env_logger v0.9.3 |
2109 | 2024-05-15T05:27:48.649Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2110 | 2024-05-15T05:27:53.048Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2111 | 2024-05-15T05:27:54.178Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2112 | 2024-05-15T05:27:54.629Z | Compiling globset v0.4.13 |
2113 | 2024-05-15T05:27:55.801Z | Compiling peg-macros v0.8.3 |
2114 | 2024-05-15T05:27:59.201Z | Compiling olpc-cjson v0.1.3 |
2115 | 2024-05-15T05:28:00.749Z | Compiling universal-hash v0.5.1 |
2116 | 2024-05-15T05:28:00.755Z | Compiling secrecy v0.8.0 |
2117 | 2024-05-15T05:28:00.756Z | Compiling bitstruct_derive v0.1.0 |
2118 | 2024-05-15T05:28:01.311Z | Compiling thiserror-impl-no-std v2.0.2 |
2119 | 2024-05-15T05:28:02.102Z | Compiling serde_plain v1.0.2 |
2120 | 2024-05-15T05:28:02.133Z | Compiling sqlparser_derive v0.2.2 |
2121 | 2024-05-15T05:28:02.621Z | Compiling nanorand v0.7.0 |
2122 | 2024-05-15T05:28:02.937Z | Compiling curve25519-dalek-derive v0.1.0 |
2123 | 2024-05-15T05:28:03.172Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2124 | 2024-05-15T05:28:03.321Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2125 | 2024-05-15T05:28:03.355Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2126 | 2024-05-15T05:28:03.876Z | Compiling signature v1.6.4 |
2127 | 2024-05-15T05:28:03.876Z | Compiling unicode_categories v0.1.1 |
2128 | 2024-05-15T05:28:03.876Z | Compiling typed-path v0.7.0 |
2129 | 2024-05-15T05:28:03.981Z | Compiling opaque-debug v0.3.0 |
2130 | 2024-05-15T05:28:04.007Z | Compiling salty v0.2.0 |
2131 | 2024-05-15T05:28:04.074Z | Compiling ascii v1.1.0 |
2132 | 2024-05-15T05:28:04.430Z | Compiling rustyline v14.0.0 |
2133 | 2024-05-15T05:28:04.593Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2134 | 2024-05-15T05:28:08.298Z | Compiling tough v0.17.1 |
2135 | 2024-05-15T05:28:08.303Z | Compiling poly1305 v0.8.0 |
2136 | 2024-05-15T05:28:09.313Z | Compiling thiserror-no-std v2.0.2 |
2137 | 2024-05-15T05:28:09.435Z | Compiling sqlformat v0.2.3 |
2138 | 2024-05-15T05:28:10.513Z | Compiling ed25519 v1.5.3 |
2139 | 2024-05-15T05:28:10.908Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2140 | 2024-05-15T05:28:11.163Z | Compiling sqlparser v0.45.0 |
2141 | 2024-05-15T05:28:12.488Z | Compiling flume v0.11.0 |
2142 | 2024-05-15T05:28:12.740Z | Compiling bitstruct v0.1.1 |
2143 | 2024-05-15T05:28:12.840Z | Compiling peg v0.8.3 |
2144 | 2024-05-15T05:28:12.950Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2145 | 2024-05-15T05:28:14.000Z | Compiling usdt v0.3.5 |
2146 | 2024-05-15T05:28:14.513Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2147 | 2024-05-15T05:28:17.244Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2148 | 2024-05-15T05:28:17.927Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2149 | 2024-05-15T05:28:24.293Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2150 | 2024-05-15T05:28:24.608Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2151 | 2024-05-15T05:28:24.913Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2152 | 2024-05-15T05:28:26.051Z | Compiling chacha20 v0.9.1 |
2153 | 2024-05-15T05:28:26.502Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2154 | 2024-05-15T05:28:28.769Z | Compiling aead v0.5.2 |
2155 | 2024-05-15T05:28:29.507Z | Compiling bcs v0.1.6 |
2156 | 2024-05-15T05:28:29.983Z | Compiling serde_arrays v0.1.0 |
2157 | 2024-05-15T05:28:30.188Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2158 | 2024-05-15T05:28:30.899Z | Compiling serde-big-array v0.5.1 |
2159 | 2024-05-15T05:28:31.035Z | Compiling erased-serde v0.3.31 |
2160 | 2024-05-15T05:28:31.150Z | Compiling parse-size v1.0.0 |
2161 | 2024-05-15T05:28:31.430Z | Compiling highway v1.1.0 |
2162 | 2024-05-15T05:28:32.752Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2163 | 2024-05-15T05:28:32.818Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2164 | 2024-05-15T05:28:39.561Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2165 | 2024-05-15T05:28:59.355Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2166 | 2024-05-15T05:28:59.868Z | Compiling chacha20poly1305 v0.10.1 |
2167 | 2024-05-15T05:29:03.288Z | Compiling vsss-rs v3.3.4 |
2168 | 2024-05-15T05:29:04.050Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2169 | 2024-05-15T05:29:04.755Z | Compiling signal-hook-tokio v0.3.1 |
2170 | 2024-05-15T05:29:04.934Z | Compiling heck v0.3.3 |
2171 | 2024-05-15T05:29:05.708Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2172 | 2024-05-15T05:29:05.712Z | Compiling castaway v0.2.2 |
2173 | 2024-05-15T05:29:05.713Z | Compiling rand_seeder v0.2.3 |
2174 | 2024-05-15T05:29:05.962Z | Compiling serde-big-array v0.4.1 |
2175 | 2024-05-15T05:29:06.177Z | Compiling http-range v0.1.5 |
2176 | 2024-05-15T05:29:06.840Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2177 | 2024-05-15T05:29:07.542Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2178 | 2024-05-15T05:29:08.995Z | Compiling hyper-staticfile v0.9.5 |
2179 | 2024-05-15T05:29:11.388Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2180 | 2024-05-15T05:29:12.290Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2181 | 2024-05-15T05:29:12.493Z | Compiling compact_str v0.7.1 |
2182 | 2024-05-15T05:29:12.807Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2183 | 2024-05-15T05:29:14.036Z | Compiling zone_cfg_derive v0.1.2 |
2184 | 2024-05-15T05:29:15.467Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2185 | 2024-05-15T05:29:18.790Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2186 | 2024-05-15T05:29:19.413Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2187 | 2024-05-15T05:29:23.531Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2188 | 2024-05-15T05:29:25.797Z | Compiling tungstenite v0.21.0 |
2189 | 2024-05-15T05:29:31.043Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2190 | 2024-05-15T05:29:31.353Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2191 | 2024-05-15T05:29:31.666Z | Compiling lru v0.12.1 |
2192 | 2024-05-15T05:29:31.889Z | Compiling stability v0.2.0 |
2193 | 2024-05-15T05:29:32.062Z | Compiling cassowary v0.3.0 |
2194 | 2024-05-15T05:29:32.911Z | Compiling indoc v2.0.3 |
2195 | 2024-05-15T05:29:33.870Z | Compiling base64 v0.13.1 |
2196 | 2024-05-15T05:29:34.583Z | Compiling corncobs v0.1.3 |
2197 | 2024-05-15T05:29:34.948Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2198 | 2024-05-15T05:29:35.718Z | Compiling ron v0.7.1 |
2199 | 2024-05-15T05:29:36.292Z | Compiling ratatui v0.26.2 |
2200 | 2024-05-15T05:29:39.217Z | Compiling tokio-tungstenite v0.21.0 |
2201 | 2024-05-15T05:29:39.743Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2202 | 2024-05-15T05:29:41.396Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2203 | 2024-05-15T05:29:42.072Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2204 | 2024-05-15T05:29:54.284Z | Compiling zone v0.1.8 |
2205 | 2024-05-15T05:29:57.235Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2206 | 2024-05-15T05:30:00.429Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2207 | 2024-05-15T05:30:03.226Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2208 | 2024-05-15T05:30:04.600Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2209 | 2024-05-15T05:30:08.669Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2210 | 2024-05-15T05:30:08.979Z | Compiling portpicker v0.1.1 |
2211 | 2024-05-15T05:30:09.499Z | Compiling unicode-linebreak v0.1.5 |
2212 | 2024-05-15T05:30:09.906Z | Compiling smawk v0.3.1 |
2213 | 2024-05-15T05:30:10.038Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2214 | 2024-05-15T05:30:10.569Z | Compiling textwrap v0.16.1 |
2215 | 2024-05-15T05:30:17.753Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2216 | 2024-05-15T05:30:18.154Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2217 | 2024-05-15T05:30:19.004Z | Compiling rcgen v0.12.1 |
2218 | 2024-05-15T05:30:23.243Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2219 | 2024-05-15T05:30:23.312Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2220 | 2024-05-15T05:30:23.736Z | Compiling atomicwrites v0.4.3 |
2221 | 2024-05-15T05:30:24.240Z | Compiling fatfs v0.3.6 |
2222 | 2024-05-15T05:30:27.019Z | Compiling rtoolbox v0.0.1 |
2223 | 2024-05-15T05:30:27.454Z | Compiling subprocess v0.2.9 |
2224 | 2024-05-15T05:30:29.909Z | Compiling is_ci v1.2.0 |
2225 | 2024-05-15T05:30:30.169Z | Compiling assert_matches v1.5.0 |
2226 | 2024-05-15T05:30:30.336Z | Compiling supports-color v3.0.0 |
2227 | 2024-05-15T05:30:31.429Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2228 | 2024-05-15T05:30:31.523Z | Compiling rpassword v7.3.1 |
2229 | 2024-05-15T05:30:31.955Z | Compiling tui-tree-widget v0.19.0 |
2230 | 2024-05-15T05:30:32.364Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2231 | 2024-05-15T05:30:32.767Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2232 | 2024-05-15T05:30:37.266Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2233 | 2024-05-15T05:30:37.620Z | Compiling csv-core v0.1.11 |
2234 | 2024-05-15T05:30:38.082Z | Compiling shell-words v1.1.0 |
2235 | 2024-05-15T05:30:38.521Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2236 | 2024-05-15T05:30:38.599Z | Compiling csv v1.3.0 |
2237 | 2024-05-15T05:30:39.555Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2238 | 2024-05-15T05:30:40.623Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2239 | 2024-05-15T05:30:51.958Z | Compiling multimap v0.10.0 |
2240 | 2024-05-15T05:30:52.463Z | Compiling uzers v0.11.3 |
2241 | 2024-05-15T05:30:54.766Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2242 | 2024-05-15T05:33:03.146Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2243 | 2024-05-15T05:33:03.997Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2244 | 2024-05-15T05:39:57.585Z | Finished release [optimized] target(s) in 14m 29s |
2245 | 2024-05-15T05:41:33.472Z | |
2246 | 2024-05-15T05:41:33.477Z | real 16:06.381907815 |
2247 | 2024-05-15T05:41:33.477Z | user 1:47:35.844802993 |
2248 | 2024-05-15T05:41:33.477Z | sys 4:38.238500507 |
2249 | 2024-05-15T05:41:33.478Z | trap 2.414863648 |
2250 | 2024-05-15T05:41:33.478Z | tflt 2.053918919 |
2251 | 2024-05-15T05:41:33.478Z | dflt 3.154982380 |
2252 | 2024-05-15T05:41:33.478Z | kflt 0.013418268 |
2253 | 2024-05-15T05:41:33.478Z | lock 6:50:53.953869789 |
2254 | 2024-05-15T05:41:33.478Z | slp 4:12:39.592221990 |
2255 | 2024-05-15T05:41:33.478Z | lat 2:28.695484605 |
2256 | 2024-05-15T05:41:33.478Z | stop 1:02.376337489 |
2257 | 2024-05-15T05:41:33.478Z | + mapfile -t packages |
2258 | 2024-05-15T05:41:33.479Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2259 | 2024-05-15T05:41:34.238Z | Finished release [optimized] target(s) in 0.73s |
2260 | 2024-05-15T05:41:34.261Z | Running `target/release/omicron-package -t test list-outputs` |
2261 | 2024-05-15T05:41:34.300Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2262 | 2024-05-15T05:41:34.309Z | + ptime -m cargo build --locked --release -p xtask |
2263 | 2024-05-15T05:41:34.756Z | Downloading crates ... |
2264 | 2024-05-15T05:41:34.856Z | Downloaded cargo_toml v0.20.2 |
2265 | 2024-05-15T05:41:34.867Z | Compiling serde v1.0.201 |
2266 | 2024-05-15T05:41:34.867Z | Compiling libc v0.2.153 |
2267 | 2024-05-15T05:41:34.872Z | Compiling rustix v0.38.31 |
2268 | 2024-05-15T05:41:34.872Z | Compiling hashbrown v0.14.3 |
2269 | 2024-05-15T05:41:34.872Z | Compiling bitflags v2.4.2 |
2270 | 2024-05-15T05:41:34.872Z | Compiling serde_json v1.0.117 |
2271 | 2024-05-15T05:41:34.933Z | Compiling syn v2.0.60 |
2272 | 2024-05-15T05:41:34.971Z | Compiling fs-err v2.11.0 |
2273 | 2024-05-15T05:41:35.243Z | Compiling anyhow v1.0.83 |
2274 | 2024-05-15T05:41:36.122Z | Compiling indexmap v2.2.6 |
2275 | 2024-05-15T05:41:36.496Z | Compiling errno v0.3.8 |
2276 | 2024-05-15T05:41:37.433Z | Compiling terminal_size v0.3.0 |
2277 | 2024-05-15T05:41:37.556Z | Compiling clap_builder v4.5.2 |
2278 | 2024-05-15T05:41:39.496Z | Compiling serde_derive v1.0.201 |
2279 | 2024-05-15T05:41:39.496Z | Compiling thiserror-impl v1.0.59 |
2280 | 2024-05-15T05:41:39.501Z | Compiling clap_derive v4.5.4 |
2281 | 2024-05-15T05:41:41.040Z | Compiling thiserror v1.0.59 |
2282 | 2024-05-15T05:41:42.770Z | Compiling clap v4.5.4 |
2283 | 2024-05-15T05:41:48.693Z | Compiling serde_spanned v0.6.5 |
2284 | 2024-05-15T05:41:48.693Z | Compiling toml_datetime v0.6.5 |
2285 | 2024-05-15T05:41:48.697Z | Compiling cargo-platform v0.1.3 |
2286 | 2024-05-15T05:41:48.698Z | Compiling camino v1.1.6 |
2287 | 2024-05-15T05:41:48.698Z | Compiling semver v1.0.22 |
2288 | 2024-05-15T05:41:48.698Z | Compiling macaddr v1.0.1 |
2289 | 2024-05-15T05:41:48.931Z | Compiling toml_edit v0.22.12 |
2290 | 2024-05-15T05:41:50.727Z | Compiling cargo_metadata v0.18.1 |
2291 | 2024-05-15T05:41:51.444Z | Compiling toml v0.8.12 |
2292 | 2024-05-15T05:41:53.511Z | Compiling cargo_toml v0.20.2 |
2293 | 2024-05-15T05:42:04.995Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2294 | 2024-05-15T05:42:16.349Z | Finished release [optimized] target(s) in 42.00s |
2295 | 2024-05-15T05:42:16.422Z | |
2296 | 2024-05-15T05:42:16.455Z | real 42.086541380 |
2297 | 2024-05-15T05:42:16.456Z | user 3:04.324198209 |
2298 | 2024-05-15T05:42:16.456Z | sys 15.331775629 |
2299 | 2024-05-15T05:42:16.456Z | trap 0.061492899 |
2300 | 2024-05-15T05:42:16.456Z | tflt 0.243622426 |
2301 | 2024-05-15T05:42:16.456Z | dflt 0.738091038 |
2302 | 2024-05-15T05:42:16.457Z | kflt 0.000346346 |
2303 | 2024-05-15T05:42:16.457Z | lock 4:06.088442627 |
2304 | 2024-05-15T05:42:16.457Z | slp 3:28.416923337 |
2305 | 2024-05-15T05:42:16.457Z | lat 2.843095462 |
2306 | 2024-05-15T05:42:16.457Z | stop 3.675771816 |
2307 | 2024-05-15T05:42:16.457Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2308 | 2024-05-15T05:42:16.457Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2309 | 2024-05-15T05:42:16.458Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2310 | 2024-05-15T05:42:16.458Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2311 | 2024-05-15T05:42:16.458Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2312 | 2024-05-15T05:42:16.921Z | Downloading crates ... |
2313 | 2024-05-15T05:42:17.142Z | Downloaded aes v0.8.3 |
2314 | 2024-05-15T05:42:17.162Z | Downloaded option-ext v0.2.0 |
2315 | 2024-05-15T05:42:17.163Z | Downloaded dhcproto-macros v0.1.0 |
2316 | 2024-05-15T05:42:17.163Z | Downloaded dirs v5.0.1 |
2317 | 2024-05-15T05:42:17.163Z | Downloaded ctr v0.9.2 |
2318 | 2024-05-15T05:42:17.178Z | Downloaded md5 v0.7.0 |
2319 | 2024-05-15T05:42:17.178Z | Downloaded ghash v0.5.0 |
2320 | 2024-05-15T05:42:17.178Z | Downloaded pbkdf2 v0.11.0 |
2321 | 2024-05-15T05:42:17.178Z | Downloaded hex-literal v0.4.1 |
2322 | 2024-05-15T05:42:17.179Z | Downloaded dirs-sys v0.4.1 |
2323 | 2024-05-15T05:42:17.179Z | Downloaded cbc v0.1.2 |
2324 | 2024-05-15T05:42:17.179Z | Downloaded rfc6979 v0.4.0 |
2325 | 2024-05-15T05:42:17.179Z | Downloaded rand_core v0.5.1 |
2326 | 2024-05-15T05:42:17.179Z | Downloaded polyval v0.6.1 |
2327 | 2024-05-15T05:42:17.179Z | Downloaded pbkdf2 v0.12.2 |
2328 | 2024-05-15T05:42:17.179Z | Downloaded internet-checksum v0.2.1 |
2329 | 2024-05-15T05:42:17.193Z | Downloaded ed25519 v2.2.2 |
2330 | 2024-05-15T05:42:17.193Z | Downloaded rand_chacha v0.2.2 |
2331 | 2024-05-15T05:42:17.194Z | Downloaded primeorder v0.13.6 |
2332 | 2024-05-15T05:42:17.194Z | Downloaded bcrypt-pbkdf v0.10.0 |
2333 | 2024-05-15T05:42:17.194Z | Downloaded blowfish v0.9.1 |
2334 | 2024-05-15T05:42:17.194Z | Downloaded russh-keys v0.43.0 |
2335 | 2024-05-15T05:42:17.194Z | Downloaded password-hash v0.4.2 |
2336 | 2024-05-15T05:42:17.194Z | Downloaded dhcproto v0.11.0 |
2337 | 2024-05-15T05:42:17.194Z | Downloaded getrandom v0.1.16 |
2338 | 2024-05-15T05:42:17.203Z | Downloaded ecdsa v0.16.9 |
2339 | 2024-05-15T05:42:17.204Z | Downloaded russh-cryptovec v0.7.0 |
2340 | 2024-05-15T05:42:17.204Z | Downloaded ed25519-dalek v2.0.0 |
2341 | 2024-05-15T05:42:17.213Z | Downloaded russh v0.43.0 |
2342 | 2024-05-15T05:42:17.226Z | Downloaded aes-gcm v0.10.3 |
2343 | 2024-05-15T05:42:17.226Z | Downloaded rand v0.7.3 |
2344 | 2024-05-15T05:42:17.227Z | Downloaded p521 v0.13.3 |
2345 | 2024-05-15T05:42:17.260Z | Downloaded p256 v0.13.2 |
2346 | 2024-05-15T05:42:17.295Z | Downloaded winapi v0.3.9 |
2347 | 2024-05-15T05:42:17.459Z | Compiling proc-macro2 v1.0.82 |
2348 | 2024-05-15T05:42:17.459Z | Compiling unicode-ident v1.0.12 |
2349 | 2024-05-15T05:42:17.459Z | Compiling libc v0.2.153 |
2350 | 2024-05-15T05:42:17.477Z | Compiling cfg-if v1.0.0 |
2351 | 2024-05-15T05:42:17.477Z | Compiling serde v1.0.201 |
2352 | 2024-05-15T05:42:17.477Z | Compiling version_check v0.9.4 |
2353 | 2024-05-15T05:42:17.477Z | Compiling autocfg v1.1.0 |
2354 | 2024-05-15T05:42:17.535Z | Compiling memchr v2.7.1 |
2355 | 2024-05-15T05:42:18.029Z | Compiling byteorder v1.5.0 |
2356 | 2024-05-15T05:42:18.478Z | Compiling once_cell v1.19.0 |
2357 | 2024-05-15T05:42:18.496Z | Compiling log v0.4.21 |
2358 | 2024-05-15T05:42:18.496Z | Compiling itoa v1.0.9 |
2359 | 2024-05-15T05:42:18.497Z | Compiling scopeguard v1.2.0 |
2360 | 2024-05-15T05:42:18.497Z | Compiling smallvec v1.13.1 |
2361 | 2024-05-15T05:42:18.497Z | Compiling typenum v1.16.0 |
2362 | 2024-05-15T05:42:18.497Z | Compiling generic-array v0.14.7 |
2363 | 2024-05-15T05:42:18.498Z | Compiling lock_api v0.4.10 |
2364 | 2024-05-15T05:42:18.498Z | Compiling thiserror v1.0.59 |
2365 | 2024-05-15T05:42:18.684Z | Compiling parking_lot_core v0.9.8 |
2366 | 2024-05-15T05:42:18.733Z | Compiling pin-project-lite v0.2.13 |
2367 | 2024-05-15T05:42:18.850Z | Compiling libm v0.2.7 |
2368 | 2024-05-15T05:42:19.015Z | Compiling quote v1.0.36 |
2369 | 2024-05-15T05:42:19.217Z | Compiling subtle v2.5.0 |
2370 | 2024-05-15T05:42:19.272Z | Compiling num-traits v0.2.19 |
2371 | 2024-05-15T05:42:19.308Z | Compiling ahash v0.8.8 |
2372 | 2024-05-15T05:42:19.351Z | Compiling syn v2.0.60 |
2373 | 2024-05-15T05:42:19.545Z | Compiling getrandom v0.2.12 |
2374 | 2024-05-15T05:42:19.642Z | Compiling cc v1.0.83 |
2375 | 2024-05-15T05:42:20.222Z | Compiling rand_core v0.6.4 |
2376 | 2024-05-15T05:42:20.708Z | Compiling signal-hook-registry v1.4.1 |
2377 | 2024-05-15T05:42:20.708Z | Compiling mio v0.8.11 |
2378 | 2024-05-15T05:42:20.708Z | Compiling parking_lot v0.12.1 |
2379 | 2024-05-15T05:42:20.709Z | Compiling socket2 v0.5.6 |
2380 | 2024-05-15T05:42:20.709Z | Compiling num_cpus v1.16.0 |
2381 | 2024-05-15T05:42:21.234Z | Compiling ryu v1.0.15 |
2382 | 2024-05-15T05:42:21.250Z | Compiling serde_json v1.0.117 |
2383 | 2024-05-15T05:42:21.250Z | Compiling allocator-api2 v0.2.16 |
2384 | 2024-05-15T05:42:21.251Z | Compiling futures-core v0.3.30 |
2385 | 2024-05-15T05:42:21.270Z | Compiling const-oid v0.9.6 |
2386 | 2024-05-15T05:42:21.470Z | Compiling fnv v1.0.7 |
2387 | 2024-05-15T05:42:21.559Z | Compiling equivalent v1.0.1 |
2388 | 2024-05-15T05:42:21.596Z | Compiling futures-sink v0.3.30 |
2389 | 2024-05-15T05:42:21.616Z | Compiling slab v0.4.9 |
2390 | 2024-05-15T05:42:21.659Z | Compiling spin v0.5.2 |
2391 | 2024-05-15T05:42:21.782Z | Compiling futures-channel v0.3.30 |
2392 | 2024-05-15T05:42:21.885Z | Compiling pin-utils v0.1.0 |
2393 | 2024-05-15T05:42:21.980Z | Compiling futures-task v0.3.30 |
2394 | 2024-05-15T05:42:22.012Z | Compiling futures-io v0.3.30 |
2395 | 2024-05-15T05:42:22.210Z | Compiling syn v1.0.109 |
2396 | 2024-05-15T05:42:22.296Z | Compiling iana-time-zone v0.1.57 |
2397 | 2024-05-15T05:42:22.305Z | Compiling tinyvec_macros v0.1.1 |
2398 | 2024-05-15T05:42:22.731Z | Compiling tinyvec v1.6.0 |
2399 | 2024-05-15T05:42:22.731Z | Compiling unicode-bidi v0.3.15 |
2400 | 2024-05-15T05:42:22.731Z | Compiling schemars v0.8.17 |
2401 | 2024-05-15T05:42:22.732Z | Compiling cpufeatures v0.2.12 |
2402 | 2024-05-15T05:42:22.745Z | Compiling tracing-core v0.1.32 |
2403 | 2024-05-15T05:42:22.814Z | Compiling dyn-clone v1.0.17 |
2404 | 2024-05-15T05:42:23.008Z | Compiling percent-encoding v2.3.1 |
2405 | 2024-05-15T05:42:23.036Z | Compiling ppv-lite86 v0.2.17 |
2406 | 2024-05-15T05:42:23.081Z | Compiling spin v0.9.8 |
2407 | 2024-05-15T05:42:23.357Z | Compiling num-conv v0.1.0 |
2408 | 2024-05-15T05:42:23.454Z | Compiling time-core v0.1.2 |
2409 | 2024-05-15T05:42:23.882Z | Compiling powerfmt v0.2.0 |
2410 | 2024-05-15T05:42:23.882Z | Compiling time-macros v0.2.17 |
2411 | 2024-05-15T05:42:23.882Z | Compiling unicode-normalization v0.1.22 |
2412 | 2024-05-15T05:42:23.883Z | Compiling form_urlencoded v1.2.1 |
2413 | 2024-05-15T05:42:23.883Z | Compiling num_threads v0.1.6 |
2414 | 2024-05-15T05:42:24.064Z | Compiling deranged v0.3.11 |
2415 | 2024-05-15T05:42:24.112Z | Compiling rand_chacha v0.3.1 |
2416 | 2024-05-15T05:42:24.123Z | Compiling ring v0.17.8 |
2417 | 2024-05-15T05:42:24.174Z | Compiling aho-corasick v1.1.2 |
2418 | 2024-05-15T05:42:24.906Z | Compiling regex-syntax v0.8.2 |
2419 | 2024-05-15T05:42:25.949Z | Compiling idna v0.5.0 |
2420 | 2024-05-15T05:42:26.386Z | Compiling rand v0.8.5 |
2421 | 2024-05-15T05:42:27.681Z | Compiling serde_derive_internals v0.29.0 |
2422 | 2024-05-15T05:42:27.695Z | Compiling time v0.3.34 |
2423 | 2024-05-15T05:42:28.539Z | Compiling slog v2.7.0 |
2424 | 2024-05-15T05:42:28.566Z | Compiling regex-automata v0.4.5 |
2425 | 2024-05-15T05:42:28.632Z | Compiling httparse v1.8.0 |
2426 | 2024-05-15T05:42:29.146Z | Compiling url v2.5.0 |
2427 | 2024-05-15T05:42:30.588Z | Compiling heck v0.4.1 |
2428 | 2024-05-15T05:42:30.653Z | Compiling untrusted v0.9.0 |
2429 | 2024-05-15T05:42:30.970Z | Compiling pkg-config v0.3.27 |
2430 | 2024-05-15T05:42:30.998Z | Compiling vcpkg v0.2.15 |
2431 | 2024-05-15T05:42:31.450Z | Compiling lazy_static v1.4.0 |
2432 | 2024-05-15T05:42:31.977Z | Compiling unicode-width v0.1.11 |
2433 | 2024-05-15T05:42:32.008Z | Compiling adler v1.0.2 |
2434 | 2024-05-15T05:42:32.008Z | Compiling miniz_oxide v0.7.1 |
2435 | 2024-05-15T05:42:32.319Z | Compiling semver v1.0.22 |
2436 | 2024-05-15T05:42:32.744Z | Compiling ring v0.16.20 |
2437 | 2024-05-15T05:42:32.930Z | Compiling backtrace v0.3.69 |
2438 | 2024-05-15T05:42:33.151Z | Compiling openssl-sys v0.9.102 |
2439 | 2024-05-15T05:42:33.330Z | Compiling httpdate v1.0.3 |
2440 | 2024-05-15T05:42:33.450Z | Compiling gimli v0.28.0 |
2441 | 2024-05-15T05:42:33.787Z | Compiling regex v1.10.4 |
2442 | 2024-05-15T05:42:34.206Z | Compiling serde_derive v1.0.201 |
2443 | 2024-05-15T05:42:34.206Z | Compiling zeroize_derive v1.4.2 |
2444 | 2024-05-15T05:42:34.206Z | Compiling thiserror-impl v1.0.59 |
2445 | 2024-05-15T05:42:34.600Z | Compiling zerocopy-derive v0.7.32 |
2446 | 2024-05-15T05:42:34.780Z | Compiling tokio-macros v2.2.0 |
2447 | 2024-05-15T05:42:35.542Z | Compiling zeroize v1.7.0 |
2448 | 2024-05-15T05:42:36.593Z | Compiling futures-macro v0.3.30 |
2449 | 2024-05-15T05:42:37.623Z | Compiling zerocopy v0.7.32 |
2450 | 2024-05-15T05:42:37.709Z | Compiling crypto-common v0.1.6 |
2451 | 2024-05-15T05:42:37.710Z | Compiling block-buffer v0.10.4 |
2452 | 2024-05-15T05:42:37.710Z | Compiling schemars_derive v0.8.17 |
2453 | 2024-05-15T05:42:37.710Z | Compiling digest v0.10.7 |
2454 | 2024-05-15T05:42:37.710Z | Compiling tracing-attributes v0.1.27 |
2455 | 2024-05-15T05:42:38.484Z | Compiling async-trait v0.1.80 |
2456 | 2024-05-15T05:42:38.503Z | Compiling try-lock v0.2.4 |
2457 | 2024-05-15T05:42:38.503Z | Compiling want v0.3.1 |
2458 | 2024-05-15T05:42:39.000Z | Compiling addr2line v0.21.0 |
2459 | 2024-05-15T05:42:39.000Z | Compiling futures-util v0.3.30 |
2460 | 2024-05-15T05:42:39.169Z | Compiling hashbrown v0.14.3 |
2461 | 2024-05-15T05:42:40.949Z | Compiling object v0.32.1 |
2462 | 2024-05-15T05:42:40.984Z | Compiling tower-service v0.3.2 |
2463 | 2024-05-15T05:42:40.999Z | Compiling foreign-types-shared v0.1.1 |
2464 | 2024-05-15T05:42:41.053Z | Compiling rustix v0.38.31 |
2465 | 2024-05-15T05:42:41.499Z | Compiling rustc-demangle v0.1.23 |
2466 | 2024-05-15T05:42:41.507Z | Compiling mime v0.3.17 |
2467 | 2024-05-15T05:42:41.507Z | Compiling base64 v0.21.7 |
2468 | 2024-05-15T05:42:41.507Z | Compiling tracing v0.1.40 |
2469 | 2024-05-15T05:42:41.624Z | Compiling untrusted v0.7.1 |
2470 | 2024-05-15T05:42:42.095Z | Compiling anyhow v1.0.83 |
2471 | 2024-05-15T05:42:42.095Z | Compiling ipnet v2.9.0 |
2472 | 2024-05-15T05:42:42.095Z | Compiling openssl v0.10.64 |
2473 | 2024-05-15T05:42:42.095Z | Compiling foreign-types v0.3.2 |
2474 | 2024-05-15T05:42:42.322Z | Compiling openssl-macros v0.1.1 |
2475 | 2024-05-15T05:42:42.620Z | Compiling errno v0.3.8 |
2476 | 2024-05-15T05:42:42.851Z | Compiling base64ct v1.6.0 |
2477 | 2024-05-15T05:42:43.092Z | Compiling winnow v0.5.15 |
2478 | 2024-05-15T05:42:43.531Z | Compiling rustls v0.21.9 |
2479 | 2024-05-15T05:42:43.549Z | Compiling crossbeam-utils v0.8.19 |
2480 | 2024-05-15T05:42:43.549Z | Compiling native-tls v0.2.11 |
2481 | 2024-05-15T05:42:43.549Z | Compiling heck v0.5.0 |
2482 | 2024-05-15T05:42:43.747Z | Compiling rustls-webpki v0.101.7 |
2483 | 2024-05-15T05:42:44.068Z | Compiling sct v0.7.0 |
2484 | 2024-05-15T05:42:44.089Z | Compiling cookie v0.17.0 |
2485 | 2024-05-15T05:42:44.317Z | Compiling openssl-probe v0.1.5 |
2486 | 2024-05-15T05:42:44.601Z | Compiling ucd-trie v0.1.6 |
2487 | 2024-05-15T05:42:44.794Z | Compiling futures-executor v0.3.30 |
2488 | 2024-05-15T05:42:45.059Z | Compiling futures v0.3.30 |
2489 | 2024-05-15T05:42:45.125Z | Compiling pest v2.7.6 |
2490 | 2024-05-15T05:42:47.253Z | Compiling idna v0.3.0 |
2491 | 2024-05-15T05:42:47.669Z | Compiling encoding_rs v0.8.33 |
2492 | 2024-05-15T05:42:47.669Z | Compiling rustversion v1.0.14 |
2493 | 2024-05-15T05:42:47.669Z | Compiling psl-types v2.0.11 |
2494 | 2024-05-15T05:42:47.669Z | Compiling data-encoding v2.4.0 |
2495 | 2024-05-15T05:42:47.669Z | Compiling pest_meta v2.7.6 |
2496 | 2024-05-15T05:42:47.669Z | Compiling publicsuffix v2.2.3 |
2497 | 2024-05-15T05:42:49.316Z | Compiling hmac v0.12.1 |
2498 | 2024-05-15T05:42:49.382Z | Compiling bytes v1.6.0 |
2499 | 2024-05-15T05:42:49.382Z | Compiling indexmap v2.2.6 |
2500 | 2024-05-15T05:42:49.426Z | Compiling tokio v1.37.0 |
2501 | 2024-05-15T05:42:49.594Z | Compiling chrono v0.4.38 |
2502 | 2024-05-15T05:42:49.879Z | Compiling bitflags v2.4.2 |
2503 | 2024-05-15T05:42:50.179Z | Compiling uuid v1.8.0 |
2504 | 2024-05-15T05:42:50.285Z | Compiling http v0.2.12 |
2505 | 2024-05-15T05:42:50.712Z | Compiling serde_tokenstream v0.2.0 |
2506 | 2024-05-15T05:42:51.249Z | Compiling toml_datetime v0.6.5 |
2507 | 2024-05-15T05:42:51.311Z | Compiling serde_spanned v0.6.5 |
2508 | 2024-05-15T05:42:51.526Z | Compiling toml_edit v0.19.15 |
2509 | 2024-05-15T05:42:52.285Z | Compiling http-body v0.4.5 |
2510 | 2024-05-15T05:42:52.748Z | Compiling serde_urlencoded v0.7.1 |
2511 | 2024-05-15T05:42:53.340Z | Compiling scroll_derive v0.12.0 |
2512 | 2024-05-15T05:42:53.373Z | Compiling cookie_store v0.20.0 |
2513 | 2024-05-15T05:42:53.854Z | Compiling openapiv3 v2.0.0 |
2514 | 2024-05-15T05:42:54.597Z | Compiling pest_generator v2.7.6 |
2515 | 2024-05-15T05:42:54.902Z | Compiling scroll v0.12.0 |
2516 | 2024-05-15T05:42:55.827Z | Compiling rustls-pemfile v1.0.3 |
2517 | 2024-05-15T05:42:55.845Z | Compiling plain v0.2.3 |
2518 | 2024-05-15T05:42:55.951Z | Compiling bitflags v1.3.2 |
2519 | 2024-05-15T05:42:55.976Z | Compiling sync_wrapper v0.1.2 |
2520 | 2024-05-15T05:42:56.050Z | Compiling webpki-roots v0.25.2 |
2521 | 2024-05-15T05:42:56.096Z | Compiling goblin v0.8.0 |
2522 | 2024-05-15T05:42:56.185Z | Compiling rustc_version v0.4.0 |
2523 | 2024-05-15T05:42:56.415Z | Compiling pem-rfc7468 v0.7.0 |
2524 | 2024-05-15T05:42:56.626Z | Compiling pest_derive v2.7.6 |
2525 | 2024-05-15T05:42:56.973Z | Compiling block-padding v0.3.3 |
2526 | 2024-05-15T05:42:57.177Z | Compiling tokio-util v0.7.10 |
2527 | 2024-05-15T05:42:57.203Z | Compiling tokio-rustls v0.24.1 |
2528 | 2024-05-15T05:42:57.863Z | Compiling der_derive v0.7.2 |
2529 | 2024-05-15T05:42:57.877Z | Compiling usdt-impl v0.5.0 |
2530 | 2024-05-15T05:42:57.959Z | Compiling pretty-hex v0.4.1 |
2531 | 2024-05-15T05:42:58.154Z | Compiling flagset v0.4.3 |
2532 | 2024-05-15T05:42:58.169Z | Compiling h2 v0.3.26 |
2533 | 2024-05-15T05:42:58.763Z | Compiling tokio-native-tls v0.3.1 |
2534 | 2024-05-15T05:42:58.962Z | Compiling dtrace-parser v0.2.0 |
2535 | 2024-05-15T05:42:59.012Z | Compiling inout v0.1.3 |
2536 | 2024-05-15T05:42:59.292Z | Compiling thread-id v4.2.0 |
2537 | 2024-05-15T05:42:59.406Z | Compiling cipher v0.4.4 |
2538 | 2024-05-15T05:42:59.490Z | Compiling sha2 v0.10.8 |
2539 | 2024-05-15T05:42:59.918Z | Compiling either v1.11.0 |
2540 | 2024-05-15T05:43:00.481Z | Compiling der v0.7.8 |
2541 | 2024-05-15T05:43:00.511Z | Compiling ff v0.13.0 |
2542 | 2024-05-15T05:43:00.542Z | Compiling stable_deref_trait v1.2.0 |
2543 | 2024-05-15T05:43:00.651Z | Compiling base16ct v0.2.0 |
2544 | 2024-05-15T05:43:01.143Z | Compiling group v0.13.0 |
2545 | 2024-05-15T05:43:01.143Z | Compiling hkdf v0.12.4 |
2546 | 2024-05-15T05:43:01.143Z | Compiling crossbeam-epoch v0.9.18 |
2547 | 2024-05-15T05:43:01.168Z | Compiling crypto-bigint v0.5.2 |
2548 | 2024-05-15T05:43:01.618Z | Compiling num-integer v0.1.46 |
2549 | 2024-05-15T05:43:01.885Z | Compiling dof v0.3.0 |
2550 | 2024-05-15T05:43:02.019Z | Compiling memmap v0.7.0 |
2551 | 2024-05-15T05:43:02.360Z | Compiling spki v0.7.2 |
2552 | 2024-05-15T05:43:03.174Z | Compiling pkcs8 v0.10.2 |
2553 | 2024-05-15T05:43:03.310Z | Compiling crc32fast v1.3.2 |
2554 | 2024-05-15T05:43:03.745Z | Compiling sec1 v0.7.3 |
2555 | 2024-05-15T05:43:04.274Z | Compiling managed v0.8.0 |
2556 | 2024-05-15T05:43:04.290Z | Compiling winnow v0.6.1 |
2557 | 2024-05-15T05:43:04.290Z | Compiling elliptic-curve v0.13.8 |
2558 | 2024-05-15T05:43:04.290Z | Compiling unicode-segmentation v1.10.1 |
2559 | 2024-05-15T05:43:04.329Z | Compiling toml v0.7.8 |
2560 | 2024-05-15T05:43:04.494Z | Compiling hex v0.4.3 |
2561 | 2024-05-15T05:43:04.646Z | Compiling hyper v0.14.28 |
2562 | 2024-05-15T05:43:05.147Z | Compiling num-bigint v0.4.4 |
2563 | 2024-05-15T05:43:05.147Z | Compiling anstyle v1.0.7 |
2564 | 2024-05-15T05:43:05.147Z | Compiling matches v0.1.10 |
2565 | 2024-05-15T05:43:05.174Z | Compiling utf8parse v0.2.1 |
2566 | 2024-05-15T05:43:05.336Z | Compiling anstyle-parse v0.2.1 |
2567 | 2024-05-15T05:43:05.544Z | Compiling idna v0.2.3 |
2568 | 2024-05-15T05:43:05.678Z | Compiling ipnetwork v0.20.0 |
2569 | 2024-05-15T05:43:05.999Z | Compiling enum-as-inner v0.5.1 |
2570 | 2024-05-15T05:43:06.067Z | Compiling usdt-macro v0.5.0 |
2571 | 2024-05-15T05:43:06.268Z | Compiling usdt-attr-macro v0.5.0 |
2572 | 2024-05-15T05:43:06.904Z | Compiling anstyle-query v1.0.0 |
2573 | 2024-05-15T05:43:06.916Z | Compiling colorchoice v1.0.0 |
2574 | 2024-05-15T05:43:06.916Z | Compiling bit-vec v0.6.3 |
2575 | 2024-05-15T05:43:07.081Z | Compiling siphasher v0.3.11 |
2576 | 2024-05-15T05:43:07.081Z | Compiling trust-dns-proto v0.22.0 |
2577 | 2024-05-15T05:43:07.624Z | Compiling anstream v0.6.11 |
2578 | 2024-05-15T05:43:07.641Z | Compiling toml_edit v0.22.12 |
2579 | 2024-05-15T05:43:07.734Z | Compiling flate2 v1.0.30 |
2580 | 2024-05-15T05:43:07.897Z | Compiling heapless v0.7.16 |
2581 | 2024-05-15T05:43:07.935Z | Compiling usdt v0.5.0 |
2582 | 2024-05-15T05:43:08.323Z | Compiling terminal_size v0.3.0 |
2583 | 2024-05-15T05:43:08.370Z | Compiling regress v0.9.1 |
2584 | 2024-05-15T05:43:09.201Z | Compiling signal-hook v0.3.17 |
2585 | 2024-05-15T05:43:09.201Z | Compiling clap_lex v0.7.0 |
2586 | 2024-05-15T05:43:09.201Z | Compiling strsim v0.11.0 |
2587 | 2024-05-15T05:43:09.209Z | Compiling itertools v0.10.5 |
2588 | 2024-05-15T05:43:09.209Z | Compiling clap_builder v4.5.2 |
2589 | 2024-05-15T05:43:09.580Z | Compiling clap_derive v4.5.4 |
2590 | 2024-05-15T05:43:11.593Z | Compiling hyper-rustls v0.24.2 |
2591 | 2024-05-15T05:43:11.946Z | Compiling hyper-tls v0.5.0 |
2592 | 2024-05-15T05:43:12.311Z | Compiling reqwest v0.11.27 |
2593 | 2024-05-15T05:43:13.342Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2594 | 2024-05-15T05:43:14.448Z | Compiling yasna v0.5.2 |
2595 | 2024-05-15T05:43:14.864Z | Compiling md-5 v0.10.5 |
2596 | 2024-05-15T05:43:15.066Z | Compiling stringprep v0.1.3 |
2597 | 2024-05-15T05:43:15.292Z | Compiling hash32 v0.2.1 |
2598 | 2024-05-15T05:43:15.656Z | Compiling regex-automata v0.1.10 |
2599 | 2024-05-15T05:43:15.667Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2600 | 2024-05-15T05:43:16.475Z | Compiling fallible-iterator v0.2.0 |
2601 | 2024-05-15T05:43:16.483Z | Compiling smoltcp v0.9.1 |
2602 | 2024-05-15T05:43:16.483Z | Compiling bstr v0.2.17 |
2603 | 2024-05-15T05:43:16.739Z | Compiling postgres-protocol v0.6.6 |
2604 | 2024-05-15T05:43:17.360Z | Compiling clap v4.5.4 |
2605 | 2024-05-15T05:43:17.724Z | Compiling phf_shared v0.11.2 |
2606 | 2024-05-15T05:43:18.146Z | Compiling tokio-stream v0.1.15 |
2607 | 2024-05-15T05:43:18.169Z | Compiling hubpack_derive v0.1.1 |
2608 | 2024-05-15T05:43:18.169Z | Compiling zerocopy-derive v0.6.6 |
2609 | 2024-05-15T05:43:18.169Z | Compiling diesel_table_macro_syntax v0.1.0 |
2610 | 2024-05-15T05:43:18.374Z | Compiling scheduled-thread-pool v0.2.7 |
2611 | 2024-05-15T05:43:18.387Z | Compiling fs-err v2.11.0 |
2612 | 2024-05-15T05:43:18.525Z | Compiling fixedbitset v0.4.2 |
2613 | 2024-05-15T05:43:18.710Z | Compiling r2d2 v0.8.10 |
2614 | 2024-05-15T05:43:18.806Z | Compiling petgraph v0.6.5 |
2615 | 2024-05-15T05:43:18.936Z | Compiling diesel_derives v2.1.2 |
2616 | 2024-05-15T05:43:18.964Z | Compiling hubpack v0.1.2 |
2617 | 2024-05-15T05:43:18.970Z | Compiling phf v0.11.2 |
2618 | 2024-05-15T05:43:19.260Z | Compiling postgres-types v0.2.6 |
2619 | 2024-05-15T05:43:19.411Z | Compiling signal-hook-mio v0.2.3 |
2620 | 2024-05-15T05:43:19.578Z | Compiling similar v2.4.0 |
2621 | 2024-05-15T05:43:20.287Z | Compiling zerocopy v0.6.6 |
2622 | 2024-05-15T05:43:21.497Z | Compiling phf_shared v0.10.0 |
2623 | 2024-05-15T05:43:21.500Z | Compiling num-iter v0.1.45 |
2624 | 2024-05-15T05:43:21.500Z | Compiling strum_macros v0.25.2 |
2625 | 2024-05-15T05:43:21.501Z | Compiling serde_repr v0.1.16 |
2626 | 2024-05-15T05:43:21.501Z | Compiling console v0.15.8 |
2627 | 2024-05-15T05:43:22.075Z | Compiling getopts v0.2.21 |
2628 | 2024-05-15T05:43:22.516Z | Compiling float-cmp v0.9.0 |
2629 | 2024-05-15T05:43:22.711Z | Compiling unsafe-libyaml v0.2.10 |
2630 | 2024-05-15T05:43:22.724Z | Compiling whoami v1.5.1 |
2631 | 2024-05-15T05:43:23.010Z | Compiling new_debug_unreachable v1.0.4 |
2632 | 2024-05-15T05:43:23.036Z | Compiling precomputed-hash v0.1.1 |
2633 | 2024-05-15T05:43:23.103Z | Compiling difflib v0.4.0 |
2634 | 2024-05-15T05:43:23.151Z | Compiling minimal-lexical v0.2.1 |
2635 | 2024-05-15T05:43:23.380Z | Compiling predicates-core v1.0.6 |
2636 | 2024-05-15T05:43:23.654Z | Compiling normalize-line-endings v0.3.0 |
2637 | 2024-05-15T05:43:23.713Z | Compiling static_assertions v1.1.0 |
2638 | 2024-05-15T05:43:23.770Z | Compiling predicates v3.1.0 |
2639 | 2024-05-15T05:43:23.811Z | Compiling nom v7.1.3 |
2640 | 2024-05-15T05:43:25.074Z | Compiling serde_yaml v0.9.25 |
2641 | 2024-05-15T05:43:25.088Z | Compiling string_cache v0.8.7 |
2642 | 2024-05-15T05:43:25.567Z | Compiling tokio-postgres v0.7.10 |
2643 | 2024-05-15T05:43:25.567Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2644 | 2024-05-15T05:43:25.567Z | Compiling crossterm v0.27.0 |
2645 | 2024-05-15T05:43:28.039Z | Compiling bit-set v0.5.3 |
2646 | 2024-05-15T05:43:28.527Z | Compiling bstr v1.9.0 |
2647 | 2024-05-15T05:43:28.527Z | Compiling peg-runtime v0.8.3 |
2648 | 2024-05-15T05:43:28.805Z | Compiling lalrpop-util v0.19.12 |
2649 | 2024-05-15T05:43:28.990Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2650 | 2024-05-15T05:43:29.151Z | Compiling sha1 v0.10.6 |
2651 | 2024-05-15T05:43:29.243Z | Compiling camino v1.1.6 |
2652 | 2024-05-15T05:43:29.411Z | Compiling strsim v0.10.0 |
2653 | 2024-05-15T05:43:29.556Z | Compiling ident_case v1.0.1 |
2654 | 2024-05-15T05:43:29.740Z | Compiling darling_core v0.20.8 |
2655 | 2024-05-15T05:43:29.994Z | Compiling strum_macros v0.26.1 |
2656 | 2024-05-15T05:43:30.046Z | Compiling dirs-sys-next v0.1.2 |
2657 | 2024-05-15T05:43:30.626Z | Compiling match_cfg v0.1.0 |
2658 | 2024-05-15T05:43:30.639Z | Compiling base64 v0.22.1 |
2659 | 2024-05-15T05:43:30.706Z | Compiling hostname v0.3.1 |
2660 | 2024-05-15T05:43:30.780Z | Compiling dirs-next v2.0.0 |
2661 | 2024-05-15T05:43:30.935Z | Compiling toml v0.8.12 |
2662 | 2024-05-15T05:43:30.935Z | Compiling http v1.0.0 |
2663 | 2024-05-15T05:43:30.962Z | Compiling thread_local v1.1.7 |
2664 | 2024-05-15T05:43:31.058Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2665 | 2024-05-15T05:43:31.063Z | Compiling rustls-pki-types v1.3.0 |
2666 | 2024-05-15T05:43:31.538Z | Compiling slog-async v2.8.0 |
2667 | 2024-05-15T05:43:31.811Z | Compiling term v0.7.0 |
2668 | 2024-05-15T05:43:32.158Z | Compiling is-terminal v0.4.9 |
2669 | 2024-05-15T05:43:32.285Z | Compiling crossbeam-channel v0.5.8 |
2670 | 2024-05-15T05:43:32.667Z | Compiling rustls v0.22.4 |
2671 | 2024-05-15T05:43:32.947Z | Compiling paste v1.0.15 |
2672 | 2024-05-15T05:43:33.329Z | Compiling take_mut v0.2.2 |
2673 | 2024-05-15T05:43:33.417Z | Compiling slog-term v2.9.1 |
2674 | 2024-05-15T05:43:33.433Z | Compiling rustls-webpki v0.102.1 |
2675 | 2024-05-15T05:43:33.939Z | Compiling multer v3.1.0 |
2676 | 2024-05-15T05:43:33.940Z | Compiling instant v0.1.12 |
2677 | 2024-05-15T05:43:34.629Z | Compiling slog-json v2.6.1 |
2678 | 2024-05-15T05:43:34.747Z | Compiling diesel v2.1.6 |
2679 | 2024-05-15T05:43:34.983Z | Compiling async-stream-impl v0.3.5 |
2680 | 2024-05-15T05:43:36.506Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2681 | 2024-05-15T05:43:36.506Z | Compiling strum v0.26.2 |
2682 | 2024-05-15T05:43:36.507Z | Compiling debug-ignore v1.0.5 |
2683 | 2024-05-15T05:43:36.507Z | Compiling atomic-waker v1.1.1 |
2684 | 2024-05-15T05:43:36.507Z | Compiling slog-bunyan v2.5.0 |
2685 | 2024-05-15T05:43:36.507Z | Compiling waitgroup v0.1.2 |
2686 | 2024-05-15T05:43:36.508Z | Compiling rustls-pemfile v2.1.2 |
2687 | 2024-05-15T05:43:36.508Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2688 | 2024-05-15T05:43:36.508Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2689 | 2024-05-15T05:43:36.508Z | Compiling serde_path_to_error v0.1.16 |
2690 | 2024-05-15T05:43:36.509Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2691 | 2024-05-15T05:43:36.509Z | Compiling async-stream v0.3.5 |
2692 | 2024-05-15T05:43:36.630Z | Compiling structmeta-derive v0.3.0 |
2693 | 2024-05-15T05:43:36.676Z | Compiling darling_macro v0.20.8 |
2694 | 2024-05-15T05:43:36.713Z | Compiling hostname v0.4.0 |
2695 | 2024-05-15T05:43:36.998Z | Compiling proc-macro-error-attr v1.0.4 |
2696 | 2024-05-15T05:43:37.098Z | Compiling proc-macro-error v1.0.4 |
2697 | 2024-05-15T05:43:37.390Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2698 | 2024-05-15T05:43:37.706Z | Compiling newtype-uuid v1.1.0 |
2699 | 2024-05-15T05:43:37.756Z | Compiling darling v0.20.8 |
2700 | 2024-05-15T05:43:37.854Z | Compiling serde_with_macros v3.7.0 |
2701 | 2024-05-15T05:43:37.981Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2702 | 2024-05-15T05:43:38.012Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2703 | 2024-05-15T05:43:38.305Z | Compiling backoff v0.4.0 |
2704 | 2024-05-15T05:43:38.633Z | Compiling tokio-rustls v0.25.0 |
2705 | 2024-05-15T05:43:38.749Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2706 | 2024-05-15T05:43:38.914Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2707 | 2024-05-15T05:43:39.420Z | Compiling macaddr v1.0.1 |
2708 | 2024-05-15T05:43:39.420Z | Compiling proc-macro-crate v1.3.1 |
2709 | 2024-05-15T05:43:39.908Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2710 | 2024-05-15T05:43:39.932Z | Compiling structmeta v0.3.0 |
2711 | 2024-05-15T05:43:39.932Z | Compiling fastrand v2.0.1 |
2712 | 2024-05-15T05:43:40.106Z | Compiling num_enum_derive v0.5.11 |
2713 | 2024-05-15T05:43:40.149Z | Compiling parse-display-derive v0.9.0 |
2714 | 2024-05-15T05:43:40.400Z | Compiling tempfile v3.10.1 |
2715 | 2024-05-15T05:43:40.908Z | Compiling serde_with v3.7.0 |
2716 | 2024-05-15T05:43:41.282Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2717 | 2024-05-15T05:43:41.600Z | Compiling foreign-types-macros v0.2.3 |
2718 | 2024-05-15T05:43:42.923Z | Compiling num_enum v0.5.11 |
2719 | 2024-05-15T05:43:42.949Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2720 | 2024-05-15T05:43:43.080Z | Compiling foreign-types-shared v0.3.1 |
2721 | 2024-05-15T05:43:43.191Z | Compiling heapless v0.8.0 |
2722 | 2024-05-15T05:43:43.260Z | Compiling foreign-types v0.5.0 |
2723 | 2024-05-15T05:43:44.103Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2724 | 2024-05-15T05:43:44.110Z | Compiling cstr-argument v0.1.2 |
2725 | 2024-05-15T05:43:44.279Z | Compiling hash32 v0.3.1 |
2726 | 2024-05-15T05:43:44.413Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2727 | 2024-05-15T05:43:44.507Z | Compiling smoltcp v0.11.0 |
2728 | 2024-05-15T05:43:44.538Z | Compiling pretty-hex v0.2.1 |
2729 | 2024-05-15T05:43:44.712Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2730 | 2024-05-15T05:43:44.819Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2731 | 2024-05-15T05:43:45.069Z | Compiling camino-tempfile v1.1.1 |
2732 | 2024-05-15T05:43:45.086Z | Compiling parse-display v0.9.0 |
2733 | 2024-05-15T05:43:45.240Z | Compiling tabwriter v1.4.0 |
2734 | 2024-05-15T05:43:45.397Z | Compiling colored v2.1.0 |
2735 | 2024-05-15T05:43:45.471Z | Compiling socket2 v0.4.9 |
2736 | 2024-05-15T05:43:45.713Z | Compiling embedded-io v0.4.0 |
2737 | 2024-05-15T05:43:45.727Z | Compiling cobs v0.2.3 |
2738 | 2024-05-15T05:43:45.934Z | Compiling postcard v1.0.8 |
2739 | 2024-05-15T05:43:46.013Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2740 | 2024-05-15T05:43:46.129Z | Compiling crucible-workspace-hack v0.1.0 |
2741 | 2024-05-15T05:43:46.325Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2742 | 2024-05-15T05:43:46.405Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2743 | 2024-05-15T05:43:46.457Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2744 | 2024-05-15T05:43:46.473Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2745 | 2024-05-15T05:43:46.845Z | Compiling smf v0.2.3 |
2746 | 2024-05-15T05:43:46.903Z | Compiling humantime v2.1.0 |
2747 | 2024-05-15T05:43:47.197Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2748 | 2024-05-15T05:43:47.381Z | Compiling platforms v3.0.2 |
2749 | 2024-05-15T05:43:47.517Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2750 | 2024-05-15T05:43:47.540Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2751 | 2024-05-15T05:43:47.728Z | Compiling num-derive v0.4.0 |
2752 | 2024-05-15T05:43:48.005Z | Compiling sigpipe v0.1.3 |
2753 | 2024-05-15T05:43:48.124Z | Compiling utf-8 v0.7.6 |
2754 | 2024-05-15T05:43:48.138Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2755 | 2024-05-15T05:43:48.547Z | Compiling atty v0.2.14 |
2756 | 2024-05-15T05:43:48.677Z | Compiling rayon-core v1.12.1 |
2757 | 2024-05-15T05:43:48.971Z | Compiling semver v0.1.20 |
2758 | 2024-05-15T05:43:49.000Z | Compiling same-file v1.0.6 |
2759 | 2024-05-15T05:43:49.083Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2760 | 2024-05-15T05:43:49.228Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2761 | 2024-05-15T05:43:49.611Z | Compiling rustc_version v0.1.7 |
2762 | 2024-05-15T05:43:50.034Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2763 | 2024-05-15T05:43:50.097Z | Compiling walkdir v2.5.0 |
2764 | 2024-05-15T05:43:50.799Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2765 | 2024-05-15T05:43:50.850Z | Compiling curve25519-dalek v4.1.2 |
2766 | 2024-05-15T05:43:50.868Z | Compiling newline-converter v0.3.0 |
2767 | 2024-05-15T05:43:50.961Z | Compiling crossbeam-deque v0.8.3 |
2768 | 2024-05-15T05:43:51.440Z | Compiling universal-hash v0.5.1 |
2769 | 2024-05-15T05:43:51.440Z | Compiling opaque-debug v0.3.0 |
2770 | 2024-05-15T05:43:51.440Z | Compiling expectorate v1.1.0 |
2771 | 2024-05-15T05:43:51.440Z | Compiling newtype_derive v0.1.6 |
2772 | 2024-05-15T05:43:51.440Z | Compiling tungstenite v0.20.1 |
2773 | 2024-05-15T05:43:51.440Z | Compiling signature v2.1.0 |
2774 | 2024-05-15T05:43:51.467Z | Compiling curve25519-dalek-derive v0.1.0 |
2775 | 2024-05-15T05:43:51.502Z | Compiling blake3 v1.5.0 |
2776 | 2024-05-15T05:43:51.560Z | Compiling filetime v0.2.23 |
2777 | 2024-05-15T05:43:51.952Z | Compiling xattr v1.0.1 |
2778 | 2024-05-15T05:43:52.141Z | Compiling unicase v2.7.0 |
2779 | 2024-05-15T05:43:52.231Z | Compiling linked-hash-map v0.5.6 |
2780 | 2024-05-15T05:43:52.449Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2781 | 2024-05-15T05:43:52.598Z | Compiling getrandom v0.1.16 |
2782 | 2024-05-15T05:43:52.615Z | Compiling termcolor v1.2.0 |
2783 | 2024-05-15T05:43:53.061Z | Compiling arc-swap v1.6.0 |
2784 | 2024-05-15T05:43:53.103Z | Compiling quick-error v1.2.3 |
2785 | 2024-05-15T05:43:53.283Z | Compiling resolv-conf v0.7.0 |
2786 | 2024-05-15T05:43:53.337Z | Compiling env_logger v0.9.3 |
2787 | 2024-05-15T05:43:53.422Z | Compiling lru-cache v0.1.2 |
2788 | 2024-05-15T05:43:53.621Z | Compiling slog-scope v4.4.0 |
2789 | 2024-05-15T05:43:53.682Z | Compiling tokio-tungstenite v0.20.1 |
2790 | 2024-05-15T05:43:53.990Z | Compiling tar v0.4.40 |
2791 | 2024-05-15T05:43:54.029Z | Compiling rayon v1.10.0 |
2792 | 2024-05-15T05:43:54.174Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2793 | 2024-05-15T05:43:54.215Z | Compiling password-hash v0.5.0 |
2794 | 2024-05-15T05:43:54.628Z | Compiling blake2 v0.10.6 |
2795 | 2024-05-15T05:43:54.690Z | Compiling bitstruct_derive v0.1.0 |
2796 | 2024-05-15T05:43:55.229Z | Compiling derive-where v1.2.7 |
2797 | 2024-05-15T05:43:56.073Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2798 | 2024-05-15T05:43:56.085Z | Compiling memmap2 v0.7.1 |
2799 | 2024-05-15T05:43:56.136Z | Compiling arrayref v0.3.7 |
2800 | 2024-05-15T05:43:56.203Z | Compiling libefi-sys v0.1.0 |
2801 | 2024-05-15T05:43:56.218Z | Compiling ascii v1.1.0 |
2802 | 2024-05-15T05:43:56.484Z | Compiling parking_lot_core v0.8.6 |
2803 | 2024-05-15T05:43:56.502Z | Compiling arrayvec v0.7.4 |
2804 | 2024-05-15T05:43:56.824Z | Compiling home v0.5.5 |
2805 | 2024-05-15T05:43:56.911Z | Compiling constant_time_eq v0.3.0 |
2806 | 2024-05-15T05:43:56.980Z | Compiling bytecount v0.6.3 |
2807 | 2024-05-15T05:43:57.104Z | Compiling toolchain_find v0.4.0 |
2808 | 2024-05-15T05:43:57.126Z | Compiling papergrid v0.11.0 |
2809 | 2024-05-15T05:43:57.188Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2810 | 2024-05-15T05:43:57.780Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2811 | 2024-05-15T05:43:58.035Z | Compiling bitstruct v0.1.1 |
2812 | 2024-05-15T05:43:58.149Z | Compiling argon2 v0.5.3 |
2813 | 2024-05-15T05:43:58.844Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2814 | 2024-05-15T05:43:59.019Z | Compiling slog-stdlog v4.1.1 |
2815 | 2024-05-15T05:43:59.387Z | Compiling trust-dns-resolver v0.22.0 |
2816 | 2024-05-15T05:44:00.147Z | Compiling tabled_derive v0.7.0 |
2817 | 2024-05-15T05:44:00.343Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2818 | 2024-05-15T05:44:01.035Z | Compiling num-rational v0.4.2 |
2819 | 2024-05-15T05:44:01.068Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2820 | 2024-05-15T05:44:01.353Z | Compiling rfc6979 v0.4.0 |
2821 | 2024-05-15T05:44:01.431Z | Compiling serde_arrays v0.1.0 |
2822 | 2024-05-15T05:44:01.535Z | Compiling erased-serde v0.3.31 |
2823 | 2024-05-15T05:44:02.005Z | Compiling aead v0.5.2 |
2824 | 2024-05-15T05:44:02.013Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2825 | 2024-05-15T05:44:02.013Z | Compiling num-complex v0.4.6 |
2826 | 2024-05-15T05:44:02.377Z | Compiling nibble_vec v0.1.0 |
2827 | 2024-05-15T05:44:02.590Z | Compiling slog-dtrace v0.3.0 |
2828 | 2024-05-15T05:44:02.779Z | Compiling topological-sort v0.2.2 |
2829 | 2024-05-15T05:44:02.831Z | Compiling winapi v0.3.9 |
2830 | 2024-05-15T05:44:02.902Z | Compiling endian-type v0.1.2 |
2831 | 2024-05-15T05:44:02.919Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2832 | 2024-05-15T05:44:02.929Z | Compiling cancel-safe-futures v0.1.5 |
2833 | 2024-05-15T05:44:02.974Z | Compiling keccak v0.1.4 |
2834 | 2024-05-15T05:44:02.987Z | Compiling omicron-zone-package v0.11.0 |
2835 | 2024-05-15T05:44:03.115Z | Compiling radix_trie v0.2.1 |
2836 | 2024-05-15T05:44:03.304Z | Compiling sha3 v0.10.8 |
2837 | 2024-05-15T05:44:03.850Z | Compiling num v0.4.3 |
2838 | 2024-05-15T05:44:03.866Z | Compiling tabled v0.15.0 |
2839 | 2024-05-15T05:44:03.899Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2840 | 2024-05-15T05:44:04.039Z | Compiling ecdsa v0.16.9 |
2841 | 2024-05-15T05:44:04.259Z | Compiling rand_core v0.5.1 |
2842 | 2024-05-15T05:44:05.118Z | Compiling mime_guess v2.0.4 |
2843 | 2024-05-15T05:44:05.127Z | Compiling slog-envlogger v2.2.0 |
2844 | 2024-05-15T05:44:05.495Z | Compiling steno v0.4.0 |
2845 | 2024-05-15T05:44:05.978Z | Compiling rustfmt-wrapper v0.2.1 |
2846 | 2024-05-15T05:44:06.562Z | Compiling poly1305 v0.8.0 |
2847 | 2024-05-15T05:44:06.800Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2848 | 2024-05-15T05:44:07.465Z | Compiling primeorder v0.13.6 |
2849 | 2024-05-15T05:44:07.938Z | Compiling heck v0.3.3 |
2850 | 2024-05-15T05:44:08.335Z | Compiling chacha20 v0.9.1 |
2851 | 2024-05-15T05:44:08.387Z | Compiling thiserror-impl-no-std v2.0.2 |
2852 | 2024-05-15T05:44:08.793Z | Compiling secrecy v0.8.0 |
2853 | 2024-05-15T05:44:09.038Z | Compiling half v2.3.1 |
2854 | 2024-05-15T05:44:09.495Z | Compiling convert_case v0.4.0 |
2855 | 2024-05-15T05:44:09.605Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2856 | 2024-05-15T05:44:09.905Z | Compiling option-ext v0.2.0 |
2857 | 2024-05-15T05:44:10.035Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2858 | 2024-05-15T05:44:10.329Z | Compiling ciborium-io v0.2.2 |
2859 | 2024-05-15T05:44:10.355Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2860 | 2024-05-15T05:44:10.440Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2861 | 2024-05-15T05:44:10.452Z | Compiling derive_more v0.99.17 |
2862 | 2024-05-15T05:44:10.598Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2863 | 2024-05-15T05:44:10.765Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2864 | 2024-05-15T05:44:11.188Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2865 | 2024-05-15T05:44:11.228Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2866 | 2024-05-15T05:44:11.572Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2867 | 2024-05-15T05:44:11.681Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2868 | 2024-05-15T05:44:11.728Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2869 | 2024-05-15T05:44:12.486Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2870 | 2024-05-15T05:44:12.545Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2871 | 2024-05-15T05:44:12.545Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2872 | 2024-05-15T05:44:12.814Z | Compiling thiserror-no-std v2.0.2 |
2873 | 2024-05-15T05:44:12.883Z | Compiling ciborium-ll v0.2.2 |
2874 | 2024-05-15T05:44:12.935Z | Compiling dirs-sys v0.4.1 |
2875 | 2024-05-15T05:44:13.214Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2876 | 2024-05-15T05:44:13.279Z | Compiling zone_cfg_derive v0.1.2 |
2877 | 2024-05-15T05:44:13.537Z | Compiling parking_lot v0.11.2 |
2878 | 2024-05-15T05:44:13.863Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2879 | 2024-05-15T05:44:14.216Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2880 | 2024-05-15T05:44:14.510Z | Compiling rand_chacha v0.2.2 |
2881 | 2024-05-15T05:44:14.798Z | Compiling trust-dns-client v0.22.0 |
2882 | 2024-05-15T05:44:15.881Z | Compiling ed25519 v2.2.2 |
2883 | 2024-05-15T05:44:16.029Z | Compiling polyval v0.6.1 |
2884 | 2024-05-15T05:44:16.347Z | Compiling tungstenite v0.21.0 |
2885 | 2024-05-15T05:44:16.462Z | Compiling ctr v0.9.2 |
2886 | 2024-05-15T05:44:16.845Z | Compiling blowfish v0.9.1 |
2887 | 2024-05-15T05:44:17.325Z | Compiling aes v0.8.3 |
2888 | 2024-05-15T05:44:17.866Z | Compiling libsw v3.3.1 |
2889 | 2024-05-15T05:44:18.180Z | Compiling toml v0.5.11 |
2890 | 2024-05-15T05:44:18.432Z | Compiling password-hash v0.4.2 |
2891 | 2024-05-15T05:44:18.949Z | Compiling pbkdf2 v0.12.2 |
2892 | 2024-05-15T05:44:19.121Z | Compiling gethostname v0.4.3 |
2893 | 2024-05-15T05:44:19.126Z | Compiling fxhash v0.2.1 |
2894 | 2024-05-15T05:44:19.315Z | Compiling swrite v0.1.0 |
2895 | 2024-05-15T05:44:19.361Z | Compiling base64 v0.13.1 |
2896 | 2024-05-15T05:44:19.380Z | Compiling owo-colors v4.0.0 |
2897 | 2024-05-15T05:44:19.439Z | Compiling linear-map v1.2.0 |
2898 | 2024-05-15T05:44:19.785Z | Compiling ron v0.7.1 |
2899 | 2024-05-15T05:44:19.930Z | Compiling trust-dns-server v0.22.1 |
2900 | 2024-05-15T05:44:20.164Z | Compiling sled v0.34.7 |
2901 | 2024-05-15T05:44:21.643Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2902 | 2024-05-15T05:44:21.825Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2903 | 2024-05-15T05:44:22.088Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2904 | 2024-05-15T05:44:27.013Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2905 | 2024-05-15T05:44:27.424Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2906 | 2024-05-15T05:44:28.016Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2907 | 2024-05-15T05:44:28.058Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2908 | 2024-05-15T05:44:29.235Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2909 | 2024-05-15T05:44:29.976Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2910 | 2024-05-15T05:44:30.006Z | Compiling bcrypt-pbkdf v0.10.0 |
2911 | 2024-05-15T05:44:30.570Z | Compiling pbkdf2 v0.11.0 |
2912 | 2024-05-15T05:44:30.713Z | Compiling tokio-tungstenite v0.21.0 |
2913 | 2024-05-15T05:44:30.887Z | Compiling ghash v0.5.0 |
2914 | 2024-05-15T05:44:31.074Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2915 | 2024-05-15T05:44:31.222Z | Compiling ed25519-dalek v2.0.0 |
2916 | 2024-05-15T05:44:31.309Z | Compiling rand v0.7.3 |
2917 | 2024-05-15T05:44:31.486Z | Compiling zone v0.1.8 |
2918 | 2024-05-15T05:44:31.683Z | Compiling russh-cryptovec v0.7.0 |
2919 | 2024-05-15T05:44:32.047Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2920 | 2024-05-15T05:44:32.962Z | Compiling ciborium v0.2.2 |
2921 | 2024-05-15T05:44:33.476Z | Compiling dirs v5.0.1 |
2922 | 2024-05-15T05:44:33.476Z | Compiling vsss-rs v3.3.4 |
2923 | 2024-05-15T05:44:33.841Z | Compiling chacha20poly1305 v0.10.1 |
2924 | 2024-05-15T05:44:34.057Z | Compiling p256 v0.13.2 |
2925 | 2024-05-15T05:44:34.132Z | Compiling p521 v0.13.3 |
2926 | 2024-05-15T05:44:34.436Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2927 | 2024-05-15T05:44:34.946Z | Compiling pem v3.0.4 |
2928 | 2024-05-15T05:44:35.782Z | Compiling cbc v0.1.2 |
2929 | 2024-05-15T05:44:36.018Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2930 | 2024-05-15T05:44:36.401Z | Compiling headers-core v0.2.0 |
2931 | 2024-05-15T05:44:36.428Z | Compiling kstat-rs v0.2.3 |
2932 | 2024-05-15T05:44:36.565Z | Compiling portpicker v0.1.1 |
2933 | 2024-05-15T05:44:36.877Z | Compiling nanorand v0.7.0 |
2934 | 2024-05-15T05:44:37.428Z | Compiling md5 v0.7.0 |
2935 | 2024-05-15T05:44:37.454Z | Compiling http-range v0.1.5 |
2936 | 2024-05-15T05:44:37.454Z | Compiling glob v0.3.1 |
2937 | 2024-05-15T05:44:37.454Z | Compiling russh-keys v0.43.0 |
2938 | 2024-05-15T05:44:37.494Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2939 | 2024-05-15T05:44:37.845Z | Compiling flume v0.11.0 |
2940 | 2024-05-15T05:44:38.080Z | Compiling hyper-staticfile v0.9.5 |
2941 | 2024-05-15T05:44:38.540Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2942 | 2024-05-15T05:44:39.081Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2943 | 2024-05-15T05:44:40.745Z | Compiling headers v0.3.9 |
2944 | 2024-05-15T05:44:41.405Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2945 | 2024-05-15T05:44:41.622Z | Compiling rcgen v0.12.1 |
2946 | 2024-05-15T05:44:42.094Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2947 | 2024-05-15T05:44:42.703Z | Compiling aes-gcm v0.10.3 |
2948 | 2024-05-15T05:44:43.012Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2949 | 2024-05-15T05:44:44.150Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2950 | 2024-05-15T05:44:44.422Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2951 | 2024-05-15T05:44:45.276Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2952 | 2024-05-15T05:44:46.026Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2953 | 2024-05-15T05:44:47.706Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2954 | 2024-05-15T05:44:49.251Z | Compiling atomicwrites v0.4.3 |
2955 | 2024-05-15T05:44:49.583Z | Compiling itertools v0.12.1 |
2956 | 2024-05-15T05:44:51.122Z | Compiling subprocess v0.2.9 |
2957 | 2024-05-15T05:44:52.309Z | Compiling dhcproto-macros v0.1.0 |
2958 | 2024-05-15T05:44:53.182Z | Compiling hex-literal v0.4.1 |
2959 | 2024-05-15T05:44:53.187Z | Compiling display-error-chain v0.2.0 |
2960 | 2024-05-15T05:44:53.187Z | Compiling russh v0.43.0 |
2961 | 2024-05-15T05:44:53.203Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2962 | 2024-05-15T05:44:53.281Z | Compiling dhcproto v0.11.0 |
2963 | 2024-05-15T05:44:55.448Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2964 | 2024-05-15T05:44:55.840Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2965 | 2024-05-15T05:44:55.957Z | Compiling internet-checksum v0.2.1 |
2966 | 2024-05-15T05:44:57.018Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2967 | 2024-05-15T05:44:59.008Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2968 | 2024-05-15T05:45:19.233Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2969 | 2024-05-15T05:45:59.332Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 42s |
2970 | 2024-05-15T05:45:59.424Z | |
2971 | 2024-05-15T05:45:59.427Z | real 3:42.959425333 |
2972 | 2024-05-15T05:45:59.427Z | user 20:06.302351617 |
2973 | 2024-05-15T05:45:59.427Z | sys 4:18.943103067 |
2974 | 2024-05-15T05:45:59.427Z | trap 0.601600767 |
2975 | 2024-05-15T05:45:59.428Z | tflt 0.548123706 |
2976 | 2024-05-15T05:45:59.428Z | dflt 1.720601595 |
2977 | 2024-05-15T05:45:59.428Z | kflt 0.000301267 |
2978 | 2024-05-15T05:45:59.428Z | lock 41:57.738107590 |
2979 | 2024-05-15T05:45:59.428Z | slp 58:10.260248310 |
2980 | 2024-05-15T05:45:59.428Z | lat 1:03.731983279 |
2981 | 2024-05-15T05:45:59.428Z | stop 1:58.536962455 |
2982 | 2024-05-15T05:45:59.428Z | + mkdir tests |
2983 | 2024-05-15T05:45:59.435Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2984 | 2024-05-15T05:45:59.435Z | + xargs -I '{}' -t cp '{}' tests/ |
2985 | 2024-05-15T05:46:00.143Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ed52481a8736066a tests/ |
2986 | 2024-05-15T05:46:00.162Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e7ad66ce8e1913e2 tests/ |
2987 | 2024-05-15T05:46:00.191Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-b5b032c67fb92cf7 tests/ |
2988 | 2024-05-15T05:46:00.219Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a928692e8bce0db7 tests/ |
2989 | 2024-05-15T05:46:00.574Z | + 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/*) |
2990 | 2024-05-15T05:46:00.593Z | + 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-e7ad66ce8e1913e2 tests/commtest-b5b032c67fb92cf7 tests/dhcp_server-ed52481a8736066a tests/end_to_end_tests-a928692e8bce0db7 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz 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 |
2991 | 2024-05-15T05:47:03.961Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2992 | 2024-05-15T05:47:03.961Z | a out/target/test 1K |
2993 | 2024-05-15T05:47:03.962Z | a out/npuzone/npuzone 23144K |
2994 | 2024-05-15T05:47:03.962Z | a package-manifest.toml 27K |
2995 | 2024-05-15T05:47:03.962Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2996 | 2024-05-15T05:47:03.962Z | a target/release/omicron-package 31488K |
2997 | 2024-05-15T05:47:03.962Z | a target/release/xtask 6667K |
2998 | 2024-05-15T05:47:03.962Z | a target/debug/bootstrap 352695K |
2999 | 2024-05-15T05:47:03.962Z | a tests/bootstrap-e7ad66ce8e1913e2 23707K |
3000 | 2024-05-15T05:47:03.963Z | a tests/commtest-b5b032c67fb92cf7 23707K |
3001 | 2024-05-15T05:47:03.963Z | a tests/dhcp_server-ed52481a8736066a 23707K |
3002 | 2024-05-15T05:47:03.963Z | a tests/end_to_end_tests-a928692e8bce0db7 362846K |
3003 | 2024-05-15T05:47:03.963Z | a out/clickhouse.tar.gz 222732K |
3004 | 2024-05-15T05:47:03.963Z | a out/clickhouse_keeper.tar.gz 222710K |
3005 | 2024-05-15T05:47:03.963Z | a out/cockroachdb.tar.gz 120692K |
3006 | 2024-05-15T05:47:03.964Z | a out/crucible-pantry-zone.tar.gz 27071K |
3007 | 2024-05-15T05:47:03.964Z | a out/crucible-zone.tar.gz 37732K |
3008 | 2024-05-15T05:47:03.964Z | a out/external-dns.tar.gz 25097K |
3009 | 2024-05-15T05:47:03.964Z | a out/internal-dns.tar.gz 25098K |
3010 | 2024-05-15T05:47:03.964Z | a out/mg-ddm-gz.tar 60398K |
3011 | 2024-05-15T05:47:03.964Z | a out/nexus.tar.gz 82721K |
3012 | 2024-05-15T05:47:03.964Z | a out/ntp.tar.gz 8698K |
3013 | 2024-05-15T05:47:03.964Z | a out/omicron-gateway-softnpu.tar.gz 14304K |
3014 | 2024-05-15T05:47:03.965Z | a out/omicron-sled-agent.tar 94736K |
3015 | 2024-05-15T05:47:03.965Z | a out/overlay.tar.gz 3K |
3016 | 2024-05-15T05:47:03.965Z | a out/oximeter.tar.gz 40992K |
3017 | 2024-05-15T05:47:03.965Z | a out/oxlog.tar 2913K |
3018 | 2024-05-15T05:47:03.965Z | a out/probe.tar.gz 2764K |
3019 | 2024-05-15T05:47:03.965Z | a out/propolis-server.tar.gz 65036K |
3020 | 2024-05-15T05:47:03.965Z | a out/pumpkind-gz.tar 26665K |
3021 | 2024-05-15T05:47:03.965Z | a out/switch-softnpu.tar.gz 195751K |
3022 | 2024-05-15T05:47:03.974Z | |
3023 | 2024-05-15T05:47:03.974Z | real 1:03.362951663 |
3024 | 2024-05-15T05:47:03.975Z | user 1:00.768093913 |
3025 | 2024-05-15T05:47:03.975Z | sys 3.555923446 |
3026 | 2024-05-15T05:47:03.975Z | trap 0.013673261 |
3027 | 2024-05-15T05:47:03.975Z | tflt 0.000000000 |
3028 | 2024-05-15T05:47:03.975Z | dflt 0.000000000 |
3029 | 2024-05-15T05:47:03.975Z | kflt 0.000000000 |
3030 | 2024-05-15T05:47:03.976Z | lock 0.000000000 |
3031 | 2024-05-15T05:47:03.976Z | slp 1:00.706079367 |
3032 | 2024-05-15T05:47:03.976Z | lat 1.677768502 |
3033 | 2024-05-15T05:47:03.976Z | stop 0.000614761 |
3034 | 2024-05-15T05:47:03.976Z | process exited: duration 1865821 ms, exit code 0 |
|
3035 | 2024-05-15T05:47:04.003Z | found 1 output files |
3036 | 2024-05-15T05:47:04.003Z | uploading: /work/package.tar.gz (1383839680 bytes) |
3037 | 2024-05-15T05:57:52.254Z | uploaded: /work/package.tar.gz |