|
|
|
1 | 2024-05-06T02:20:01.023Z | job assigned to worker 01HX5V5QBKJBXSPS0QB9E2329V (queued for 37 s) |
|
2 | 2024-05-06T02:20:01.479Z | starting task 0: "setup" |
3 | 2024-05-06T02:20:01.504Z | ++ uname -s |
4 | 2024-05-06T02:20:01.504Z | + kern=SunOS |
5 | 2024-05-06T02:20:01.504Z | + case "$kern" in |
6 | 2024-05-06T02:20:01.504Z | + groupadd -g 12345 build |
7 | 2024-05-06T02:20:01.504Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-06T02:20:03.503Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-06T02:20:03.543Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-06T02:20:03.568Z | + home_fs=zfs |
11 | 2024-05-06T02:20:03.568Z | + [[ zfs == autofs ]] |
12 | 2024-05-06T02:20:03.568Z | + mkdir -p /home/build |
13 | 2024-05-06T02:20:03.568Z | + chown build:build /home/build /work |
14 | 2024-05-06T02:20:04.551Z | + chmod 0700 /home/build /work |
15 | 2024-05-06T02:20:04.576Z | process exited: duration 3079 ms, exit code 0 |
|
16 | 2024-05-06T02:20:04.634Z | starting task 1: "rust-toolchain" |
17 | 2024-05-06T02:20:04.660Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-06T02:20:04.660Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-05-06T02:20:04.777Z | info: downloading installer |
20 | 2024-05-06T02:20:05.729Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-06T02:20:05.729Z | warning: /opt/ooce/bin |
22 | 2024-05-06T02:20:05.729Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-06T02:20:05.729Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-06T02:20:05.729Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-06T02:20:05.729Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-06T02:20:05.730Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-06T02:20:05.730Z | error: cannot install while Rust is installed |
28 | 2024-05-06T02:20:05.730Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-06T02:20:05.770Z | info: profile set to 'default' |
30 | 2024-05-06T02:20:05.770Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-06T02:20:05.798Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-05-06T02:20:05.885Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-05-06T02:20:05.886Z | info: downloading component 'cargo' |
34 | 2024-05-06T02:20:06.025Z | info: downloading component 'clippy' |
35 | 2024-05-06T02:20:06.092Z | info: downloading component 'rust-docs' |
36 | 2024-05-06T02:20:06.350Z | info: downloading component 'rust-std' |
37 | 2024-05-06T02:20:06.917Z | info: downloading component 'rustc' |
38 | 2024-05-06T02:20:07.881Z | info: downloading component 'rustfmt' |
39 | 2024-05-06T02:20:07.954Z | info: installing component 'cargo' |
40 | 2024-05-06T02:20:09.019Z | info: installing component 'clippy' |
41 | 2024-05-06T02:20:09.437Z | info: installing component 'rust-docs' |
42 | 2024-05-06T02:20:11.862Z | info: installing component 'rust-std' |
43 | 2024-05-06T02:20:13.965Z | info: installing component 'rustc' |
44 | 2024-05-06T02:20:18.588Z | info: installing component 'rustfmt' |
45 | 2024-05-06T02:20:18.958Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-05-06T02:20:18.958Z | |
47 | 2024-05-06T02:20:19.085Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-05-06T02:20:19.085Z | |
49 | 2024-05-06T02:20:19.110Z | |
50 | 2024-05-06T02:20:19.110Z | Rust is installed now. Great! |
51 | 2024-05-06T02:20:19.110Z | |
52 | 2024-05-06T02:20:19.110Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-06T02:20:19.110Z | environment variable. This has not been done automatically. |
54 | 2024-05-06T02:20:19.110Z | |
55 | 2024-05-06T02:20:19.110Z | To configure your current shell, you need to source |
56 | 2024-05-06T02:20:19.110Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-06T02:20:19.110Z | |
58 | 2024-05-06T02:20:19.110Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-06T02:20:19.110Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-06T02:20:19.110Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-06T02:20:19.146Z | + rustc --version |
62 | 2024-05-06T02:20:19.251Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-05-06T02:20:19.276Z | process exited: duration 14621 ms, exit code 0 |
|
64 | 2024-05-06T02:20:19.324Z | starting task 2: "authentication" |
65 | 2024-05-06T02:20:19.382Z | process exited: duration 56 ms, exit code 0 |
|
66 | 2024-05-06T02:20:19.434Z | starting task 3: "clone repository" |
67 | 2024-05-06T02:20:19.458Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-06T02:20:19.458Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-06T02:20:19.483Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-06T02:20:24.719Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-06T02:20:24.719Z | + git fetch origin 29fd2ec0f9274f5a8444d0dff0e063dd66201362 |
72 | 2024-05-06T02:20:25.137Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-06T02:20:25.138Z | * branch 29fd2ec0f9274f5a8444d0dff0e063dd66201362 -> FETCH_HEAD |
74 | 2024-05-06T02:20:25.162Z | + [[ -n insert-default-allowlist-on-migration ]] |
75 | 2024-05-06T02:20:25.162Z | ++ git branch --show-current |
76 | 2024-05-06T02:20:25.162Z | + current=main |
77 | 2024-05-06T02:20:25.162Z | + [[ main != insert-default-allowlist-on-migration ]] |
78 | 2024-05-06T02:20:25.162Z | + git branch -f insert-default-allowlist-on-migration 29fd2ec0f9274f5a8444d0dff0e063dd66201362 |
79 | 2024-05-06T02:20:25.187Z | + git checkout -f insert-default-allowlist-on-migration |
80 | 2024-05-06T02:20:25.325Z | Switched to branch 'insert-default-allowlist-on-migration' |
81 | 2024-05-06T02:20:25.351Z | + git reset --hard 29fd2ec0f9274f5a8444d0dff0e063dd66201362 |
82 | 2024-05-06T02:20:25.463Z | HEAD is now at 29fd2ec0f Do not return elapsed from background task. It makes the tests flaky and is already captured by the driver. |
83 | 2024-05-06T02:20:25.488Z | process exited: duration 6031 ms, exit code 0 |
|
84 | 2024-05-06T02:20:25.538Z | starting task 4: "build" |
85 | 2024-05-06T02:20:25.564Z | + cargo --version |
86 | 2024-05-06T02:20:25.564Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
87 | 2024-05-06T02:20:25.705Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
88 | 2024-05-06T02:20:25.705Z | info: downloading component 'cargo' |
89 | 2024-05-06T02:20:26.177Z | info: downloading component 'clippy' |
90 | 2024-05-06T02:20:26.177Z | info: downloading component 'rust-docs' |
91 | 2024-05-06T02:20:26.226Z | info: downloading component 'rust-std' |
92 | 2024-05-06T02:20:26.650Z | info: downloading component 'rustc' |
93 | 2024-05-06T02:20:28.175Z | info: downloading component 'rustfmt' |
94 | 2024-05-06T02:20:28.360Z | info: installing component 'cargo' |
95 | 2024-05-06T02:20:29.428Z | info: installing component 'clippy' |
96 | 2024-05-06T02:20:29.834Z | info: installing component 'rust-docs' |
97 | 2024-05-06T02:20:32.130Z | info: installing component 'rust-std' |
98 | 2024-05-06T02:20:34.138Z | info: installing component 'rustc' |
99 | 2024-05-06T02:20:38.699Z | info: installing component 'rustfmt' |
100 | 2024-05-06T02:20:39.142Z | cargo 1.77.2 (e52e36006 2024-03-26) |
101 | 2024-05-06T02:20:39.171Z | + rustc --version |
102 | 2024-05-06T02:20:39.275Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
103 | 2024-05-06T02:20:39.302Z | + WORK=/work |
104 | 2024-05-06T02:20:39.302Z | + pfexec mkdir -p /work |
105 | 2024-05-06T02:20:39.303Z | + pfexec chown build /work |
106 | 2024-05-06T02:20:39.303Z | ++ git rev-parse HEAD |
107 | 2024-05-06T02:20:39.303Z | + COMMIT=29fd2ec0f9274f5a8444d0dff0e063dd66201362 |
108 | 2024-05-06T02:20:39.303Z | + VERSION=8.0.0-0.ci+git29fd2ec0f92 |
109 | 2024-05-06T02:20:39.303Z | + echo 8.0.0-0.ci+git29fd2ec0f92 |
110 | 2024-05-06T02:20:39.303Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
111 | 2024-05-06T02:20:41.275Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-05-06T02:20:42.925Z | Planning: Solver setup ... Done (1.116s) |
113 | 2024-05-06T02:20:42.955Z | Planning: Running solver ... Done (0.020s) |
114 | 2024-05-06T02:20:42.982Z | Planning: Finding local manifests ... Done (0.002s) |
115 | 2024-05-06T02:20:42.982Z | Planning: Fetching manifests: 0/4 0% complete |
116 | 2024-05-06T02:20:43.405Z | Planning: Fetching manifests: 4/4 100% complete |
117 | 2024-05-06T02:20:43.454Z | Planning: Package planning ... Done (0.062s) |
118 | 2024-05-06T02:20:43.515Z | Planning: Merging actions ... Done (0.060s) |
119 | 2024-05-06T02:20:43.917Z | Planning: Checking for conflicting actions ... Done (0.404s) |
120 | 2024-05-06T02:20:43.941Z | Planning: Consolidating action changes ... Done (0.012s) |
121 | 2024-05-06T02:20:44.564Z | Planning: Evaluating mediators ... Done (0.633s) |
122 | 2024-05-06T02:20:44.589Z | Planning: Planning completed in 3.30 seconds |
123 | 2024-05-06T02:20:44.613Z | Packages to install: 4 |
124 | 2024-05-06T02:20:44.613Z | Mediators to change: 2 |
125 | 2024-05-06T02:20:44.614Z | Services to change: 1 |
126 | 2024-05-06T02:20:44.614Z | Estimated space available: 148.36 GB |
127 | 2024-05-06T02:20:44.614Z | Estimated space to be consumed: 1.44 GB |
128 | 2024-05-06T02:20:44.614Z | Create boot environment: No |
129 | 2024-05-06T02:20:44.614Z | Create backup boot environment: No |
130 | 2024-05-06T02:20:44.614Z | Rebuild boot archive: No |
131 | 2024-05-06T02:20:44.614Z | |
132 | 2024-05-06T02:20:44.614Z | Changed mediators: |
133 | 2024-05-06T02:20:44.614Z | mediator clang: |
134 | 2024-05-06T02:20:44.614Z | version: None -> 15 (system default) |
135 | 2024-05-06T02:20:44.614Z | |
136 | 2024-05-06T02:20:44.614Z | mediator llvm: |
137 | 2024-05-06T02:20:44.614Z | version: 14 (system default) -> 15 (system default) |
138 | 2024-05-06T02:20:44.614Z | |
139 | 2024-05-06T02:20:44.614Z | Changed packages: |
140 | 2024-05-06T02:20:44.614Z | helios-dev |
141 | 2024-05-06T02:20:44.614Z | developer/build-essential |
142 | 2024-05-06T02:20:44.614Z | None -> 11-2.0 |
143 | 2024-05-06T02:20:44.615Z | library/libxmlsec1 |
144 | 2024-05-06T02:20:44.615Z | None -> 1.2.35-2.0 |
145 | 2024-05-06T02:20:44.615Z | ooce/developer/clang-15 |
146 | 2024-05-06T02:20:44.615Z | None -> 15.0.7-2.0 |
147 | 2024-05-06T02:20:44.615Z | ooce/developer/llvm-15 |
148 | 2024-05-06T02:20:44.615Z | None -> 15.0.7-2.0 |
149 | 2024-05-06T02:20:44.615Z | |
150 | 2024-05-06T02:20:44.615Z | Services: |
151 | 2024-05-06T02:20:44.615Z | restart_fmri: |
152 | 2024-05-06T02:20:44.615Z | svc:/system/update-man-index:default |
153 | 2024-05-06T02:20:44.640Z | |
154 | 2024-05-06T02:20:44.640Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
155 | 2024-05-06T02:20:49.640Z | Download: 1192/3290 items 59.4/212.6MB 27% complete (12.0M/s) |
156 | 2024-05-06T02:20:54.671Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (8.4M/s) |
157 | 2024-05-06T02:20:59.673Z | Download: 1981/3290 items 118.7/212.6MB 55% complete (6.1M/s) |
158 | 2024-05-06T02:21:09.437Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (4.7M/s) |
159 | 2024-05-06T02:21:14.436Z | Download: 2756/3290 items 120.9/212.6MB 56% complete (346k/s) |
160 | 2024-05-06T02:21:19.437Z | Download: 3248/3290 items 189.7/212.6MB 89% complete (7.0M/s) |
161 | 2024-05-06T02:21:21.094Z | Download: Completed 212.60 MB in 36.46 seconds (5.8M/s) |
162 | 2024-05-06T02:21:21.324Z | Actions: 1/3689 actions (Installing new actions) |
163 | 2024-05-06T02:21:26.322Z | Actions: 2995/3689 actions (Installing new actions) |
164 | 2024-05-06T02:21:27.028Z | Actions: Completed 3689 actions in 5.71 seconds. |
165 | 2024-05-06T02:21:27.286Z | Done (0.248s) |
166 | 2024-05-06T02:21:27.286Z | Done (0.000s) |
167 | 2024-05-06T02:21:27.622Z | Done (0.339s) |
168 | 2024-05-06T02:21:32.395Z | Done (4.657s) |
169 | 2024-05-06T02:21:32.494Z | Done (0.019s) |
170 | 2024-05-06T02:21:32.518Z | Done (0.000s) |
171 | 2024-05-06T02:21:32.640Z | Done (0.000s) |
172 | 2024-05-06T02:21:33.106Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-05-06T02:21:33.304Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-05-06T02:21:33.328Z | Planning: Consolidating action changes ... Done |
175 | 2024-05-06T02:21:33.613Z | Planning: Evaluating mediators ... Done |
176 | 2024-05-06T02:21:33.639Z | Planning: Planning completed in 0.51 seconds |
177 | 2024-05-06T02:21:33.663Z | Mediators to change: 2 |
178 | 2024-05-06T02:21:33.663Z | Create boot environment: No |
179 | 2024-05-06T02:21:33.663Z | Create backup boot environment: No |
180 | 2024-05-06T02:21:33.710Z | Done |
181 | 2024-05-06T02:21:33.711Z | Done |
182 | 2024-05-06T02:21:33.935Z | Done |
183 | 2024-05-06T02:21:38.167Z | Done |
184 | 2024-05-06T02:21:38.261Z | Done |
185 | 2024-05-06T02:21:38.286Z | Done |
186 | 2024-05-06T02:21:38.335Z | Done |
187 | 2024-05-06T02:21:39.056Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-05-06T02:21:39.087Z | Planning: Merging actions ... Done |
189 | 2024-05-06T02:21:39.291Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-05-06T02:21:39.321Z | Planning: Consolidating action changes ... Done |
191 | 2024-05-06T02:21:39.609Z | Planning: Evaluating mediators ... Done |
192 | 2024-05-06T02:21:39.677Z | Planning: Planning completed in 0.91 seconds |
193 | 2024-05-06T02:21:39.719Z | Packages to change: 1 |
194 | 2024-05-06T02:21:39.719Z | Mediators to change: 1 |
195 | 2024-05-06T02:21:39.720Z | Services to change: 1 |
196 | 2024-05-06T02:21:39.720Z | Create boot environment: No |
197 | 2024-05-06T02:21:39.757Z | Create backup boot environment: Yes |
198 | 2024-05-06T02:21:41.227Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2024-05-06T02:21:41.251Z | Actions: Completed 6 actions in 0.00 seconds. |
200 | 2024-05-06T02:21:41.252Z | Done |
201 | 2024-05-06T02:21:41.252Z | Done |
202 | 2024-05-06T02:21:41.305Z | Done |
203 | 2024-05-06T02:21:45.553Z | Done |
204 | 2024-05-06T02:21:45.639Z | Done |
205 | 2024-05-06T02:21:45.682Z | Done |
206 | 2024-05-06T02:21:45.712Z | Done |
207 | 2024-05-06T02:21:46.221Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2024-05-06T02:21:46.221Z | clang system 15 system |
209 | 2024-05-06T02:21:46.221Z | csh system system illumos |
210 | 2024-05-06T02:21:46.221Z | ctags system system illumos |
211 | 2024-05-06T02:21:46.221Z | gcc vendor 12 vendor |
212 | 2024-05-06T02:21:46.222Z | gcc system 10 system |
213 | 2024-05-06T02:21:46.222Z | gcc system 7 system |
214 | 2024-05-06T02:21:46.222Z | go system 1.20 system |
215 | 2024-05-06T02:21:46.222Z | go system 1.19 system |
216 | 2024-05-06T02:21:46.222Z | llvm system 15 system |
217 | 2024-05-06T02:21:46.222Z | llvm system 14 system |
218 | 2024-05-06T02:21:46.222Z | mariadb system 10.6 system |
219 | 2024-05-06T02:21:46.222Z | mta vendor vendor dma |
220 | 2024-05-06T02:21:46.222Z | openjdk system 17 system |
221 | 2024-05-06T02:21:46.222Z | openjdk system 11 system |
222 | 2024-05-06T02:21:46.222Z | openjdk system 1.8 system |
223 | 2024-05-06T02:21:46.222Z | openssl vendor 3 vendor |
224 | 2024-05-06T02:21:46.222Z | perl system 5.36 system |
225 | 2024-05-06T02:21:46.222Z | postgresql system 15 system |
226 | 2024-05-06T02:21:46.222Z | postgresql system 13 system |
227 | 2024-05-06T02:21:46.222Z | python vendor 3 vendor |
228 | 2024-05-06T02:21:46.222Z | python system 2 system |
229 | 2024-05-06T02:21:46.222Z | python3 system 3.11 system |
230 | 2024-05-06T02:21:46.222Z | ruby system 3.0 system |
231 | 2024-05-06T02:21:46.222Z | words vendor vendor american-english |
232 | 2024-05-06T02:21:46.222Z | words system system australian-english |
233 | 2024-05-06T02:21:46.222Z | words system system british-english |
234 | 2024-05-06T02:21:46.222Z | words system system canadian-english |
235 | 2024-05-06T02:21:46.222Z | words system system french |
236 | 2024-05-06T02:21:46.223Z | words system system italian |
237 | 2024-05-06T02:21:46.223Z | words system system ngerman |
238 | 2024-05-06T02:21:46.223Z | words system system ogerman |
239 | 2024-05-06T02:21:46.223Z | words system system spanish |
240 | 2024-05-06T02:21:46.621Z | PUBLISHER TYPE STATUS P LOCATION |
241 | 2024-05-06T02:21:46.621Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
242 | 2024-05-06T02:21:48.216Z | FMRI IFO |
243 | 2024-05-06T02:21:48.216Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2024-05-06T02:21:48.216Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2024-05-06T02:21:48.216Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2024-05-06T02:21:48.216Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
247 | 2024-05-06T02:21:48.216Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
248 | 2024-05-06T02:21:48.216Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2024-05-06T02:21:48.216Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
250 | 2024-05-06T02:21:48.216Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
251 | 2024-05-06T02:21:48.216Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
252 | 2024-05-06T02:21:48.216Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
253 | 2024-05-06T02:21:48.216Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-05-06T02:21:48.216Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
255 | 2024-05-06T02:21:48.481Z | + set -o errexit |
256 | 2024-05-06T02:21:48.528Z | +++ dirname ./tools/ci_download_cockroachdb |
257 | 2024-05-06T02:21:48.528Z | ++ cd ./tools |
258 | 2024-05-06T02:21:48.528Z | ++ pwd |
259 | 2024-05-06T02:21:48.529Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
260 | 2024-05-06T02:21:48.529Z | ++ basename ./tools/ci_download_cockroachdb |
261 | 2024-05-06T02:21:48.529Z | + ARG0=ci_download_cockroachdb |
262 | 2024-05-06T02:21:48.529Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
263 | 2024-05-06T02:21:48.529Z | + CIDL_VERSION=v22.1.9 |
264 | 2024-05-06T02:21:48.529Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
265 | 2024-05-06T02:21:48.529Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
266 | 2024-05-06T02:21:48.529Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
267 | 2024-05-06T02:21:48.529Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
268 | 2024-05-06T02:21:48.529Z | + TARGET_DIR=out |
269 | 2024-05-06T02:21:48.529Z | + DOWNLOAD_DIR=out/downloads |
270 | 2024-05-06T02:21:48.529Z | + DEST_DIR=./out/cockroachdb |
271 | 2024-05-06T02:21:48.529Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
272 | 2024-05-06T02:21:48.529Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
273 | 2024-05-06T02:21:48.529Z | + main |
274 | 2024-05-06T02:21:48.529Z | + [[ 0 != 0 ]] |
275 | 2024-05-06T02:21:48.529Z | + CIDL_OS=solaris2.11 |
276 | 2024-05-06T02:21:48.529Z | + [[ 0 != 0 ]] |
277 | 2024-05-06T02:21:48.529Z | + configure_os solaris2.11 |
278 | 2024-05-06T02:21:48.529Z | + echo 'current directory: /work/oxidecomputer/omicron' |
279 | 2024-05-06T02:21:48.529Z | + echo 'configuring based on OS: "solaris2.11"' |
280 | 2024-05-06T02:21:48.529Z | current directory: /work/oxidecomputer/omicron |
281 | 2024-05-06T02:21:48.529Z | configuring based on OS: "solaris2.11" |
282 | 2024-05-06T02:21:48.530Z | + case "$1" in |
283 | 2024-05-06T02:21:48.530Z | + CIDL_BUILD=illumos |
284 | 2024-05-06T02:21:48.530Z | + CIDL_SUFFIX=tar.gz |
285 | 2024-05-06T02:21:48.530Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
286 | 2024-05-06T02:21:48.530Z | + CIDL_URL_BASE=https://illumos.org/downloads |
287 | 2024-05-06T02:21:48.530Z | + CIDL_ASSEMBLE=do_assemble_illumos |
288 | 2024-05-06T02:21:48.530Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
289 | 2024-05-06T02:21:48.530Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-05-06T02:21:48.530Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-05-06T02:21:48.530Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
292 | 2024-05-06T02:21:48.530Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-05-06T02:21:48.530Z | + CIDL_SHA256FUNC=do_sha256sum |
294 | 2024-05-06T02:21:48.530Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
295 | 2024-05-06T02:21:48.530Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-05-06T02:21:48.530Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
297 | 2024-05-06T02:21:48.530Z | + mkdir -p out/downloads |
298 | 2024-05-06T02:21:48.530Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-05-06T02:21:48.530Z | + mkdir -p ./out/cockroachdb |
300 | 2024-05-06T02:21:48.530Z | + local DO_DOWNLOAD=true |
301 | 2024-05-06T02:21:48.530Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
302 | 2024-05-06T02:21:48.530Z | + '[' true == true ']' |
303 | 2024-05-06T02:21:48.530Z | + echo Downloading... |
304 | 2024-05-06T02:21:48.530Z | Downloading... |
305 | 2024-05-06T02:21:48.530Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-05-06T02:21:48.531Z | + 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 |
307 | 2024-05-06T02:21:57.179Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-05-06T02:21:57.203Z | ++ sha256sum |
309 | 2024-05-06T02:21:57.203Z | ++ awk '{print $1}' |
310 | 2024-05-06T02:21:57.257Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
311 | 2024-05-06T02:21:57.257Z | + [[ 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 ]] |
312 | 2024-05-06T02:21:57.257Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2024-05-06T02:21:57.257Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
314 | 2024-05-06T02:22:00.220Z | + do_assemble_illumos |
315 | 2024-05-06T02:22:00.220Z | + rm -r ./out/cockroachdb |
316 | 2024-05-06T02:22:00.245Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
317 | 2024-05-06T02:22:00.876Z | + ./out/cockroachdb/bin/cockroach version |
318 | 2024-05-06T02:22:01.161Z | Build Tag: v22.1.9-dirty |
319 | 2024-05-06T02:22:01.161Z | Build Time: 2022/10/26 21:17:46 |
320 | 2024-05-06T02:22:01.161Z | Distribution: OSS |
321 | 2024-05-06T02:22:01.161Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
322 | 2024-05-06T02:22:01.161Z | Go Version: go1.17.13 |
323 | 2024-05-06T02:22:01.161Z | C Compiler: gcc 10.3.0 |
324 | 2024-05-06T02:22:01.162Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
325 | 2024-05-06T02:22:01.162Z | Build Type: release |
326 | 2024-05-06T02:22:01.187Z | + set -o errexit |
327 | 2024-05-06T02:22:01.213Z | +++ dirname ./tools/ci_download_clickhouse |
328 | 2024-05-06T02:22:01.213Z | ++ cd ./tools |
329 | 2024-05-06T02:22:01.213Z | ++ pwd |
330 | 2024-05-06T02:22:01.213Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
331 | 2024-05-06T02:22:01.213Z | ++ basename ./tools/ci_download_clickhouse |
332 | 2024-05-06T02:22:01.213Z | + ARG0=ci_download_clickhouse |
333 | 2024-05-06T02:22:01.213Z | + TARGET_DIR=out |
334 | 2024-05-06T02:22:01.213Z | + DOWNLOAD_DIR=out/downloads |
335 | 2024-05-06T02:22:01.213Z | + DEST_DIR=./out/clickhouse |
336 | 2024-05-06T02:22:01.213Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
337 | 2024-05-06T02:22:01.213Z | + CIDL_VERSION=v23.8.7.24 |
338 | 2024-05-06T02:22:01.213Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
339 | 2024-05-06T02:22:01.213Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
340 | 2024-05-06T02:22:01.213Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
341 | 2024-05-06T02:22:01.213Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
342 | 2024-05-06T02:22:01.214Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
343 | 2024-05-06T02:22:01.214Z | + main |
344 | 2024-05-06T02:22:01.214Z | + [[ 0 != 0 ]] |
345 | 2024-05-06T02:22:01.214Z | + CIDL_OS=solaris2.11 |
346 | 2024-05-06T02:22:01.214Z | + [[ 0 != 0 ]] |
347 | 2024-05-06T02:22:01.214Z | + configure_os solaris2.11 |
348 | 2024-05-06T02:22:01.214Z | + echo 'current directory: /work/oxidecomputer/omicron' |
349 | 2024-05-06T02:22:01.214Z | + echo 'configuring based on OS: "solaris2.11"' |
350 | 2024-05-06T02:22:01.214Z | current directory: /work/oxidecomputer/omicron |
351 | 2024-05-06T02:22:01.214Z | configuring based on OS: "solaris2.11" |
352 | 2024-05-06T02:22:01.214Z | + CIDL_DASHREV= |
353 | 2024-05-06T02:22:01.214Z | + case "$1" in |
354 | 2024-05-06T02:22:01.214Z | + CIDL_PLATFORM=illumos |
355 | 2024-05-06T02:22:01.214Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
356 | 2024-05-06T02:22:01.214Z | + CIDL_MD5FUNC=do_md5sum |
357 | 2024-05-06T02:22:01.214Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
358 | 2024-05-06T02:22:01.214Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-05-06T02:22:01.214Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-05-06T02:22:01.214Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
361 | 2024-05-06T02:22:01.214Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
362 | 2024-05-06T02:22:01.214Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
363 | 2024-05-06T02:22:01.214Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
364 | 2024-05-06T02:22:01.214Z | + mkdir -p out/downloads |
365 | 2024-05-06T02:22:01.214Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
366 | 2024-05-06T02:22:01.215Z | + mkdir -p ./out/clickhouse |
367 | 2024-05-06T02:22:01.215Z | + local DO_DOWNLOAD=true |
368 | 2024-05-06T02:22:01.215Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
369 | 2024-05-06T02:22:01.215Z | + '[' true == true ']' |
370 | 2024-05-06T02:22:01.215Z | + echo Downloading... |
371 | 2024-05-06T02:22:01.215Z | Downloading... |
372 | 2024-05-06T02:22:01.215Z | + 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 |
373 | 2024-05-06T02:22:01.215Z | + 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 |
374 | 2024-05-06T02:22:09.748Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
375 | 2024-05-06T02:22:09.776Z | ++ md5sum |
376 | 2024-05-06T02:22:09.776Z | ++ awk '{print $1}' |
377 | 2024-05-06T02:22:10.015Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
378 | 2024-05-06T02:22:10.015Z | + [[ 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 ]] |
379 | 2024-05-06T02:22:10.015Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
380 | 2024-05-06T02:22:10.015Z | + mkdir -p ./out/clickhouse |
381 | 2024-05-06T02:22:10.040Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
382 | 2024-05-06T02:22:15.284Z | + [[ solaris2.11 == darwin* ]] |
383 | 2024-05-06T02:22:15.284Z | + ./out/clickhouse/clickhouse server --version |
384 | 2024-05-06T02:22:15.408Z | ClickHouse server version 23.8.7.1. |
385 | 2024-05-06T02:22:15.443Z | + set -o errexit |
386 | 2024-05-06T02:22:15.443Z | +++ dirname ./tools/ci_download_console |
387 | 2024-05-06T02:22:15.443Z | ++ cd ./tools |
388 | 2024-05-06T02:22:15.443Z | ++ pwd |
389 | 2024-05-06T02:22:15.443Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
390 | 2024-05-06T02:22:15.443Z | ++ basename ./tools/ci_download_console |
391 | 2024-05-06T02:22:15.444Z | + ARG0=ci_download_console |
392 | 2024-05-06T02:22:15.444Z | + TARGET_DIR=out |
393 | 2024-05-06T02:22:15.444Z | + DOWNLOAD_DIR=out/downloads |
394 | 2024-05-06T02:22:15.444Z | + DEST_DIR=./out/console-assets |
395 | 2024-05-06T02:22:15.444Z | + source /work/oxidecomputer/omicron/tools/console_version |
396 | 2024-05-06T02:22:15.444Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
397 | 2024-05-06T02:22:15.445Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
398 | 2024-05-06T02:22:15.445Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
399 | 2024-05-06T02:22:15.445Z | + TARBALL_FILE=out/downloads/console.tar.gz |
400 | 2024-05-06T02:22:15.445Z | + main |
401 | 2024-05-06T02:22:15.445Z | + [[ 0 != 0 ]] |
402 | 2024-05-06T02:22:15.446Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
403 | 2024-05-06T02:22:15.446Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
404 | 2024-05-06T02:22:15.446Z | + echo 'Local file: out/downloads/console.tar.gz' |
405 | 2024-05-06T02:22:15.446Z | + local DO_DOWNLOAD=true |
406 | 2024-05-06T02:22:15.447Z | + [[ -f out/downloads/console.tar.gz ]] |
407 | 2024-05-06T02:22:15.447Z | Local file: out/downloads/console.tar.gz |
408 | 2024-05-06T02:22:15.447Z | + mkdir -p out/downloads |
409 | 2024-05-06T02:22:15.447Z | + '[' true == true ']' |
410 | 2024-05-06T02:22:15.447Z | + echo Downloading... |
411 | 2024-05-06T02:22:15.447Z | Downloading... |
412 | 2024-05-06T02:22:15.447Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
413 | 2024-05-06T02:22:15.448Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
414 | 2024-05-06T02:22:15.662Z | ++ do_sha256sum out/downloads/console.tar.gz |
415 | 2024-05-06T02:22:15.693Z | ++ case "$OSTYPE" in |
416 | 2024-05-06T02:22:15.694Z | ++ SHA=sha256sum |
417 | 2024-05-06T02:22:15.694Z | ++ sha256sum |
418 | 2024-05-06T02:22:15.694Z | ++ awk '{print $1}' |
419 | 2024-05-06T02:22:15.694Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
420 | 2024-05-06T02:22:15.694Z | + [[ 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 ]] |
421 | 2024-05-06T02:22:15.695Z | + rm -rf ./out/console-assets |
422 | 2024-05-06T02:22:15.695Z | + mkdir -p ./out/console-assets |
423 | 2024-05-06T02:22:15.695Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
424 | 2024-05-06T02:22:15.695Z | + mkdir -p ./out/console-assets |
425 | 2024-05-06T02:22:15.695Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
426 | 2024-05-06T02:22:15.824Z | + set -o errexit |
427 | 2024-05-06T02:22:15.866Z | +++ dirname ./tools/ci_download_dendrite_openapi |
428 | 2024-05-06T02:22:15.866Z | ++ cd ./tools |
429 | 2024-05-06T02:22:15.866Z | ++ pwd |
430 | 2024-05-06T02:22:15.866Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
431 | 2024-05-06T02:22:15.866Z | ++ basename ./tools/ci_download_dendrite_openapi |
432 | 2024-05-06T02:22:15.866Z | + ARG0=ci_download_dendrite_openapi |
433 | 2024-05-06T02:22:15.867Z | + TARGET_DIR=out |
434 | 2024-05-06T02:22:15.867Z | + DOWNLOAD_DIR=out/downloads |
435 | 2024-05-06T02:22:15.867Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
436 | 2024-05-06T02:22:15.867Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
437 | 2024-05-06T02:22:15.867Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
438 | 2024-05-06T02:22:15.867Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
439 | 2024-05-06T02:22:15.867Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
440 | 2024-05-06T02:22:15.867Z | + main |
441 | 2024-05-06T02:22:15.868Z | + [[ 0 != 0 ]] |
442 | 2024-05-06T02:22:15.868Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
443 | 2024-05-06T02:22:15.868Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
444 | 2024-05-06T02:22:15.868Z | + local DO_DOWNLOAD=true |
445 | 2024-05-06T02:22:15.868Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
446 | 2024-05-06T02:22:15.868Z | + mkdir -p out/downloads |
447 | 2024-05-06T02:22:15.868Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
448 | 2024-05-06T02:22:15.869Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
449 | 2024-05-06T02:22:15.869Z | + '[' true == true ']' |
450 | 2024-05-06T02:22:15.869Z | Downloading... |
451 | 2024-05-06T02:22:15.869Z | + echo Downloading... |
452 | 2024-05-06T02:22:15.869Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
453 | 2024-05-06T02:22:15.869Z | + 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 |
454 | 2024-05-06T02:22:17.559Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
455 | 2024-05-06T02:22:17.559Z | ++ case "$OSTYPE" in |
456 | 2024-05-06T02:22:17.559Z | ++ SHA=sha256sum |
457 | 2024-05-06T02:22:17.613Z | ++ sha256sum |
458 | 2024-05-06T02:22:17.613Z | ++ awk '{print $1}' |
459 | 2024-05-06T02:22:17.614Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
460 | 2024-05-06T02:22:17.614Z | + [[ 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 ]] |
461 | 2024-05-06T02:22:17.614Z | + set -o errexit |
462 | 2024-05-06T02:22:17.614Z | +++ dirname ./tools/ci_download_dendrite_stub |
463 | 2024-05-06T02:22:17.615Z | ++ cd ./tools |
464 | 2024-05-06T02:22:17.615Z | ++ pwd |
465 | 2024-05-06T02:22:17.615Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
466 | 2024-05-06T02:22:17.615Z | ++ basename ./tools/ci_download_dendrite_stub |
467 | 2024-05-06T02:22:17.615Z | + ARG0=ci_download_dendrite_stub |
468 | 2024-05-06T02:22:17.615Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
469 | 2024-05-06T02:22:17.616Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
470 | 2024-05-06T02:22:17.616Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
471 | 2024-05-06T02:22:17.616Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
472 | 2024-05-06T02:22:17.616Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
473 | 2024-05-06T02:22:17.616Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
474 | 2024-05-06T02:22:17.616Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
475 | 2024-05-06T02:22:17.617Z | + TARGET_DIR=out |
476 | 2024-05-06T02:22:17.617Z | + DOWNLOAD_DIR=out/downloads |
477 | 2024-05-06T02:22:17.617Z | + DEST_DIR=./out/dendrite-stub |
478 | 2024-05-06T02:22:17.617Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
479 | 2024-05-06T02:22:17.617Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
480 | 2024-05-06T02:22:17.617Z | + REPO=oxidecomputer/dendrite |
481 | 2024-05-06T02:22:17.618Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
482 | 2024-05-06T02:22:17.618Z | + main |
483 | 2024-05-06T02:22:17.618Z | + [[ 0 != 0 ]] |
484 | 2024-05-06T02:22:17.618Z | + CIDL_OS=solaris2.11 |
485 | 2024-05-06T02:22:17.618Z | + [[ 0 != 0 ]] |
486 | 2024-05-06T02:22:17.618Z | + configure_os solaris2.11 |
487 | 2024-05-06T02:22:17.619Z | + echo 'current directory: /work/oxidecomputer/omicron' |
488 | 2024-05-06T02:22:17.619Z | current directory: /work/oxidecomputer/omicron |
489 | 2024-05-06T02:22:17.619Z | + echo 'configuring based on OS: "solaris2.11"' |
490 | 2024-05-06T02:22:17.619Z | + case "$1" in |
491 | 2024-05-06T02:22:17.619Z | + SET_BINARIES= |
492 | 2024-05-06T02:22:17.620Z | configuring based on OS: "solaris2.11" |
493 | 2024-05-06T02:22:17.620Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
494 | 2024-05-06T02:22:17.620Z | + CIDL_SHA256FUNC=do_sha256sum |
495 | 2024-05-06T02:22:17.620Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
496 | 2024-05-06T02:22:17.620Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
497 | 2024-05-06T02:22:17.621Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
498 | 2024-05-06T02:22:17.621Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
499 | 2024-05-06T02:22:17.621Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
500 | 2024-05-06T02:22:17.621Z | + mkdir -p out/downloads |
501 | 2024-05-06T02:22:17.621Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
502 | 2024-05-06T02:22:17.622Z | Local file: out/downloads/dendrite-stub.tar.gz |
503 | 2024-05-06T02:22:17.622Z | + mkdir -p ./out/dendrite-stub |
504 | 2024-05-06T02:22:17.622Z | + fetch_and_verify |
505 | 2024-05-06T02:22:17.622Z | + local DO_DOWNLOAD=true |
506 | 2024-05-06T02:22:17.622Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
507 | 2024-05-06T02:22:17.622Z | + '[' true == true ']' |
508 | 2024-05-06T02:22:17.622Z | + echo Downloading... |
509 | 2024-05-06T02:22:17.623Z | Downloading... |
510 | 2024-05-06T02:22:17.623Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
511 | 2024-05-06T02:22:17.623Z | + 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 |
512 | 2024-05-06T02:22:30.191Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
513 | 2024-05-06T02:22:30.215Z | ++ sha256sum |
514 | 2024-05-06T02:22:30.215Z | ++ awk '{print $1}' |
515 | 2024-05-06T02:22:30.249Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
516 | 2024-05-06T02:22:30.249Z | + [[ 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 ]] |
517 | 2024-05-06T02:22:30.249Z | + do_untar out/downloads/dendrite-stub.tar.gz |
518 | 2024-05-06T02:22:30.249Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
519 | 2024-05-06T02:22:31.059Z | + do_assemble |
520 | 2024-05-06T02:22:31.059Z | + rm -r ./out/dendrite-stub |
521 | 2024-05-06T02:22:31.088Z | + mkdir ./out/dendrite-stub |
522 | 2024-05-06T02:22:31.088Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
523 | 2024-05-06T02:22:31.222Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
524 | 2024-05-06T02:22:31.252Z | + set -o errexit |
525 | 2024-05-06T02:22:31.252Z | +++ dirname ./tools/ci_download_maghemite_mgd |
526 | 2024-05-06T02:22:31.252Z | ++ cd ./tools |
527 | 2024-05-06T02:22:31.253Z | ++ pwd |
528 | 2024-05-06T02:22:31.253Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
529 | 2024-05-06T02:22:31.253Z | ++ basename ./tools/ci_download_maghemite_mgd |
530 | 2024-05-06T02:22:31.253Z | + ARG0=ci_download_maghemite_mgd |
531 | 2024-05-06T02:22:31.254Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
532 | 2024-05-06T02:22:31.254Z | ++ CIDL_SHA256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc |
533 | 2024-05-06T02:22:31.254Z | ++ MGD_LINUX_SHA256=1b2c2c099e820157e7e038e6ce91c335d69437c714e51e3df4cced72dc60ce5c |
534 | 2024-05-06T02:22:31.255Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
535 | 2024-05-06T02:22:31.255Z | ++ COMMIT=6b9c699e5b2091e359bad0f7fe168112d181892d |
536 | 2024-05-06T02:22:31.255Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
537 | 2024-05-06T02:22:31.255Z | + TARGET_DIR=out |
538 | 2024-05-06T02:22:31.256Z | + DOWNLOAD_DIR=out/downloads |
539 | 2024-05-06T02:22:31.256Z | + DEST_DIR=./out/mgd |
540 | 2024-05-06T02:22:31.256Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
541 | 2024-05-06T02:22:31.256Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
542 | 2024-05-06T02:22:31.257Z | + REPO=oxidecomputer/maghemite |
543 | 2024-05-06T02:22:31.257Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d |
544 | 2024-05-06T02:22:31.257Z | + main |
545 | 2024-05-06T02:22:31.257Z | + rm -rf out/downloads/root |
546 | 2024-05-06T02:22:31.290Z | + [[ 0 != 0 ]] |
547 | 2024-05-06T02:22:31.291Z | + CIDL_OS=solaris2.11 |
548 | 2024-05-06T02:22:31.291Z | + [[ 0 != 0 ]] |
549 | 2024-05-06T02:22:31.291Z | + configure_os solaris2.11 |
550 | 2024-05-06T02:22:31.291Z | + echo 'current directory: /work/oxidecomputer/omicron' |
551 | 2024-05-06T02:22:31.291Z | current directory: /work/oxidecomputer/omicron |
552 | 2024-05-06T02:22:31.291Z | + echo 'configuring based on OS: "solaris2.11"' |
553 | 2024-05-06T02:22:31.291Z | configuring based on OS: "solaris2.11" |
554 | 2024-05-06T02:22:31.291Z | + case "$1" in |
555 | 2024-05-06T02:22:31.292Z | + SET_BINARIES= |
556 | 2024-05-06T02:22:31.292Z | + CIDL_SHA256FUNC=do_sha256sum |
557 | 2024-05-06T02:22:31.292Z | + TARBALL_FILENAME=mgd.tar.gz |
558 | 2024-05-06T02:22:31.292Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz |
559 | 2024-05-06T02:22:31.292Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
560 | 2024-05-06T02:22:31.292Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz' |
561 | 2024-05-06T02:22:31.292Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz |
562 | 2024-05-06T02:22:31.293Z | Local file: out/downloads/mgd.tar.gz |
563 | 2024-05-06T02:22:31.293Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
564 | 2024-05-06T02:22:31.293Z | + mkdir -p out/downloads |
565 | 2024-05-06T02:22:31.293Z | + mkdir -p ./out/mgd |
566 | 2024-05-06T02:22:31.293Z | + fetch_and_verify |
567 | 2024-05-06T02:22:31.293Z | + local DO_DOWNLOAD=true |
568 | 2024-05-06T02:22:31.293Z | + [[ -f out/downloads/mgd.tar.gz ]] |
569 | 2024-05-06T02:22:31.293Z | + '[' true == true ']' |
570 | 2024-05-06T02:22:31.294Z | + echo Downloading... |
571 | 2024-05-06T02:22:31.294Z | Downloading... |
572 | 2024-05-06T02:22:31.294Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz out/downloads/mgd.tar.gz |
573 | 2024-05-06T02:22:31.294Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz |
574 | 2024-05-06T02:22:41.348Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
575 | 2024-05-06T02:22:41.378Z | ++ sha256sum |
576 | 2024-05-06T02:22:41.378Z | ++ awk '{print $1}' |
577 | 2024-05-06T02:22:41.407Z | + calculated_sha256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc |
578 | 2024-05-06T02:22:41.407Z | + [[ 4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc != \4\5\2\6\a\a\3\2\4\7\0\0\2\d\f\2\0\8\5\b\9\5\a\8\8\8\2\9\d\a\e\6\5\1\3\c\6\5\e\2\5\4\6\f\a\7\8\f\6\4\5\5\6\9\1\1\b\d\c\a\d\9\b\c ]] |
579 | 2024-05-06T02:22:41.407Z | + do_untar out/downloads/mgd.tar.gz |
580 | 2024-05-06T02:22:41.407Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
581 | 2024-05-06T02:22:42.148Z | + do_assemble |
582 | 2024-05-06T02:22:42.148Z | + rm -r ./out/mgd |
583 | 2024-05-06T02:22:42.173Z | + mkdir ./out/mgd |
584 | 2024-05-06T02:22:42.173Z | + cp -r out/downloads/root ./out/mgd/root |
585 | 2024-05-06T02:22:42.226Z | + set -o errexit |
586 | 2024-05-06T02:22:42.273Z | +++ dirname ./tools/ci_download_transceiver_control |
587 | 2024-05-06T02:22:42.274Z | ++ cd ./tools |
588 | 2024-05-06T02:22:42.274Z | ++ pwd |
589 | 2024-05-06T02:22:42.274Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
590 | 2024-05-06T02:22:42.274Z | ++ basename ./tools/ci_download_transceiver_control |
591 | 2024-05-06T02:22:42.274Z | + ARG0=ci_download_transceiver_control |
592 | 2024-05-06T02:22:42.274Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
593 | 2024-05-06T02:22:42.274Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
594 | 2024-05-06T02:22:42.274Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
595 | 2024-05-06T02:22:42.274Z | + TARGET_DIR=out |
596 | 2024-05-06T02:22:42.274Z | + DOWNLOAD_DIR=out/downloads |
597 | 2024-05-06T02:22:42.274Z | + DEST_DIR=./out/transceiver-control |
598 | 2024-05-06T02:22:42.274Z | + BIN_DIR=/opt/oxide/bin |
599 | 2024-05-06T02:22:42.274Z | + BINARY=xcvradm |
600 | 2024-05-06T02:22:42.274Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
601 | 2024-05-06T02:22:42.274Z | + REPO=oxidecomputer/transceiver-control |
602 | 2024-05-06T02:22:42.274Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
603 | 2024-05-06T02:22:42.274Z | + main |
604 | 2024-05-06T02:22:42.274Z | + [[ 0 != 0 ]] |
605 | 2024-05-06T02:22:42.274Z | current directory: /work/oxidecomputer/omicron |
606 | 2024-05-06T02:22:42.275Z | + CIDL_OS=solaris2.11 |
607 | 2024-05-06T02:22:42.275Z | + [[ 0 != 0 ]] |
608 | 2024-05-06T02:22:42.275Z | + configure_os solaris2.11 |
609 | 2024-05-06T02:22:42.275Z | + echo 'current directory: /work/oxidecomputer/omicron' |
610 | 2024-05-06T02:22:42.275Z | + echo 'configuring based on OS: "solaris2.11"' |
611 | 2024-05-06T02:22:42.275Z | + case "$1" in |
612 | 2024-05-06T02:22:42.275Z | + SET_BINARIES= |
613 | 2024-05-06T02:22:42.275Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
614 | 2024-05-06T02:22:42.275Z | + CIDL_SHA256FUNC=do_sha256sum |
615 | 2024-05-06T02:22:42.275Z | + ARCHIVE_FILENAME=xcvradm.gz |
616 | 2024-05-06T02:22:42.275Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
617 | 2024-05-06T02:22:42.275Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
618 | 2024-05-06T02:22:42.275Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
619 | 2024-05-06T02:22:42.275Z | + echo 'Local file: out/downloads/xcvradm.gz' |
620 | 2024-05-06T02:22:42.275Z | + mkdir -p out/downloads |
621 | 2024-05-06T02:22:42.275Z | configuring based on OS: "solaris2.11" |
622 | 2024-05-06T02:22:42.275Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
623 | 2024-05-06T02:22:42.275Z | Local file: out/downloads/xcvradm.gz |
624 | 2024-05-06T02:22:42.275Z | + mkdir -p ./out/transceiver-control |
625 | 2024-05-06T02:22:42.275Z | + fetch_and_verify |
626 | 2024-05-06T02:22:42.275Z | + local DO_DOWNLOAD=true |
627 | 2024-05-06T02:22:42.275Z | + [[ -f out/downloads/xcvradm.gz ]] |
628 | 2024-05-06T02:22:42.275Z | + '[' true == true ']' |
629 | 2024-05-06T02:22:42.276Z | + echo Downloading... |
630 | 2024-05-06T02:22:42.276Z | Downloading... |
631 | 2024-05-06T02:22:42.276Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
632 | 2024-05-06T02:22:42.276Z | + 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 |
633 | 2024-05-06T02:22:42.795Z | ++ do_sha256sum out/downloads/xcvradm.gz |
634 | 2024-05-06T02:22:42.820Z | ++ sha256sum |
635 | 2024-05-06T02:22:42.820Z | ++ awk '{print $1}' |
636 | 2024-05-06T02:22:42.820Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
637 | 2024-05-06T02:22:42.820Z | + [[ 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 ]] |
638 | 2024-05-06T02:22:42.820Z | + do_unpack out/downloads/xcvradm.gz |
639 | 2024-05-06T02:22:42.820Z | + mkdir -p out/downloads/root//opt/oxide/bin |
640 | 2024-05-06T02:22:42.820Z | + gzip -dc out/downloads/xcvradm.gz |
641 | 2024-05-06T02:22:42.949Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
642 | 2024-05-06T02:22:42.973Z | + do_assemble |
643 | 2024-05-06T02:22:42.973Z | + rm -r ./out/transceiver-control |
644 | 2024-05-06T02:22:42.973Z | + mkdir ./out/transceiver-control |
645 | 2024-05-06T02:22:42.973Z | + cp -r out/downloads/root ./out/transceiver-control/root |
646 | 2024-05-06T02:22:43.045Z | + set -o errexit |
647 | 2024-05-06T02:22:43.070Z | +++ dirname ./tools/ci_download_thundermuffin |
648 | 2024-05-06T02:22:43.070Z | ++ cd ./tools |
649 | 2024-05-06T02:22:43.070Z | ++ pwd |
650 | 2024-05-06T02:22:43.070Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
651 | 2024-05-06T02:22:43.070Z | ++ basename ./tools/ci_download_thundermuffin |
652 | 2024-05-06T02:22:43.070Z | + ARG0=ci_download_thundermuffin |
653 | 2024-05-06T02:22:43.071Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
654 | 2024-05-06T02:22:43.071Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
655 | 2024-05-06T02:22:43.071Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
656 | 2024-05-06T02:22:43.071Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
657 | 2024-05-06T02:22:43.071Z | + TARGET_DIR=out |
658 | 2024-05-06T02:22:43.071Z | + DOWNLOAD_DIR=out/downloads |
659 | 2024-05-06T02:22:43.071Z | + DEST_DIR=./out/thundermuffin |
660 | 2024-05-06T02:22:43.071Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
661 | 2024-05-06T02:22:43.071Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
662 | 2024-05-06T02:22:43.071Z | + REPO=oxidecomputer/thundermuffin |
663 | 2024-05-06T02:22:43.071Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
664 | 2024-05-06T02:22:43.071Z | + main |
665 | 2024-05-06T02:22:43.071Z | + rm -rf out/downloads/root |
666 | 2024-05-06T02:22:43.071Z | + [[ 0 != 0 ]] |
667 | 2024-05-06T02:22:43.071Z | + CIDL_OS=solaris2.11 |
668 | 2024-05-06T02:22:43.071Z | + [[ 0 != 0 ]] |
669 | 2024-05-06T02:22:43.071Z | + configure_os solaris2.11 |
670 | 2024-05-06T02:22:43.071Z | + echo 'current directory: /work/oxidecomputer/omicron' |
671 | 2024-05-06T02:22:43.071Z | current directory: /work/oxidecomputer/omicron |
672 | 2024-05-06T02:22:43.071Z | + echo 'configuring based on OS: "solaris2.11"' |
673 | 2024-05-06T02:22:43.071Z | + case "$1" in |
674 | 2024-05-06T02:22:43.071Z | + SET_BINARIES= |
675 | 2024-05-06T02:22:43.072Z | configuring based on OS: "solaris2.11" |
676 | 2024-05-06T02:22:43.072Z | + CIDL_SHA256FUNC=do_sha256sum |
677 | 2024-05-06T02:22:43.072Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
678 | 2024-05-06T02:22:43.072Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
679 | 2024-05-06T02:22:43.072Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
680 | 2024-05-06T02:22:43.072Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
681 | 2024-05-06T02:22:43.072Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
682 | 2024-05-06T02:22:43.072Z | Local file: out/downloads/thundermuffin.tar.gz |
683 | 2024-05-06T02:22:43.072Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
684 | 2024-05-06T02:22:43.072Z | + mkdir -p out/downloads |
685 | 2024-05-06T02:22:43.072Z | + mkdir -p ./out/thundermuffin |
686 | 2024-05-06T02:22:43.097Z | + fetch_and_verify |
687 | 2024-05-06T02:22:43.097Z | + local DO_DOWNLOAD=true |
688 | 2024-05-06T02:22:43.097Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
689 | 2024-05-06T02:22:43.098Z | + '[' true == true ']' |
690 | 2024-05-06T02:22:43.098Z | + echo Downloading... |
691 | 2024-05-06T02:22:43.098Z | Downloading... |
692 | 2024-05-06T02:22:43.098Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
693 | 2024-05-06T02:22:43.098Z | + 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 |
694 | 2024-05-06T02:22:43.748Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
695 | 2024-05-06T02:22:43.773Z | ++ sha256sum |
696 | 2024-05-06T02:22:43.773Z | ++ awk '{print $1}' |
697 | 2024-05-06T02:22:43.773Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
698 | 2024-05-06T02:22:43.773Z | + [[ 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 ]] |
699 | 2024-05-06T02:22:43.773Z | + do_untar out/downloads/thundermuffin.tar.gz |
700 | 2024-05-06T02:22:43.773Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
701 | 2024-05-06T02:22:43.841Z | + do_assemble |
702 | 2024-05-06T02:22:43.841Z | + rm -r ./out/thundermuffin |
703 | 2024-05-06T02:22:43.865Z | + mkdir ./out/thundermuffin |
704 | 2024-05-06T02:22:43.865Z | + cp -r out/downloads/root ./out/thundermuffin/root |
705 | 2024-05-06T02:22:43.865Z | All prerequisites installed successfully |
706 | 2024-05-06T02:22:43.865Z | |
707 | 2024-05-06T02:22:43.865Z | real 2:04.559357265 |
708 | 2024-05-06T02:22:43.865Z | user 38.907329391 |
709 | 2024-05-06T02:22:43.865Z | sys 11.275094228 |
710 | 2024-05-06T02:22:43.866Z | trap 0.011687000 |
711 | 2024-05-06T02:22:43.866Z | tflt 0.010575610 |
712 | 2024-05-06T02:22:43.866Z | dflt 0.018188108 |
713 | 2024-05-06T02:22:43.866Z | kflt 0.005843851 |
714 | 2024-05-06T02:22:43.866Z | lock 2.199659973 |
715 | 2024-05-06T02:22:43.866Z | slp 4:21.327484345 |
716 | 2024-05-06T02:22:43.866Z | lat 4.701118338 |
717 | 2024-05-06T02:22:43.866Z | stop 0.072592820 |
718 | 2024-05-06T02:22:43.866Z | + ptime -m ./tools/ci_download_softnpu_machinery |
719 | 2024-05-06T02:22:43.890Z | fetching npuzone |
720 | 2024-05-06T02:22:43.890Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
721 | 2024-05-06T02:22:43.890Z | (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2) |
722 | 2024-05-06T02:22:43.891Z | Getting hash for npuzone |
723 | 2024-05-06T02:22:44.028Z | (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568) |
724 | 2024-05-06T02:22:50.623Z | npuzone downloaded successfully |
725 | 2024-05-06T02:22:50.648Z | |
726 | 2024-05-06T02:22:50.648Z | real 6.766651652 |
727 | 2024-05-06T02:22:50.648Z | user 0.287870670 |
728 | 2024-05-06T02:22:50.648Z | sys 0.149104503 |
729 | 2024-05-06T02:22:50.649Z | trap 0.000032351 |
730 | 2024-05-06T02:22:50.649Z | tflt 0.000000000 |
731 | 2024-05-06T02:22:50.649Z | dflt 0.000000000 |
732 | 2024-05-06T02:22:50.649Z | kflt 0.000000000 |
733 | 2024-05-06T02:22:50.649Z | lock 0.000000000 |
734 | 2024-05-06T02:22:50.649Z | slp 19.737163617 |
735 | 2024-05-06T02:22:50.649Z | lat 0.087460687 |
736 | 2024-05-06T02:22:50.649Z | stop 0.000246646 |
737 | 2024-05-06T02:22:50.649Z | + export CARGO_INCREMENTAL=0 |
738 | 2024-05-06T02:22:50.649Z | + CARGO_INCREMENTAL=0 |
739 | 2024-05-06T02:22:50.649Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
740 | 2024-05-06T02:22:50.902Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
741 | 2024-05-06T02:22:51.363Z | Updating git repository `https://github.com/oxidecomputer/zone` |
742 | 2024-05-06T02:22:51.738Z | Updating crates.io index |
743 | 2024-05-06T02:22:51.762Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
744 | 2024-05-06T02:22:52.552Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
745 | 2024-05-06T02:22:53.365Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
746 | 2024-05-06T02:22:55.439Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
747 | 2024-05-06T02:22:55.852Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
748 | 2024-05-06T02:22:56.203Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
749 | 2024-05-06T02:22:57.300Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
750 | 2024-05-06T02:22:59.321Z | Updating git repository `https://github.com/oxidecomputer/opte` |
751 | 2024-05-06T02:23:00.476Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
752 | 2024-05-06T02:23:01.387Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
753 | 2024-05-06T02:23:01.809Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
754 | 2024-05-06T02:23:02.527Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
755 | 2024-05-06T02:23:02.903Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
756 | 2024-05-06T02:23:03.298Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
757 | 2024-05-06T02:23:03.837Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
758 | 2024-05-06T02:23:04.270Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
759 | 2024-05-06T02:23:04.719Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
760 | 2024-05-06T02:23:05.070Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
761 | 2024-05-06T02:23:05.442Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
762 | 2024-05-06T02:23:05.851Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
763 | 2024-05-06T02:23:06.314Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
764 | 2024-05-06T02:23:06.748Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
765 | 2024-05-06T02:23:07.537Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
766 | 2024-05-06T02:23:07.992Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
767 | 2024-05-06T02:23:08.351Z | Updating git repository `https://github.com/jgallagher/nix` |
768 | 2024-05-06T02:23:10.485Z | Updating git repository `https://github.com/cbiffle/hubpack` |
769 | 2024-05-06T02:23:10.980Z | Updating git repository `https://github.com/oxidecomputer/typify` |
770 | 2024-05-06T02:23:12.999Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
771 | 2024-05-06T02:23:13.640Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
772 | 2024-05-06T02:23:14.059Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
773 | 2024-05-06T02:23:14.660Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
774 | 2024-05-06T02:23:16.060Z | Downloading crates ... |
775 | 2024-05-06T02:23:16.205Z | Downloaded heck v0.3.3 |
776 | 2024-05-06T02:23:16.229Z | Downloaded hex v0.4.3 |
777 | 2024-05-06T02:23:16.229Z | Downloaded headers-core v0.2.0 |
778 | 2024-05-06T02:23:16.229Z | Downloaded heapless v0.7.16 |
779 | 2024-05-06T02:23:16.229Z | Downloaded anstyle-parse v0.2.1 |
780 | 2024-05-06T02:23:16.230Z | Downloaded heck v0.4.1 |
781 | 2024-05-06T02:23:16.255Z | Downloaded httpdate v1.0.3 |
782 | 2024-05-06T02:23:16.255Z | Downloaded hubpack_derive v0.1.1 |
783 | 2024-05-06T02:23:16.255Z | Downloaded hubpack v0.1.2 |
784 | 2024-05-06T02:23:16.255Z | Downloaded httparse v1.8.0 |
785 | 2024-05-06T02:23:16.255Z | Downloaded hyper v0.14.28 |
786 | 2024-05-06T02:23:16.289Z | Downloaded memmap2 v0.7.1 |
787 | 2024-05-06T02:23:16.315Z | Downloaded maybe-uninit v2.0.0 |
788 | 2024-05-06T02:23:16.315Z | Downloaded hyper-staticfile v0.9.5 |
789 | 2024-05-06T02:23:16.315Z | Downloaded console v0.15.8 |
790 | 2024-05-06T02:23:16.316Z | Downloaded memoffset v0.7.1 |
791 | 2024-05-06T02:23:16.316Z | Downloaded normalize-line-endings v0.3.0 |
792 | 2024-05-06T02:23:16.316Z | Downloaded sigpipe v0.1.3 |
793 | 2024-05-06T02:23:16.316Z | Downloaded colorchoice v1.0.0 |
794 | 2024-05-06T02:23:16.316Z | Downloaded nibble_vec v0.1.0 |
795 | 2024-05-06T02:23:16.341Z | Downloaded tower-service v0.3.2 |
796 | 2024-05-06T02:23:16.341Z | Downloaded num-conv v0.1.0 |
797 | 2024-05-06T02:23:16.341Z | Downloaded num-iter v0.1.44 |
798 | 2024-05-06T02:23:16.341Z | Downloaded serde_path_to_error v0.1.16 |
799 | 2024-05-06T02:23:16.368Z | Downloaded synstructure v0.12.6 |
800 | 2024-05-06T02:23:16.368Z | Downloaded tabled_derive v0.7.0 |
801 | 2024-05-06T02:23:16.368Z | Downloaded socket2 v0.5.6 |
802 | 2024-05-06T02:23:16.400Z | Downloaded phf_shared v0.10.0 |
803 | 2024-05-06T02:23:16.400Z | Downloaded signal-hook-tokio v0.3.1 |
804 | 2024-05-06T02:23:16.441Z | Downloaded peeking_take_while v0.1.2 |
805 | 2024-05-06T02:23:16.441Z | Downloaded peg-runtime v0.8.2 |
806 | 2024-05-06T02:23:16.441Z | Downloaded dtrace-parser v0.2.0 |
807 | 2024-05-06T02:23:16.473Z | Downloaded pretty-hex v0.4.1 |
808 | 2024-05-06T02:23:16.473Z | Downloaded number_prefix v0.4.0 |
809 | 2024-05-06T02:23:16.473Z | Downloaded rand_chacha v0.3.1 |
810 | 2024-05-06T02:23:16.474Z | Downloaded rand_core v0.6.4 |
811 | 2024-05-06T02:23:16.532Z | Downloaded rand_xorshift v0.3.0 |
812 | 2024-05-06T02:23:16.569Z | Downloaded vte_generate_state_changes v0.1.1 |
813 | 2024-05-06T02:23:16.569Z | Downloaded unarray v0.1.4 |
814 | 2024-05-06T02:23:16.569Z | Downloaded want v0.3.1 |
815 | 2024-05-06T02:23:16.569Z | Downloaded which v4.4.0 |
816 | 2024-05-06T02:23:16.569Z | Downloaded wyz v0.5.1 |
817 | 2024-05-06T02:23:16.570Z | Downloaded walkdir v2.5.0 |
818 | 2024-05-06T02:23:16.570Z | Downloaded whoami v1.5.1 |
819 | 2024-05-06T02:23:16.570Z | Downloaded uuid v1.8.0 |
820 | 2024-05-06T02:23:16.570Z | Downloaded reedline v0.31.0 |
821 | 2024-05-06T02:23:16.570Z | Downloaded x509-cert v0.2.4 |
822 | 2024-05-06T02:23:16.595Z | Downloaded webpki-roots v0.25.2 |
823 | 2024-05-06T02:23:16.595Z | Downloaded ratatui v0.26.2 |
824 | 2024-05-06T02:23:16.628Z | Downloaded openapiv3 v2.0.0 |
825 | 2024-05-06T02:23:16.653Z | Downloaded sha3 v0.10.8 |
826 | 2024-05-06T02:23:16.653Z | Downloaded encoding_rs v0.8.33 |
827 | 2024-05-06T02:23:16.678Z | Downloaded rustix v0.38.31 |
828 | 2024-05-06T02:23:16.712Z | Downloaded csv v1.3.0 |
829 | 2024-05-06T02:23:16.739Z | Downloaded regex-automata v0.4.5 |
830 | 2024-05-06T02:23:16.763Z | Downloaded ring v0.17.8 |
831 | 2024-05-06T02:23:16.843Z | Downloaded ring v0.16.20 |
832 | 2024-05-06T02:23:16.936Z | Downloaded tokio v1.37.0 |
833 | 2024-05-06T02:23:16.985Z | Downloaded openssl v0.10.64 |
834 | 2024-05-06T02:23:17.010Z | Downloaded rustls v0.22.4 |
835 | 2024-05-06T02:23:17.010Z | Downloaded rustls v0.21.9 |
836 | 2024-05-06T02:23:17.035Z | Downloaded smoltcp v0.11.0 |
837 | 2024-05-06T02:23:17.059Z | Downloaded regress v0.9.1 |
838 | 2024-05-06T02:23:17.059Z | Downloaded regex-syntax v0.8.2 |
839 | 2024-05-06T02:23:17.059Z | Downloaded regex v1.10.4 |
840 | 2024-05-06T02:23:17.085Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
841 | 2024-05-06T02:23:17.110Z | Downloaded vcpkg v0.2.15 |
842 | 2024-05-06T02:23:17.141Z | Downloaded radix_trie v0.2.1 |
843 | 2024-05-06T02:23:17.166Z | Downloaded object v0.32.1 |
844 | 2024-05-06T02:23:17.166Z | Downloaded object v0.30.4 |
845 | 2024-05-06T02:23:17.191Z | Downloaded rustls-webpki v0.102.1 |
846 | 2024-05-06T02:23:17.216Z | Downloaded sled v0.34.7 |
847 | 2024-05-06T02:23:17.216Z | Downloaded zerocopy-derive v0.6.6 |
848 | 2024-05-06T02:23:17.240Z | Downloaded zerocopy-derive v0.2.0 |
849 | 2024-05-06T02:23:17.241Z | Downloaded gimli v0.28.0 |
850 | 2024-05-06T02:23:17.241Z | Downloaded libc v0.2.153 |
851 | 2024-05-06T02:23:17.273Z | Downloaded bstr v1.9.0 |
852 | 2024-05-06T02:23:17.298Z | Downloaded unicode-segmentation v1.10.1 |
853 | 2024-05-06T02:23:17.298Z | Downloaded unicode-normalization v0.1.22 |
854 | 2024-05-06T02:23:17.298Z | Downloaded typed-path v0.7.0 |
855 | 2024-05-06T02:23:17.323Z | Downloaded tungstenite v0.20.1 |
856 | 2024-05-06T02:23:17.323Z | Downloaded rsa v0.9.2 |
857 | 2024-05-06T02:23:17.323Z | Downloaded ron v0.8.1 |
858 | 2024-05-06T02:23:17.323Z | Downloaded rayon v1.10.0 |
859 | 2024-05-06T02:23:17.348Z | Downloaded quick-xml v0.31.0 |
860 | 2024-05-06T02:23:17.348Z | Downloaded proptest v1.4.0 |
861 | 2024-05-06T02:23:17.373Z | Downloaded flate2 v1.0.28 |
862 | 2024-05-06T02:23:17.373Z | Downloaded smoltcp v0.9.1 |
863 | 2024-05-06T02:23:17.373Z | Downloaded crossterm v0.27.0 |
864 | 2024-05-06T02:23:17.398Z | Downloaded zerocopy v0.7.32 |
865 | 2024-05-06T02:23:17.398Z | Downloaded rustyline v14.0.0 |
866 | 2024-05-06T02:23:17.426Z | Downloaded petgraph v0.6.4 |
867 | 2024-05-06T02:23:17.426Z | Downloaded diesel v2.1.6 |
868 | 2024-05-06T02:23:17.451Z | Downloaded winnow v0.5.15 |
869 | 2024-05-06T02:23:17.476Z | Downloaded h2 v0.3.26 |
870 | 2024-05-06T02:23:17.476Z | Downloaded goblin v0.8.0 |
871 | 2024-05-06T02:23:17.476Z | Downloaded polar-core v0.27.3 |
872 | 2024-05-06T02:23:17.501Z | Downloaded reqwest v0.11.27 |
873 | 2024-05-06T02:23:17.501Z | Downloaded futures-util v0.3.30 |
874 | 2024-05-06T02:23:17.526Z | Downloaded unicode-ident v1.0.12 |
875 | 2024-05-06T02:23:17.526Z | Downloaded unicode-bidi v0.3.15 |
876 | 2024-05-06T02:23:17.526Z | Downloaded tungstenite v0.21.0 |
877 | 2024-05-06T02:23:17.526Z | Downloaded publicsuffix v2.2.3 |
878 | 2024-05-06T02:23:17.526Z | Downloaded flume v0.11.0 |
879 | 2024-05-06T02:23:17.526Z | Downloaded papergrid v0.11.0 |
880 | 2024-05-06T02:23:17.526Z | Downloaded openssl-sys v0.9.102 |
881 | 2024-05-06T02:23:17.551Z | Downloaded curve25519-dalek v4.1.2 |
882 | 2024-05-06T02:23:17.551Z | Downloaded winnow v0.6.1 |
883 | 2024-05-06T02:23:17.576Z | Downloaded trust-dns-proto v0.22.0 |
884 | 2024-05-06T02:23:17.576Z | Downloaded vte v0.11.1 |
885 | 2024-05-06T02:23:17.576Z | Downloaded vsss-rs v3.3.4 |
886 | 2024-05-06T02:23:17.576Z | Downloaded unicode-linebreak v0.1.5 |
887 | 2024-05-06T02:23:17.576Z | Downloaded ucd-trie v0.1.6 |
888 | 2024-05-06T02:23:17.576Z | Downloaded typenum v1.16.0 |
889 | 2024-05-06T02:23:17.601Z | Downloaded tui-tree-widget v0.19.0 |
890 | 2024-05-06T02:23:17.601Z | Downloaded strum_macros v0.25.2 |
891 | 2024-05-06T02:23:17.601Z | Downloaded strum_macros v0.24.3 |
892 | 2024-05-06T02:23:17.601Z | Downloaded rand v0.8.5 |
893 | 2024-05-06T02:23:17.601Z | Downloaded sqlparser v0.45.0 |
894 | 2024-05-06T02:23:17.601Z | Downloaded serde_yaml v0.9.25 |
895 | 2024-05-06T02:23:17.601Z | Downloaded salty v0.2.0 |
896 | 2024-05-06T02:23:17.626Z | Downloaded structmeta-derive v0.3.0 |
897 | 2024-05-06T02:23:17.626Z | Downloaded structmeta-derive v0.2.0 |
898 | 2024-05-06T02:23:17.626Z | Downloaded serde_spanned v0.6.5 |
899 | 2024-05-06T02:23:17.626Z | Downloaded serde_repr v0.1.16 |
900 | 2024-05-06T02:23:17.626Z | Downloaded rtoolbox v0.0.1 |
901 | 2024-05-06T02:23:17.626Z | Downloaded rayon-core v1.12.1 |
902 | 2024-05-06T02:23:17.626Z | Downloaded uzers v0.11.3 |
903 | 2024-05-06T02:23:17.626Z | Downloaded unicase v2.7.0 |
904 | 2024-05-06T02:23:17.626Z | Downloaded proc-macro2 v1.0.81 |
905 | 2024-05-06T02:23:17.626Z | Downloaded wait-timeout v0.2.0 |
906 | 2024-05-06T02:23:17.626Z | Downloaded version_check v0.9.4 |
907 | 2024-05-06T02:23:17.651Z | Downloaded utf-8 v0.7.6 |
908 | 2024-05-06T02:23:17.651Z | Downloaded structmeta v0.3.0 |
909 | 2024-05-06T02:23:17.651Z | Downloaded rcgen v0.12.1 |
910 | 2024-05-06T02:23:17.651Z | Downloaded prettyplease v0.2.19 |
911 | 2024-05-06T02:23:17.651Z | Downloaded once_cell v1.19.0 |
912 | 2024-05-06T02:23:17.652Z | Downloaded parking_lot v0.12.1 |
913 | 2024-05-06T02:23:17.652Z | Downloaded oso v0.27.3 |
914 | 2024-05-06T02:23:17.652Z | Downloaded waitgroup v0.1.2 |
915 | 2024-05-06T02:23:17.652Z | Downloaded utf8parse v0.2.1 |
916 | 2024-05-06T02:23:17.652Z | Downloaded try-lock v0.2.4 |
917 | 2024-05-06T02:23:17.652Z | Downloaded strum v0.26.2 |
918 | 2024-05-06T02:23:17.652Z | Downloaded yasna v0.5.2 |
919 | 2024-05-06T02:23:17.676Z | Downloaded sha2 v0.10.8 |
920 | 2024-05-06T02:23:17.677Z | Downloaded rpassword v7.3.1 |
921 | 2024-05-06T02:23:17.677Z | Downloaded parking_lot_core v0.8.6 |
922 | 2024-05-06T02:23:17.677Z | Downloaded zip v0.6.6 |
923 | 2024-05-06T02:23:17.677Z | Downloaded usdt-macro v0.5.0 |
924 | 2024-05-06T02:23:17.677Z | Downloaded ron v0.7.1 |
925 | 2024-05-06T02:23:17.677Z | Downloaded quote v1.0.36 |
926 | 2024-05-06T02:23:17.677Z | Downloaded parse-display-derive v0.9.0 |
927 | 2024-05-06T02:23:17.677Z | Downloaded parse-display v0.9.0 |
928 | 2024-05-06T02:23:17.677Z | Downloaded parking_lot_core v0.9.8 |
929 | 2024-05-06T02:23:17.703Z | Downloaded parking_lot v0.11.2 |
930 | 2024-05-06T02:23:17.703Z | Downloaded owo-colors v4.0.0 |
931 | 2024-05-06T02:23:17.703Z | Downloaded schemars v0.8.17 |
932 | 2024-05-06T02:23:17.703Z | Downloaded samael v0.0.15 |
933 | 2024-05-06T02:23:17.731Z | Downloaded regex-syntax v0.6.29 |
934 | 2024-05-06T02:23:17.731Z | Downloaded rand_seeder v0.2.3 |
935 | 2024-05-06T02:23:17.731Z | Downloaded r2d2 v0.8.10 |
936 | 2024-05-06T02:23:17.731Z | Downloaded quick-error v1.2.3 |
937 | 2024-05-06T02:23:17.731Z | Downloaded proc-macro-error v1.0.4 |
938 | 2024-05-06T02:23:17.731Z | Downloaded foreign-types v0.5.0 |
939 | 2024-05-06T02:23:17.731Z | Downloaded fnv v1.0.7 |
940 | 2024-05-06T02:23:17.731Z | Downloaded float-cmp v0.9.0 |
941 | 2024-05-06T02:23:17.731Z | Downloaded zerocopy v0.3.0 |
942 | 2024-05-06T02:23:17.731Z | Downloaded xattr v1.0.1 |
943 | 2024-05-06T02:23:17.731Z | Downloaded syn v2.0.60 |
944 | 2024-05-06T02:23:17.756Z | Downloaded radium v0.7.0 |
945 | 2024-05-06T02:23:17.756Z | Downloaded psl-types v2.0.11 |
946 | 2024-05-06T02:23:17.756Z | Downloaded proc-macro-crate v1.3.1 |
947 | 2024-05-06T02:23:17.756Z | Downloaded openssl-macros v0.1.1 |
948 | 2024-05-06T02:23:17.756Z | Downloaded zerocopy v0.6.6 |
949 | 2024-05-06T02:23:17.756Z | Downloaded syn v1.0.109 |
950 | 2024-05-06T02:23:17.782Z | Downloaded regex-automata v0.1.10 |
951 | 2024-05-06T02:23:17.782Z | Downloaded time v0.3.34 |
952 | 2024-05-06T02:23:17.782Z | Downloaded proc-macro-error-attr v1.0.4 |
953 | 2024-05-06T02:23:17.782Z | Downloaded opaque-debug v0.3.0 |
954 | 2024-05-06T02:23:17.782Z | Downloaded omicron-zone-package v0.11.0 |
955 | 2024-05-06T02:23:17.782Z | Downloaded olpc-cjson v0.1.3 |
956 | 2024-05-06T02:23:17.782Z | Downloaded num-traits v0.2.18 |
957 | 2024-05-06T02:23:17.807Z | Downloaded num-rational v0.4.1 |
958 | 2024-05-06T02:23:17.807Z | Downloaded packed_struct_codegen v0.10.1 |
959 | 2024-05-06T02:23:17.807Z | Downloaded packed_struct v0.10.1 |
960 | 2024-05-06T02:23:17.807Z | Downloaded smawk v0.3.1 |
961 | 2024-05-06T02:23:17.807Z | Downloaded slog-json v2.6.1 |
962 | 2024-05-06T02:23:17.807Z | Downloaded slog-envlogger v2.2.0 |
963 | 2024-05-06T02:23:17.807Z | Downloaded slog-dtrace v0.3.0 |
964 | 2024-05-06T02:23:17.807Z | Downloaded slog-bunyan v2.5.0 |
965 | 2024-05-06T02:23:17.807Z | Downloaded sha1 v0.10.6 |
966 | 2024-05-06T02:23:17.807Z | Downloaded serde_tokenstream v0.2.0 |
967 | 2024-05-06T02:23:17.807Z | Downloaded serde_tokenstream v0.1.7 |
968 | 2024-05-06T02:23:17.807Z | Downloaded zerocopy-derive v0.7.32 |
969 | 2024-05-06T02:23:17.842Z | Downloaded ryu v1.0.15 |
970 | 2024-05-06T02:23:17.842Z | Downloaded pest v2.7.6 |
971 | 2024-05-06T02:23:17.842Z | Downloaded unicode_categories v0.1.1 |
972 | 2024-05-06T02:23:17.842Z | Downloaded num_threads v0.1.6 |
973 | 2024-05-06T02:23:17.842Z | Downloaded num_enum_derive v0.5.11 |
974 | 2024-05-06T02:23:17.842Z | Downloaded num_enum v0.5.11 |
975 | 2024-05-06T02:23:17.842Z | Downloaded num_cpus v1.16.0 |
976 | 2024-05-06T02:23:17.842Z | Downloaded fs-err v2.11.0 |
977 | 2024-05-06T02:23:17.842Z | Downloaded fragile v2.0.0 |
978 | 2024-05-06T02:23:17.842Z | Downloaded form_urlencoded v1.2.1 |
979 | 2024-05-06T02:23:17.842Z | Downloaded foreign-types-shared v0.3.1 |
980 | 2024-05-06T02:23:17.868Z | Downloaded foreign-types-shared v0.1.1 |
981 | 2024-05-06T02:23:17.868Z | Downloaded foreign-types-macros v0.2.3 |
982 | 2024-05-06T02:23:17.868Z | Downloaded foreign-types v0.3.2 |
983 | 2024-05-06T02:23:17.868Z | Downloaded predicates-tree v1.0.9 |
984 | 2024-05-06T02:23:17.868Z | Downloaded predicates v3.1.0 |
985 | 2024-05-06T02:23:17.868Z | Downloaded ppv-lite86 v0.2.17 |
986 | 2024-05-06T02:23:17.868Z | Downloaded powerfmt v0.2.0 |
987 | 2024-05-06T02:23:17.868Z | Downloaded oso-derive v0.27.3 |
988 | 2024-05-06T02:23:17.869Z | Downloaded openssl-probe v0.1.5 |
989 | 2024-05-06T02:23:17.869Z | Downloaded elliptic-curve v0.13.8 |
990 | 2024-05-06T02:23:17.869Z | Downloaded dof v0.3.0 |
991 | 2024-05-06T02:23:17.869Z | Downloaded dof v0.1.5 |
992 | 2024-05-06T02:23:17.869Z | Downloaded dirs-next v2.0.0 |
993 | 2024-05-06T02:23:17.869Z | Downloaded digest v0.10.7 |
994 | 2024-05-06T02:23:17.869Z | Downloaded difflib v0.4.0 |
995 | 2024-05-06T02:23:17.869Z | Downloaded zone v0.1.8 |
996 | 2024-05-06T02:23:17.869Z | Downloaded zeroize_derive v1.4.2 |
997 | 2024-05-06T02:23:17.869Z | Downloaded zeroize v1.7.0 |
998 | 2024-05-06T02:23:17.869Z | Downloaded rustls-pemfile v2.1.2 |
999 | 2024-05-06T02:23:17.894Z | Downloaded rustc-demangle v0.1.23 |
1000 | 2024-05-06T02:23:17.894Z | Downloaded expectorate v1.1.0 |
1001 | 2024-05-06T02:23:17.894Z | Downloaded unsafe-libyaml v0.2.10 |
1002 | 2024-05-06T02:23:17.894Z | Downloaded similar v2.4.0 |
1003 | 2024-05-06T02:23:17.894Z | Downloaded portable-atomic v1.4.3 |
1004 | 2024-05-06T02:23:17.894Z | Downloaded tabled v0.15.0 |
1005 | 2024-05-06T02:23:17.919Z | Downloaded rustls-webpki v0.101.7 |
1006 | 2024-05-06T02:23:17.943Z | Downloaded nix v0.28.0 |
1007 | 2024-05-06T02:23:17.968Z | Downloaded lalrpop v0.19.12 |
1008 | 2024-05-06T02:23:17.968Z | Downloaded pretty-hex v0.2.1 |
1009 | 2024-05-06T02:23:17.968Z | Downloaded predicates-core v1.0.6 |
1010 | 2024-05-06T02:23:17.968Z | Downloaded precomputed-hash v0.1.1 |
1011 | 2024-05-06T02:23:17.968Z | Downloaded parse-size v1.0.0 |
1012 | 2024-05-06T02:23:17.969Z | Downloaded structmeta v0.2.0 |
1013 | 2024-05-06T02:23:17.969Z | Downloaded strsim v0.11.0 |
1014 | 2024-05-06T02:23:17.969Z | Downloaded stable_deref_trait v1.2.0 |
1015 | 2024-05-06T02:23:17.969Z | Downloaded stability v0.2.0 |
1016 | 2024-05-06T02:23:17.969Z | Downloaded sqlparser_derive v0.2.2 |
1017 | 2024-05-06T02:23:17.969Z | Downloaded sqlformat v0.2.3 |
1018 | 2024-05-06T02:23:17.994Z | Downloaded spki v0.7.2 |
1019 | 2024-05-06T02:23:17.994Z | Downloaded spin v0.9.8 |
1020 | 2024-05-06T02:23:17.994Z | Downloaded spin v0.5.2 |
1021 | 2024-05-06T02:23:17.994Z | Downloaded smf v0.2.3 |
1022 | 2024-05-06T02:23:17.994Z | Downloaded flagset v0.4.3 |
1023 | 2024-05-06T02:23:17.994Z | Downloaded fixedbitset v0.4.2 |
1024 | 2024-05-06T02:23:17.994Z | Downloaded filetime v0.2.23 |
1025 | 2024-05-06T02:23:17.994Z | Downloaded embedded-io v0.4.0 |
1026 | 2024-05-06T02:23:17.994Z | Downloaded either v1.11.0 |
1027 | 2024-05-06T02:23:17.994Z | Downloaded ed25519 v1.5.3 |
1028 | 2024-05-06T02:23:17.994Z | Downloaded dyn-clone v1.0.17 |
1029 | 2024-05-06T02:23:17.994Z | Downloaded display-error-chain v0.2.0 |
1030 | 2024-05-06T02:23:17.994Z | Downloaded dirs-sys-next v0.1.2 |
1031 | 2024-05-06T02:23:17.994Z | Downloaded zone_cfg_derive v0.1.2 |
1032 | 2024-05-06T02:23:17.994Z | Downloaded sct v0.7.0 |
1033 | 2024-05-06T02:23:18.019Z | Downloaded scroll v0.12.0 |
1034 | 2024-05-06T02:23:18.019Z | Downloaded rusty-fork v0.3.0 |
1035 | 2024-05-06T02:23:18.019Z | Downloaded rustversion v1.0.14 |
1036 | 2024-05-06T02:23:18.019Z | Downloaded rustls-pemfile v1.0.3 |
1037 | 2024-05-06T02:23:18.019Z | Downloaded rustfmt-wrapper v0.2.1 |
1038 | 2024-05-06T02:23:18.019Z | Downloaded rustc_version v0.4.0 |
1039 | 2024-05-06T02:23:18.019Z | Downloaded pest_derive v2.7.6 |
1040 | 2024-05-06T02:23:18.020Z | Downloaded pem-rfc7468 v0.7.0 |
1041 | 2024-05-06T02:23:18.020Z | Downloaded peg-macros v0.8.2 |
1042 | 2024-05-06T02:23:18.020Z | Downloaded peg v0.8.2 |
1043 | 2024-05-06T02:23:18.047Z | Downloaded password-hash v0.5.0 |
1044 | 2024-05-06T02:23:18.047Z | Downloaded fatfs v0.3.6 |
1045 | 2024-05-06T02:23:18.047Z | Downloaded env_logger v0.10.0 |
1046 | 2024-05-06T02:23:18.047Z | Downloaded url v2.5.0 |
1047 | 2024-05-06T02:23:18.048Z | Downloaded slog v2.7.0 |
1048 | 2024-05-06T02:23:18.048Z | Downloaded signal-hook v0.3.17 |
1049 | 2024-05-06T02:23:18.072Z | Downloaded pin-project v1.1.3 |
1050 | 2024-05-06T02:23:18.073Z | Downloaded crypto-bigint v0.5.2 |
1051 | 2024-05-06T02:23:18.073Z | Downloaded serde_json v1.0.116 |
1052 | 2024-05-06T02:23:18.097Z | Downloaded dtrace-parser v0.1.14 |
1053 | 2024-05-06T02:23:18.097Z | Downloaded downcast v0.11.0 |
1054 | 2024-05-06T02:23:18.098Z | Downloaded serde_plain v1.0.2 |
1055 | 2024-05-06T02:23:18.098Z | Downloaded scroll_derive v0.12.0 |
1056 | 2024-05-06T02:23:18.098Z | Downloaded scopeguard v1.2.0 |
1057 | 2024-05-06T02:23:18.098Z | Downloaded schemars_derive v0.8.17 |
1058 | 2024-05-06T02:23:18.098Z | Downloaded percent-encoding v2.3.1 |
1059 | 2024-05-06T02:23:18.098Z | Downloaded pem v3.0.4 |
1060 | 2024-05-06T02:23:18.098Z | Downloaded paste v1.0.14 |
1061 | 2024-05-06T02:23:18.098Z | Downloaded ff v0.13.0 |
1062 | 2024-05-06T02:23:18.098Z | Downloaded fd-lock v4.0.2 |
1063 | 2024-05-06T02:23:18.098Z | Downloaded fallible-iterator v0.2.0 |
1064 | 2024-05-06T02:23:18.123Z | Downloaded errno v0.3.8 |
1065 | 2024-05-06T02:23:18.123Z | Downloaded erased-serde v0.3.31 |
1066 | 2024-05-06T02:23:18.123Z | Downloaded env_logger v0.9.3 |
1067 | 2024-05-06T02:23:18.123Z | Downloaded usdt-macro v0.3.5 |
1068 | 2024-05-06T02:23:18.123Z | Downloaded usdt-impl v0.5.0 |
1069 | 2024-05-06T02:23:18.123Z | Downloaded usdt-impl v0.3.5 |
1070 | 2024-05-06T02:23:18.123Z | Downloaded usdt v0.5.0 |
1071 | 2024-05-06T02:23:18.123Z | Downloaded postgres-types v0.2.6 |
1072 | 2024-05-06T02:23:18.123Z | Downloaded postgres-protocol v0.6.6 |
1073 | 2024-05-06T02:23:18.123Z | Downloaded postcard v1.0.8 |
1074 | 2024-05-06T02:23:18.123Z | Downloaded pkcs1 v0.7.5 |
1075 | 2024-05-06T02:23:18.123Z | Downloaded pest_meta v2.7.6 |
1076 | 2024-05-06T02:23:18.148Z | Downloaded der v0.7.8 |
1077 | 2024-05-06T02:23:18.148Z | Downloaded subprocess v0.2.9 |
1078 | 2024-05-06T02:23:18.148Z | Downloaded hashbrown v0.14.3 |
1079 | 2024-05-06T02:23:18.148Z | Downloaded tough v0.17.1 |
1080 | 2024-05-06T02:23:18.173Z | Downloaded bstr v0.2.17 |
1081 | 2024-05-06T02:23:18.173Z | Downloaded path-slash v0.1.5 |
1082 | 2024-05-06T02:23:18.173Z | Downloaded fastrand v2.0.1 |
1083 | 2024-05-06T02:23:18.173Z | Downloaded enum-as-inner v0.5.1 |
1084 | 2024-05-06T02:23:18.173Z | Downloaded ena v0.14.2 |
1085 | 2024-05-06T02:23:18.173Z | Downloaded usdt v0.3.5 |
1086 | 2024-05-06T02:23:18.174Z | Downloaded untrusted v0.9.0 |
1087 | 2024-05-06T02:23:18.174Z | Downloaded untrusted v0.7.1 |
1088 | 2024-05-06T02:23:18.174Z | Downloaded universal-hash v0.5.1 |
1089 | 2024-05-06T02:23:18.199Z | Downloaded unicode-xid v0.2.4 |
1090 | 2024-05-06T02:23:18.199Z | Downloaded unicode-width v0.1.11 |
1091 | 2024-05-06T02:23:18.199Z | Downloaded slog-async v2.8.0 |
1092 | 2024-05-06T02:23:18.199Z | Downloaded slab v0.4.9 |
1093 | 2024-05-06T02:23:18.199Z | Downloaded siphasher v0.3.11 |
1094 | 2024-05-06T02:23:18.199Z | Downloaded platforms v3.0.2 |
1095 | 2024-05-06T02:23:18.199Z | Downloaded plain v0.2.3 |
1096 | 2024-05-06T02:23:18.199Z | Downloaded pkcs8 v0.10.2 |
1097 | 2024-05-06T02:23:18.199Z | Downloaded pin-project-lite v0.2.13 |
1098 | 2024-05-06T02:23:18.199Z | Downloaded pin-project-internal v1.1.3 |
1099 | 2024-05-06T02:23:18.199Z | Downloaded diff v0.1.13 |
1100 | 2024-05-06T02:23:18.224Z | Downloaded diesel_derives v2.1.2 |
1101 | 2024-05-06T02:23:18.224Z | Downloaded derive_more v0.99.17 |
1102 | 2024-05-06T02:23:18.224Z | Downloaded derive-where v1.2.7 |
1103 | 2024-05-06T02:23:18.224Z | Downloaded darling_core v0.20.8 |
1104 | 2024-05-06T02:23:18.224Z | Downloaded trust-dns-client v0.22.0 |
1105 | 2024-05-06T02:23:18.249Z | Downloaded serde_derive v1.0.199 |
1106 | 2024-05-06T02:23:18.249Z | Downloaded equivalent v1.0.1 |
1107 | 2024-05-06T02:23:18.249Z | Downloaded endian-type v0.1.2 |
1108 | 2024-05-06T02:23:18.249Z | Downloaded usdt-attr-macro v0.5.0 |
1109 | 2024-05-06T02:23:18.249Z | Downloaded usdt-attr-macro v0.3.5 |
1110 | 2024-05-06T02:23:18.249Z | Downloaded signal-hook-registry v1.4.1 |
1111 | 2024-05-06T02:23:18.249Z | Downloaded signal-hook-mio v0.2.3 |
1112 | 2024-05-06T02:23:18.249Z | Downloaded shlex v1.3.0 |
1113 | 2024-05-06T02:23:18.249Z | Downloaded shell-words v1.1.0 |
1114 | 2024-05-06T02:23:18.250Z | Downloaded poly1305 v0.8.0 |
1115 | 2024-05-06T02:23:18.250Z | Downloaded pkg-config v0.3.27 |
1116 | 2024-05-06T02:23:18.250Z | Downloaded deranged v0.3.11 |
1117 | 2024-05-06T02:23:18.250Z | Downloaded der_derive v0.7.2 |
1118 | 2024-05-06T02:23:18.250Z | Downloaded trust-dns-server v0.22.1 |
1119 | 2024-05-06T02:23:18.275Z | Downloaded trust-dns-resolver v0.22.0 |
1120 | 2024-05-06T02:23:18.275Z | Downloaded strum_macros v0.26.1 |
1121 | 2024-05-06T02:23:18.275Z | Downloaded half v2.3.1 |
1122 | 2024-05-06T02:23:18.275Z | Downloaded globset v0.4.13 |
1123 | 2024-05-06T02:23:18.275Z | Downloaded getrandom v0.2.12 |
1124 | 2024-05-06T02:23:18.275Z | Downloaded futures v0.3.30 |
1125 | 2024-05-06T02:23:18.275Z | Downloaded tokio-util v0.7.10 |
1126 | 2024-05-06T02:23:18.300Z | Downloaded signature v1.6.4 |
1127 | 2024-05-06T02:23:18.300Z | Downloaded serde_with v3.7.0 |
1128 | 2024-05-06T02:23:18.300Z | Downloaded portpicker v0.1.1 |
1129 | 2024-05-06T02:23:18.301Z | Downloaded pin-utils v0.1.0 |
1130 | 2024-05-06T02:23:18.301Z | Downloaded phf_shared v0.11.2 |
1131 | 2024-05-06T02:23:18.301Z | Downloaded phf v0.11.2 |
1132 | 2024-05-06T02:23:18.301Z | Downloaded pest_generator v2.7.6 |
1133 | 2024-05-06T02:23:18.301Z | Downloaded derive_builder_core v0.20.0 |
1134 | 2024-05-06T02:23:18.326Z | Downloaded derive_builder v0.20.0 |
1135 | 2024-05-06T02:23:18.326Z | Downloaded defmt-parser v0.3.3 |
1136 | 2024-05-06T02:23:18.326Z | Downloaded darling v0.20.8 |
1137 | 2024-05-06T02:23:18.326Z | Downloaded crypto-common v0.1.6 |
1138 | 2024-05-06T02:23:18.326Z | Downloaded supports-color v3.0.0 |
1139 | 2024-05-06T02:23:18.327Z | Downloaded subtle v2.5.0 |
1140 | 2024-05-06T02:23:18.327Z | Downloaded snafu v0.8.2 |
1141 | 2024-05-06T02:23:18.356Z | Downloaded hashbrown v0.13.2 |
1142 | 2024-05-06T02:23:18.356Z | Downloaded hashbrown v0.12.3 |
1143 | 2024-05-06T02:23:18.356Z | Downloaded group v0.13.0 |
1144 | 2024-05-06T02:23:18.356Z | Downloaded futures-channel v0.3.30 |
1145 | 2024-05-06T02:23:18.356Z | Downloaded toml_edit v0.22.12 |
1146 | 2024-05-06T02:23:18.381Z | Downloaded toml_edit v0.19.15 |
1147 | 2024-05-06T02:23:18.407Z | Downloaded tinyvec v1.6.0 |
1148 | 2024-05-06T02:23:18.407Z | Downloaded textwrap v0.16.1 |
1149 | 2024-05-06T02:23:18.407Z | Downloaded num-bigint-dig v0.8.4 |
1150 | 2024-05-06T02:23:18.407Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1151 | 2024-05-06T02:23:18.407Z | Downloaded derive_builder_macro v0.20.0 |
1152 | 2024-05-06T02:23:18.407Z | Downloaded defmt-macros v0.3.6 |
1153 | 2024-05-06T02:23:18.433Z | Downloaded defmt v0.3.5 |
1154 | 2024-05-06T02:23:18.433Z | Downloaded debug-ignore v1.0.5 |
1155 | 2024-05-06T02:23:18.433Z | Downloaded data-encoding v2.4.0 |
1156 | 2024-05-06T02:23:18.433Z | Downloaded darling_macro v0.20.8 |
1157 | 2024-05-06T02:23:18.433Z | Downloaded curve25519-dalek-derive v0.1.0 |
1158 | 2024-05-06T02:23:18.433Z | Downloaded csv-core v0.1.11 |
1159 | 2024-05-06T02:23:18.433Z | Downloaded cstr-argument v0.1.2 |
1160 | 2024-05-06T02:23:18.433Z | Downloaded crunchy v0.2.2 |
1161 | 2024-05-06T02:23:18.433Z | Downloaded crucible-workspace-hack v0.1.0 |
1162 | 2024-05-06T02:23:18.434Z | Downloaded serde_arrays v0.1.0 |
1163 | 2024-05-06T02:23:18.434Z | Downloaded serde-hex v0.1.0 |
1164 | 2024-05-06T02:23:18.434Z | Downloaded sec1 v0.7.3 |
1165 | 2024-05-06T02:23:18.434Z | Downloaded ref-cast-impl v1.0.22 |
1166 | 2024-05-06T02:23:18.434Z | Downloaded hash32 v0.3.1 |
1167 | 2024-05-06T02:23:18.434Z | Downloaded hash32 v0.2.1 |
1168 | 2024-05-06T02:23:18.434Z | Downloaded gethostname v0.4.3 |
1169 | 2024-05-06T02:23:18.434Z | Downloaded tokio-postgres v0.7.10 |
1170 | 2024-05-06T02:23:18.469Z | Downloaded time-macros v0.2.17 |
1171 | 2024-05-06T02:23:18.469Z | Downloaded test-strategy v0.3.1 |
1172 | 2024-05-06T02:23:18.469Z | Downloaded term v0.7.0 |
1173 | 2024-05-06T02:23:18.469Z | Downloaded tar v0.4.40 |
1174 | 2024-05-06T02:23:18.469Z | Downloaded libxml v0.3.3 |
1175 | 2024-05-06T02:23:18.469Z | Downloaded clap_builder v4.5.2 |
1176 | 2024-05-06T02:23:18.495Z | Downloaded socket2 v0.4.9 |
1177 | 2024-05-06T02:23:18.495Z | Downloaded serde-big-array v0.5.1 |
1178 | 2024-05-06T02:23:18.495Z | Downloaded serde-big-array v0.4.1 |
1179 | 2024-05-06T02:23:18.495Z | Downloaded glob v0.3.1 |
1180 | 2024-05-06T02:23:18.495Z | Downloaded getopts v0.2.21 |
1181 | 2024-05-06T02:23:18.495Z | Downloaded generic-array v0.14.7 |
1182 | 2024-05-06T02:23:18.495Z | Downloaded futures-task v0.3.30 |
1183 | 2024-05-06T02:23:18.496Z | Downloaded futures-sink v0.3.30 |
1184 | 2024-05-06T02:23:18.496Z | Downloaded futures-macro v0.3.30 |
1185 | 2024-05-06T02:23:18.496Z | Downloaded futures-io v0.3.30 |
1186 | 2024-05-06T02:23:18.496Z | Downloaded futures-executor v0.3.30 |
1187 | 2024-05-06T02:23:18.496Z | Downloaded futures-core v0.3.30 |
1188 | 2024-05-06T02:23:18.496Z | Downloaded funty v2.0.0 |
1189 | 2024-05-06T02:23:18.496Z | Downloaded tracing-core v0.1.32 |
1190 | 2024-05-06T02:23:18.496Z | Downloaded tracing v0.1.40 |
1191 | 2024-05-06T02:23:18.521Z | Downloaded thread_local v1.1.7 |
1192 | 2024-05-06T02:23:18.521Z | Downloaded thiserror-no-std v2.0.2 |
1193 | 2024-05-06T02:23:18.522Z | Downloaded tempfile v3.10.1 |
1194 | 2024-05-06T02:23:18.522Z | Downloaded steno v0.4.0 |
1195 | 2024-05-06T02:23:18.522Z | Downloaded nom v7.1.3 |
1196 | 2024-05-06T02:23:18.522Z | Downloaded mio v0.8.11 |
1197 | 2024-05-06T02:23:18.546Z | Downloaded fxhash v0.2.1 |
1198 | 2024-05-06T02:23:18.546Z | Downloaded toml v0.5.11 |
1199 | 2024-05-06T02:23:18.547Z | Downloaded tiny-keccak v2.0.2 |
1200 | 2024-05-06T02:23:18.547Z | Downloaded thread-id v4.2.0 |
1201 | 2024-05-06T02:23:18.547Z | Downloaded thiserror-impl-no-std v2.0.2 |
1202 | 2024-05-06T02:23:18.547Z | Downloaded thiserror v1.0.59 |
1203 | 2024-05-06T02:23:18.547Z | Downloaded termios v0.3.3 |
1204 | 2024-05-06T02:23:18.547Z | Downloaded terminal_size v0.3.0 |
1205 | 2024-05-06T02:23:18.547Z | Downloaded serde v1.0.199 |
1206 | 2024-05-06T02:23:18.547Z | Downloaded num-bigint v0.4.4 |
1207 | 2024-05-06T02:23:18.572Z | Downloaded minimal-lexical v0.2.1 |
1208 | 2024-05-06T02:23:18.572Z | Downloaded sync_wrapper v0.1.2 |
1209 | 2024-05-06T02:23:18.572Z | Downloaded swrite v0.1.0 |
1210 | 2024-05-06T02:23:18.572Z | Downloaded snafu-derive v0.8.2 |
1211 | 2024-05-06T02:23:18.572Z | Downloaded serde_derive_internals v0.29.0 |
1212 | 2024-05-06T02:23:18.572Z | Downloaded num-complex v0.4.5 |
1213 | 2024-05-06T02:23:18.572Z | Downloaded toml v0.8.12 |
1214 | 2024-05-06T02:23:18.572Z | Downloaded toml v0.7.8 |
1215 | 2024-05-06T02:23:18.598Z | Downloaded tinyvec_macros v0.1.1 |
1216 | 2024-05-06T02:23:18.598Z | Downloaded time-core v0.1.2 |
1217 | 2024-05-06T02:23:18.598Z | Downloaded thiserror-impl v1.0.59 |
1218 | 2024-05-06T02:23:18.598Z | Downloaded termtree v0.4.1 |
1219 | 2024-05-06T02:23:18.598Z | Downloaded termcolor v1.2.0 |
1220 | 2024-05-06T02:23:18.598Z | Downloaded tap v1.0.1 |
1221 | 2024-05-06T02:23:18.598Z | Downloaded tabwriter v1.4.0 |
1222 | 2024-05-06T02:23:18.598Z | Downloaded resolv-conf v0.7.0 |
1223 | 2024-05-06T02:23:18.599Z | Downloaded num-integer v0.1.46 |
1224 | 2024-05-06T02:23:18.599Z | Downloaded tracing-attributes v0.1.27 |
1225 | 2024-05-06T02:23:18.599Z | Downloaded toml_datetime v0.6.5 |
1226 | 2024-05-06T02:23:18.599Z | Downloaded tokio-tungstenite v0.21.0 |
1227 | 2024-05-06T02:23:18.599Z | Downloaded tokio-tungstenite v0.20.1 |
1228 | 2024-05-06T02:23:18.599Z | Downloaded tokio-stream v0.1.15 |
1229 | 2024-05-06T02:23:18.623Z | Downloaded tokio-rustls v0.25.0 |
1230 | 2024-05-06T02:23:18.623Z | Downloaded tokio-rustls v0.24.1 |
1231 | 2024-05-06T02:23:18.624Z | Downloaded take_mut v0.2.2 |
1232 | 2024-05-06T02:23:18.624Z | Downloaded stringprep v0.1.3 |
1233 | 2024-05-06T02:23:18.624Z | Downloaded memchr v2.7.1 |
1234 | 2024-05-06T02:23:18.624Z | Downloaded const_format v0.2.32 |
1235 | 2024-05-06T02:23:18.624Z | Downloaded bitvec v1.0.1 |
1236 | 2024-05-06T02:23:18.648Z | Downloaded num-derive v0.4.0 |
1237 | 2024-05-06T02:23:18.649Z | Downloaded topological-sort v0.2.2 |
1238 | 2024-05-06T02:23:18.649Z | Downloaded strsim v0.10.0 |
1239 | 2024-05-06T02:23:18.649Z | Downloaded strip-ansi-escapes v0.2.0 |
1240 | 2024-05-06T02:23:18.649Z | Downloaded string_cache v0.8.7 |
1241 | 2024-05-06T02:23:18.673Z | Downloaded static_assertions v1.1.0 |
1242 | 2024-05-06T02:23:18.673Z | Downloaded semver v1.0.22 |
1243 | 2024-05-06T02:23:18.674Z | Downloaded secrecy v0.8.0 |
1244 | 2024-05-06T02:23:18.674Z | Downloaded miniz_oxide v0.7.1 |
1245 | 2024-05-06T02:23:18.674Z | Downloaded chacha20poly1305 v0.10.1 |
1246 | 2024-05-06T02:23:18.674Z | Downloaded blake3 v1.5.0 |
1247 | 2024-05-06T02:23:18.674Z | Downloaded tokio-native-tls v0.3.1 |
1248 | 2024-05-06T02:23:18.674Z | Downloaded tokio-macros v2.2.0 |
1249 | 2024-05-06T02:23:18.674Z | Downloaded smallvec v1.13.1 |
1250 | 2024-05-06T02:23:18.698Z | Downloaded slog-term v2.9.1 |
1251 | 2024-05-06T02:23:18.699Z | Downloaded slog-scope v4.4.0 |
1252 | 2024-05-06T02:23:18.699Z | Downloaded serde_with_macros v3.7.0 |
1253 | 2024-05-06T02:23:18.699Z | Downloaded semver v0.1.20 |
1254 | 2024-05-06T02:23:18.699Z | Downloaded rustls-pki-types v1.3.0 |
1255 | 2024-05-06T02:23:18.699Z | Downloaded nu-ansi-term v0.50.0 |
1256 | 2024-05-06T02:23:18.699Z | Downloaded native-tls v0.2.11 |
1257 | 2024-05-06T02:23:18.699Z | Downloaded mockall_derive v0.12.1 |
1258 | 2024-05-06T02:23:18.699Z | Downloaded lazy_static v1.4.0 |
1259 | 2024-05-06T02:23:18.699Z | Downloaded itertools v0.12.1 |
1260 | 2024-05-06T02:23:18.724Z | Downloaded idna v0.5.0 |
1261 | 2024-05-06T02:23:18.724Z | Downloaded const_format_proc_macros v0.2.32 |
1262 | 2024-05-06T02:23:18.724Z | Downloaded const-oid v0.9.6 |
1263 | 2024-05-06T02:23:18.724Z | Downloaded compact_str v0.7.1 |
1264 | 2024-05-06T02:23:18.724Z | Downloaded clap_derive v4.5.4 |
1265 | 2024-05-06T02:23:18.724Z | Downloaded clap v4.5.4 |
1266 | 2024-05-06T02:23:18.749Z | Downloaded clang-sys v1.6.1 |
1267 | 2024-05-06T02:23:18.749Z | Downloaded blake2 v0.10.6 |
1268 | 2024-05-06T02:23:18.749Z | Downloaded toolchain_find v0.4.0 |
1269 | 2024-05-06T02:23:18.749Z | Downloaded smallvec v0.6.14 |
1270 | 2024-05-06T02:23:18.749Z | Downloaded slog-stdlog v4.1.1 |
1271 | 2024-05-06T02:23:18.749Z | Downloaded signature v2.1.0 |
1272 | 2024-05-06T02:23:18.749Z | Downloaded serde_urlencoded v0.7.1 |
1273 | 2024-05-06T02:23:18.749Z | Downloaded scheduled-thread-pool v0.2.7 |
1274 | 2024-05-06T02:23:18.774Z | Downloaded same-file v1.0.6 |
1275 | 2024-05-06T02:23:18.775Z | Downloaded rustc_version v0.1.7 |
1276 | 2024-05-06T02:23:18.775Z | Downloaded rustc-hash v1.1.0 |
1277 | 2024-05-06T02:23:18.775Z | Downloaded ref-cast v1.0.22 |
1278 | 2024-05-06T02:23:18.775Z | Downloaded num v0.4.2 |
1279 | 2024-05-06T02:23:18.775Z | Downloaded nodrop v0.1.14 |
1280 | 2024-05-06T02:23:18.775Z | Downloaded nanorand v0.7.0 |
1281 | 2024-05-06T02:23:18.775Z | Downloaded multimap v0.10.0 |
1282 | 2024-05-06T02:23:18.775Z | Downloaded multer v3.0.0 |
1283 | 2024-05-06T02:23:18.775Z | Downloaded mime_guess v2.0.4 |
1284 | 2024-05-06T02:23:18.775Z | Downloaded mime v0.3.17 |
1285 | 2024-05-06T02:23:18.775Z | Downloaded log v0.4.21 |
1286 | 2024-05-06T02:23:18.775Z | Downloaded lock_api v0.4.10 |
1287 | 2024-05-06T02:23:18.775Z | Downloaded libm v0.2.7 |
1288 | 2024-05-06T02:23:18.800Z | Downloaded lazycell v1.3.0 |
1289 | 2024-05-06T02:23:18.800Z | Downloaded lalrpop-util v0.19.12 |
1290 | 2024-05-06T02:23:18.800Z | Downloaded keccak v0.1.4 |
1291 | 2024-05-06T02:23:18.800Z | Downloaded iana-time-zone v0.1.57 |
1292 | 2024-05-06T02:23:18.800Z | Downloaded colored v2.1.0 |
1293 | 2024-05-06T02:23:18.800Z | Downloaded cobs v0.2.3 |
1294 | 2024-05-06T02:23:18.800Z | Downloaded clap_lex v0.7.0 |
1295 | 2024-05-06T02:23:18.800Z | Downloaded async-trait v0.1.80 |
1296 | 2024-05-06T02:23:18.825Z | Downloaded macaddr v1.0.1 |
1297 | 2024-05-06T02:23:18.825Z | Downloaded ciborium-ll v0.2.2 |
1298 | 2024-05-06T02:23:18.826Z | Downloaded newtype-uuid v1.1.0 |
1299 | 2024-05-06T02:23:18.826Z | Downloaded mockall v0.12.1 |
1300 | 2024-05-06T02:23:18.826Z | Downloaded lru-cache v0.1.2 |
1301 | 2024-05-06T02:23:18.826Z | Downloaded lru v0.12.1 |
1302 | 2024-05-06T02:23:18.826Z | Downloaded linked-hash-map v0.5.6 |
1303 | 2024-05-06T02:23:18.826Z | Downloaded linear-map v1.2.0 |
1304 | 2024-05-06T02:23:18.826Z | Downloaded libsw v3.3.1 |
1305 | 2024-05-06T02:23:18.826Z | Downloaded libefi-sys v0.1.0 |
1306 | 2024-05-06T02:23:18.826Z | Downloaded kstat-rs v0.2.3 |
1307 | 2024-05-06T02:23:18.826Z | Downloaded itoa v1.0.9 |
1308 | 2024-05-06T02:23:18.826Z | Downloaded ipnetwork v0.20.0 |
1309 | 2024-05-06T02:23:18.826Z | Downloaded cookie v0.17.0 |
1310 | 2024-05-06T02:23:18.826Z | Downloaded cipher v0.4.4 |
1311 | 2024-05-06T02:23:18.851Z | Downloaded bitstruct_derive v0.1.0 |
1312 | 2024-05-06T02:23:18.851Z | Downloaded newtype_derive v0.1.6 |
1313 | 2024-05-06T02:23:18.851Z | Downloaded newline-converter v0.3.0 |
1314 | 2024-05-06T02:23:18.851Z | Downloaded new_debug_unreachable v1.0.4 |
1315 | 2024-05-06T02:23:18.851Z | Downloaded cancel-safe-futures v0.1.5 |
1316 | 2024-05-06T02:23:18.851Z | Downloaded memmap v0.7.0 |
1317 | 2024-05-06T02:23:18.851Z | Downloaded libloading v0.7.4 |
1318 | 2024-05-06T02:23:18.851Z | Downloaded corncobs v0.1.3 |
1319 | 2024-05-06T02:23:18.851Z | Downloaded cookie_store v0.20.0 |
1320 | 2024-05-06T02:23:18.852Z | Downloaded convert_case v0.4.0 |
1321 | 2024-05-06T02:23:18.852Z | Downloaded camino v1.1.6 |
1322 | 2024-05-06T02:23:18.852Z | Downloaded byteorder v1.5.0 |
1323 | 2024-05-06T02:23:18.852Z | Downloaded bitfield v0.14.0 |
1324 | 2024-05-06T02:23:18.852Z | Downloaded ciborium-io v0.2.2 |
1325 | 2024-05-06T02:23:18.852Z | Downloaded chacha20 v0.9.1 |
1326 | 2024-05-06T02:23:18.880Z | Downloaded cassowary v0.3.0 |
1327 | 2024-05-06T02:23:18.880Z | Downloaded camino-tempfile v1.1.1 |
1328 | 2024-05-06T02:23:18.880Z | Downloaded buf-list v1.0.3 |
1329 | 2024-05-06T02:23:18.880Z | Downloaded bitstruct v0.1.1 |
1330 | 2024-05-06T02:23:18.880Z | Downloaded matches v0.1.10 |
1331 | 2024-05-06T02:23:18.880Z | Downloaded match_cfg v0.1.0 |
1332 | 2024-05-06T02:23:18.880Z | Downloaded maplit v1.0.2 |
1333 | 2024-05-06T02:23:18.880Z | Downloaded managed v0.8.0 |
1334 | 2024-05-06T02:23:18.880Z | Downloaded idna v0.3.0 |
1335 | 2024-05-06T02:23:18.880Z | Downloaded ident_case v1.0.1 |
1336 | 2024-05-06T02:23:18.880Z | Downloaded hyper-tls v0.5.0 |
1337 | 2024-05-06T02:23:18.880Z | Downloaded crc32fast v1.3.2 |
1338 | 2024-05-06T02:23:18.905Z | Downloaded crc-catalog v2.2.0 |
1339 | 2024-05-06T02:23:18.905Z | Downloaded crc-any v2.4.3 |
1340 | 2024-05-06T02:23:18.905Z | Downloaded cookie v0.18.1 |
1341 | 2024-05-06T02:23:18.905Z | Downloaded constant_time_eq v0.3.0 |
1342 | 2024-05-06T02:23:18.905Z | Downloaded ciborium v0.2.2 |
1343 | 2024-05-06T02:23:18.905Z | Downloaded chrono v0.4.38 |
1344 | 2024-05-06T02:23:18.905Z | Downloaded cfg-if v1.0.0 |
1345 | 2024-05-06T02:23:18.905Z | Downloaded cexpr v0.6.0 |
1346 | 2024-05-06T02:23:18.905Z | Downloaded cc v1.0.83 |
1347 | 2024-05-06T02:23:18.930Z | Downloaded bzip2 v0.4.4 |
1348 | 2024-05-06T02:23:18.930Z | Downloaded bytes v1.6.0 |
1349 | 2024-05-06T02:23:18.930Z | Downloaded bytecount v0.6.3 |
1350 | 2024-05-06T02:23:18.931Z | Downloaded block-buffer v0.10.4 |
1351 | 2024-05-06T02:23:18.931Z | Downloaded bitflags v2.4.2 |
1352 | 2024-05-06T02:23:18.931Z | Downloaded bitflags v1.3.2 |
1353 | 2024-05-06T02:23:18.931Z | Downloaded bit-vec v0.6.3 |
1354 | 2024-05-06T02:23:18.931Z | Downloaded bindgen v0.69.2 |
1355 | 2024-05-06T02:23:18.956Z | Downloaded base64 v0.13.1 |
1356 | 2024-05-06T02:23:18.956Z | Downloaded backtrace v0.3.69 |
1357 | 2024-05-06T02:23:18.956Z | Downloaded autocfg v1.1.0 |
1358 | 2024-05-06T02:23:18.956Z | Downloaded ascii v1.1.0 |
1359 | 2024-05-06T02:23:18.956Z | Downloaded arc-swap v1.6.0 |
1360 | 2024-05-06T02:23:18.956Z | Downloaded aho-corasick v1.1.2 |
1361 | 2024-05-06T02:23:18.981Z | Downloaded md-5 v0.10.5 |
1362 | 2024-05-06T02:23:18.981Z | Downloaded itertools v0.10.5 |
1363 | 2024-05-06T02:23:18.981Z | Downloaded is_ci v1.2.0 |
1364 | 2024-05-06T02:23:18.981Z | Downloaded is-terminal v0.4.9 |
1365 | 2024-05-06T02:23:18.981Z | Downloaded ipnet v2.9.0 |
1366 | 2024-05-06T02:23:18.981Z | Downloaded instant v0.1.12 |
1367 | 2024-05-06T02:23:18.981Z | Downloaded inout v0.1.3 |
1368 | 2024-05-06T02:23:18.981Z | Downloaded indoc v2.0.3 |
1369 | 2024-05-06T02:23:19.007Z | Downloaded indoc v1.0.9 |
1370 | 2024-05-06T02:23:19.007Z | Downloaded indicatif v0.17.8 |
1371 | 2024-05-06T02:23:19.007Z | Downloaded indexmap v2.2.6 |
1372 | 2024-05-06T02:23:19.007Z | Downloaded indexmap v1.9.3 |
1373 | 2024-05-06T02:23:19.007Z | Downloaded impl-trait-for-tuples v0.2.2 |
1374 | 2024-05-06T02:23:19.007Z | Downloaded idna v0.2.3 |
1375 | 2024-05-06T02:23:19.032Z | Downloaded hyper-rustls v0.24.2 |
1376 | 2024-05-06T02:23:19.032Z | Downloaded humantime v2.1.0 |
1377 | 2024-05-06T02:23:19.032Z | Downloaded http-body v0.4.5 |
1378 | 2024-05-06T02:23:19.032Z | Downloaded http v0.2.12 |
1379 | 2024-05-06T02:23:19.033Z | Downloaded hostname v0.3.1 |
1380 | 2024-05-06T02:23:19.033Z | Downloaded home v0.5.5 |
1381 | 2024-05-06T02:23:19.033Z | Downloaded hkdf v0.12.4 |
1382 | 2024-05-06T02:23:19.033Z | Downloaded highway v1.1.0 |
1383 | 2024-05-06T02:23:19.058Z | Downloaded crossbeam-epoch v0.9.18 |
1384 | 2024-05-06T02:23:19.058Z | Downloaded crossbeam-deque v0.8.3 |
1385 | 2024-05-06T02:23:19.058Z | Downloaded crossbeam-channel v0.5.8 |
1386 | 2024-05-06T02:23:19.058Z | Downloaded crc v3.0.1 |
1387 | 2024-05-06T02:23:19.058Z | Downloaded cpufeatures v0.2.12 |
1388 | 2024-05-06T02:23:19.058Z | Downloaded cfg_aliases v0.1.1 |
1389 | 2024-05-06T02:23:19.058Z | Downloaded castaway v0.2.2 |
1390 | 2024-05-06T02:23:19.058Z | Downloaded block-padding v0.3.3 |
1391 | 2024-05-06T02:23:19.058Z | Downloaded bit-set v0.5.3 |
1392 | 2024-05-06T02:23:19.058Z | Downloaded bcs v0.1.6 |
1393 | 2024-05-06T02:23:19.058Z | Downloaded bb8 v0.8.3 |
1394 | 2024-05-06T02:23:19.058Z | Downloaded base64ct v1.6.0 |
1395 | 2024-05-06T02:23:19.083Z | Downloaded base64 v0.22.0 |
1396 | 2024-05-06T02:23:19.083Z | Downloaded base64 v0.21.7 |
1397 | 2024-05-06T02:23:19.083Z | Downloaded atomic-waker v1.1.1 |
1398 | 2024-05-06T02:23:19.083Z | Downloaded async-stream-impl v0.3.5 |
1399 | 2024-05-06T02:23:19.083Z | Downloaded async-stream v0.3.5 |
1400 | 2024-05-06T02:23:19.083Z | Downloaded async-recursion v1.1.0 |
1401 | 2024-05-06T02:23:19.083Z | Downloaded assert_matches v1.5.0 |
1402 | 2024-05-06T02:23:19.083Z | Downloaded arrayref v0.3.7 |
1403 | 2024-05-06T02:23:19.083Z | Downloaded argon2 v0.5.3 |
1404 | 2024-05-06T02:23:19.108Z | Downloaded anstyle-query v1.0.0 |
1405 | 2024-05-06T02:23:19.109Z | Downloaded aead v0.5.2 |
1406 | 2024-05-06T02:23:19.109Z | Downloaded adler v1.0.2 |
1407 | 2024-05-06T02:23:19.109Z | Downloaded base16ct v0.2.0 |
1408 | 2024-05-06T02:23:19.109Z | Downloaded backoff v0.4.0 |
1409 | 2024-05-06T02:23:19.109Z | Downloaded atomicwrites v0.4.3 |
1410 | 2024-05-06T02:23:19.109Z | Downloaded array-init v0.0.4 |
1411 | 2024-05-06T02:23:19.109Z | Downloaded ahash v0.8.8 |
1412 | 2024-05-06T02:23:19.109Z | Downloaded http v1.0.0 |
1413 | 2024-05-06T02:23:19.109Z | Downloaded hmac v0.12.1 |
1414 | 2024-05-06T02:23:19.109Z | Downloaded heck v0.5.0 |
1415 | 2024-05-06T02:23:19.109Z | Downloaded addr2line v0.21.0 |
1416 | 2024-05-06T02:23:19.133Z | Downloaded http-range v0.1.5 |
1417 | 2024-05-06T02:23:19.134Z | Downloaded anstyle v1.0.6 |
1418 | 2024-05-06T02:23:19.134Z | Downloaded ascii-canvas v3.0.0 |
1419 | 2024-05-06T02:23:19.134Z | Downloaded anstream v0.6.11 |
1420 | 2024-05-06T02:23:19.134Z | Downloaded atty v0.2.14 |
1421 | 2024-05-06T02:23:19.134Z | Downloaded arrayvec v0.7.4 |
1422 | 2024-05-06T02:23:19.134Z | Downloaded anyhow v1.0.82 |
1423 | 2024-05-06T02:23:19.134Z | Downloaded heapless v0.8.0 |
1424 | 2024-05-06T02:23:19.134Z | Downloaded allocator-api2 v0.2.16 |
1425 | 2024-05-06T02:23:19.161Z | Downloaded crossbeam-utils v0.8.19 |
1426 | 2024-05-06T02:23:19.161Z | Downloaded headers v0.3.9 |
1427 | 2024-05-06T02:23:19.457Z | Compiling proc-macro2 v1.0.81 |
1428 | 2024-05-06T02:23:19.458Z | Compiling unicode-ident v1.0.12 |
1429 | 2024-05-06T02:23:19.482Z | Compiling libc v0.2.153 |
1430 | 2024-05-06T02:23:19.482Z | Compiling serde v1.0.199 |
1431 | 2024-05-06T02:23:19.482Z | Compiling version_check v0.9.4 |
1432 | 2024-05-06T02:23:19.482Z | Compiling autocfg v1.1.0 |
1433 | 2024-05-06T02:23:19.482Z | Compiling cfg-if v1.0.0 |
1434 | 2024-05-06T02:23:19.737Z | Compiling once_cell v1.19.0 |
1435 | 2024-05-06T02:23:19.767Z | Compiling byteorder v1.5.0 |
1436 | 2024-05-06T02:23:19.794Z | Compiling memchr v2.7.1 |
1437 | 2024-05-06T02:23:20.114Z | Compiling serde_json v1.0.116 |
1438 | 2024-05-06T02:23:20.177Z | Compiling ahash v0.8.8 |
1439 | 2024-05-06T02:23:20.243Z | Compiling lock_api v0.4.10 |
1440 | 2024-05-06T02:23:20.289Z | Compiling parking_lot_core v0.9.8 |
1441 | 2024-05-06T02:23:20.462Z | Compiling libm v0.2.7 |
1442 | 2024-05-06T02:23:20.569Z | Compiling thiserror v1.0.59 |
1443 | 2024-05-06T02:23:20.605Z | Compiling num-traits v0.2.18 |
1444 | 2024-05-06T02:23:20.897Z | Compiling itoa v1.0.9 |
1445 | 2024-05-06T02:23:21.193Z | Compiling typenum v1.16.0 |
1446 | 2024-05-06T02:23:21.389Z | Compiling quote v1.0.36 |
1447 | 2024-05-06T02:23:21.507Z | Compiling generic-array v0.14.7 |
1448 | 2024-05-06T02:23:21.634Z | Compiling cc v1.0.83 |
1449 | 2024-05-06T02:23:21.756Z | Compiling syn v2.0.60 |
1450 | 2024-05-06T02:23:21.844Z | Compiling getrandom v0.2.12 |
1451 | 2024-05-06T02:23:21.997Z | Compiling allocator-api2 v0.2.16 |
1452 | 2024-05-06T02:23:22.129Z | Compiling syn v1.0.109 |
1453 | 2024-05-06T02:23:22.252Z | Compiling log v0.4.21 |
1454 | 2024-05-06T02:23:22.281Z | Compiling pkg-config v0.3.27 |
1455 | 2024-05-06T02:23:22.665Z | Compiling slab v0.4.9 |
1456 | 2024-05-06T02:23:22.735Z | Compiling scopeguard v1.2.0 |
1457 | 2024-05-06T02:23:22.934Z | Compiling ryu v1.0.15 |
1458 | 2024-05-06T02:23:23.219Z | Compiling equivalent v1.0.1 |
1459 | 2024-05-06T02:23:23.274Z | Compiling vcpkg v0.2.15 |
1460 | 2024-05-06T02:23:23.313Z | Compiling schemars v0.8.17 |
1461 | 2024-05-06T02:23:23.591Z | Compiling ring v0.17.8 |
1462 | 2024-05-06T02:23:23.776Z | Compiling fnv v1.0.7 |
1463 | 2024-05-06T02:23:23.837Z | Compiling pin-project-lite v0.2.13 |
1464 | 2024-05-06T02:23:23.967Z | Compiling smallvec v1.13.1 |
1465 | 2024-05-06T02:23:24.325Z | Compiling num-conv v0.1.0 |
1466 | 2024-05-06T02:23:24.420Z | Compiling time-core v0.1.2 |
1467 | 2024-05-06T02:23:24.606Z | Compiling ring v0.16.20 |
1468 | 2024-05-06T02:23:24.630Z | Compiling time-macros v0.2.17 |
1469 | 2024-05-06T02:23:24.657Z | Compiling openssl-sys v0.9.102 |
1470 | 2024-05-06T02:23:25.217Z | Compiling parking_lot v0.12.1 |
1471 | 2024-05-06T02:23:25.361Z | Compiling httparse v1.8.0 |
1472 | 2024-05-06T02:23:26.150Z | Compiling rustix v0.38.31 |
1473 | 2024-05-06T02:23:26.217Z | Compiling crossbeam-utils v0.8.19 |
1474 | 2024-05-06T02:23:26.655Z | Compiling signal-hook-registry v1.4.1 |
1475 | 2024-05-06T02:23:26.680Z | Compiling openssl v0.10.64 |
1476 | 2024-05-06T02:23:26.971Z | Compiling mio v0.8.11 |
1477 | 2024-05-06T02:23:27.310Z | Compiling semver v1.0.22 |
1478 | 2024-05-06T02:23:27.565Z | Compiling serde_derive_internals v0.29.0 |
1479 | 2024-05-06T02:23:27.733Z | Compiling rand_core v0.6.4 |
1480 | 2024-05-06T02:23:27.977Z | Compiling rustls v0.21.9 |
1481 | 2024-05-06T02:23:28.096Z | Compiling tinyvec_macros v0.1.1 |
1482 | 2024-05-06T02:23:28.190Z | Compiling futures-core v0.3.30 |
1483 | 2024-05-06T02:23:28.259Z | Compiling iana-time-zone v0.1.57 |
1484 | 2024-05-06T02:23:28.430Z | Compiling native-tls v0.2.11 |
1485 | 2024-05-06T02:23:28.563Z | Compiling tinyvec v1.6.0 |
1486 | 2024-05-06T02:23:28.606Z | Compiling num_cpus v1.16.0 |
1487 | 2024-05-06T02:23:28.654Z | Compiling socket2 v0.5.6 |
1488 | 2024-05-06T02:23:29.218Z | Compiling cookie v0.17.0 |
1489 | 2024-05-06T02:23:29.477Z | Compiling futures-sink v0.3.30 |
1490 | 2024-05-06T02:23:29.501Z | Compiling unicode-bidi v0.3.15 |
1491 | 2024-05-06T02:23:29.769Z | Compiling unicode-normalization v0.1.22 |
1492 | 2024-05-06T02:23:29.802Z | Compiling ucd-trie v0.1.6 |
1493 | 2024-05-06T02:23:30.207Z | Compiling spin v0.5.2 |
1494 | 2024-05-06T02:23:30.238Z | Compiling futures-channel v0.3.30 |
1495 | 2024-05-06T02:23:30.352Z | Compiling backtrace v0.3.69 |
1496 | 2024-05-06T02:23:30.507Z | Compiling aho-corasick v1.1.2 |
1497 | 2024-05-06T02:23:30.561Z | Compiling regex-syntax v0.8.2 |
1498 | 2024-05-06T02:23:30.588Z | Compiling heck v0.5.0 |
1499 | 2024-05-06T02:23:30.588Z | Compiling slog v2.7.0 |
1500 | 2024-05-06T02:23:30.624Z | Compiling futures-task v0.3.30 |
1501 | 2024-05-06T02:23:30.719Z | Compiling dyn-clone v1.0.17 |
1502 | 2024-05-06T02:23:30.896Z | Compiling futures-io v0.3.30 |
1503 | 2024-05-06T02:23:30.921Z | Compiling pin-utils v0.1.0 |
1504 | 2024-05-06T02:23:31.017Z | Compiling spin v0.9.8 |
1505 | 2024-05-06T02:23:31.113Z | Compiling tracing-core v0.1.32 |
1506 | 2024-05-06T02:23:31.709Z | Compiling subtle v2.5.0 |
1507 | 2024-05-06T02:23:31.933Z | Compiling serde_derive v1.0.199 |
1508 | 2024-05-06T02:23:31.961Z | Compiling zerocopy-derive v0.7.32 |
1509 | 2024-05-06T02:23:32.034Z | Compiling thiserror-impl v1.0.59 |
1510 | 2024-05-06T02:23:32.136Z | Compiling zeroize_derive v1.4.2 |
1511 | 2024-05-06T02:23:32.167Z | Compiling tokio-macros v2.2.0 |
1512 | 2024-05-06T02:23:32.913Z | Compiling futures-macro v0.3.30 |
1513 | 2024-05-06T02:23:33.288Z | Compiling tracing-attributes v0.1.27 |
1514 | 2024-05-06T02:23:33.316Z | Compiling schemars_derive v0.8.17 |
1515 | 2024-05-06T02:23:33.564Z | Compiling zerocopy v0.7.32 |
1516 | 2024-05-06T02:23:34.309Z | Compiling zeroize v1.7.0 |
1517 | 2024-05-06T02:23:34.633Z | Compiling openssl-macros v0.1.1 |
1518 | 2024-05-06T02:23:35.109Z | Compiling pest v2.7.6 |
1519 | 2024-05-06T02:23:35.215Z | Compiling futures-util v0.3.30 |
1520 | 2024-05-06T02:23:35.333Z | Compiling hashbrown v0.14.3 |
1521 | 2024-05-06T02:23:35.807Z | Compiling regex-automata v0.4.5 |
1522 | 2024-05-06T02:23:36.031Z | Compiling tracing v0.1.40 |
1523 | 2024-05-06T02:23:36.446Z | Compiling anyhow v1.0.82 |
1524 | 2024-05-06T02:23:36.782Z | Compiling unicode-xid v0.2.4 |
1525 | 2024-05-06T02:23:36.883Z | Compiling percent-encoding v2.3.1 |
1526 | 2024-05-06T02:23:36.930Z | Compiling pest_meta v2.7.6 |
1527 | 2024-05-06T02:23:37.151Z | Compiling const-oid v0.9.6 |
1528 | 2024-05-06T02:23:37.176Z | Compiling winnow v0.5.15 |
1529 | 2024-05-06T02:23:37.294Z | Compiling synstructure v0.12.6 |
1530 | 2024-05-06T02:23:38.464Z | Compiling pest_generator v2.7.6 |
1531 | 2024-05-06T02:23:40.055Z | Compiling pest_derive v2.7.6 |
1532 | 2024-05-06T02:23:40.090Z | Compiling regex v1.10.4 |
1533 | 2024-05-06T02:23:40.221Z | Compiling heck v0.4.1 |
1534 | 2024-05-06T02:23:40.692Z | Compiling crc32fast v1.3.2 |
1535 | 2024-05-06T02:23:41.095Z | Compiling zerocopy-derive v0.2.0 |
1536 | 2024-05-06T02:23:41.965Z | Compiling bytes v1.6.0 |
1537 | 2024-05-06T02:23:42.231Z | Compiling indexmap v2.2.6 |
1538 | 2024-05-06T02:23:42.776Z | Compiling bitflags v2.4.2 |
1539 | 2024-05-06T02:23:42.918Z | Compiling chrono v0.4.38 |
1540 | 2024-05-06T02:23:43.106Z | Compiling uuid v1.8.0 |
1541 | 2024-05-06T02:23:43.666Z | Compiling tokio v1.37.0 |
1542 | 2024-05-06T02:23:43.694Z | Compiling serde_spanned v0.6.5 |
1543 | 2024-05-06T02:23:43.874Z | Compiling toml_datetime v0.6.5 |
1544 | 2024-05-06T02:23:44.659Z | Compiling http v0.2.12 |
1545 | 2024-05-06T02:23:46.500Z | Compiling toml_edit v0.19.15 |
1546 | 2024-05-06T02:23:47.346Z | Compiling untrusted v0.9.0 |
1547 | 2024-05-06T02:23:47.564Z | Compiling untrusted v0.7.1 |
1548 | 2024-05-06T02:23:47.937Z | Compiling foreign-types-shared v0.1.1 |
1549 | 2024-05-06T02:23:48.036Z | Compiling powerfmt v0.2.0 |
1550 | 2024-05-06T02:23:48.068Z | Compiling foreign-types v0.3.2 |
1551 | 2024-05-06T02:23:48.357Z | Compiling deranged v0.3.11 |
1552 | 2024-05-06T02:23:50.196Z | Compiling tokio-util v0.7.10 |
1553 | 2024-05-06T02:23:51.915Z | Compiling form_urlencoded v1.2.1 |
1554 | 2024-05-06T02:23:52.038Z | Compiling crypto-common v0.1.6 |
1555 | 2024-05-06T02:23:52.064Z | Compiling der_derive v0.7.2 |
1556 | 2024-05-06T02:23:52.379Z | Compiling errno v0.3.8 |
1557 | 2024-05-06T02:23:52.688Z | Compiling try-lock v0.2.4 |
1558 | 2024-05-06T02:23:52.801Z | Compiling base64 v0.21.7 |
1559 | 2024-05-06T02:23:52.826Z | Compiling num_threads v0.1.6 |
1560 | 2024-05-06T02:23:52.943Z | Compiling time v0.3.34 |
1561 | 2024-05-06T02:23:53.361Z | Compiling want v0.3.1 |
1562 | 2024-05-06T02:23:54.296Z | Compiling rustls-webpki v0.101.7 |
1563 | 2024-05-06T02:23:54.428Z | Compiling h2 v0.3.26 |
1564 | 2024-05-06T02:23:54.464Z | Compiling sct v0.7.0 |
1565 | 2024-05-06T02:23:54.694Z | Compiling http-body v0.4.5 |
1566 | 2024-05-06T02:23:55.014Z | Compiling rustc_version v0.4.0 |
1567 | 2024-05-06T02:23:55.555Z | Compiling block-buffer v0.10.4 |
1568 | 2024-05-06T02:23:55.665Z | Compiling async-trait v0.1.80 |
1569 | 2024-05-06T02:23:55.835Z | Compiling idna v0.5.0 |
1570 | 2024-05-06T02:23:56.185Z | Compiling socket2 v0.4.9 |
1571 | 2024-05-06T02:23:56.728Z | Compiling usdt-impl v0.3.5 |
1572 | 2024-05-06T02:23:56.815Z | Compiling httpdate v1.0.3 |
1573 | 2024-05-06T02:23:57.011Z | Compiling tower-service v0.3.2 |
1574 | 2024-05-06T02:23:57.141Z | Compiling unicode-width v0.1.11 |
1575 | 2024-05-06T02:23:57.166Z | Compiling rustversion v1.0.14 |
1576 | 2024-05-06T02:23:57.307Z | Compiling openssl-probe v0.1.5 |
1577 | 2024-05-06T02:23:57.609Z | Compiling url v2.5.0 |
1578 | 2024-05-06T02:23:58.930Z | Compiling digest v0.10.7 |
1579 | 2024-05-06T02:23:59.240Z | Compiling heapless v0.7.16 |
1580 | 2024-05-06T02:23:59.285Z | Compiling scroll_derive v0.12.0 |
1581 | 2024-05-06T02:23:59.617Z | Compiling idna v0.3.0 |
1582 | 2024-05-06T02:23:59.851Z | Compiling hyper v0.14.28 |
1583 | 2024-05-06T02:24:00.486Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1584 | 2024-05-06T02:24:00.894Z | Compiling adler v1.0.2 |
1585 | 2024-05-06T02:24:01.075Z | Compiling ppv-lite86 v0.2.17 |
1586 | 2024-05-06T02:24:01.103Z | Compiling signal-hook v0.3.17 |
1587 | 2024-05-06T02:24:01.665Z | Compiling psl-types v2.0.11 |
1588 | 2024-05-06T02:24:01.844Z | Compiling publicsuffix v2.2.3 |
1589 | 2024-05-06T02:24:02.248Z | Compiling tokio-rustls v0.24.1 |
1590 | 2024-05-06T02:24:02.273Z | Compiling rand_chacha v0.3.1 |
1591 | 2024-05-06T02:24:02.590Z | Compiling miniz_oxide v0.7.1 |
1592 | 2024-05-06T02:24:03.615Z | Compiling tokio-native-tls v0.3.1 |
1593 | 2024-05-06T02:24:03.783Z | Compiling crossbeam-epoch v0.9.18 |
1594 | 2024-05-06T02:24:04.382Z | Compiling openapiv3 v2.0.0 |
1595 | 2024-05-06T02:24:04.964Z | Compiling zerocopy v0.3.0 |
1596 | 2024-05-06T02:24:05.565Z | Compiling thread-id v4.2.0 |
1597 | 2024-05-06T02:24:05.591Z | Compiling ipnet v2.9.0 |
1598 | 2024-05-06T02:24:05.674Z | Compiling dof v0.1.5 |
1599 | 2024-05-06T02:24:06.300Z | Compiling hyper-rustls v0.24.2 |
1600 | 2024-05-06T02:24:06.447Z | Compiling hyper-tls v0.5.0 |
1601 | 2024-05-06T02:24:06.496Z | Compiling cookie_store v0.20.0 |
1602 | 2024-05-06T02:24:06.745Z | Compiling rand v0.8.5 |
1603 | 2024-05-06T02:24:07.042Z | Compiling rustls-pemfile v1.0.3 |
1604 | 2024-05-06T02:24:07.319Z | Compiling serde_urlencoded v0.7.1 |
1605 | 2024-05-06T02:24:07.550Z | Compiling serde_tokenstream v0.2.0 |
1606 | 2024-05-06T02:24:07.836Z | Compiling dtrace-parser v0.1.14 |
1607 | 2024-05-06T02:24:08.018Z | Compiling num-bigint v0.4.4 |
1608 | 2024-05-06T02:24:08.046Z | Compiling encoding_rs v0.8.33 |
1609 | 2024-05-06T02:24:08.091Z | Compiling either v1.11.0 |
1610 | 2024-05-06T02:24:08.116Z | Compiling sync_wrapper v0.1.2 |
1611 | 2024-05-06T02:24:08.237Z | Compiling webpki-roots v0.25.2 |
1612 | 2024-05-06T02:24:08.376Z | Compiling rayon-core v1.12.1 |
1613 | 2024-05-06T02:24:08.405Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1614 | 2024-05-06T02:24:08.622Z | Compiling base64ct v1.6.0 |
1615 | 2024-05-06T02:24:08.688Z | Compiling gimli v0.28.0 |
1616 | 2024-05-06T02:24:08.949Z | Compiling smoltcp v0.9.1 |
1617 | 2024-05-06T02:24:09.089Z | Compiling mime v0.3.17 |
1618 | 2024-05-06T02:24:09.116Z | Compiling pem-rfc7468 v0.7.0 |
1619 | 2024-05-06T02:24:09.879Z | Compiling reqwest v0.11.27 |
1620 | 2024-05-06T02:24:10.650Z | Compiling hmac v0.12.1 |
1621 | 2024-05-06T02:24:10.775Z | Compiling serde_tokenstream v0.1.7 |
1622 | 2024-05-06T02:24:10.875Z | Compiling regress v0.9.1 |
1623 | 2024-05-06T02:24:11.289Z | Compiling object v0.32.1 |
1624 | 2024-05-06T02:24:11.591Z | Compiling camino v1.1.6 |
1625 | 2024-05-06T02:24:12.018Z | Compiling addr2line v0.21.0 |
1626 | 2024-05-06T02:24:12.048Z | Compiling winnow v0.6.1 |
1627 | 2024-05-06T02:24:12.337Z | Compiling siphasher v0.3.11 |
1628 | 2024-05-06T02:24:12.805Z | Compiling rustc-demangle v0.1.23 |
1629 | 2024-05-06T02:24:12.901Z | Compiling flagset v0.4.3 |
1630 | 2024-05-06T02:24:13.068Z | Compiling der v0.7.8 |
1631 | 2024-05-06T02:24:13.575Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
1632 | 2024-05-06T02:24:14.422Z | Compiling flate2 v1.0.28 |
1633 | 2024-05-06T02:24:14.807Z | Compiling toml_edit v0.22.12 |
1634 | 2024-05-06T02:24:17.079Z | Compiling futures-executor v0.3.30 |
1635 | 2024-05-06T02:24:17.642Z | Compiling hubpack_derive v0.1.1 |
1636 | 2024-05-06T02:24:17.713Z | Compiling zerocopy-derive v0.6.6 |
1637 | 2024-05-06T02:24:18.445Z | Compiling lazy_static v1.4.0 |
1638 | 2024-05-06T02:24:18.557Z | Compiling usdt-impl v0.5.0 |
1639 | 2024-05-06T02:24:18.598Z | Compiling stable_deref_trait v1.2.0 |
1640 | 2024-05-06T02:24:18.845Z | Compiling cpufeatures v0.2.12 |
1641 | 2024-05-06T02:24:19.642Z | Compiling utf8parse v0.2.1 |
1642 | 2024-05-06T02:24:19.780Z | Compiling anstyle v1.0.6 |
1643 | 2024-05-06T02:24:19.930Z | Compiling anstyle-parse v0.2.1 |
1644 | 2024-05-06T02:24:20.152Z | Compiling sha2 v0.10.8 |
1645 | 2024-05-06T02:24:21.123Z | Compiling futures v0.3.30 |
1646 | 2024-05-06T02:24:21.336Z | Compiling spki v0.7.2 |
1647 | 2024-05-06T02:24:21.438Z | Compiling usdt-macro v0.3.5 |
1648 | 2024-05-06T02:24:21.653Z | Compiling usdt-attr-macro v0.3.5 |
1649 | 2024-05-06T02:24:22.286Z | Compiling scroll v0.12.0 |
1650 | 2024-05-06T02:24:22.338Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
1651 | 2024-05-06T02:24:22.799Z | Compiling md-5 v0.10.5 |
1652 | 2024-05-06T02:24:23.032Z | Compiling toml v0.7.8 |
1653 | 2024-05-06T02:24:23.749Z | Compiling hex v0.4.3 |
1654 | 2024-05-06T02:24:24.280Z | Compiling stringprep v0.1.3 |
1655 | 2024-05-06T02:24:24.335Z | Compiling diesel_table_macro_syntax v0.1.0 |
1656 | 2024-05-06T02:24:24.659Z | Compiling num-integer v0.1.46 |
1657 | 2024-05-06T02:24:25.777Z | Compiling hash32 v0.2.1 |
1658 | 2024-05-06T02:24:25.901Z | Compiling fallible-iterator v0.2.0 |
1659 | 2024-05-06T02:24:26.552Z | Compiling colorchoice v1.0.0 |
1660 | 2024-05-06T02:24:26.712Z | Compiling plain v0.2.3 |
1661 | 2024-05-06T02:24:26.873Z | Compiling anstyle-query v1.0.0 |
1662 | 2024-05-06T02:24:27.012Z | Compiling anstream v0.6.11 |
1663 | 2024-05-06T02:24:27.581Z | Compiling goblin v0.8.0 |
1664 | 2024-05-06T02:24:33.303Z | Compiling postgres-protocol v0.6.6 |
1665 | 2024-05-06T02:24:34.260Z | Compiling diesel_derives v2.1.2 |
1666 | 2024-05-06T02:24:37.642Z | Compiling pkcs8 v0.10.2 |
1667 | 2024-05-06T02:24:38.306Z | Compiling phf_shared v0.11.2 |
1668 | 2024-05-06T02:24:39.010Z | Compiling strum_macros v0.25.2 |
1669 | 2024-05-06T02:24:39.511Z | Compiling terminal_size v0.3.0 |
1670 | 2024-05-06T02:24:39.690Z | Compiling enum-as-inner v0.5.1 |
1671 | 2024-05-06T02:24:39.943Z | Compiling block-padding v0.3.3 |
1672 | 2024-05-06T02:24:40.044Z | Compiling clap_derive v4.5.4 |
1673 | 2024-05-06T02:24:40.146Z | Compiling serde_repr v0.1.16 |
1674 | 2024-05-06T02:24:40.453Z | Compiling ff v0.13.0 |
1675 | 2024-05-06T02:24:40.720Z | Compiling scheduled-thread-pool v0.2.7 |
1676 | 2024-05-06T02:24:41.122Z | Compiling regex-automata v0.1.10 |
1677 | 2024-05-06T02:24:41.509Z | Compiling clap_lex v0.7.0 |
1678 | 2024-05-06T02:24:41.868Z | Compiling pretty-hex v0.4.1 |
1679 | 2024-05-06T02:24:42.039Z | Compiling managed v0.8.0 |
1680 | 2024-05-06T02:24:42.229Z | Compiling matches v0.1.10 |
1681 | 2024-05-06T02:24:42.319Z | Compiling bit-vec v0.6.3 |
1682 | 2024-05-06T02:24:42.450Z | Compiling strsim v0.11.0 |
1683 | 2024-05-06T02:24:42.936Z | Compiling bitflags v1.3.2 |
1684 | 2024-05-06T02:24:43.031Z | Compiling base16ct v0.2.0 |
1685 | 2024-05-06T02:24:43.219Z | Compiling sec1 v0.7.3 |
1686 | 2024-05-06T02:24:43.676Z | Compiling clap_builder v4.5.2 |
1687 | 2024-05-06T02:24:43.778Z | Compiling idna v0.2.3 |
1688 | 2024-05-06T02:24:44.052Z | Compiling dof v0.3.0 |
1689 | 2024-05-06T02:24:44.867Z | Compiling bstr v0.2.17 |
1690 | 2024-05-06T02:24:44.930Z | Compiling r2d2 v0.8.10 |
1691 | 2024-05-06T02:24:45.506Z | Compiling group v0.13.0 |
1692 | 2024-05-06T02:24:45.794Z | Compiling inout v0.1.3 |
1693 | 2024-05-06T02:24:47.344Z | Compiling phf v0.11.2 |
1694 | 2024-05-06T02:24:47.609Z | Compiling signal-hook-mio v0.2.3 |
1695 | 2024-05-06T02:24:47.634Z | Compiling bzip2 v0.4.4 |
1696 | 2024-05-06T02:24:47.738Z | Compiling postgres-types v0.2.6 |
1697 | 2024-05-06T02:24:47.958Z | Compiling zerocopy v0.6.6 |
1698 | 2024-05-06T02:24:48.163Z | Compiling hubpack v0.1.2 |
1699 | 2024-05-06T02:24:48.520Z | Compiling phf_shared v0.10.0 |
1700 | 2024-05-06T02:24:48.661Z | Compiling hkdf v0.12.4 |
1701 | 2024-05-06T02:24:48.876Z | Compiling ipnetwork v0.20.0 |
1702 | 2024-05-06T02:24:49.495Z | Compiling dtrace-parser v0.2.0 |
1703 | 2024-05-06T02:24:49.727Z | Compiling crypto-bigint v0.5.2 |
1704 | 2024-05-06T02:24:49.918Z | Compiling float-cmp v0.9.0 |
1705 | 2024-05-06T02:24:50.011Z | Compiling blake3 v1.5.0 |
1706 | 2024-05-06T02:24:50.115Z | Compiling strsim v0.10.0 |
1707 | 2024-05-06T02:24:50.647Z | Compiling static_assertions v1.1.0 |
1708 | 2024-05-06T02:24:50.765Z | Compiling fixedbitset v0.4.2 |
1709 | 2024-05-06T02:24:50.790Z | Compiling unicode-segmentation v1.10.1 |
1710 | 2024-05-06T02:24:50.914Z | Compiling whoami v1.5.1 |
1711 | 2024-05-06T02:24:51.092Z | Compiling minimal-lexical v0.2.1 |
1712 | 2024-05-06T02:24:51.357Z | Compiling new_debug_unreachable v1.0.4 |
1713 | 2024-05-06T02:24:51.391Z | Compiling precomputed-hash v0.1.1 |
1714 | 2024-05-06T02:24:51.435Z | Compiling predicates-core v1.0.6 |
1715 | 2024-05-06T02:24:51.459Z | Compiling normalize-line-endings v0.3.0 |
1716 | 2024-05-06T02:24:51.512Z | Compiling ident_case v1.0.1 |
1717 | 2024-05-06T02:24:51.578Z | Compiling data-encoding v2.4.0 |
1718 | 2024-05-06T02:24:51.603Z | Compiling difflib v0.4.0 |
1719 | 2024-05-06T02:24:51.681Z | Compiling darling_core v0.20.8 |
1720 | 2024-05-06T02:24:51.706Z | Compiling string_cache v0.8.7 |
1721 | 2024-05-06T02:24:52.042Z | Compiling trust-dns-proto v0.22.0 |
1722 | 2024-05-06T02:24:52.606Z | Compiling predicates v3.1.0 |
1723 | 2024-05-06T02:24:52.907Z | Compiling nom v7.1.3 |
1724 | 2024-05-06T02:24:53.015Z | Compiling similar v2.4.0 |
1725 | 2024-05-06T02:24:53.795Z | Compiling tokio-postgres v0.7.10 |
1726 | 2024-05-06T02:24:54.587Z | Compiling elliptic-curve v0.13.8 |
1727 | 2024-05-06T02:24:55.144Z | Compiling petgraph v0.6.4 |
1728 | 2024-05-06T02:24:55.688Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1729 | 2024-05-06T02:24:57.294Z | Compiling diesel v2.1.6 |
1730 | 2024-05-06T02:24:57.834Z | Compiling yasna v0.5.2 |
1731 | 2024-05-06T02:24:58.068Z | Compiling zip v0.6.6 |
1732 | 2024-05-06T02:24:58.178Z | Compiling crossterm v0.27.0 |
1733 | 2024-05-06T02:24:58.487Z | Compiling clap v4.5.4 |
1734 | 2024-05-06T02:24:58.594Z | Compiling cipher v0.4.4 |
1735 | 2024-05-06T02:24:59.083Z | Compiling bit-set v0.5.3 |
1736 | 2024-05-06T02:24:59.344Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
1737 | 2024-05-06T02:24:59.475Z | Compiling num-iter v0.1.44 |
1738 | 2024-05-06T02:24:59.631Z | Compiling usdt v0.3.5 |
1739 | 2024-05-06T02:24:59.848Z | Compiling console v0.15.8 |
1740 | 2024-05-06T02:25:00.835Z | Compiling itertools v0.10.5 |
1741 | 2024-05-06T02:25:00.876Z | Compiling getopts v0.2.21 |
1742 | 2024-05-06T02:25:01.564Z | Compiling tokio-stream v0.1.15 |
1743 | 2024-05-06T02:25:01.590Z | Compiling bstr v1.9.0 |
1744 | 2024-05-06T02:25:02.322Z | Compiling peg-runtime v0.8.2 |
1745 | 2024-05-06T02:25:02.918Z | Compiling unsafe-libyaml v0.2.10 |
1746 | 2024-05-06T02:25:02.993Z | Compiling lalrpop-util v0.19.12 |
1747 | 2024-05-06T02:25:03.042Z | Compiling base64 v0.22.0 |
1748 | 2024-05-06T02:25:03.589Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1749 | 2024-05-06T02:25:04.092Z | Compiling serde_yaml v0.9.25 |
1750 | 2024-05-06T02:25:04.229Z | Compiling darling_macro v0.20.8 |
1751 | 2024-05-06T02:25:05.047Z | Compiling crossbeam-deque v0.8.3 |
1752 | 2024-05-06T02:25:08.191Z | Compiling fastrand v2.0.1 |
1753 | 2024-05-06T02:25:08.833Z | Compiling same-file v1.0.6 |
1754 | 2024-05-06T02:25:09.055Z | Compiling walkdir v2.5.0 |
1755 | 2024-05-06T02:25:09.313Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1756 | 2024-05-06T02:25:09.682Z | Compiling tempfile v3.10.1 |
1757 | 2024-05-06T02:25:11.056Z | Compiling darling v0.20.8 |
1758 | 2024-05-06T02:25:15.263Z | Compiling proc-macro-crate v1.3.1 |
1759 | 2024-05-06T02:25:17.192Z | Compiling heapless v0.8.0 |
1760 | 2024-05-06T02:25:25.093Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1761 | 2024-05-06T02:25:26.514Z | Compiling num_enum_derive v0.5.11 |
1762 | 2024-05-06T02:25:31.417Z | Compiling rayon v1.10.0 |
1763 | 2024-05-06T02:25:35.792Z | Compiling xattr v1.0.1 |
1764 | 2024-05-06T02:25:35.891Z | Compiling memmap2 v0.7.1 |
1765 | 2024-05-06T02:25:36.015Z | Compiling filetime v0.2.23 |
1766 | 2024-05-06T02:25:36.221Z | Compiling hash32 v0.3.1 |
1767 | 2024-05-06T02:25:36.266Z | Compiling home v0.5.5 |
1768 | 2024-05-06T02:25:37.050Z | Compiling arrayref v0.3.7 |
1769 | 2024-05-06T02:25:37.230Z | Compiling arrayvec v0.7.4 |
1770 | 2024-05-06T02:25:37.585Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1771 | 2024-05-06T02:25:37.610Z | Compiling smoltcp v0.11.0 |
1772 | 2024-05-06T02:25:37.862Z | Compiling constant_time_eq v0.3.0 |
1773 | 2024-05-06T02:25:37.998Z | Compiling rustls-pki-types v1.3.0 |
1774 | 2024-05-06T02:25:41.838Z | Compiling toolchain_find v0.4.0 |
1775 | 2024-05-06T02:25:43.231Z | Compiling tar v0.4.40 |
1776 | 2024-05-06T02:25:45.302Z | Compiling camino-tempfile v1.1.1 |
1777 | 2024-05-06T02:25:45.651Z | Compiling num_enum v0.5.11 |
1778 | 2024-05-06T02:25:51.041Z | Compiling toml v0.8.12 |
1779 | 2024-05-06T02:25:51.089Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1780 | 2024-05-06T02:25:51.453Z | Compiling dirs-sys-next v0.1.2 |
1781 | 2024-05-06T02:25:51.499Z | Compiling proc-macro-error-attr v1.0.4 |
1782 | 2024-05-06T02:25:51.870Z | Compiling embedded-io v0.4.0 |
1783 | 2024-05-06T02:25:52.284Z | Compiling paste v1.0.14 |
1784 | 2024-05-06T02:25:52.309Z | Compiling cobs v0.2.3 |
1785 | 2024-05-06T02:25:52.397Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1786 | 2024-05-06T02:25:52.677Z | Compiling topological-sort v0.2.2 |
1787 | 2024-05-06T02:25:52.677Z | Compiling rustls v0.22.4 |
1788 | 2024-05-06T02:25:57.819Z | Compiling omicron-zone-package v0.11.0 |
1789 | 2024-05-06T02:25:59.621Z | Compiling postcard v1.0.8 |
1790 | 2024-05-06T02:26:01.777Z | Compiling rustfmt-wrapper v0.2.1 |
1791 | 2024-05-06T02:26:02.084Z | Compiling dirs-next v2.0.0 |
1792 | 2024-05-06T02:26:02.235Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1793 | 2024-05-06T02:26:05.451Z | Compiling rustls-webpki v0.102.1 |
1794 | 2024-05-06T02:26:10.417Z | Compiling strum_macros v0.26.1 |
1795 | 2024-05-06T02:26:10.746Z | Compiling foreign-types-macros v0.2.3 |
1796 | 2024-05-06T02:26:11.003Z | Compiling structmeta-derive v0.3.0 |
1797 | 2024-05-06T02:26:11.414Z | Compiling thread_local v1.1.7 |
1798 | 2024-05-06T02:26:11.685Z | Compiling multer v3.0.0 |
1799 | 2024-05-06T02:26:11.716Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1800 | 2024-05-06T02:26:11.944Z | Compiling proc-macro-error v1.0.4 |
1801 | 2024-05-06T02:26:12.216Z | Compiling match_cfg v0.1.0 |
1802 | 2024-05-06T02:26:12.310Z | Compiling slog-async v2.8.0 |
1803 | 2024-05-06T02:26:12.470Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1804 | 2024-05-06T02:26:12.700Z | Compiling foreign-types-shared v0.3.1 |
1805 | 2024-05-06T02:26:12.725Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1806 | 2024-05-06T02:26:12.821Z | Compiling foreign-types v0.5.0 |
1807 | 2024-05-06T02:26:12.875Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1808 | 2024-05-06T02:26:12.930Z | Compiling hostname v0.3.1 |
1809 | 2024-05-06T02:26:13.115Z | Compiling structmeta v0.3.0 |
1810 | 2024-05-06T02:26:13.439Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1811 | 2024-05-06T02:26:14.019Z | Compiling strum v0.26.2 |
1812 | 2024-05-06T02:26:14.187Z | Compiling term v0.7.0 |
1813 | 2024-05-06T02:26:16.384Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1814 | 2024-05-06T02:26:16.505Z | Compiling slog-json v2.6.1 |
1815 | 2024-05-06T02:26:16.928Z | Compiling is-terminal v0.4.9 |
1816 | 2024-05-06T02:26:17.053Z | Compiling tabwriter v1.4.0 |
1817 | 2024-05-06T02:26:17.194Z | Compiling crossbeam-channel v0.5.8 |
1818 | 2024-05-06T02:26:17.701Z | Compiling http v1.0.0 |
1819 | 2024-05-06T02:26:18.079Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1820 | 2024-05-06T02:26:18.543Z | Compiling async-stream-impl v0.3.5 |
1821 | 2024-05-06T02:26:18.714Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1822 | 2024-05-06T02:26:19.408Z | Compiling cstr-argument v0.1.2 |
1823 | 2024-05-06T02:26:19.594Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1824 | 2024-05-06T02:26:19.850Z | Compiling take_mut v0.2.2 |
1825 | 2024-05-06T02:26:19.999Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1826 | 2024-05-06T02:26:20.250Z | Compiling crucible-workspace-hack v0.1.0 |
1827 | 2024-05-06T02:26:20.278Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1828 | 2024-05-06T02:26:20.503Z | Compiling pretty-hex v0.2.1 |
1829 | 2024-05-06T02:26:20.533Z | Compiling atomic-waker v1.1.1 |
1830 | 2024-05-06T02:26:20.702Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1831 | 2024-05-06T02:26:20.727Z | Compiling waitgroup v0.1.2 |
1832 | 2024-05-06T02:26:21.678Z | Compiling async-stream v0.3.5 |
1833 | 2024-05-06T02:26:21.959Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1834 | 2024-05-06T02:26:22.990Z | Compiling slog-term v2.9.1 |
1835 | 2024-05-06T02:26:23.453Z | Compiling tokio-rustls v0.25.0 |
1836 | 2024-05-06T02:26:23.671Z | Compiling slog-bunyan v2.5.0 |
1837 | 2024-05-06T02:26:24.101Z | Compiling parse-display-derive v0.9.0 |
1838 | 2024-05-06T02:26:24.434Z | Compiling rustls-pemfile v2.1.2 |
1839 | 2024-05-06T02:26:25.099Z | Compiling serde_with_macros v3.7.0 |
1840 | 2024-05-06T02:26:25.306Z | Compiling sha1 v0.10.6 |
1841 | 2024-05-06T02:26:26.311Z | Compiling colored v2.1.0 |
1842 | 2024-05-06T02:26:27.317Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1843 | 2024-05-06T02:26:27.358Z | Compiling newtype-uuid v1.1.0 |
1844 | 2024-05-06T02:26:27.412Z | Compiling serde_path_to_error v0.1.16 |
1845 | 2024-05-06T02:26:27.641Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1846 | 2024-05-06T02:26:28.218Z | Compiling instant v0.1.12 |
1847 | 2024-05-06T02:26:28.264Z | Compiling debug-ignore v1.0.5 |
1848 | 2024-05-06T02:26:28.372Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1849 | 2024-05-06T02:26:28.414Z | Compiling backoff v0.4.0 |
1850 | 2024-05-06T02:26:28.702Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1851 | 2024-05-06T02:26:28.731Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1852 | 2024-05-06T02:26:28.868Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1853 | 2024-05-06T02:26:28.921Z | Compiling serde_with v3.7.0 |
1854 | 2024-05-06T02:26:30.630Z | Compiling parse-display v0.9.0 |
1855 | 2024-05-06T02:26:32.287Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1856 | 2024-05-06T02:26:32.396Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1857 | 2024-05-06T02:26:34.138Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1858 | 2024-05-06T02:26:34.562Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1859 | 2024-05-06T02:26:34.717Z | Compiling macaddr v1.0.1 |
1860 | 2024-05-06T02:26:35.194Z | Compiling num-derive v0.4.0 |
1861 | 2024-05-06T02:26:36.833Z | Compiling sigpipe v0.1.3 |
1862 | 2024-05-06T02:26:36.945Z | Compiling libefi-sys v0.1.0 |
1863 | 2024-05-06T02:26:37.210Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1864 | 2024-05-06T02:26:38.369Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1865 | 2024-05-06T02:26:38.395Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1866 | 2024-05-06T02:26:38.878Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1867 | 2024-05-06T02:26:38.950Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1868 | 2024-05-06T02:26:39.954Z | Compiling smf v0.2.3 |
1869 | 2024-05-06T02:26:41.326Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1870 | 2024-05-06T02:26:41.980Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1871 | 2024-05-06T02:26:42.192Z | Compiling portable-atomic v1.4.3 |
1872 | 2024-05-06T02:26:42.706Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1873 | 2024-05-06T02:26:43.680Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1874 | 2024-05-06T02:26:43.942Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1875 | 2024-05-06T02:26:46.249Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1876 | 2024-05-06T02:26:46.355Z | Compiling gethostname v0.4.3 |
1877 | 2024-05-06T02:26:46.380Z | Compiling number_prefix v0.4.0 |
1878 | 2024-05-06T02:26:46.599Z | Compiling indicatif v0.17.8 |
1879 | 2024-05-06T02:26:46.599Z | Compiling swrite v0.1.0 |
1880 | 2024-05-06T02:26:50.221Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1881 | 2024-05-06T02:26:54.610Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1882 | 2024-05-06T02:26:55.196Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1883 | 2024-05-06T02:26:56.817Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1884 | 2024-05-06T02:27:13.813Z | Finished release [optimized] target(s) in 4m 23s |
1885 | 2024-05-06T02:27:14.039Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1886 | 2024-05-06T02:27:14.129Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1887 | 2024-05-06T02:27:14.154Z | Created new build target 'test' and set it as active |
1888 | 2024-05-06T02:27:14.154Z | |
1889 | 2024-05-06T02:27:14.154Z | real 4:23.501261376 |
1890 | 2024-05-06T02:27:14.154Z | user 26:23.701248361 |
1891 | 2024-05-06T02:27:14.154Z | sys 3:31.226329063 |
1892 | 2024-05-06T02:27:14.154Z | trap 0.924756287 |
1893 | 2024-05-06T02:27:14.154Z | tflt 0.843546463 |
1894 | 2024-05-06T02:27:14.154Z | dflt 0.600292383 |
1895 | 2024-05-06T02:27:14.154Z | kflt 0.002678518 |
1896 | 2024-05-06T02:27:14.154Z | lock 54:49.559084765 |
1897 | 2024-05-06T02:27:14.154Z | slp 1:14:12.842069445 |
1898 | 2024-05-06T02:27:14.155Z | lat 2:00.593603204 |
1899 | 2024-05-06T02:27:14.155Z | stop 3:23.212377411 |
1900 | 2024-05-06T02:27:14.155Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1901 | 2024-05-06T02:27:15.212Z | Finished release [optimized] target(s) in 1.01s |
1902 | 2024-05-06T02:27:15.244Z | Running `target/release/omicron-package -t test package` |
1903 | 2024-05-06T02:27:15.283Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1904 | 2024-05-06T02:27:16.415Z | Compiling newline-converter v0.3.0 |
1905 | 2024-05-06T02:27:16.415Z | Compiling usdt-attr-macro v0.5.0 |
1906 | 2024-05-06T02:27:16.415Z | Compiling usdt-macro v0.5.0 |
1907 | 2024-05-06T02:27:16.440Z | Compiling memmap v0.7.0 |
1908 | 2024-05-06T02:27:16.440Z | Compiling humantime v2.1.0 |
1909 | 2024-05-06T02:27:16.465Z | Compiling linked-hash-map v0.5.6 |
1910 | 2024-05-06T02:27:16.494Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1911 | 2024-05-06T02:27:16.494Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1912 | 2024-05-06T02:27:16.571Z | Compiling expectorate v1.1.0 |
1913 | 2024-05-06T02:27:16.717Z | Compiling password-hash v0.5.0 |
1914 | 2024-05-06T02:27:16.774Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1915 | 2024-05-06T02:27:16.806Z | Compiling lru-cache v0.1.2 |
1916 | 2024-05-06T02:27:16.831Z | Compiling blake2 v0.10.6 |
1917 | 2024-05-06T02:27:16.978Z | Compiling semver v0.1.20 |
1918 | 2024-05-06T02:27:17.098Z | Compiling bytecount v0.6.3 |
1919 | 2024-05-06T02:27:17.349Z | Compiling argon2 v0.5.3 |
1920 | 2024-05-06T02:27:17.432Z | Compiling rustc_version v0.1.7 |
1921 | 2024-05-06T02:27:17.555Z | Compiling papergrid v0.11.0 |
1922 | 2024-05-06T02:27:17.651Z | Compiling usdt v0.5.0 |
1923 | 2024-05-06T02:27:17.763Z | Compiling newtype_derive v0.1.6 |
1924 | 2024-05-06T02:27:17.788Z | Compiling tabled_derive v0.7.0 |
1925 | 2024-05-06T02:27:18.006Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1926 | 2024-05-06T02:27:18.528Z | Compiling quick-error v1.2.3 |
1927 | 2024-05-06T02:27:18.644Z | Compiling resolv-conf v0.7.0 |
1928 | 2024-05-06T02:27:18.669Z | Compiling steno v0.4.0 |
1929 | 2024-05-06T02:27:18.897Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1930 | 2024-05-06T02:27:19.401Z | Compiling trust-dns-resolver v0.22.0 |
1931 | 2024-05-06T02:27:19.618Z | Compiling tabled v0.15.0 |
1932 | 2024-05-06T02:27:19.885Z | Compiling derive-where v1.2.7 |
1933 | 2024-05-06T02:27:21.747Z | Compiling slog-dtrace v0.3.0 |
1934 | 2024-05-06T02:27:21.998Z | Compiling num-rational v0.4.1 |
1935 | 2024-05-06T02:27:22.251Z | Compiling termcolor v1.2.0 |
1936 | 2024-05-06T02:27:22.709Z | Compiling itertools v0.12.1 |
1937 | 2024-05-06T02:27:23.089Z | Compiling utf-8 v0.7.6 |
1938 | 2024-05-06T02:27:25.599Z | Compiling num-complex v0.4.5 |
1939 | 2024-05-06T02:27:26.510Z | Compiling num v0.4.2 |
1940 | 2024-05-06T02:27:26.600Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1941 | 2024-05-06T02:27:26.625Z | Compiling nibble_vec v0.1.0 |
1942 | 2024-05-06T02:27:26.793Z | Compiling endian-type v0.1.2 |
1943 | 2024-05-06T02:27:26.981Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1944 | 2024-05-06T02:27:27.432Z | Compiling radium v0.7.0 |
1945 | 2024-05-06T02:27:27.794Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1946 | 2024-05-06T02:27:28.232Z | Compiling radix_trie v0.2.1 |
1947 | 2024-05-06T02:27:28.573Z | Compiling tungstenite v0.20.1 |
1948 | 2024-05-06T02:27:28.982Z | Compiling maybe-uninit v2.0.0 |
1949 | 2024-05-06T02:27:29.346Z | Compiling tap v1.0.1 |
1950 | 2024-05-06T02:27:29.509Z | Compiling wyz v0.5.1 |
1951 | 2024-05-06T02:27:29.927Z | Compiling tokio-tungstenite v0.20.1 |
1952 | 2024-05-06T02:27:30.859Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1953 | 2024-05-06T02:27:32.830Z | Compiling packed_struct v0.10.1 |
1954 | 2024-05-06T02:27:33.152Z | Compiling cancel-safe-futures v0.1.5 |
1955 | 2024-05-06T02:27:33.415Z | Compiling arc-swap v1.6.0 |
1956 | 2024-05-06T02:27:34.013Z | Compiling funty v2.0.0 |
1957 | 2024-05-06T02:27:35.642Z | Compiling num-bigint-dig v0.8.4 |
1958 | 2024-05-06T02:27:35.870Z | Compiling display-error-chain v0.2.0 |
1959 | 2024-05-06T02:27:35.981Z | Compiling crc-catalog v2.2.0 |
1960 | 2024-05-06T02:27:36.038Z | Compiling bitvec v1.0.1 |
1961 | 2024-05-06T02:27:36.100Z | Compiling crc v3.0.1 |
1962 | 2024-05-06T02:27:36.684Z | Compiling slog-scope v4.4.0 |
1963 | 2024-05-06T02:27:37.209Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1964 | 2024-05-06T02:27:37.284Z | Compiling packed_struct_codegen v0.10.1 |
1965 | 2024-05-06T02:27:37.462Z | Compiling fxhash v0.2.1 |
1966 | 2024-05-06T02:27:37.501Z | Compiling indexmap v1.9.3 |
1967 | 2024-05-06T02:27:37.639Z | Compiling nodrop v0.1.14 |
1968 | 2024-05-06T02:27:37.746Z | Compiling array-init v0.0.4 |
1969 | 2024-05-06T02:27:37.780Z | Compiling smallvec v0.6.14 |
1970 | 2024-05-06T02:27:38.709Z | Compiling slog-stdlog v4.1.1 |
1971 | 2024-05-06T02:27:39.240Z | Compiling pkcs1 v0.7.5 |
1972 | 2024-05-06T02:27:39.483Z | Compiling signature v2.1.0 |
1973 | 2024-05-06T02:27:39.685Z | Compiling dirs-sys-next v0.1.2 |
1974 | 2024-05-06T02:27:40.115Z | Compiling half v2.3.1 |
1975 | 2024-05-06T02:27:40.657Z | Compiling glob v0.3.1 |
1976 | 2024-05-06T02:27:41.280Z | Compiling ciborium-io v0.2.2 |
1977 | 2024-05-06T02:27:41.387Z | Compiling bitfield v0.14.0 |
1978 | 2024-05-06T02:27:41.618Z | Compiling crunchy v0.2.2 |
1979 | 2024-05-06T02:27:41.977Z | Compiling hashbrown v0.12.3 |
1980 | 2024-05-06T02:27:42.318Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1981 | 2024-05-06T02:27:42.485Z | Compiling ciborium-ll v0.2.2 |
1982 | 2024-05-06T02:27:42.862Z | Compiling clang-sys v1.6.1 |
1983 | 2024-05-06T02:27:43.403Z | Compiling rsa v0.9.2 |
1984 | 2024-05-06T02:27:43.883Z | Compiling dirs-next v2.0.0 |
1985 | 2024-05-06T02:27:44.027Z | Compiling slog-envlogger v2.2.0 |
1986 | 2024-05-06T02:27:46.211Z | Compiling serde-hex v0.1.0 |
1987 | 2024-05-06T02:27:47.159Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1988 | 2024-05-06T02:27:47.408Z | Compiling env_logger v0.10.0 |
1989 | 2024-05-06T02:27:47.610Z | Compiling x509-cert v0.2.4 |
1990 | 2024-05-06T02:27:47.940Z | Compiling ron v0.8.1 |
1991 | 2024-05-06T02:27:50.148Z | Compiling hashbrown v0.13.2 |
1992 | 2024-05-06T02:27:50.471Z | Compiling prettyplease v0.2.19 |
1993 | 2024-05-06T02:27:50.718Z | Compiling tiny-keccak v2.0.2 |
1994 | 2024-05-06T02:27:50.935Z | Compiling crc-any v2.4.3 |
1995 | 2024-05-06T02:27:51.211Z | Compiling maplit v1.0.2 |
1996 | 2024-05-06T02:27:51.313Z | Compiling object v0.30.4 |
1997 | 2024-05-06T02:27:51.712Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1998 | 2024-05-06T02:27:52.858Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1999 | 2024-05-06T02:27:53.077Z | Compiling term v0.7.0 |
2000 | 2024-05-06T02:27:54.124Z | Compiling ciborium v0.2.2 |
2001 | 2024-05-06T02:27:54.262Z | Compiling atty v0.2.14 |
2002 | 2024-05-06T02:27:54.391Z | Compiling path-slash v0.1.5 |
2003 | 2024-05-06T02:27:54.585Z | Compiling ascii-canvas v3.0.0 |
2004 | 2024-05-06T02:27:54.858Z | Compiling is-terminal v0.4.9 |
2005 | 2024-05-06T02:27:54.943Z | Compiling libsw v3.3.1 |
2006 | 2024-05-06T02:27:54.968Z | Compiling ena v0.14.2 |
2007 | 2024-05-06T02:27:55.211Z | Compiling libloading v0.7.4 |
2008 | 2024-05-06T02:27:55.283Z | Compiling parking_lot_core v0.8.6 |
2009 | 2024-05-06T02:27:55.509Z | Compiling linear-map v1.2.0 |
2010 | 2024-05-06T02:27:55.601Z | Compiling convert_case v0.4.0 |
2011 | 2024-05-06T02:27:55.832Z | Compiling bindgen v0.69.2 |
2012 | 2024-05-06T02:27:55.861Z | Compiling diff v0.1.13 |
2013 | 2024-05-06T02:27:56.181Z | Compiling owo-colors v4.0.0 |
2014 | 2024-05-06T02:27:56.247Z | Compiling regex-syntax v0.6.29 |
2015 | 2024-05-06T02:27:56.304Z | Compiling derive_more v0.99.17 |
2016 | 2024-05-06T02:27:57.106Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2017 | 2024-05-06T02:27:58.207Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2018 | 2024-05-06T02:28:00.176Z | Compiling lalrpop v0.19.12 |
2019 | 2024-05-06T02:28:04.044Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2020 | 2024-05-06T02:28:04.191Z | Compiling cexpr v0.6.0 |
2021 | 2024-05-06T02:28:05.326Z | Compiling which v4.4.0 |
2022 | 2024-05-06T02:28:05.774Z | Compiling unicase v2.7.0 |
2023 | 2024-05-06T02:28:06.025Z | Compiling rustc-hash v1.1.0 |
2024 | 2024-05-06T02:28:06.146Z | Compiling shlex v1.3.0 |
2025 | 2024-05-06T02:28:06.451Z | Compiling lazycell v1.3.0 |
2026 | 2024-05-06T02:28:06.495Z | Compiling peeking_take_while v0.1.2 |
2027 | 2024-05-06T02:28:06.854Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2028 | 2024-05-06T02:28:07.345Z | Compiling derive_builder_core v0.20.0 |
2029 | 2024-05-06T02:28:07.658Z | Compiling pem v3.0.4 |
2030 | 2024-05-06T02:28:08.881Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2031 | 2024-05-06T02:28:08.974Z | Compiling headers-core v0.2.0 |
2032 | 2024-05-06T02:28:09.063Z | Compiling libxml v0.3.3 |
2033 | 2024-05-06T02:28:09.110Z | Compiling async-recursion v1.1.0 |
2034 | 2024-05-06T02:28:09.356Z | Compiling ref-cast v1.0.22 |
2035 | 2024-05-06T02:28:09.729Z | Compiling platforms v3.0.2 |
2036 | 2024-05-06T02:28:10.113Z | Compiling headers v0.3.9 |
2037 | 2024-05-06T02:28:10.138Z | Compiling derive_builder_macro v0.20.0 |
2038 | 2024-05-06T02:28:10.267Z | Compiling parking_lot v0.11.2 |
2039 | 2024-05-06T02:28:10.801Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2040 | 2024-05-06T02:28:12.191Z | Compiling trust-dns-client v0.22.0 |
2041 | 2024-05-06T02:28:13.188Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2042 | 2024-05-06T02:28:13.418Z | Compiling strum_macros v0.24.3 |
2043 | 2024-05-06T02:28:13.826Z | Compiling toml v0.5.11 |
2044 | 2024-05-06T02:28:15.743Z | Compiling ref-cast-impl v1.0.22 |
2045 | 2024-05-06T02:28:15.950Z | Compiling vte_generate_state_changes v0.1.1 |
2046 | 2024-05-06T02:28:16.426Z | Compiling cookie v0.18.1 |
2047 | 2024-05-06T02:28:16.697Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2048 | 2024-05-06T02:28:16.721Z | Compiling cfg_aliases v0.1.1 |
2049 | 2024-05-06T02:28:16.774Z | Compiling indoc v1.0.9 |
2050 | 2024-05-06T02:28:16.801Z | Compiling buf-list v1.0.3 |
2051 | 2024-05-06T02:28:17.030Z | Compiling nix v0.28.0 |
2052 | 2024-05-06T02:28:17.431Z | Compiling samael v0.0.15 |
2053 | 2024-05-06T02:28:17.479Z | Compiling vte v0.11.1 |
2054 | 2024-05-06T02:28:17.528Z | Compiling trust-dns-server v0.22.1 |
2055 | 2024-05-06T02:28:17.629Z | Compiling derive_builder v0.20.0 |
2056 | 2024-05-06T02:28:17.777Z | Compiling sled v0.34.7 |
2057 | 2024-05-06T02:28:21.010Z | Compiling polar-core v0.27.3 |
2058 | 2024-05-06T02:28:21.270Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2059 | 2024-05-06T02:28:21.667Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2060 | 2024-05-06T02:28:21.694Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2061 | 2024-05-06T02:28:21.920Z | Compiling fd-lock v4.0.2 |
2062 | 2024-05-06T02:28:22.103Z | Compiling bb8 v0.8.3 |
2063 | 2024-05-06T02:28:22.520Z | Compiling const_format_proc_macros v0.2.32 |
2064 | 2024-05-06T02:28:22.976Z | Compiling quick-xml v0.31.0 |
2065 | 2024-05-06T02:28:23.715Z | Compiling oso-derive v0.27.3 |
2066 | 2024-05-06T02:28:24.074Z | Compiling impl-trait-for-tuples v0.2.2 |
2067 | 2024-05-06T02:28:24.477Z | Compiling pin-project-internal v1.1.3 |
2068 | 2024-05-06T02:28:25.829Z | Compiling memoffset v0.7.1 |
2069 | 2024-05-06T02:28:26.074Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2070 | 2024-05-06T02:28:26.465Z | Compiling const_format v0.2.32 |
2071 | 2024-05-06T02:28:26.632Z | Compiling pin-project v1.1.3 |
2072 | 2024-05-06T02:28:27.450Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2073 | 2024-05-06T02:28:28.252Z | Compiling curve25519-dalek v4.1.2 |
2074 | 2024-05-06T02:28:28.564Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2075 | 2024-05-06T02:28:31.388Z | Compiling strip-ansi-escapes v0.2.0 |
2076 | 2024-05-06T02:28:34.947Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2077 | 2024-05-06T02:28:35.220Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2078 | 2024-05-06T02:28:36.305Z | Compiling kstat-rs v0.2.3 |
2079 | 2024-05-06T02:28:37.133Z | Compiling snafu-derive v0.8.2 |
2080 | 2024-05-06T02:28:39.215Z | Compiling oso v0.27.3 |
2081 | 2024-05-06T02:28:41.099Z | Compiling fs-err v2.11.0 |
2082 | 2024-05-06T02:28:41.379Z | Compiling nu-ansi-term v0.50.0 |
2083 | 2024-05-06T02:28:42.353Z | Compiling keccak v0.1.4 |
2084 | 2024-05-06T02:28:43.051Z | Compiling sha3 v0.10.8 |
2085 | 2024-05-06T02:28:43.726Z | Compiling reedline v0.31.0 |
2086 | 2024-05-06T02:28:46.200Z | Compiling snafu v0.8.2 |
2087 | 2024-05-06T02:28:47.254Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2088 | 2024-05-06T02:28:49.988Z | Compiling mime_guess v2.0.4 |
2089 | 2024-05-06T02:28:52.155Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2090 | 2024-05-06T02:28:52.897Z | Compiling env_logger v0.9.3 |
2091 | 2024-05-06T02:28:54.465Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2092 | 2024-05-06T02:28:56.611Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2093 | 2024-05-06T02:28:59.600Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2094 | 2024-05-06T02:28:59.991Z | Compiling globset v0.4.13 |
2095 | 2024-05-06T02:29:02.542Z | Compiling peg-macros v0.8.2 |
2096 | 2024-05-06T02:29:03.889Z | Compiling olpc-cjson v0.1.3 |
2097 | 2024-05-06T02:29:04.018Z | Compiling universal-hash v0.5.1 |
2098 | 2024-05-06T02:29:04.163Z | Compiling secrecy v0.8.0 |
2099 | 2024-05-06T02:29:04.188Z | Compiling serde_plain v1.0.2 |
2100 | 2024-05-06T02:29:04.373Z | Compiling thiserror-impl-no-std v2.0.2 |
2101 | 2024-05-06T02:29:04.607Z | Compiling bitstruct_derive v0.1.0 |
2102 | 2024-05-06T02:29:05.043Z | Compiling curve25519-dalek-derive v0.1.0 |
2103 | 2024-05-06T02:29:05.627Z | Compiling nanorand v0.7.0 |
2104 | 2024-05-06T02:29:06.161Z | Compiling sqlparser_derive v0.2.2 |
2105 | 2024-05-06T02:29:06.270Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2106 | 2024-05-06T02:29:06.389Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2107 | 2024-05-06T02:29:06.495Z | Compiling home v0.5.5 |
2108 | 2024-05-06T02:29:06.538Z | Compiling unicode_categories v0.1.1 |
2109 | 2024-05-06T02:29:06.654Z | Compiling typed-path v0.7.0 |
2110 | 2024-05-06T02:29:06.746Z | Compiling ascii v1.1.0 |
2111 | 2024-05-06T02:29:06.834Z | Compiling salty v0.2.0 |
2112 | 2024-05-06T02:29:06.998Z | Compiling signature v1.6.4 |
2113 | 2024-05-06T02:29:07.136Z | Compiling opaque-debug v0.3.0 |
2114 | 2024-05-06T02:29:07.169Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2115 | 2024-05-06T02:29:07.230Z | Compiling poly1305 v0.8.0 |
2116 | 2024-05-06T02:29:07.386Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2117 | 2024-05-06T02:29:07.454Z | Compiling ed25519 v1.5.3 |
2118 | 2024-05-06T02:29:07.709Z | Compiling sqlparser v0.45.0 |
2119 | 2024-05-06T02:29:08.464Z | Compiling sqlformat v0.2.3 |
2120 | 2024-05-06T02:29:09.347Z | Compiling tough v0.17.1 |
2121 | 2024-05-06T02:29:09.791Z | Compiling rustyline v14.0.0 |
2122 | 2024-05-06T02:29:12.104Z | Compiling thiserror-no-std v2.0.2 |
2123 | 2024-05-06T02:29:12.215Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2124 | 2024-05-06T02:29:15.003Z | Compiling flume v0.11.0 |
2125 | 2024-05-06T02:29:15.606Z | Compiling bitstruct v0.1.1 |
2126 | 2024-05-06T02:29:15.729Z | Compiling peg v0.8.2 |
2127 | 2024-05-06T02:29:15.828Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2128 | 2024-05-06T02:29:16.676Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2129 | 2024-05-06T02:29:17.904Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2130 | 2024-05-06T02:29:24.453Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2131 | 2024-05-06T02:29:24.650Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2132 | 2024-05-06T02:29:24.924Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2133 | 2024-05-06T02:29:25.195Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2134 | 2024-05-06T02:29:26.170Z | Compiling chacha20 v0.9.1 |
2135 | 2024-05-06T02:29:26.544Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2136 | 2024-05-06T02:29:28.356Z | Compiling aead v0.5.2 |
2137 | 2024-05-06T02:29:28.613Z | Compiling bcs v0.1.6 |
2138 | 2024-05-06T02:29:29.338Z | Compiling serde-big-array v0.5.1 |
2139 | 2024-05-06T02:29:29.551Z | Compiling serde_arrays v0.1.0 |
2140 | 2024-05-06T02:29:29.714Z | Compiling erased-serde v0.3.31 |
2141 | 2024-05-06T02:29:30.992Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2142 | 2024-05-06T02:29:31.625Z | Compiling highway v1.1.0 |
2143 | 2024-05-06T02:29:32.706Z | Compiling parse-size v1.0.0 |
2144 | 2024-05-06T02:29:32.946Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2145 | 2024-05-06T02:29:37.422Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2146 | 2024-05-06T02:29:39.904Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2147 | 2024-05-06T02:29:40.299Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2148 | 2024-05-06T02:29:48.919Z | Compiling chacha20poly1305 v0.10.1 |
2149 | 2024-05-06T02:29:50.510Z | Compiling vsss-rs v3.3.4 |
2150 | 2024-05-06T02:29:54.064Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2151 | 2024-05-06T02:29:54.644Z | Compiling signal-hook-tokio v0.3.1 |
2152 | 2024-05-06T02:29:54.808Z | Compiling heck v0.3.3 |
2153 | 2024-05-06T02:29:55.105Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2154 | 2024-05-06T02:29:55.129Z | Compiling castaway v0.2.2 |
2155 | 2024-05-06T02:29:55.274Z | Compiling rand_seeder v0.2.3 |
2156 | 2024-05-06T02:29:55.597Z | Compiling serde-big-array v0.4.1 |
2157 | 2024-05-06T02:29:55.851Z | Compiling http-range v0.1.5 |
2158 | 2024-05-06T02:29:56.322Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2159 | 2024-05-06T02:29:56.568Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2160 | 2024-05-06T02:29:56.981Z | Compiling hyper-staticfile v0.9.5 |
2161 | 2024-05-06T02:29:57.345Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2162 | 2024-05-06T02:29:57.621Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2163 | 2024-05-06T02:29:57.807Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2164 | 2024-05-06T02:29:58.369Z | Compiling compact_str v0.7.1 |
2165 | 2024-05-06T02:29:59.596Z | Compiling zone_cfg_derive v0.1.2 |
2166 | 2024-05-06T02:29:59.622Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2167 | 2024-05-06T02:30:05.358Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2168 | 2024-05-06T02:30:05.847Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2169 | 2024-05-06T02:30:10.083Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2170 | 2024-05-06T02:30:11.033Z | Compiling tungstenite v0.21.0 |
2171 | 2024-05-06T02:30:13.012Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2172 | 2024-05-06T02:30:13.258Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2173 | 2024-05-06T02:30:13.525Z | Compiling lru v0.12.1 |
2174 | 2024-05-06T02:30:13.819Z | Compiling stability v0.2.0 |
2175 | 2024-05-06T02:30:14.602Z | Compiling indoc v2.0.3 |
2176 | 2024-05-06T02:30:15.310Z | Compiling cassowary v0.3.0 |
2177 | 2024-05-06T02:30:15.362Z | Compiling corncobs v0.1.3 |
2178 | 2024-05-06T02:30:15.685Z | Compiling base64 v0.13.1 |
2179 | 2024-05-06T02:30:16.288Z | Compiling ron v0.7.1 |
2180 | 2024-05-06T02:30:18.726Z | Compiling ratatui v0.26.2 |
2181 | 2024-05-06T02:30:20.639Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2182 | 2024-05-06T02:30:21.311Z | Compiling tokio-tungstenite v0.21.0 |
2183 | 2024-05-06T02:30:21.765Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2184 | 2024-05-06T02:30:22.557Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2185 | 2024-05-06T02:30:23.067Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2186 | 2024-05-06T02:30:32.757Z | Compiling zone v0.1.8 |
2187 | 2024-05-06T02:30:33.975Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2188 | 2024-05-06T02:30:42.816Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2189 | 2024-05-06T02:30:43.921Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2190 | 2024-05-06T02:30:45.649Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2191 | 2024-05-06T02:30:45.836Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2192 | 2024-05-06T02:30:46.091Z | Compiling portpicker v0.1.1 |
2193 | 2024-05-06T02:30:46.492Z | Compiling smawk v0.3.1 |
2194 | 2024-05-06T02:30:46.517Z | Compiling unicode-linebreak v0.1.5 |
2195 | 2024-05-06T02:30:46.935Z | Compiling textwrap v0.16.1 |
2196 | 2024-05-06T02:30:48.668Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2197 | 2024-05-06T02:30:50.055Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2198 | 2024-05-06T02:30:50.850Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2199 | 2024-05-06T02:30:54.359Z | Compiling rcgen v0.12.1 |
2200 | 2024-05-06T02:31:00.735Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2201 | 2024-05-06T02:31:01.086Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2202 | 2024-05-06T02:31:01.752Z | Compiling atomicwrites v0.4.3 |
2203 | 2024-05-06T02:31:02.175Z | Compiling fatfs v0.3.6 |
2204 | 2024-05-06T02:31:02.785Z | Compiling rtoolbox v0.0.1 |
2205 | 2024-05-06T02:31:03.145Z | Compiling subprocess v0.2.9 |
2206 | 2024-05-06T02:31:04.374Z | Compiling is_ci v1.2.0 |
2207 | 2024-05-06T02:31:04.616Z | Compiling assert_matches v1.5.0 |
2208 | 2024-05-06T02:31:05.247Z | Compiling supports-color v3.0.0 |
2209 | 2024-05-06T02:31:05.790Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2210 | 2024-05-06T02:31:05.927Z | Compiling rpassword v7.3.1 |
2211 | 2024-05-06T02:31:06.288Z | Compiling tui-tree-widget v0.19.0 |
2212 | 2024-05-06T02:31:06.540Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2213 | 2024-05-06T02:31:06.624Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2214 | 2024-05-06T02:31:07.412Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2215 | 2024-05-06T02:31:07.659Z | Compiling csv-core v0.1.11 |
2216 | 2024-05-06T02:31:08.382Z | Compiling shell-words v1.1.0 |
2217 | 2024-05-06T02:31:08.737Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2218 | 2024-05-06T02:31:11.519Z | Compiling csv v1.3.0 |
2219 | 2024-05-06T02:31:11.652Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2220 | 2024-05-06T02:31:13.174Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2221 | 2024-05-06T02:31:21.256Z | Compiling multimap v0.10.0 |
2222 | 2024-05-06T02:31:21.575Z | Compiling uzers v0.11.3 |
2223 | 2024-05-06T02:31:24.083Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2224 | 2024-05-06T02:33:08.381Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2225 | 2024-05-06T02:33:13.429Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2226 | 2024-05-06T02:39:00.441Z | Finished release [optimized] target(s) in 11m 45s |
2227 | 2024-05-06T02:41:25.270Z | |
2228 | 2024-05-06T02:41:25.271Z | real 14:11.134999999 |
2229 | 2024-05-06T02:41:25.271Z | user 1:26:03.339106415 |
2230 | 2024-05-06T02:41:25.271Z | sys 3:55.407718535 |
2231 | 2024-05-06T02:41:25.296Z | trap 2.252445929 |
2232 | 2024-05-06T02:41:25.297Z | tflt 1.011861124 |
2233 | 2024-05-06T02:41:25.297Z | dflt 3.228192721 |
2234 | 2024-05-06T02:41:25.297Z | kflt 0.009476589 |
2235 | 2024-05-06T02:41:25.297Z | lock 6:09:55.283664816 |
2236 | 2024-05-06T02:41:25.297Z | slp 3:18:00.574647797 |
2237 | 2024-05-06T02:41:25.297Z | lat 2:01.109161061 |
2238 | 2024-05-06T02:41:25.297Z | stop 56.014573249 |
2239 | 2024-05-06T02:41:25.297Z | + ptime -m cargo build --locked --release -p xtask |
2240 | 2024-05-06T02:41:25.949Z | Downloading crates ... |
2241 | 2024-05-06T02:41:26.012Z | Downloaded cargo_toml v0.20.2 |
2242 | 2024-05-06T02:41:26.038Z | Downloaded cargo_metadata v0.18.1 |
2243 | 2024-05-06T02:41:26.038Z | Downloaded cargo-platform v0.1.3 |
2244 | 2024-05-06T02:41:26.069Z | Compiling serde v1.0.199 |
2245 | 2024-05-06T02:41:26.069Z | Compiling libc v0.2.153 |
2246 | 2024-05-06T02:41:26.069Z | Compiling rustix v0.38.31 |
2247 | 2024-05-06T02:41:26.069Z | Compiling bitflags v2.4.2 |
2248 | 2024-05-06T02:41:26.069Z | Compiling hashbrown v0.14.3 |
2249 | 2024-05-06T02:41:26.069Z | Compiling syn v2.0.60 |
2250 | 2024-05-06T02:41:26.095Z | Compiling serde_json v1.0.116 |
2251 | 2024-05-06T02:41:26.124Z | Compiling anyhow v1.0.82 |
2252 | 2024-05-06T02:41:27.169Z | Compiling indexmap v2.2.6 |
2253 | 2024-05-06T02:41:27.504Z | Compiling errno v0.3.8 |
2254 | 2024-05-06T02:41:28.461Z | Compiling terminal_size v0.3.0 |
2255 | 2024-05-06T02:41:28.574Z | Compiling clap_builder v4.5.2 |
2256 | 2024-05-06T02:41:31.109Z | Compiling serde_derive v1.0.199 |
2257 | 2024-05-06T02:41:31.109Z | Compiling thiserror-impl v1.0.59 |
2258 | 2024-05-06T02:41:31.135Z | Compiling clap_derive v4.5.4 |
2259 | 2024-05-06T02:41:32.751Z | Compiling thiserror v1.0.59 |
2260 | 2024-05-06T02:41:34.192Z | Compiling clap v4.5.4 |
2261 | 2024-05-06T02:41:40.375Z | Compiling toml_datetime v0.6.5 |
2262 | 2024-05-06T02:41:40.375Z | Compiling serde_spanned v0.6.5 |
2263 | 2024-05-06T02:41:40.400Z | Compiling camino v1.1.6 |
2264 | 2024-05-06T02:41:40.400Z | Compiling cargo-platform v0.1.3 |
2265 | 2024-05-06T02:41:40.401Z | Compiling semver v1.0.22 |
2266 | 2024-05-06T02:41:40.401Z | Compiling macaddr v1.0.1 |
2267 | 2024-05-06T02:41:40.649Z | Compiling toml_edit v0.22.12 |
2268 | 2024-05-06T02:41:41.787Z | Compiling cargo_metadata v0.18.1 |
2269 | 2024-05-06T02:41:43.134Z | Compiling toml v0.8.12 |
2270 | 2024-05-06T02:41:43.889Z | Compiling cargo_toml v0.20.2 |
2271 | 2024-05-06T02:41:55.598Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2272 | 2024-05-06T02:42:06.883Z | Finished release [optimized] target(s) in 41.54s |
2273 | 2024-05-06T02:42:06.947Z | |
2274 | 2024-05-06T02:42:06.948Z | real 41.644673057 |
2275 | 2024-05-06T02:42:06.948Z | user 2:42.777682611 |
2276 | 2024-05-06T02:42:06.948Z | sys 16.084625889 |
2277 | 2024-05-06T02:42:06.948Z | trap 0.056979314 |
2278 | 2024-05-06T02:42:06.948Z | tflt 0.196414023 |
2279 | 2024-05-06T02:42:06.948Z | dflt 0.829856859 |
2280 | 2024-05-06T02:42:06.948Z | kflt 0.000031773 |
2281 | 2024-05-06T02:42:06.948Z | lock 3:59.069193611 |
2282 | 2024-05-06T02:42:06.948Z | slp 3:14.891331733 |
2283 | 2024-05-06T02:42:06.948Z | lat 3.257824019 |
2284 | 2024-05-06T02:42:06.948Z | stop 2.750738313 |
2285 | 2024-05-06T02:42:06.974Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask) |
2286 | 2024-05-06T02:42:06.974Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/pumpkind-gz.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask |
2287 | 2024-05-06T02:42:18.534Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2288 | 2024-05-06T02:42:18.534Z | a out/mg-ddm-gz.tar 60398K |
2289 | 2024-05-06T02:42:18.534Z | a out/omicron-sled-agent.tar 95989K |
2290 | 2024-05-06T02:42:18.534Z | a out/oxlog.tar 2913K |
2291 | 2024-05-06T02:42:18.534Z | a out/pumpkind-gz.tar 26544K |
2292 | 2024-05-06T02:42:18.534Z | a out/target/test 1K |
2293 | 2024-05-06T02:42:18.534Z | a out/npuzone/npuzone 23144K |
2294 | 2024-05-06T02:42:18.534Z | a package-manifest.toml 27K |
2295 | 2024-05-06T02:42:18.534Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2296 | 2024-05-06T02:42:18.534Z | a target/release/omicron-package 30668K |
2297 | 2024-05-06T02:42:18.534Z | a target/release/xtask 6664K |
2298 | 2024-05-06T02:42:18.560Z | |
2299 | 2024-05-06T02:42:18.560Z | real 11.583235436 |
2300 | 2024-05-06T02:42:18.560Z | user 10.957677508 |
2301 | 2024-05-06T02:42:18.560Z | sys 0.960517514 |
2302 | 2024-05-06T02:42:18.560Z | trap 0.001988599 |
2303 | 2024-05-06T02:42:18.560Z | tflt 0.000000000 |
2304 | 2024-05-06T02:42:18.560Z | dflt 0.000000000 |
2305 | 2024-05-06T02:42:18.560Z | kflt 0.000000000 |
2306 | 2024-05-06T02:42:18.560Z | lock 0.000000000 |
2307 | 2024-05-06T02:42:18.560Z | slp 10.752023888 |
2308 | 2024-05-06T02:42:18.560Z | lat 0.490109130 |
2309 | 2024-05-06T02:42:18.560Z | stop 0.000240712 |
2310 | 2024-05-06T02:42:18.560Z | ++ pwd |
2311 | 2024-05-06T02:42:18.560Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2312 | 2024-05-06T02:42:18.560Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
2313 | 2024-05-06T02:42:18.560Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2314 | 2024-05-06T02:42:19.602Z | Finished release [optimized] target(s) in 0.99s |
2315 | 2024-05-06T02:42:19.635Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2316 | 2024-05-06T02:42:19.681Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2317 | 2024-05-06T02:42:19.706Z | Created new build target 'host' and set it as active |
2318 | 2024-05-06T02:42:19.706Z | |
2319 | 2024-05-06T02:42:19.706Z | real 1.136535880 |
2320 | 2024-05-06T02:42:19.706Z | user 0.724483991 |
2321 | 2024-05-06T02:42:19.707Z | sys 0.412444232 |
2322 | 2024-05-06T02:42:19.707Z | trap 0.000094466 |
2323 | 2024-05-06T02:42:19.707Z | tflt 0.000025861 |
2324 | 2024-05-06T02:42:19.707Z | dflt 0.000032306 |
2325 | 2024-05-06T02:42:19.707Z | kflt 0.000000000 |
2326 | 2024-05-06T02:42:19.707Z | lock 0.033440952 |
2327 | 2024-05-06T02:42:19.707Z | slp 0.137081850 |
2328 | 2024-05-06T02:42:19.707Z | lat 0.007282583 |
2329 | 2024-05-06T02:42:19.707Z | stop 0.000387818 |
2330 | 2024-05-06T02:42:19.707Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2331 | 2024-05-06T02:42:20.728Z | Finished release [optimized] target(s) in 0.98s |
2332 | 2024-05-06T02:42:20.756Z | Running `target/release/omicron-package -t host package` |
2333 | 2024-05-06T02:42:20.802Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2334 | 2024-05-06T02:42:21.843Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2335 | 2024-05-06T02:44:53.278Z | Finished release [optimized] target(s) in 2m 32s |
2336 | 2024-05-06T02:45:30.154Z | |
2337 | 2024-05-06T02:45:30.180Z | real 3:10.458340827 |
2338 | 2024-05-06T02:45:30.180Z | user 12:16.353258837 |
2339 | 2024-05-06T02:45:30.180Z | sys 45.919689970 |
2340 | 2024-05-06T02:45:30.180Z | trap 0.209578392 |
2341 | 2024-05-06T02:45:30.180Z | tflt 0.025082389 |
2342 | 2024-05-06T02:45:30.180Z | dflt 3.362967777 |
2343 | 2024-05-06T02:45:30.180Z | kflt 0.007625778 |
2344 | 2024-05-06T02:45:30.180Z | lock 1:01:54.721632205 |
2345 | 2024-05-06T02:45:30.180Z | slp 12:04.841378222 |
2346 | 2024-05-06T02:45:30.180Z | lat 10.395431248 |
2347 | 2024-05-06T02:45:30.180Z | stop 0.919280926 |
2348 | 2024-05-06T02:45:30.181Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog pumpkind-gz |
2349 | 2024-05-06T02:45:30.181Z | + for package in "$@" |
2350 | 2024-05-06T02:45:30.181Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 8.0.0-0.ci+git29fd2ec0f92 |
2351 | 2024-05-06T02:45:31.218Z | Finished release [optimized] target(s) in 0.99s |
2352 | 2024-05-06T02:45:31.246Z | Running `target/release/omicron-package stamp omicron-sled-agent 8.0.0-0.ci+git29fd2ec0f92` |
2353 | 2024-05-06T02:45:31.291Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2354 | 2024-05-06T02:45:31.554Z | Created: out/versioned/omicron-sled-agent.tar |
2355 | 2024-05-06T02:45:31.579Z | + for package in "$@" |
2356 | 2024-05-06T02:45:31.579Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git29fd2ec0f92 |
2357 | 2024-05-06T02:45:32.551Z | Finished release [optimized] target(s) in 0.92s |
2358 | 2024-05-06T02:45:32.578Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git29fd2ec0f92` |
2359 | 2024-05-06T02:45:32.626Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2360 | 2024-05-06T02:45:32.776Z | Created: out/versioned/mg-ddm-gz.tar |
2361 | 2024-05-06T02:45:32.802Z | + for package in "$@" |
2362 | 2024-05-06T02:45:32.802Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 8.0.0-0.ci+git29fd2ec0f92 |
2363 | 2024-05-06T02:45:33.753Z | Finished release [optimized] target(s) in 0.91s |
2364 | 2024-05-06T02:45:33.780Z | Running `target/release/omicron-package stamp propolis-server 8.0.0-0.ci+git29fd2ec0f92` |
2365 | 2024-05-06T02:45:33.825Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2366 | 2024-05-06T02:45:35.088Z | Created: out/versioned/propolis-server.tar.gz |
2367 | 2024-05-06T02:45:35.113Z | + for package in "$@" |
2368 | 2024-05-06T02:45:35.113Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 8.0.0-0.ci+git29fd2ec0f92 |
2369 | 2024-05-06T02:45:36.152Z | Finished release [optimized] target(s) in 0.99s |
2370 | 2024-05-06T02:45:36.178Z | Running `target/release/omicron-package stamp overlay 8.0.0-0.ci+git29fd2ec0f92` |
2371 | 2024-05-06T02:45:36.223Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2372 | 2024-05-06T02:45:36.249Z | Created: out/versioned/overlay.tar.gz |
2373 | 2024-05-06T02:45:36.249Z | + for package in "$@" |
2374 | 2024-05-06T02:45:36.249Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 8.0.0-0.ci+git29fd2ec0f92 |
2375 | 2024-05-06T02:45:37.220Z | Finished release [optimized] target(s) in 0.93s |
2376 | 2024-05-06T02:45:37.247Z | Running `target/release/omicron-package stamp oxlog 8.0.0-0.ci+git29fd2ec0f92` |
2377 | 2024-05-06T02:45:37.293Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2378 | 2024-05-06T02:45:37.318Z | Created: out/versioned/oxlog.tar |
2379 | 2024-05-06T02:45:37.318Z | + for package in "$@" |
2380 | 2024-05-06T02:45:37.318Z | + cargo run --locked --release --bin omicron-package -- stamp pumpkind-gz 8.0.0-0.ci+git29fd2ec0f92 |
2381 | 2024-05-06T02:45:38.315Z | Finished release [optimized] target(s) in 0.95s |
2382 | 2024-05-06T02:45:38.342Z | Running `target/release/omicron-package stamp pumpkind-gz 8.0.0-0.ci+git29fd2ec0f92` |
2383 | 2024-05-06T02:45:38.388Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2384 | 2024-05-06T02:45:38.475Z | Created: out/versioned/pumpkind-gz.tar |
2385 | 2024-05-06T02:45:38.501Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2386 | 2024-05-06T02:45:38.501Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2387 | 2024-05-06T02:45:38.501Z | ++ cd -- ./tools |
2388 | 2024-05-06T02:45:38.501Z | ++ pwd |
2389 | 2024-05-06T02:45:38.501Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2390 | 2024-05-06T02:45:38.501Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2391 | 2024-05-06T02:45:38.501Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2392 | 2024-05-06T02:45:38.528Z | ++ readlink -f /work |
2393 | 2024-05-06T02:45:38.528Z | + out_dir=/work |
2394 | 2024-05-06T02:45:38.528Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/pumpkind-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar") |
2395 | 2024-05-06T02:45:38.528Z | + for dep in "${deps[@]}" |
2396 | 2024-05-06T02:45:38.528Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2397 | 2024-05-06T02:45:38.528Z | + for dep in "${deps[@]}" |
2398 | 2024-05-06T02:45:38.528Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2399 | 2024-05-06T02:45:38.528Z | + for dep in "${deps[@]}" |
2400 | 2024-05-06T02:45:38.528Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar ]] |
2401 | 2024-05-06T02:45:38.528Z | + for dep in "${deps[@]}" |
2402 | 2024-05-06T02:45:38.529Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2403 | 2024-05-06T02:45:38.529Z | + for dep in "${deps[@]}" |
2404 | 2024-05-06T02:45:38.529Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2405 | 2024-05-06T02:45:38.529Z | + for dep in "${deps[@]}" |
2406 | 2024-05-06T02:45:38.529Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2407 | 2024-05-06T02:45:38.529Z | ++ mktemp -d |
2408 | 2024-05-06T02:45:38.529Z | + tmp_gz=/tmp/tmp.Mbaqsi |
2409 | 2024-05-06T02:45:38.529Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2410 | 2024-05-06T02:45:38.529Z | + echo '{"v":"1","t":"layer"}' |
2411 | 2024-05-06T02:45:38.529Z | + pkg_dir=/tmp/tmp.Mbaqsi/root/opt/oxide/sled-agent |
2412 | 2024-05-06T02:45:38.529Z | + mkdir -p /tmp/tmp.Mbaqsi/root/opt/oxide/sled-agent |
2413 | 2024-05-06T02:45:38.529Z | + cd /tmp/tmp.Mbaqsi/root/opt/oxide/sled-agent |
2414 | 2024-05-06T02:45:38.529Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2415 | 2024-05-06T02:45:38.596Z | x ., 0 bytes, 0 tape blocks |
2416 | 2024-05-06T02:45:38.596Z | x zone-bundle, 26830864 bytes, 52405 tape blocks |
2417 | 2024-05-06T02:45:38.596Z | x sled-agent, 71452976 bytes, 139557 tape blocks |
2418 | 2024-05-06T02:45:38.596Z | x pkg, 0 bytes, 0 tape blocks |
2419 | 2024-05-06T02:45:38.596Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2420 | 2024-05-06T02:45:38.596Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2421 | 2024-05-06T02:45:38.596Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2422 | 2024-05-06T02:45:38.596Z | x VERSION, 25 bytes, 1 tape blocks |
2423 | 2024-05-06T02:45:38.621Z | + mkdir -p /tmp/tmp.Mbaqsi/root/lib/svc/manifest/site/ |
2424 | 2024-05-06T02:45:38.621Z | + mv pkg/manifest.xml /tmp/tmp.Mbaqsi/root/lib/svc/manifest/site/sled-agent.xml |
2425 | 2024-05-06T02:45:38.621Z | + cd - |
2426 | 2024-05-06T02:45:38.621Z | /work/oxidecomputer/omicron |
2427 | 2024-05-06T02:45:38.622Z | + pkg_dir=/tmp/tmp.Mbaqsi/root/opt/oxide/mg-ddm |
2428 | 2024-05-06T02:45:38.622Z | + mkdir -p /tmp/tmp.Mbaqsi/root/opt/oxide/mg-ddm |
2429 | 2024-05-06T02:45:38.622Z | + cd /tmp/tmp.Mbaqsi/root/opt/oxide/mg-ddm |
2430 | 2024-05-06T02:45:38.622Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2431 | 2024-05-06T02:45:38.658Z | x ., 0 bytes, 0 tape blocks |
2432 | 2024-05-06T02:45:38.658Z | x ddmadm, 18870416 bytes, 36857 tape blocks |
2433 | 2024-05-06T02:45:38.658Z | x ddmd, 42960632 bytes, 83908 tape blocks |
2434 | 2024-05-06T02:45:38.659Z | x pkg, 0 bytes, 0 tape blocks |
2435 | 2024-05-06T02:45:38.659Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2436 | 2024-05-06T02:45:38.659Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2437 | 2024-05-06T02:45:38.659Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2438 | 2024-05-06T02:45:38.659Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2439 | 2024-05-06T02:45:38.659Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2440 | 2024-05-06T02:45:38.659Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2441 | 2024-05-06T02:45:38.659Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2442 | 2024-05-06T02:45:38.659Z | x VERSION, 25 bytes, 1 tape blocks |
2443 | 2024-05-06T02:45:38.684Z | + cd - |
2444 | 2024-05-06T02:45:38.684Z | + pkg_dir=/tmp/tmp.Mbaqsi/root/opt/oxide/pumpkind |
2445 | 2024-05-06T02:45:38.684Z | /work/oxidecomputer/omicron |
2446 | 2024-05-06T02:45:38.684Z | + mkdir -p /tmp/tmp.Mbaqsi/root/opt/oxide/pumpkind |
2447 | 2024-05-06T02:45:38.684Z | + cd /tmp/tmp.Mbaqsi/root/opt/oxide/pumpkind |
2448 | 2024-05-06T02:45:38.684Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
2449 | 2024-05-06T02:45:38.710Z | x ., 0 bytes, 0 tape blocks |
2450 | 2024-05-06T02:45:38.710Z | x lib, 0 bytes, 0 tape blocks |
2451 | 2024-05-06T02:45:38.710Z | x lib/svc, 0 bytes, 0 tape blocks |
2452 | 2024-05-06T02:45:38.710Z | x lib/svc/manifest, 0 bytes, 0 tape blocks |
2453 | 2024-05-06T02:45:38.710Z | x lib/svc/manifest/system, 0 bytes, 0 tape blocks |
2454 | 2024-05-06T02:45:38.710Z | x lib/svc/manifest/system/pumpkind.xml, 1272 bytes, 3 tape blocks |
2455 | 2024-05-06T02:45:38.710Z | x bin, 0 bytes, 0 tape blocks |
2456 | 2024-05-06T02:45:38.710Z | x bin/svc-pumpkind, 509 bytes, 1 tape blocks |
2457 | 2024-05-06T02:45:38.710Z | x bin/pumpkind, 16522240 bytes, 32270 tape blocks |
2458 | 2024-05-06T02:45:38.710Z | x bin/pumpkinadm, 10650728 bytes, 20803 tape blocks |
2459 | 2024-05-06T02:45:38.710Z | x VERSION, 25 bytes, 1 tape blocks |
2460 | 2024-05-06T02:45:38.710Z | + cd - |
2461 | 2024-05-06T02:45:38.710Z | /work/oxidecomputer/omicron |
2462 | 2024-05-06T02:45:38.711Z | + pkg_dir=/tmp/tmp.Mbaqsi/root/opt/oxide/oxlog |
2463 | 2024-05-06T02:45:38.711Z | + mkdir -p /tmp/tmp.Mbaqsi/root/opt/oxide/oxlog |
2464 | 2024-05-06T02:45:38.711Z | + cd /tmp/tmp.Mbaqsi/root/opt/oxide/oxlog |
2465 | 2024-05-06T02:45:38.711Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2466 | 2024-05-06T02:45:38.711Z | x ., 0 bytes, 0 tape blocks |
2467 | 2024-05-06T02:45:38.711Z | x oxlog, 2979728 bytes, 5820 tape blocks |
2468 | 2024-05-06T02:45:38.711Z | x VERSION, 25 bytes, 1 tape blocks |
2469 | 2024-05-06T02:45:38.711Z | + cd - |
2470 | 2024-05-06T02:45:38.711Z | /work/oxidecomputer/omicron |
2471 | 2024-05-06T02:45:38.711Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.Mbaqsi/root/opt/oxide |
2472 | 2024-05-06T02:45:38.774Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.Mbaqsi/root/opt/oxide |
2473 | 2024-05-06T02:45:38.800Z | + cd /tmp/tmp.Mbaqsi |
2474 | 2024-05-06T02:45:38.800Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2475 | 2024-05-06T02:45:49.573Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2476 | 2024-05-06T02:45:49.573Z | a oxide.json 1K |
2477 | 2024-05-06T02:45:49.573Z | a root/ 0K |
2478 | 2024-05-06T02:45:49.573Z | a root/opt/ 0K |
2479 | 2024-05-06T02:45:49.573Z | a root/opt/oxide/ 0K |
2480 | 2024-05-06T02:45:49.573Z | a root/opt/oxide/sled-agent/ 0K |
2481 | 2024-05-06T02:45:49.573Z | a root/opt/oxide/sled-agent/zone-bundle 26203K |
2482 | 2024-05-06T02:45:49.573Z | a root/opt/oxide/sled-agent/sled-agent 69779K |
2483 | 2024-05-06T02:45:49.573Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2484 | 2024-05-06T02:45:49.573Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2485 | 2024-05-06T02:45:49.573Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2486 | 2024-05-06T02:45:49.573Z | a root/opt/oxide/sled-agent/VERSION 1K |
2487 | 2024-05-06T02:45:49.573Z | a root/opt/oxide/mg-ddm/ 0K |
2488 | 2024-05-06T02:45:49.573Z | a root/opt/oxide/mg-ddm/ddmadm 18429K |
2489 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/mg-ddm/ddmd 41954K |
2490 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2491 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2492 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2493 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2494 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2495 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2496 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2497 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2498 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2499 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/pumpkind/ 0K |
2500 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/pumpkind/lib/ 0K |
2501 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/pumpkind/lib/svc/ 0K |
2502 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/pumpkind/lib/svc/manifest/ 0K |
2503 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/pumpkind/lib/svc/manifest/system/ 0K |
2504 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml 2K |
2505 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/pumpkind/bin/ 0K |
2506 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/pumpkind/bin/svc-pumpkind 1K |
2507 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/pumpkind/bin/pumpkind 16135K |
2508 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/pumpkind/bin/pumpkinadm 10402K |
2509 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/pumpkind/VERSION 1K |
2510 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/oxlog/ 0K |
2511 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/oxlog/oxlog 2910K |
2512 | 2024-05-06T02:45:49.574Z | a root/opt/oxide/oxlog/VERSION 1K |
2513 | 2024-05-06T02:45:49.575Z | a root/opt/oxide/propolis-server.tar.gz 65038K |
2514 | 2024-05-06T02:45:49.575Z | a root/opt/oxide/overlay.tar.gz 3K |
2515 | 2024-05-06T02:45:49.575Z | a root/lib/ 0K |
2516 | 2024-05-06T02:45:49.575Z | a root/lib/svc/ 0K |
2517 | 2024-05-06T02:45:49.575Z | a root/lib/svc/manifest/ 0K |
2518 | 2024-05-06T02:45:49.575Z | a root/lib/svc/manifest/site/ 0K |
2519 | 2024-05-06T02:45:49.575Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2520 | 2024-05-06T02:45:49.600Z | + cd / |
2521 | 2024-05-06T02:45:49.600Z | + rm -rf /tmp/tmp.Mbaqsi |
2522 | 2024-05-06T02:45:49.600Z | |
2523 | 2024-05-06T02:45:49.600Z | real 11.105657483 |
2524 | 2024-05-06T02:45:49.600Z | user 10.175939470 |
2525 | 2024-05-06T02:45:49.601Z | sys 0.942459689 |
2526 | 2024-05-06T02:45:49.601Z | trap 0.001322304 |
2527 | 2024-05-06T02:45:49.601Z | tflt 0.000000000 |
2528 | 2024-05-06T02:45:49.601Z | dflt 0.000000000 |
2529 | 2024-05-06T02:45:49.601Z | kflt 0.000000000 |
2530 | 2024-05-06T02:45:49.601Z | lock 0.000000000 |
2531 | 2024-05-06T02:45:49.601Z | slp 21.339022179 |
2532 | 2024-05-06T02:45:49.601Z | lat 0.505034452 |
2533 | 2024-05-06T02:45:49.601Z | stop 0.000316095 |
2534 | 2024-05-06T02:45:49.601Z | + mkdir -p /work/zones |
2535 | 2024-05-06T02:45:49.601Z | + zones=(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/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz out/probe.tar.gz) |
2536 | 2024-05-06T02:45:49.601Z | + cp 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/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz out/probe.tar.gz /work/zones/ |
2537 | 2024-05-06T02:45:53.230Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2538 | 2024-05-06T02:45:54.483Z | Finished release [optimized] target(s) in 1.15s |
2539 | 2024-05-06T02:45:54.509Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2540 | 2024-05-06T02:45:54.550Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2541 | 2024-05-06T02:45:54.575Z | Created new build target 'recovery' and set it as active |
2542 | 2024-05-06T02:45:54.575Z | |
2543 | 2024-05-06T02:45:54.575Z | real 1.318742666 |
2544 | 2024-05-06T02:45:54.575Z | user 0.729421866 |
2545 | 2024-05-06T02:45:54.575Z | sys 0.580142232 |
2546 | 2024-05-06T02:45:54.575Z | trap 0.000871728 |
2547 | 2024-05-06T02:45:54.575Z | tflt 0.000079689 |
2548 | 2024-05-06T02:45:54.575Z | dflt 0.000121663 |
2549 | 2024-05-06T02:45:54.575Z | kflt 0.000000000 |
2550 | 2024-05-06T02:45:54.576Z | lock 0.045144809 |
2551 | 2024-05-06T02:45:54.576Z | slp 0.139817801 |
2552 | 2024-05-06T02:45:54.576Z | lat 0.016226972 |
2553 | 2024-05-06T02:45:54.576Z | stop 0.000758742 |
2554 | 2024-05-06T02:45:54.576Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2555 | 2024-05-06T02:45:55.674Z | Finished release [optimized] target(s) in 1.03s |
2556 | 2024-05-06T02:45:55.700Z | Running `target/release/omicron-package -t recovery package` |
2557 | 2024-05-06T02:45:55.740Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2558 | 2024-05-06T02:45:56.716Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2559 | 2024-05-06T02:45:59.713Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2560 | 2024-05-06T02:46:17.754Z | Finished release [optimized] target(s) in 21.93s |
2561 | 2024-05-06T02:46:18.559Z | |
2562 | 2024-05-06T02:46:18.585Z | real 23.993909208 |
2563 | 2024-05-06T02:46:18.585Z | user 1:25.102318184 |
2564 | 2024-05-06T02:46:18.585Z | sys 8.696008928 |
2565 | 2024-05-06T02:46:18.585Z | trap 0.024178824 |
2566 | 2024-05-06T02:46:18.585Z | tflt 0.077776743 |
2567 | 2024-05-06T02:46:18.585Z | dflt 0.547316298 |
2568 | 2024-05-06T02:46:18.585Z | kflt 0.000108177 |
2569 | 2024-05-06T02:46:18.585Z | lock 5:25.895723527 |
2570 | 2024-05-06T02:46:18.585Z | slp 1:22.327395702 |
2571 | 2024-05-06T02:46:18.585Z | lat 1.013170941 |
2572 | 2024-05-06T02:46:18.585Z | stop 0.251108116 |
2573 | 2024-05-06T02:46:18.586Z | + stamp_packages installinator mg-ddm-gz |
2574 | 2024-05-06T02:46:18.586Z | + for package in "$@" |
2575 | 2024-05-06T02:46:18.586Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 8.0.0-0.ci+git29fd2ec0f92 |
2576 | 2024-05-06T02:46:19.696Z | Finished release [optimized] target(s) in 1.05s |
2577 | 2024-05-06T02:46:19.722Z | Running `target/release/omicron-package stamp installinator 8.0.0-0.ci+git29fd2ec0f92` |
2578 | 2024-05-06T02:46:19.761Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2579 | 2024-05-06T02:46:19.880Z | Created: out/versioned/installinator.tar |
2580 | 2024-05-06T02:46:19.905Z | + for package in "$@" |
2581 | 2024-05-06T02:46:19.905Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git29fd2ec0f92 |
2582 | 2024-05-06T02:46:21.009Z | Finished release [optimized] target(s) in 1.04s |
2583 | 2024-05-06T02:46:21.035Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git29fd2ec0f92` |
2584 | 2024-05-06T02:46:21.072Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2585 | 2024-05-06T02:46:21.265Z | Created: out/versioned/mg-ddm-gz.tar |
2586 | 2024-05-06T02:46:21.293Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2587 | 2024-05-06T02:46:21.293Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2588 | 2024-05-06T02:46:21.293Z | ++ cd -- ./tools |
2589 | 2024-05-06T02:46:21.293Z | ++ pwd |
2590 | 2024-05-06T02:46:21.293Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2591 | 2024-05-06T02:46:21.293Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2592 | 2024-05-06T02:46:21.320Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2593 | 2024-05-06T02:46:21.320Z | ++ readlink -f /work |
2594 | 2024-05-06T02:46:21.320Z | + out_dir=/work |
2595 | 2024-05-06T02:46:21.320Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2596 | 2024-05-06T02:46:21.320Z | + for dep in "${deps[@]}" |
2597 | 2024-05-06T02:46:21.320Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2598 | 2024-05-06T02:46:21.320Z | + for dep in "${deps[@]}" |
2599 | 2024-05-06T02:46:21.320Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2600 | 2024-05-06T02:46:21.320Z | ++ mktemp -d |
2601 | 2024-05-06T02:46:21.320Z | + tmp_trampoline=/tmp/tmp.qEaaxi |
2602 | 2024-05-06T02:46:21.320Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2603 | 2024-05-06T02:46:21.320Z | + echo '{"v":"1","t":"layer"}' |
2604 | 2024-05-06T02:46:21.320Z | + pkg_dir=/tmp/tmp.qEaaxi/root/opt/oxide/installinator |
2605 | 2024-05-06T02:46:21.320Z | + mkdir -p /tmp/tmp.qEaaxi/root/opt/oxide/installinator |
2606 | 2024-05-06T02:46:21.320Z | + cd /tmp/tmp.qEaaxi/root/opt/oxide/installinator |
2607 | 2024-05-06T02:46:21.320Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2608 | 2024-05-06T02:46:21.376Z | x ., 0 bytes, 0 tape blocks |
2609 | 2024-05-06T02:46:21.376Z | x installinator, 38493048 bytes, 75182 tape blocks |
2610 | 2024-05-06T02:46:21.376Z | x pkg, 0 bytes, 0 tape blocks |
2611 | 2024-05-06T02:46:21.376Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2612 | 2024-05-06T02:46:21.376Z | x VERSION, 25 bytes, 1 tape blocks |
2613 | 2024-05-06T02:46:21.402Z | + mkdir -p /tmp/tmp.qEaaxi/root/lib/svc/manifest/site/ |
2614 | 2024-05-06T02:46:21.402Z | + mv pkg/manifest.xml /tmp/tmp.qEaaxi/root/lib/svc/manifest/site/installinator.xml |
2615 | 2024-05-06T02:46:21.402Z | + cd - |
2616 | 2024-05-06T02:46:21.402Z | /work/oxidecomputer/omicron |
2617 | 2024-05-06T02:46:21.402Z | + pkg_dir=/tmp/tmp.qEaaxi/root/opt/oxide/mg-ddm |
2618 | 2024-05-06T02:46:21.402Z | + mkdir -p /tmp/tmp.qEaaxi/root/opt/oxide/mg-ddm |
2619 | 2024-05-06T02:46:21.402Z | + cd /tmp/tmp.qEaaxi/root/opt/oxide/mg-ddm |
2620 | 2024-05-06T02:46:21.402Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2621 | 2024-05-06T02:46:21.495Z | x ., 0 bytes, 0 tape blocks |
2622 | 2024-05-06T02:46:21.495Z | x ddmadm, 18870416 bytes, 36857 tape blocks |
2623 | 2024-05-06T02:46:21.495Z | x ddmd, 42960632 bytes, 83908 tape blocks |
2624 | 2024-05-06T02:46:21.495Z | x pkg, 0 bytes, 0 tape blocks |
2625 | 2024-05-06T02:46:21.495Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2626 | 2024-05-06T02:46:21.495Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2627 | 2024-05-06T02:46:21.495Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2628 | 2024-05-06T02:46:21.495Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2629 | 2024-05-06T02:46:21.495Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2630 | 2024-05-06T02:46:21.496Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2631 | 2024-05-06T02:46:21.496Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2632 | 2024-05-06T02:46:21.496Z | x VERSION, 25 bytes, 1 tape blocks |
2633 | 2024-05-06T02:46:21.521Z | + cd - |
2634 | 2024-05-06T02:46:21.521Z | /work/oxidecomputer/omicron |
2635 | 2024-05-06T02:46:21.521Z | + cd /tmp/tmp.qEaaxi |
2636 | 2024-05-06T02:46:21.521Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2637 | 2024-05-06T02:46:26.113Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2638 | 2024-05-06T02:46:26.113Z | a oxide.json 1K |
2639 | 2024-05-06T02:46:26.113Z | a root/ 0K |
2640 | 2024-05-06T02:46:26.113Z | a root/opt/ 0K |
2641 | 2024-05-06T02:46:26.113Z | a root/opt/oxide/ 0K |
2642 | 2024-05-06T02:46:26.113Z | a root/opt/oxide/installinator/ 0K |
2643 | 2024-05-06T02:46:26.113Z | a root/opt/oxide/installinator/installinator 37591K |
2644 | 2024-05-06T02:46:26.113Z | a root/opt/oxide/installinator/pkg/ 0K |
2645 | 2024-05-06T02:46:26.113Z | a root/opt/oxide/installinator/VERSION 1K |
2646 | 2024-05-06T02:46:26.113Z | a root/opt/oxide/mg-ddm/ 0K |
2647 | 2024-05-06T02:46:26.113Z | a root/opt/oxide/mg-ddm/ddmadm 18429K |
2648 | 2024-05-06T02:46:26.113Z | a root/opt/oxide/mg-ddm/ddmd 41954K |
2649 | 2024-05-06T02:46:26.113Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2650 | 2024-05-06T02:46:26.113Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2651 | 2024-05-06T02:46:26.113Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2652 | 2024-05-06T02:46:26.113Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2653 | 2024-05-06T02:46:26.113Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2654 | 2024-05-06T02:46:26.113Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2655 | 2024-05-06T02:46:26.113Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2656 | 2024-05-06T02:46:26.113Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2657 | 2024-05-06T02:46:26.114Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2658 | 2024-05-06T02:46:26.114Z | a root/lib/ 0K |
2659 | 2024-05-06T02:46:26.114Z | a root/lib/svc/ 0K |
2660 | 2024-05-06T02:46:26.114Z | a root/lib/svc/manifest/ 0K |
2661 | 2024-05-06T02:46:26.114Z | a root/lib/svc/manifest/site/ 0K |
2662 | 2024-05-06T02:46:26.114Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2663 | 2024-05-06T02:46:26.140Z | + cd / |
2664 | 2024-05-06T02:46:26.140Z | + rm -rf /tmp/tmp.qEaaxi |
2665 | 2024-05-06T02:46:26.140Z | |
2666 | 2024-05-06T02:46:26.140Z | real 4.858369819 |
2667 | 2024-05-06T02:46:26.140Z | user 4.394118988 |
2668 | 2024-05-06T02:46:26.140Z | sys 0.465454391 |
2669 | 2024-05-06T02:46:26.140Z | trap 0.000750269 |
2670 | 2024-05-06T02:46:26.140Z | tflt 0.000000000 |
2671 | 2024-05-06T02:46:26.140Z | dflt 0.000000000 |
2672 | 2024-05-06T02:46:26.140Z | kflt 0.000000000 |
2673 | 2024-05-06T02:46:26.140Z | lock 0.000000000 |
2674 | 2024-05-06T02:46:26.140Z | slp 9.245015965 |
2675 | 2024-05-06T02:46:26.140Z | lat 0.208575937 |
2676 | 2024-05-06T02:46:26.140Z | stop 0.000286512 |
2677 | 2024-05-06T02:46:26.140Z | process exited: duration 1560621 ms, exit code 0 |
|
2678 | 2024-05-06T02:46:26.226Z | found 22 output files |
2679 | 2024-05-06T02:46:26.227Z | uploading: /work/version.txt (26 bytes) |
2680 | 2024-05-06T02:46:27.313Z | uploaded: /work/version.txt |
2681 | 2024-05-06T02:46:27.313Z | uploading: /work/package.tar.gz (85605533 bytes) |
2682 | 2024-05-06T02:46:52.830Z | uploaded: /work/package.tar.gz |
2683 | 2024-05-06T02:46:52.830Z | uploading: /work/global-zone-packages.tar.gz (130832442 bytes) |
2684 | 2024-05-06T02:47:39.259Z | uploaded: /work/global-zone-packages.tar.gz |
2685 | 2024-05-06T02:47:39.259Z | uploading: /work/trampoline-global-zone-packages.tar.gz (33970607 bytes) |
2686 | 2024-05-06T02:47:50.229Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2687 | 2024-05-06T02:47:50.229Z | uploading: /work/zones/clickhouse.tar.gz (227385099 bytes) |
2688 | 2024-05-06T02:49:19.416Z | uploaded: /work/zones/clickhouse.tar.gz |
2689 | 2024-05-06T02:49:19.416Z | uploading: /work/zones/clickhouse_keeper.tar.gz (227360644 bytes) |
2690 | 2024-05-06T02:50:37.997Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2691 | 2024-05-06T02:50:37.997Z | uploading: /work/zones/cockroachdb.tar.gz (122877225 bytes) |
2692 | 2024-05-06T02:51:16.605Z | uploaded: /work/zones/cockroachdb.tar.gz |
2693 | 2024-05-06T02:51:16.605Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (27342194 bytes) |
2694 | 2024-05-06T02:51:26.031Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2695 | 2024-05-06T02:51:26.032Z | uploading: /work/zones/crucible-zone.tar.gz (38257850 bytes) |
2696 | 2024-05-06T02:51:39.816Z | uploaded: /work/zones/crucible-zone.tar.gz |
2697 | 2024-05-06T02:51:39.816Z | uploading: /work/zones/external-dns.tar.gz (25009806 bytes) |
2698 | 2024-05-06T02:51:47.941Z | uploaded: /work/zones/external-dns.tar.gz |
2699 | 2024-05-06T02:51:47.942Z | uploading: /work/zones/internal-dns.tar.gz (25008434 bytes) |
2700 | 2024-05-06T02:51:56.875Z | uploaded: /work/zones/internal-dns.tar.gz |
2701 | 2024-05-06T02:51:56.904Z | uploading: /work/zones/nexus-single-sled.tar.gz (85296406 bytes) |
2702 | 2024-05-06T02:52:23.909Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
2703 | 2024-05-06T02:52:23.937Z | uploading: /work/zones/nexus.tar.gz (85297821 bytes) |
2704 | 2024-05-06T02:52:54.097Z | uploaded: /work/zones/nexus.tar.gz |
2705 | 2024-05-06T02:52:54.097Z | uploading: /work/zones/ntp.tar.gz (8558521 bytes) |
2706 | 2024-05-06T02:52:57.793Z | uploaded: /work/zones/ntp.tar.gz |
2707 | 2024-05-06T02:52:57.793Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (14629301 bytes) |
2708 | 2024-05-06T02:53:06.542Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2709 | 2024-05-06T02:53:06.542Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (14628488 bytes) |
2710 | 2024-05-06T02:53:12.459Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2711 | 2024-05-06T02:53:12.459Z | uploading: /work/zones/overlay.tar.gz (2622 bytes) |
2712 | 2024-05-06T02:53:13.555Z | uploaded: /work/zones/overlay.tar.gz |
2713 | 2024-05-06T02:53:13.555Z | uploading: /work/zones/oximeter.tar.gz (43583488 bytes) |
2714 | 2024-05-06T02:53:27.834Z | uploaded: /work/zones/oximeter.tar.gz |
2715 | 2024-05-06T02:53:27.858Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
2716 | 2024-05-06T02:53:29.612Z | uploaded: /work/zones/probe.tar.gz |
2717 | 2024-05-06T02:53:29.641Z | uploading: /work/zones/propolis-server.tar.gz (66596368 bytes) |
2718 | 2024-05-06T02:53:53.279Z | uploaded: /work/zones/propolis-server.tar.gz |
2719 | 2024-05-06T02:53:53.279Z | uploading: /work/zones/switch-asic.tar.gz (300970363 bytes) |
2720 | 2024-05-06T02:55:32.738Z | uploaded: /work/zones/switch-asic.tar.gz |
2721 | 2024-05-06T02:55:32.738Z | uploading: /work/zones/switch-softnpu.tar.gz (204973684 bytes) |
2722 | 2024-05-06T02:56:49.655Z | uploaded: /work/zones/switch-softnpu.tar.gz |