|
|
|
1 | 2024-03-26T18:23:17.621Z | job assigned to worker 01HSXZXQ3ZC4F6SQYW1ZRR6EAX (queued for 3 m 47 s) |
|
2 | 2024-03-26T18:23:25.345Z | starting task 0: "setup" |
3 | 2024-03-26T18:23:25.441Z | ++ uname -s |
4 | 2024-03-26T18:23:25.447Z | + kern=SunOS |
5 | 2024-03-26T18:23:25.448Z | + case "$kern" in |
6 | 2024-03-26T18:23:25.448Z | + groupadd -g 12345 build |
7 | 2024-03-26T18:23:25.533Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-26T18:23:27.546Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-26T18:23:28.267Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-26T18:23:28.277Z | + home_fs=zfs |
11 | 2024-03-26T18:23:28.278Z | + [[ zfs == autofs ]] |
12 | 2024-03-26T18:23:28.278Z | + mkdir -p /home/build |
13 | 2024-03-26T18:23:28.278Z | + chown build:build /home/build /work |
14 | 2024-03-26T18:23:29.276Z | + chmod 0700 /home/build /work |
15 | 2024-03-26T18:23:29.292Z | process exited: duration 3931 ms, exit code 0 |
|
16 | 2024-03-26T18:23:29.316Z | starting task 1: "rust-toolchain" |
17 | 2024-03-26T18:23:29.731Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-26T18:23:29.732Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-26T18:23:29.749Z | info: downloading installer |
20 | 2024-03-26T18:23:30.739Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-26T18:23:30.739Z | warning: /opt/ooce/bin |
22 | 2024-03-26T18:23:30.740Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-26T18:23:30.740Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-26T18:23:30.740Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-26T18:23:30.740Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-26T18:23:30.740Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-26T18:23:30.741Z | error: cannot install while Rust is installed |
28 | 2024-03-26T18:23:30.741Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-26T18:23:30.955Z | info: profile set to 'default' |
30 | 2024-03-26T18:23:30.955Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-26T18:23:30.958Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-26T18:23:31.171Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-26T18:23:31.171Z | info: downloading component 'cargo' |
34 | 2024-03-26T18:23:32.153Z | info: downloading component 'clippy' |
35 | 2024-03-26T18:23:32.586Z | info: downloading component 'rust-docs' |
36 | 2024-03-26T18:23:33.885Z | info: downloading component 'rust-std' |
37 | 2024-03-26T18:23:36.082Z | info: downloading component 'rustc' |
38 | 2024-03-26T18:23:40.940Z | info: downloading component 'rustfmt' |
39 | 2024-03-26T18:23:41.260Z | info: installing component 'cargo' |
40 | 2024-03-26T18:23:42.122Z | info: installing component 'clippy' |
41 | 2024-03-26T18:23:42.486Z | info: installing component 'rust-docs' |
42 | 2024-03-26T18:23:43.983Z | info: installing component 'rust-std' |
43 | 2024-03-26T18:23:45.757Z | info: installing component 'rustc' |
44 | 2024-03-26T18:23:49.762Z | info: installing component 'rustfmt' |
45 | 2024-03-26T18:23:50.111Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-26T18:23:50.111Z | |
47 | 2024-03-26T18:23:50.377Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-26T18:23:50.377Z | |
49 | 2024-03-26T18:23:50.381Z | |
50 | 2024-03-26T18:23:50.381Z | Rust is installed now. Great! |
51 | 2024-03-26T18:23:50.381Z | |
52 | 2024-03-26T18:23:50.381Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-26T18:23:50.381Z | environment variable. This has not been done automatically. |
54 | 2024-03-26T18:23:50.381Z | |
55 | 2024-03-26T18:23:50.381Z | To configure your current shell, you need to source |
56 | 2024-03-26T18:23:50.381Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-26T18:23:50.381Z | |
58 | 2024-03-26T18:23:50.381Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-26T18:23:50.381Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-26T18:23:50.381Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-26T18:23:50.504Z | + rustc --version |
62 | 2024-03-26T18:23:51.001Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-03-26T18:23:51.002Z | process exited: duration 21250 ms, exit code 0 |
|
64 | 2024-03-26T18:23:51.018Z | starting task 2: "authentication" |
65 | 2024-03-26T18:23:51.063Z | process exited: duration 26 ms, exit code 0 |
|
66 | 2024-03-26T18:23:51.076Z | starting task 3: "clone repository" |
67 | 2024-03-26T18:23:51.079Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-03-26T18:23:51.083Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-03-26T18:23:51.638Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-03-26T18:23:57.719Z | + cd /work/oxidecomputer/omicron |
71 | 2024-03-26T18:23:57.720Z | + git fetch origin f784f78d67f703e3f8063c5525deed07f6c2c130 |
72 | 2024-03-26T18:23:58.023Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-03-26T18:23:58.023Z | * branch f784f78d67f703e3f8063c5525deed07f6c2c130 -> FETCH_HEAD |
74 | 2024-03-26T18:23:58.044Z | + [[ -n refresh-oximeter-producer-list ]] |
75 | 2024-03-26T18:23:58.051Z | ++ git branch --show-current |
76 | 2024-03-26T18:23:58.051Z | + current=main |
77 | 2024-03-26T18:23:58.051Z | + [[ main != refresh-oximeter-producer-list ]] |
78 | 2024-03-26T18:23:58.051Z | + git branch -f refresh-oximeter-producer-list f784f78d67f703e3f8063c5525deed07f6c2c130 |
79 | 2024-03-26T18:23:58.051Z | + git checkout -f refresh-oximeter-producer-list |
80 | 2024-03-26T18:23:58.093Z | Switched to branch 'refresh-oximeter-producer-list' |
81 | 2024-03-26T18:23:58.103Z | + git reset --hard f784f78d67f703e3f8063c5525deed07f6c2c130 |
82 | 2024-03-26T18:23:58.152Z | HEAD is now at f784f78d6 clippy |
83 | 2024-03-26T18:23:58.170Z | process exited: duration 7066 ms, exit code 0 |
|
84 | 2024-03-26T18:23:58.631Z | starting task 4: "build" |
85 | 2024-03-26T18:23:59.061Z | + cargo --version |
86 | 2024-03-26T18:23:59.061Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-03-26T18:23:59.067Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-03-26T18:23:59.067Z | info: downloading component 'cargo' |
89 | 2024-03-26T18:23:59.435Z | info: downloading component 'clippy' |
90 | 2024-03-26T18:23:59.641Z | info: downloading component 'rust-docs' |
91 | 2024-03-26T18:24:00.469Z | info: downloading component 'rust-std' |
92 | 2024-03-26T18:24:01.864Z | info: downloading component 'rustc' |
93 | 2024-03-26T18:24:05.366Z | info: downloading component 'rustfmt' |
94 | 2024-03-26T18:24:05.551Z | info: installing component 'cargo' |
95 | 2024-03-26T18:24:06.421Z | info: installing component 'clippy' |
96 | 2024-03-26T18:24:06.760Z | info: installing component 'rust-docs' |
97 | 2024-03-26T18:24:08.226Z | info: installing component 'rust-std' |
98 | 2024-03-26T18:24:10.105Z | info: installing component 'rustc' |
99 | 2024-03-26T18:24:14.077Z | info: installing component 'rustfmt' |
100 | 2024-03-26T18:24:14.474Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-03-26T18:24:14.477Z | + rustc --version |
102 | 2024-03-26T18:24:14.540Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-03-26T18:24:14.546Z | ++ git rev-parse HEAD |
104 | 2024-03-26T18:24:14.552Z | + COMMIT=f784f78d67f703e3f8063c5525deed07f6c2c130 |
105 | 2024-03-26T18:24:14.552Z | + VERSION=7.0.0-0.ci+gitf784f78d67f |
106 | 2024-03-26T18:24:14.552Z | + echo 7.0.0-0.ci+gitf784f78d67f |
107 | 2024-03-26T18:24:14.552Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
108 | 2024-03-26T18:24:25.212Z | Startup: Refreshing catalog 'helios-dev' ... Done |
109 | 2024-03-26T18:24:26.631Z | Startup: Caching catalogs ... Done |
110 | 2024-03-26T18:24:28.292Z | Planning: Solver setup ... Done (1.286s) |
111 | 2024-03-26T18:24:28.317Z | Planning: Running solver ... Done (0.025s) |
112 | 2024-03-26T18:24:28.473Z | Planning: Finding local manifests ... Done (0.127s) |
113 | 2024-03-26T18:24:28.480Z | Planning: Fetching manifests: 0/4 0% complete |
114 | 2024-03-26T18:24:29.156Z | Planning: Fetching manifests: 4/4 100% complete |
115 | 2024-03-26T18:24:29.204Z | Planning: Package planning ... Done (0.049s) |
116 | 2024-03-26T18:24:29.256Z | Planning: Merging actions ... Done (0.052s) |
117 | 2024-03-26T18:24:29.718Z | Planning: Checking for conflicting actions ... Done (0.450s) |
118 | 2024-03-26T18:24:29.733Z | Planning: Consolidating action changes ... Done (0.011s) |
119 | 2024-03-26T18:24:35.675Z | Planning: Evaluating mediators ... Done (5.952s) |
120 | 2024-03-26T18:24:35.686Z | Planning: Planning completed in 8.99 seconds |
121 | 2024-03-26T18:24:35.702Z | Packages to install: 4 |
122 | 2024-03-26T18:24:35.702Z | Mediators to change: 2 |
123 | 2024-03-26T18:24:35.707Z | Services to change: 1 |
124 | 2024-03-26T18:24:35.707Z | Estimated space available: 155.32 GB |
125 | 2024-03-26T18:24:35.707Z | Estimated space to be consumed: 1.43 GB |
126 | 2024-03-26T18:24:35.708Z | Create boot environment: No |
127 | 2024-03-26T18:24:35.708Z | Create backup boot environment: No |
128 | 2024-03-26T18:24:35.708Z | Rebuild boot archive: No |
129 | 2024-03-26T18:24:35.708Z | |
130 | 2024-03-26T18:24:35.708Z | Changed mediators: |
131 | 2024-03-26T18:24:35.708Z | mediator clang: |
132 | 2024-03-26T18:24:35.708Z | version: None -> 15 (system default) |
133 | 2024-03-26T18:24:35.708Z | |
134 | 2024-03-26T18:24:35.708Z | mediator llvm: |
135 | 2024-03-26T18:24:35.708Z | version: 14 (system default) -> 15 (system default) |
136 | 2024-03-26T18:24:35.708Z | |
137 | 2024-03-26T18:24:35.708Z | Changed packages: |
138 | 2024-03-26T18:24:35.708Z | helios-dev |
139 | 2024-03-26T18:24:35.709Z | developer/build-essential |
140 | 2024-03-26T18:24:35.709Z | None -> 11-2.0 |
141 | 2024-03-26T18:24:35.709Z | library/libxmlsec1 |
142 | 2024-03-26T18:24:35.709Z | None -> 1.2.35-2.0 |
143 | 2024-03-26T18:24:35.709Z | ooce/developer/clang-15 |
144 | 2024-03-26T18:24:35.709Z | None -> 15.0.7-2.0 |
145 | 2024-03-26T18:24:35.709Z | ooce/developer/llvm-15 |
146 | 2024-03-26T18:24:35.709Z | None -> 15.0.7-2.0 |
147 | 2024-03-26T18:24:35.709Z | |
148 | 2024-03-26T18:24:35.709Z | Services: |
149 | 2024-03-26T18:24:35.709Z | restart_fmri: |
150 | 2024-03-26T18:24:35.709Z | svc:/system/update-man-index:default |
151 | 2024-03-26T18:24:35.786Z | |
152 | 2024-03-26T18:24:35.786Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
153 | 2024-03-26T18:24:40.781Z | Download: 1093/3290 items 19.8/212.6MB 9% complete (4.0M/s) |
154 | 2024-03-26T18:24:45.785Z | Download: 1789/3290 items 118.3/212.6MB 55% complete (12.0M/s) |
155 | 2024-03-26T18:24:50.798Z | Download: 2331/3290 items 119.6/212.6MB 56% complete (10.0M/s) |
156 | 2024-03-26T18:24:55.791Z | Download: 2822/3290 items 121.1/212.6MB 56% complete (310k/s) |
157 | 2024-03-26T18:25:00.816Z | Download: 3239/3290 items 180.7/212.6MB 84% complete (6.0M/s) |
158 | 2024-03-26T18:25:05.824Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.2M/s) |
159 | 2024-03-26T18:25:12.721Z | Download: 3287/3290 items 210.9/212.6MB 99% complete (7.6M/s) |
160 | 2024-03-26T18:25:31.911Z | Download: 3288/3290 items 210.9/212.6MB 99% complete |
161 | 2024-03-26T18:25:31.954Z | Download: Completed 212.60 MB in 56.17 seconds (3.8M/s) |
162 | 2024-03-26T18:25:32.115Z | Actions: 1/3689 actions (Installing new actions) |
163 | 2024-03-26T18:25:37.125Z | Actions: 3567/3689 actions (Installing new actions) |
164 | 2024-03-26T18:25:37.176Z | Actions: Completed 3689 actions in 5.06 seconds. |
165 | 2024-03-26T18:25:37.282Z | Done (0.100s) |
166 | 2024-03-26T18:25:37.282Z | Done (0.000s) |
167 | 2024-03-26T18:25:37.528Z | Done (0.246s) |
168 | 2024-03-26T18:25:42.679Z | Done (5.014s) |
169 | 2024-03-26T18:25:42.835Z | Done (0.082s) |
170 | 2024-03-26T18:25:42.838Z | Done (0.000s) |
171 | 2024-03-26T18:25:43.033Z | Done (0.000s) |
172 | 2024-03-26T18:25:43.551Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-03-26T18:25:43.709Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-03-26T18:25:43.713Z | Planning: Consolidating action changes ... Done |
175 | 2024-03-26T18:25:43.992Z | Planning: Evaluating mediators ... Done |
176 | 2024-03-26T18:25:44.010Z | Planning: Planning completed in 0.43 seconds |
177 | 2024-03-26T18:25:44.019Z | Mediators to change: 2 |
178 | 2024-03-26T18:25:44.020Z | Create boot environment: No |
179 | 2024-03-26T18:25:44.020Z | Create backup boot environment: No |
180 | 2024-03-26T18:25:44.091Z | Done |
181 | 2024-03-26T18:25:44.092Z | Done |
182 | 2024-03-26T18:25:44.237Z | Done |
183 | 2024-03-26T18:25:47.959Z | Done |
184 | 2024-03-26T18:25:48.055Z | Done |
185 | 2024-03-26T18:25:48.072Z | Done |
186 | 2024-03-26T18:25:48.167Z | Done |
187 | 2024-03-26T18:25:48.813Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-03-26T18:25:48.816Z | Planning: Merging actions ... Done |
189 | 2024-03-26T18:25:49.005Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-03-26T18:25:49.009Z | Planning: Consolidating action changes ... Done |
191 | 2024-03-26T18:25:49.276Z | Planning: Evaluating mediators ... Done |
192 | 2024-03-26T18:25:49.330Z | Planning: Planning completed in 0.79 seconds |
193 | 2024-03-26T18:25:49.365Z | Packages to change: 1 |
194 | 2024-03-26T18:25:49.369Z | Mediators to change: 1 |
195 | 2024-03-26T18:25:49.369Z | Services to change: 1 |
196 | 2024-03-26T18:25:49.369Z | Create boot environment: No |
197 | 2024-03-26T18:25:49.369Z | Create backup boot environment: Yes |
198 | 2024-03-26T18:25:51.300Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2024-03-26T18:25:51.304Z | Actions: Completed 6 actions in 0.00 seconds. |
200 | 2024-03-26T18:25:51.304Z | Done |
201 | 2024-03-26T18:25:51.304Z | Done |
202 | 2024-03-26T18:25:51.356Z | Done |
203 | 2024-03-26T18:25:54.994Z | Done |
204 | 2024-03-26T18:25:55.094Z | Done |
205 | 2024-03-26T18:25:55.100Z | Done |
206 | 2024-03-26T18:25:55.197Z | Done |
207 | 2024-03-26T18:25:56.170Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2024-03-26T18:25:56.170Z | clang system 15 system |
209 | 2024-03-26T18:25:56.170Z | csh system system illumos |
210 | 2024-03-26T18:25:56.170Z | ctags system system illumos |
211 | 2024-03-26T18:25:56.170Z | gcc vendor 12 vendor |
212 | 2024-03-26T18:25:56.170Z | gcc system 10 system |
213 | 2024-03-26T18:25:56.171Z | gcc system 7 system |
214 | 2024-03-26T18:25:56.171Z | go system 1.20 system |
215 | 2024-03-26T18:25:56.171Z | go system 1.19 system |
216 | 2024-03-26T18:25:56.171Z | llvm system 15 system |
217 | 2024-03-26T18:25:56.171Z | llvm system 14 system |
218 | 2024-03-26T18:25:56.171Z | mariadb system 10.6 system |
219 | 2024-03-26T18:25:56.171Z | mta vendor vendor dma |
220 | 2024-03-26T18:25:56.171Z | openjdk system 17 system |
221 | 2024-03-26T18:25:56.171Z | openjdk system 11 system |
222 | 2024-03-26T18:25:56.171Z | openjdk system 1.8 system |
223 | 2024-03-26T18:25:56.171Z | openssl vendor 3 vendor |
224 | 2024-03-26T18:25:56.171Z | perl system 5.36 system |
225 | 2024-03-26T18:25:56.171Z | postgresql system 15 system |
226 | 2024-03-26T18:25:56.171Z | postgresql system 13 system |
227 | 2024-03-26T18:25:56.171Z | python vendor 3 vendor |
228 | 2024-03-26T18:25:56.171Z | python system 2 system |
229 | 2024-03-26T18:25:56.171Z | python3 system 3.11 system |
230 | 2024-03-26T18:25:56.171Z | ruby system 3.0 system |
231 | 2024-03-26T18:25:56.171Z | words vendor vendor american-english |
232 | 2024-03-26T18:25:56.171Z | words system system australian-english |
233 | 2024-03-26T18:25:56.171Z | words system system british-english |
234 | 2024-03-26T18:25:56.172Z | words system system canadian-english |
235 | 2024-03-26T18:25:56.172Z | words system system french |
236 | 2024-03-26T18:25:56.172Z | words system system italian |
237 | 2024-03-26T18:25:56.172Z | words system system ngerman |
238 | 2024-03-26T18:25:56.172Z | words system system ogerman |
239 | 2024-03-26T18:25:56.172Z | words system system spanish |
240 | 2024-03-26T18:25:56.175Z | PUBLISHER TYPE STATUS P LOCATION |
241 | 2024-03-26T18:25:56.175Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
242 | 2024-03-26T18:25:57.185Z | FMRI IFO |
243 | 2024-03-26T18:25:57.186Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2024-03-26T18:25:57.186Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2024-03-26T18:25:57.186Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2024-03-26T18:25:57.186Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
247 | 2024-03-26T18:25:57.186Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
248 | 2024-03-26T18:25:57.186Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2024-03-26T18:25:57.186Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
250 | 2024-03-26T18:25:57.186Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
251 | 2024-03-26T18:25:57.186Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
252 | 2024-03-26T18:25:57.186Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
253 | 2024-03-26T18:25:57.187Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-03-26T18:25:57.187Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
255 | 2024-03-26T18:25:57.442Z | + set -o errexit |
256 | 2024-03-26T18:25:57.466Z | +++ dirname ./tools/ci_download_cockroachdb |
257 | 2024-03-26T18:25:57.466Z | ++ cd ./tools |
258 | 2024-03-26T18:25:57.467Z | ++ pwd |
259 | 2024-03-26T18:25:57.467Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
260 | 2024-03-26T18:25:57.467Z | ++ basename ./tools/ci_download_cockroachdb |
261 | 2024-03-26T18:25:57.467Z | + ARG0=ci_download_cockroachdb |
262 | 2024-03-26T18:25:57.468Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
263 | 2024-03-26T18:25:57.468Z | + CIDL_VERSION=v22.1.9 |
264 | 2024-03-26T18:25:57.468Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
265 | 2024-03-26T18:25:57.468Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
266 | 2024-03-26T18:25:57.468Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
267 | 2024-03-26T18:25:57.469Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
268 | 2024-03-26T18:25:57.469Z | + TARGET_DIR=out |
269 | 2024-03-26T18:25:57.469Z | + DOWNLOAD_DIR=out/downloads |
270 | 2024-03-26T18:25:57.469Z | + DEST_DIR=./out/cockroachdb |
271 | 2024-03-26T18:25:57.470Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
272 | 2024-03-26T18:25:57.470Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
273 | 2024-03-26T18:25:57.470Z | + main |
274 | 2024-03-26T18:25:57.470Z | + [[ 0 != 0 ]] |
275 | 2024-03-26T18:25:57.470Z | + CIDL_OS=solaris2.11 |
276 | 2024-03-26T18:25:57.471Z | + [[ 0 != 0 ]] |
277 | 2024-03-26T18:25:57.471Z | + configure_os solaris2.11 |
278 | 2024-03-26T18:25:57.471Z | + echo 'current directory: /work/oxidecomputer/omicron' |
279 | 2024-03-26T18:25:57.471Z | current directory: /work/oxidecomputer/omicron |
280 | 2024-03-26T18:25:57.471Z | + echo 'configuring based on OS: "solaris2.11"' |
281 | 2024-03-26T18:25:57.471Z | + case "$1" in |
282 | 2024-03-26T18:25:57.472Z | + CIDL_BUILD=illumos |
283 | 2024-03-26T18:25:57.472Z | + CIDL_SUFFIX=tar.gz |
284 | 2024-03-26T18:25:57.472Z | configuring based on OS: "solaris2.11" |
285 | 2024-03-26T18:25:57.472Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
286 | 2024-03-26T18:25:57.472Z | + CIDL_URL_BASE=https://illumos.org/downloads |
287 | 2024-03-26T18:25:57.472Z | + CIDL_ASSEMBLE=do_assemble_illumos |
288 | 2024-03-26T18:25:57.472Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
289 | 2024-03-26T18:25:57.472Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-03-26T18:25:57.472Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-03-26T18:25:57.473Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
292 | 2024-03-26T18:25:57.473Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-03-26T18:25:57.473Z | + CIDL_SHA256FUNC=do_sha256sum |
294 | 2024-03-26T18:25:57.473Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
295 | 2024-03-26T18:25:57.473Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
296 | 2024-03-26T18:25:57.473Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-03-26T18:25:57.473Z | + mkdir -p out/downloads |
298 | 2024-03-26T18:25:57.473Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-03-26T18:25:57.473Z | + mkdir -p ./out/cockroachdb |
300 | 2024-03-26T18:25:57.473Z | + local DO_DOWNLOAD=true |
301 | 2024-03-26T18:25:57.474Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
302 | 2024-03-26T18:25:57.474Z | + '[' true == true ']' |
303 | 2024-03-26T18:25:57.474Z | + echo Downloading... |
304 | 2024-03-26T18:25:57.474Z | Downloading... |
305 | 2024-03-26T18:25:57.474Z | + 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-03-26T18:25:57.474Z | + 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-03-26T18:26:06.160Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-03-26T18:26:06.164Z | ++ sha256sum |
309 | 2024-03-26T18:26:06.164Z | ++ awk '{print $1}' |
310 | 2024-03-26T18:26:06.268Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
311 | 2024-03-26T18:26:06.268Z | + [[ 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-03-26T18:26:06.272Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2024-03-26T18:26:06.272Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
314 | 2024-03-26T18:26:08.446Z | + do_assemble_illumos |
315 | 2024-03-26T18:26:08.446Z | + rm -r ./out/cockroachdb |
316 | 2024-03-26T18:26:08.451Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
317 | 2024-03-26T18:26:08.893Z | + ./out/cockroachdb/bin/cockroach version |
318 | 2024-03-26T18:26:09.065Z | Build Tag: v22.1.9-dirty |
319 | 2024-03-26T18:26:09.065Z | Build Time: 2022/10/26 21:17:46 |
320 | 2024-03-26T18:26:09.065Z | Distribution: OSS |
321 | 2024-03-26T18:26:09.066Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
322 | 2024-03-26T18:26:09.066Z | Go Version: go1.17.13 |
323 | 2024-03-26T18:26:09.066Z | C Compiler: gcc 10.3.0 |
324 | 2024-03-26T18:26:09.066Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
325 | 2024-03-26T18:26:09.066Z | Build Type: release |
326 | 2024-03-26T18:26:09.498Z | + set -o errexit |
327 | 2024-03-26T18:26:09.505Z | +++ dirname ./tools/ci_download_clickhouse |
328 | 2024-03-26T18:26:09.505Z | ++ cd ./tools |
329 | 2024-03-26T18:26:09.505Z | ++ pwd |
330 | 2024-03-26T18:26:09.505Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
331 | 2024-03-26T18:26:09.505Z | ++ basename ./tools/ci_download_clickhouse |
332 | 2024-03-26T18:26:09.505Z | + ARG0=ci_download_clickhouse |
333 | 2024-03-26T18:26:09.505Z | + TARGET_DIR=out |
334 | 2024-03-26T18:26:09.505Z | + DOWNLOAD_DIR=out/downloads |
335 | 2024-03-26T18:26:09.505Z | + DEST_DIR=./out/clickhouse |
336 | 2024-03-26T18:26:09.505Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
337 | 2024-03-26T18:26:09.505Z | + CIDL_VERSION=v23.8.7.24 |
338 | 2024-03-26T18:26:09.505Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
339 | 2024-03-26T18:26:09.505Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
340 | 2024-03-26T18:26:09.506Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
341 | 2024-03-26T18:26:09.506Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
342 | 2024-03-26T18:26:09.506Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
343 | 2024-03-26T18:26:09.506Z | + main |
344 | 2024-03-26T18:26:09.506Z | + [[ 0 != 0 ]] |
345 | 2024-03-26T18:26:09.506Z | + CIDL_OS=solaris2.11 |
346 | 2024-03-26T18:26:09.506Z | + [[ 0 != 0 ]] |
347 | 2024-03-26T18:26:09.506Z | + configure_os solaris2.11 |
348 | 2024-03-26T18:26:09.506Z | + echo 'current directory: /work/oxidecomputer/omicron' |
349 | 2024-03-26T18:26:09.506Z | current directory: /work/oxidecomputer/omicron |
350 | 2024-03-26T18:26:09.506Z | + echo 'configuring based on OS: "solaris2.11"' |
351 | 2024-03-26T18:26:09.506Z | + CIDL_DASHREV= |
352 | 2024-03-26T18:26:09.506Z | + case "$1" in |
353 | 2024-03-26T18:26:09.506Z | + CIDL_PLATFORM=illumos |
354 | 2024-03-26T18:26:09.506Z | configuring based on OS: "solaris2.11" |
355 | 2024-03-26T18:26:09.506Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
356 | 2024-03-26T18:26:09.507Z | + CIDL_MD5FUNC=do_md5sum |
357 | 2024-03-26T18:26:09.507Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
358 | 2024-03-26T18:26:09.507Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-03-26T18:26:09.507Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-03-26T18:26:09.507Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
361 | 2024-03-26T18:26:09.507Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
362 | 2024-03-26T18:26:09.507Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
363 | 2024-03-26T18:26:09.507Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
364 | 2024-03-26T18:26:09.507Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
365 | 2024-03-26T18:26:09.507Z | + mkdir -p out/downloads |
366 | 2024-03-26T18:26:09.507Z | + mkdir -p ./out/clickhouse |
367 | 2024-03-26T18:26:09.507Z | + local DO_DOWNLOAD=true |
368 | 2024-03-26T18:26:09.507Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
369 | 2024-03-26T18:26:09.507Z | + '[' true == true ']' |
370 | 2024-03-26T18:26:09.507Z | + echo Downloading... |
371 | 2024-03-26T18:26:09.507Z | Downloading... |
372 | 2024-03-26T18:26:09.508Z | + 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-03-26T18:26:09.508Z | + 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-03-26T18:26:10.984Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
375 | 2024-03-26T18:26:10.987Z | ++ md5sum |
376 | 2024-03-26T18:26:10.987Z | ++ awk '{print $1}' |
377 | 2024-03-26T18:26:11.208Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
378 | 2024-03-26T18:26:11.208Z | + [[ 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-03-26T18:26:11.211Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
380 | 2024-03-26T18:26:11.211Z | + mkdir -p ./out/clickhouse |
381 | 2024-03-26T18:26:11.211Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
382 | 2024-03-26T18:26:15.053Z | + [[ solaris2.11 == darwin* ]] |
383 | 2024-03-26T18:26:15.054Z | + ./out/clickhouse/clickhouse server --version |
384 | 2024-03-26T18:26:15.325Z | ClickHouse server version 23.8.7.1. |
385 | 2024-03-26T18:26:15.346Z | + set -o errexit |
386 | 2024-03-26T18:26:15.349Z | +++ dirname ./tools/ci_download_console |
387 | 2024-03-26T18:26:15.366Z | ++ cd ./tools |
388 | 2024-03-26T18:26:15.366Z | ++ pwd |
389 | 2024-03-26T18:26:15.366Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
390 | 2024-03-26T18:26:15.366Z | ++ basename ./tools/ci_download_console |
391 | 2024-03-26T18:26:15.366Z | + ARG0=ci_download_console |
392 | 2024-03-26T18:26:15.366Z | + TARGET_DIR=out |
393 | 2024-03-26T18:26:15.366Z | + DOWNLOAD_DIR=out/downloads |
394 | 2024-03-26T18:26:15.366Z | + DEST_DIR=./out/console-assets |
395 | 2024-03-26T18:26:15.366Z | + source /work/oxidecomputer/omicron/tools/console_version |
396 | 2024-03-26T18:26:15.366Z | ++ COMMIT=0114288974fb9e36bf392277fe59b0de357ec137 |
397 | 2024-03-26T18:26:15.366Z | ++ SHA2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada |
398 | 2024-03-26T18:26:15.366Z | + URL=https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
399 | 2024-03-26T18:26:15.366Z | + TARBALL_FILE=out/downloads/console.tar.gz |
400 | 2024-03-26T18:26:15.366Z | + main |
401 | 2024-03-26T18:26:15.366Z | + [[ 0 != 0 ]] |
402 | 2024-03-26T18:26:15.366Z | + echo 'URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz' |
403 | 2024-03-26T18:26:15.366Z | URL: https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
404 | 2024-03-26T18:26:15.367Z | + echo 'Local file: out/downloads/console.tar.gz' |
405 | 2024-03-26T18:26:15.367Z | Local file: out/downloads/console.tar.gz |
406 | 2024-03-26T18:26:15.367Z | + local DO_DOWNLOAD=true |
407 | 2024-03-26T18:26:15.367Z | + [[ -f out/downloads/console.tar.gz ]] |
408 | 2024-03-26T18:26:15.367Z | + mkdir -p out/downloads |
409 | 2024-03-26T18:26:15.367Z | + '[' true == true ']' |
410 | 2024-03-26T18:26:15.367Z | + echo Downloading... |
411 | 2024-03-26T18:26:15.367Z | Downloading... |
412 | 2024-03-26T18:26:15.367Z | + do_download_curl https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz out/downloads/console.tar.gz |
413 | 2024-03-26T18:26:15.367Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0114288974fb9e36bf392277fe59b0de357ec137.tar.gz |
414 | 2024-03-26T18:26:15.879Z | ++ do_sha256sum out/downloads/console.tar.gz |
415 | 2024-03-26T18:26:15.879Z | ++ case "$OSTYPE" in |
416 | 2024-03-26T18:26:15.885Z | ++ SHA=sha256sum |
417 | 2024-03-26T18:26:15.885Z | ++ sha256sum |
418 | 2024-03-26T18:26:15.885Z | ++ awk '{print $1}' |
419 | 2024-03-26T18:26:15.889Z | + calculated_sha2=12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada |
420 | 2024-03-26T18:26:15.889Z | + [[ 12e4e0205665127b6f99911484b7d61e50ef740f7a94ac6c95e11918f0ce7ada != \1\2\e\4\e\0\2\0\5\6\6\5\1\2\7\b\6\f\9\9\9\1\1\4\8\4\b\7\d\6\1\e\5\0\e\f\7\4\0\f\7\a\9\4\a\c\6\c\9\5\e\1\1\9\1\8\f\0\c\e\7\a\d\a ]] |
421 | 2024-03-26T18:26:15.889Z | + rm -rf ./out/console-assets |
422 | 2024-03-26T18:26:15.894Z | + mkdir -p ./out/console-assets |
423 | 2024-03-26T18:26:15.894Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
424 | 2024-03-26T18:26:15.894Z | + mkdir -p ./out/console-assets |
425 | 2024-03-26T18:26:15.894Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
426 | 2024-03-26T18:26:15.984Z | + set -o errexit |
427 | 2024-03-26T18:26:15.987Z | +++ dirname ./tools/ci_download_maghemite_openapi |
428 | 2024-03-26T18:26:15.987Z | ++ cd ./tools |
429 | 2024-03-26T18:26:15.987Z | ++ pwd |
430 | 2024-03-26T18:26:15.990Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
431 | 2024-03-26T18:26:15.990Z | ++ basename ./tools/ci_download_maghemite_openapi |
432 | 2024-03-26T18:26:15.990Z | + ARG0=ci_download_maghemite_openapi |
433 | 2024-03-26T18:26:15.991Z | + TARGET_DIR=out |
434 | 2024-03-26T18:26:15.991Z | + DOWNLOAD_DIR=out/downloads |
435 | 2024-03-26T18:26:15.991Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
436 | 2024-03-26T18:26:15.991Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
437 | 2024-03-26T18:26:15.991Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
438 | 2024-03-26T18:26:15.991Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
439 | 2024-03-26T18:26:15.991Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
440 | 2024-03-26T18:26:15.991Z | + main |
441 | 2024-03-26T18:26:15.991Z | + rm -rf out/downloads/root |
442 | 2024-03-26T18:26:15.994Z | + [[ 0 != 0 ]] |
443 | 2024-03-26T18:26:15.994Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
444 | 2024-03-26T18:26:15.995Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
445 | 2024-03-26T18:26:15.995Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
446 | 2024-03-26T18:26:15.995Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
447 | 2024-03-26T18:26:15.995Z | + local DO_DOWNLOAD=true |
448 | 2024-03-26T18:26:15.995Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
449 | 2024-03-26T18:26:15.995Z | + mkdir -p out/downloads |
450 | 2024-03-26T18:26:15.995Z | + '[' true == true ']' |
451 | 2024-03-26T18:26:15.995Z | + echo Downloading... |
452 | 2024-03-26T18:26:15.995Z | Downloading... |
453 | 2024-03-26T18:26:15.995Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
454 | 2024-03-26T18:26:15.995Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
455 | 2024-03-26T18:26:16.094Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
456 | 2024-03-26T18:26:16.094Z | ++ case "$OSTYPE" in |
457 | 2024-03-26T18:26:16.098Z | ++ SHA=sha256sum |
458 | 2024-03-26T18:26:16.098Z | ++ sha256sum |
459 | 2024-03-26T18:26:16.098Z | ++ awk '{print $1}' |
460 | 2024-03-26T18:26:16.101Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
461 | 2024-03-26T18:26:16.101Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
462 | 2024-03-26T18:26:16.101Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
463 | 2024-03-26T18:26:16.101Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
464 | 2024-03-26T18:26:16.101Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
465 | 2024-03-26T18:26:16.101Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
466 | 2024-03-26T18:26:16.101Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
467 | 2024-03-26T18:26:16.101Z | + main |
468 | 2024-03-26T18:26:16.101Z | + rm -rf out/downloads/root |
469 | 2024-03-26T18:26:16.101Z | + [[ 0 != 0 ]] |
470 | 2024-03-26T18:26:16.105Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
471 | 2024-03-26T18:26:16.105Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
472 | 2024-03-26T18:26:16.105Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
473 | 2024-03-26T18:26:16.105Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
474 | 2024-03-26T18:26:16.105Z | + local DO_DOWNLOAD=true |
475 | 2024-03-26T18:26:16.105Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
476 | 2024-03-26T18:26:16.105Z | + mkdir -p out/downloads |
477 | 2024-03-26T18:26:16.105Z | + '[' true == true ']' |
478 | 2024-03-26T18:26:16.105Z | + echo Downloading... |
479 | 2024-03-26T18:26:16.105Z | Downloading... |
480 | 2024-03-26T18:26:16.105Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
481 | 2024-03-26T18:26:16.105Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
482 | 2024-03-26T18:26:16.196Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
483 | 2024-03-26T18:26:16.204Z | ++ case "$OSTYPE" in |
484 | 2024-03-26T18:26:16.204Z | ++ SHA=sha256sum |
485 | 2024-03-26T18:26:16.205Z | ++ sha256sum |
486 | 2024-03-26T18:26:16.205Z | ++ awk '{print $1}' |
487 | 2024-03-26T18:26:16.216Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
488 | 2024-03-26T18:26:16.216Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
489 | 2024-03-26T18:26:16.216Z | + set -o errexit |
490 | 2024-03-26T18:26:16.224Z | +++ dirname ./tools/ci_download_dendrite_openapi |
491 | 2024-03-26T18:26:16.224Z | ++ cd ./tools |
492 | 2024-03-26T18:26:16.224Z | ++ pwd |
493 | 2024-03-26T18:26:16.225Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
494 | 2024-03-26T18:26:16.225Z | ++ basename ./tools/ci_download_dendrite_openapi |
495 | 2024-03-26T18:26:16.225Z | + ARG0=ci_download_dendrite_openapi |
496 | 2024-03-26T18:26:16.225Z | + TARGET_DIR=out |
497 | 2024-03-26T18:26:16.225Z | + DOWNLOAD_DIR=out/downloads |
498 | 2024-03-26T18:26:16.225Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
499 | 2024-03-26T18:26:16.225Z | ++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb |
500 | 2024-03-26T18:26:16.225Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
501 | 2024-03-26T18:26:16.226Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
502 | 2024-03-26T18:26:16.226Z | + LOCAL_FILE=out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
503 | 2024-03-26T18:26:16.226Z | + main |
504 | 2024-03-26T18:26:16.226Z | + [[ 0 != 0 ]] |
505 | 2024-03-26T18:26:16.226Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json' |
506 | 2024-03-26T18:26:16.226Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
507 | 2024-03-26T18:26:16.226Z | + echo 'Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json' |
508 | 2024-03-26T18:26:16.226Z | Local file: out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
509 | 2024-03-26T18:26:16.227Z | + local DO_DOWNLOAD=true |
510 | 2024-03-26T18:26:16.227Z | + [[ -f out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json ]] |
511 | 2024-03-26T18:26:16.227Z | + mkdir -p out/downloads |
512 | 2024-03-26T18:26:16.227Z | + '[' true == true ']' |
513 | 2024-03-26T18:26:16.227Z | + echo Downloading... |
514 | 2024-03-26T18:26:16.227Z | Downloading... |
515 | 2024-03-26T18:26:16.227Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
516 | 2024-03-26T18:26:16.227Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c2a9f29f70b1e05d891c713997577be53826e1bb/dpd.json |
517 | 2024-03-26T18:26:16.349Z | ++ do_sha256sum out/downloads/dpd-c2a9f29f70b1e05d891c713997577be53826e1bb.json |
518 | 2024-03-26T18:26:16.349Z | ++ case "$OSTYPE" in |
519 | 2024-03-26T18:26:16.353Z | ++ SHA=sha256sum |
520 | 2024-03-26T18:26:16.353Z | ++ sha256sum |
521 | 2024-03-26T18:26:16.353Z | ++ awk '{print $1}' |
522 | 2024-03-26T18:26:16.359Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
523 | 2024-03-26T18:26:16.359Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
524 | 2024-03-26T18:26:16.364Z | + set -o errexit |
525 | 2024-03-26T18:26:16.367Z | +++ dirname ./tools/ci_download_dendrite_stub |
526 | 2024-03-26T18:26:16.367Z | ++ cd ./tools |
527 | 2024-03-26T18:26:16.367Z | ++ pwd |
528 | 2024-03-26T18:26:16.367Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
529 | 2024-03-26T18:26:16.371Z | ++ basename ./tools/ci_download_dendrite_stub |
530 | 2024-03-26T18:26:16.371Z | + ARG0=ci_download_dendrite_stub |
531 | 2024-03-26T18:26:16.371Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
532 | 2024-03-26T18:26:16.371Z | ++ CIDL_SHA256_ILLUMOS=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
533 | 2024-03-26T18:26:16.371Z | ++ CIDL_SHA256_LINUX_DPD=db3e419cf4381607482c55230c64c6afa80388a26db8efa48e437ebc8b82526a |
534 | 2024-03-26T18:26:16.371Z | ++ CIDL_SHA256_LINUX_SWADM=1de82f6b7419aa0e6e0632def69d5b370a9cb3ac2261527fce96840eb5af5b8d |
535 | 2024-03-26T18:26:16.371Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
536 | 2024-03-26T18:26:16.371Z | ++ COMMIT=c2a9f29f70b1e05d891c713997577be53826e1bb |
537 | 2024-03-26T18:26:16.371Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
538 | 2024-03-26T18:26:16.371Z | + TARGET_DIR=out |
539 | 2024-03-26T18:26:16.371Z | + DOWNLOAD_DIR=out/downloads |
540 | 2024-03-26T18:26:16.371Z | + DEST_DIR=./out/dendrite-stub |
541 | 2024-03-26T18:26:16.371Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
542 | 2024-03-26T18:26:16.371Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
543 | 2024-03-26T18:26:16.371Z | + REPO=oxidecomputer/dendrite |
544 | 2024-03-26T18:26:16.371Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb |
545 | 2024-03-26T18:26:16.372Z | + main |
546 | 2024-03-26T18:26:16.372Z | + [[ 0 != 0 ]] |
547 | 2024-03-26T18:26:16.372Z | + CIDL_OS=solaris2.11 |
548 | 2024-03-26T18:26:16.372Z | + [[ 0 != 0 ]] |
549 | 2024-03-26T18:26:16.372Z | + configure_os solaris2.11 |
550 | 2024-03-26T18:26:16.372Z | + echo 'current directory: /work/oxidecomputer/omicron' |
551 | 2024-03-26T18:26:16.372Z | current directory: /work/oxidecomputer/omicron |
552 | 2024-03-26T18:26:16.372Z | + echo 'configuring based on OS: "solaris2.11"' |
553 | 2024-03-26T18:26:16.372Z | configuring based on OS: "solaris2.11" |
554 | 2024-03-26T18:26:16.372Z | + case "$1" in |
555 | 2024-03-26T18:26:16.372Z | + SET_BINARIES= |
556 | 2024-03-26T18:26:16.372Z | + CIDL_SHA256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
557 | 2024-03-26T18:26:16.372Z | + CIDL_SHA256FUNC=do_sha256sum |
558 | 2024-03-26T18:26:16.372Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
559 | 2024-03-26T18:26:16.372Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
560 | 2024-03-26T18:26:16.372Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
561 | 2024-03-26T18:26:16.372Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz' |
562 | 2024-03-26T18:26:16.372Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
563 | 2024-03-26T18:26:16.372Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
564 | 2024-03-26T18:26:16.372Z | + mkdir -p out/downloads |
565 | 2024-03-26T18:26:16.372Z | Local file: out/downloads/dendrite-stub.tar.gz |
566 | 2024-03-26T18:26:16.377Z | + mkdir -p ./out/dendrite-stub |
567 | 2024-03-26T18:26:16.377Z | + fetch_and_verify |
568 | 2024-03-26T18:26:16.377Z | + local DO_DOWNLOAD=true |
569 | 2024-03-26T18:26:16.377Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
570 | 2024-03-26T18:26:16.377Z | + '[' true == true ']' |
571 | 2024-03-26T18:26:16.377Z | + echo Downloading... |
572 | 2024-03-26T18:26:16.378Z | Downloading... |
573 | 2024-03-26T18:26:16.378Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
574 | 2024-03-26T18:26:16.378Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c2a9f29f70b1e05d891c713997577be53826e1bb/dendrite-stub.tar.gz |
575 | 2024-03-26T18:26:27.297Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
576 | 2024-03-26T18:26:27.310Z | ++ sha256sum |
577 | 2024-03-26T18:26:27.310Z | ++ awk '{print $1}' |
578 | 2024-03-26T18:26:27.351Z | + calculated_sha256=1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a |
579 | 2024-03-26T18:26:27.351Z | + [[ 1405185cc9645b3a6f1bf82d2ffd89f17505e4e625795cd0beb58f043fa7fd8a != \1\4\0\5\1\8\5\c\c\9\6\4\5\b\3\a\6\f\1\b\f\8\2\d\2\f\f\d\8\9\f\1\7\5\0\5\e\4\e\6\2\5\7\9\5\c\d\0\b\e\b\5\8\f\0\4\3\f\a\7\f\d\8\a ]] |
580 | 2024-03-26T18:26:27.352Z | + do_untar out/downloads/dendrite-stub.tar.gz |
581 | 2024-03-26T18:26:27.352Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
582 | 2024-03-26T18:26:27.919Z | + do_assemble |
583 | 2024-03-26T18:26:27.919Z | + rm -r ./out/dendrite-stub |
584 | 2024-03-26T18:26:27.928Z | + mkdir ./out/dendrite-stub |
585 | 2024-03-26T18:26:27.928Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
586 | 2024-03-26T18:26:28.004Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
587 | 2024-03-26T18:26:28.417Z | + set -o errexit |
588 | 2024-03-26T18:26:28.417Z | +++ dirname ./tools/ci_download_maghemite_mgd |
589 | 2024-03-26T18:26:28.417Z | ++ cd ./tools |
590 | 2024-03-26T18:26:28.418Z | ++ pwd |
591 | 2024-03-26T18:26:28.418Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
592 | 2024-03-26T18:26:28.418Z | ++ basename ./tools/ci_download_maghemite_mgd |
593 | 2024-03-26T18:26:28.418Z | + ARG0=ci_download_maghemite_mgd |
594 | 2024-03-26T18:26:28.418Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
595 | 2024-03-26T18:26:28.418Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
596 | 2024-03-26T18:26:28.418Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
597 | 2024-03-26T18:26:28.419Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
598 | 2024-03-26T18:26:28.419Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
599 | 2024-03-26T18:26:28.419Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
600 | 2024-03-26T18:26:28.419Z | + TARGET_DIR=out |
601 | 2024-03-26T18:26:28.419Z | + DOWNLOAD_DIR=out/downloads |
602 | 2024-03-26T18:26:28.419Z | + DEST_DIR=./out/mgd |
603 | 2024-03-26T18:26:28.419Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
604 | 2024-03-26T18:26:28.419Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
605 | 2024-03-26T18:26:28.419Z | + REPO=oxidecomputer/maghemite |
606 | 2024-03-26T18:26:28.420Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
607 | 2024-03-26T18:26:28.420Z | + main |
608 | 2024-03-26T18:26:28.420Z | + rm -rf out/downloads/root |
609 | 2024-03-26T18:26:28.420Z | + [[ 0 != 0 ]] |
610 | 2024-03-26T18:26:28.420Z | + CIDL_OS=solaris2.11 |
611 | 2024-03-26T18:26:28.420Z | + [[ 0 != 0 ]] |
612 | 2024-03-26T18:26:28.420Z | + configure_os solaris2.11 |
613 | 2024-03-26T18:26:28.421Z | + echo 'current directory: /work/oxidecomputer/omicron' |
614 | 2024-03-26T18:26:28.421Z | current directory: /work/oxidecomputer/omicron |
615 | 2024-03-26T18:26:28.421Z | + echo 'configuring based on OS: "solaris2.11"' |
616 | 2024-03-26T18:26:28.421Z | + case "$1" in |
617 | 2024-03-26T18:26:28.421Z | configuring based on OS: "solaris2.11" |
618 | 2024-03-26T18:26:28.421Z | + SET_BINARIES= |
619 | 2024-03-26T18:26:28.421Z | + CIDL_SHA256FUNC=do_sha256sum |
620 | 2024-03-26T18:26:28.421Z | + TARBALL_FILENAME=mgd.tar.gz |
621 | 2024-03-26T18:26:28.422Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
622 | 2024-03-26T18:26:28.422Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
623 | 2024-03-26T18:26:28.422Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
624 | 2024-03-26T18:26:28.422Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
625 | 2024-03-26T18:26:28.422Z | Local file: out/downloads/mgd.tar.gz |
626 | 2024-03-26T18:26:28.422Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
627 | 2024-03-26T18:26:28.422Z | + mkdir -p out/downloads |
628 | 2024-03-26T18:26:28.422Z | + mkdir -p ./out/mgd |
629 | 2024-03-26T18:26:28.422Z | + fetch_and_verify |
630 | 2024-03-26T18:26:28.423Z | + local DO_DOWNLOAD=true |
631 | 2024-03-26T18:26:28.423Z | + [[ -f out/downloads/mgd.tar.gz ]] |
632 | 2024-03-26T18:26:28.423Z | + '[' true == true ']' |
633 | 2024-03-26T18:26:28.423Z | + echo Downloading... |
634 | 2024-03-26T18:26:28.423Z | Downloading... |
635 | 2024-03-26T18:26:28.423Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
636 | 2024-03-26T18:26:28.423Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
637 | 2024-03-26T18:26:39.318Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
638 | 2024-03-26T18:26:39.321Z | ++ sha256sum |
639 | 2024-03-26T18:26:39.321Z | ++ awk '{print $1}' |
640 | 2024-03-26T18:26:39.343Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
641 | 2024-03-26T18:26:39.354Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
642 | 2024-03-26T18:26:39.354Z | + do_untar out/downloads/mgd.tar.gz |
643 | 2024-03-26T18:26:39.354Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
644 | 2024-03-26T18:26:39.938Z | + do_assemble |
645 | 2024-03-26T18:26:39.938Z | + rm -r ./out/mgd |
646 | 2024-03-26T18:26:39.941Z | + mkdir ./out/mgd |
647 | 2024-03-26T18:26:39.945Z | + cp -r out/downloads/root ./out/mgd/root |
648 | 2024-03-26T18:26:40.035Z | + set -o errexit |
649 | 2024-03-26T18:26:40.061Z | +++ dirname ./tools/ci_download_transceiver_control |
650 | 2024-03-26T18:26:40.061Z | ++ cd ./tools |
651 | 2024-03-26T18:26:40.061Z | ++ pwd |
652 | 2024-03-26T18:26:40.061Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
653 | 2024-03-26T18:26:40.061Z | ++ basename ./tools/ci_download_transceiver_control |
654 | 2024-03-26T18:26:40.061Z | + ARG0=ci_download_transceiver_control |
655 | 2024-03-26T18:26:40.062Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
656 | 2024-03-26T18:26:40.062Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
657 | 2024-03-26T18:26:40.062Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
658 | 2024-03-26T18:26:40.062Z | + TARGET_DIR=out |
659 | 2024-03-26T18:26:40.062Z | + DOWNLOAD_DIR=out/downloads |
660 | 2024-03-26T18:26:40.062Z | + DEST_DIR=./out/transceiver-control |
661 | 2024-03-26T18:26:40.062Z | + BIN_DIR=/opt/oxide/bin |
662 | 2024-03-26T18:26:40.062Z | + BINARY=xcvradm |
663 | 2024-03-26T18:26:40.062Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
664 | 2024-03-26T18:26:40.062Z | + REPO=oxidecomputer/transceiver-control |
665 | 2024-03-26T18:26:40.062Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
666 | 2024-03-26T18:26:40.062Z | + main |
667 | 2024-03-26T18:26:40.062Z | + [[ 0 != 0 ]] |
668 | 2024-03-26T18:26:40.062Z | + CIDL_OS=solaris2.11 |
669 | 2024-03-26T18:26:40.062Z | + [[ 0 != 0 ]] |
670 | 2024-03-26T18:26:40.062Z | + configure_os solaris2.11 |
671 | 2024-03-26T18:26:40.062Z | + echo 'current directory: /work/oxidecomputer/omicron' |
672 | 2024-03-26T18:26:40.062Z | + echo 'configuring based on OS: "solaris2.11"' |
673 | 2024-03-26T18:26:40.062Z | + case "$1" in |
674 | 2024-03-26T18:26:40.062Z | current directory: /work/oxidecomputer/omicron |
675 | 2024-03-26T18:26:40.062Z | + SET_BINARIES= |
676 | 2024-03-26T18:26:40.063Z | configuring based on OS: "solaris2.11" |
677 | 2024-03-26T18:26:40.063Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
678 | 2024-03-26T18:26:40.063Z | + CIDL_SHA256FUNC=do_sha256sum |
679 | 2024-03-26T18:26:40.063Z | + ARCHIVE_FILENAME=xcvradm.gz |
680 | 2024-03-26T18:26:40.063Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
681 | 2024-03-26T18:26:40.063Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
682 | 2024-03-26T18:26:40.063Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
683 | 2024-03-26T18:26:40.063Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
684 | 2024-03-26T18:26:40.063Z | + echo 'Local file: out/downloads/xcvradm.gz' |
685 | 2024-03-26T18:26:40.063Z | + mkdir -p out/downloads |
686 | 2024-03-26T18:26:40.063Z | Local file: out/downloads/xcvradm.gz |
687 | 2024-03-26T18:26:40.063Z | + mkdir -p ./out/transceiver-control |
688 | 2024-03-26T18:26:40.063Z | + fetch_and_verify |
689 | 2024-03-26T18:26:40.063Z | + local DO_DOWNLOAD=true |
690 | 2024-03-26T18:26:40.063Z | + [[ -f out/downloads/xcvradm.gz ]] |
691 | 2024-03-26T18:26:40.063Z | + '[' true == true ']' |
692 | 2024-03-26T18:26:40.063Z | + echo Downloading... |
693 | 2024-03-26T18:26:40.063Z | Downloading... |
694 | 2024-03-26T18:26:40.063Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
695 | 2024-03-26T18:26:40.063Z | + 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 |
696 | 2024-03-26T18:26:41.579Z | ++ do_sha256sum out/downloads/xcvradm.gz |
697 | 2024-03-26T18:26:41.583Z | ++ sha256sum |
698 | 2024-03-26T18:26:41.583Z | ++ awk '{print $1}' |
699 | 2024-03-26T18:26:41.591Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
700 | 2024-03-26T18:26:41.596Z | + [[ 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 ]] |
701 | 2024-03-26T18:26:41.596Z | + do_unpack out/downloads/xcvradm.gz |
702 | 2024-03-26T18:26:41.596Z | + mkdir -p out/downloads/root//opt/oxide/bin |
703 | 2024-03-26T18:26:41.596Z | + gzip -dc out/downloads/xcvradm.gz |
704 | 2024-03-26T18:26:41.723Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
705 | 2024-03-26T18:26:41.732Z | + do_assemble |
706 | 2024-03-26T18:26:41.732Z | + rm -r ./out/transceiver-control |
707 | 2024-03-26T18:26:41.732Z | + mkdir ./out/transceiver-control |
708 | 2024-03-26T18:26:41.732Z | + cp -r out/downloads/root ./out/transceiver-control/root |
709 | 2024-03-26T18:26:41.822Z | + set -o errexit |
710 | 2024-03-26T18:26:41.830Z | +++ dirname ./tools/ci_download_thundermuffin |
711 | 2024-03-26T18:26:41.830Z | ++ cd ./tools |
712 | 2024-03-26T18:26:41.830Z | ++ pwd |
713 | 2024-03-26T18:26:41.831Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
714 | 2024-03-26T18:26:41.831Z | ++ basename ./tools/ci_download_thundermuffin |
715 | 2024-03-26T18:26:41.839Z | + ARG0=ci_download_thundermuffin |
716 | 2024-03-26T18:26:41.839Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
717 | 2024-03-26T18:26:41.839Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
718 | 2024-03-26T18:26:41.839Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
719 | 2024-03-26T18:26:41.839Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
720 | 2024-03-26T18:26:41.840Z | + TARGET_DIR=out |
721 | 2024-03-26T18:26:41.840Z | + DOWNLOAD_DIR=out/downloads |
722 | 2024-03-26T18:26:41.840Z | + DEST_DIR=./out/thundermuffin |
723 | 2024-03-26T18:26:41.840Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
724 | 2024-03-26T18:26:41.841Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
725 | 2024-03-26T18:26:41.841Z | + REPO=oxidecomputer/thundermuffin |
726 | 2024-03-26T18:26:41.841Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
727 | 2024-03-26T18:26:41.842Z | + main |
728 | 2024-03-26T18:26:41.842Z | + rm -rf out/downloads/root |
729 | 2024-03-26T18:26:42.256Z | + [[ 0 != 0 ]] |
730 | 2024-03-26T18:26:42.256Z | + CIDL_OS=solaris2.11 |
731 | 2024-03-26T18:26:42.256Z | + [[ 0 != 0 ]] |
732 | 2024-03-26T18:26:42.256Z | + configure_os solaris2.11 |
733 | 2024-03-26T18:26:42.256Z | + echo 'current directory: /work/oxidecomputer/omicron' |
734 | 2024-03-26T18:26:42.257Z | current directory: /work/oxidecomputer/omicron |
735 | 2024-03-26T18:26:42.257Z | + echo 'configuring based on OS: "solaris2.11"' |
736 | 2024-03-26T18:26:42.257Z | + case "$1" in |
737 | 2024-03-26T18:26:42.257Z | configuring based on OS: "solaris2.11" |
738 | 2024-03-26T18:26:42.257Z | + SET_BINARIES= |
739 | 2024-03-26T18:26:42.257Z | + CIDL_SHA256FUNC=do_sha256sum |
740 | 2024-03-26T18:26:42.257Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
741 | 2024-03-26T18:26:42.257Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
742 | 2024-03-26T18:26:42.257Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
743 | 2024-03-26T18:26:42.257Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
744 | 2024-03-26T18:26:42.257Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
745 | 2024-03-26T18:26:42.257Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
746 | 2024-03-26T18:26:42.258Z | Local file: out/downloads/thundermuffin.tar.gz |
747 | 2024-03-26T18:26:42.258Z | + mkdir -p out/downloads |
748 | 2024-03-26T18:26:42.258Z | + mkdir -p ./out/thundermuffin |
749 | 2024-03-26T18:26:42.258Z | + fetch_and_verify |
750 | 2024-03-26T18:26:42.258Z | + local DO_DOWNLOAD=true |
751 | 2024-03-26T18:26:42.258Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
752 | 2024-03-26T18:26:42.258Z | + '[' true == true ']' |
753 | 2024-03-26T18:26:42.258Z | + echo Downloading... |
754 | 2024-03-26T18:26:42.258Z | Downloading... |
755 | 2024-03-26T18:26:42.258Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
756 | 2024-03-26T18:26:42.258Z | + 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 |
757 | 2024-03-26T18:26:43.058Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
758 | 2024-03-26T18:26:43.067Z | ++ sha256sum |
759 | 2024-03-26T18:26:43.067Z | ++ awk '{print $1}' |
760 | 2024-03-26T18:26:43.067Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
761 | 2024-03-26T18:26:43.068Z | + [[ 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 ]] |
762 | 2024-03-26T18:26:43.068Z | + do_untar out/downloads/thundermuffin.tar.gz |
763 | 2024-03-26T18:26:43.068Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
764 | 2024-03-26T18:26:43.129Z | + do_assemble |
765 | 2024-03-26T18:26:43.129Z | + rm -r ./out/thundermuffin |
766 | 2024-03-26T18:26:43.139Z | + mkdir ./out/thundermuffin |
767 | 2024-03-26T18:26:43.140Z | + cp -r out/downloads/root ./out/thundermuffin/root |
768 | 2024-03-26T18:26:43.144Z | All prerequisites installed successfully |
769 | 2024-03-26T18:26:43.145Z | |
770 | 2024-03-26T18:26:43.145Z | real 2:28.488200868 |
771 | 2024-03-26T18:26:43.145Z | user 37.512073677 |
772 | 2024-03-26T18:26:43.145Z | sys 7.100021355 |
773 | 2024-03-26T18:26:43.145Z | trap 0.008884746 |
774 | 2024-03-26T18:26:43.145Z | tflt 0.113186394 |
775 | 2024-03-26T18:26:43.145Z | dflt 0.472901384 |
776 | 2024-03-26T18:26:43.145Z | kflt 0.107867815 |
777 | 2024-03-26T18:26:43.146Z | lock 1.169448333 |
778 | 2024-03-26T18:26:43.146Z | slp 5:04.180432297 |
779 | 2024-03-26T18:26:43.146Z | lat 2.017154575 |
780 | 2024-03-26T18:26:43.146Z | stop 0.152644486 |
781 | 2024-03-26T18:26:43.146Z | + ptime -m ./tools/ci_download_softnpu_machinery |
782 | 2024-03-26T18:26:43.154Z | fetching npuzone |
783 | 2024-03-26T18:26:43.160Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
784 | 2024-03-26T18:26:43.160Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
785 | 2024-03-26T18:26:43.161Z | Getting hash for npuzone |
786 | 2024-03-26T18:26:43.243Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
787 | 2024-03-26T18:26:53.233Z | npuzone downloaded successfully |
788 | 2024-03-26T18:26:53.237Z | |
789 | 2024-03-26T18:26:53.240Z | real 10.090358465 |
790 | 2024-03-26T18:26:53.240Z | user 0.353509783 |
791 | 2024-03-26T18:26:53.240Z | sys 0.131314604 |
792 | 2024-03-26T18:26:53.240Z | trap 0.000029943 |
793 | 2024-03-26T18:26:53.241Z | tflt 0.000000000 |
794 | 2024-03-26T18:26:53.241Z | dflt 0.000000000 |
795 | 2024-03-26T18:26:53.241Z | kflt 0.000000000 |
796 | 2024-03-26T18:26:53.241Z | lock 0.000000000 |
797 | 2024-03-26T18:26:53.241Z | slp 29.661627034 |
798 | 2024-03-26T18:26:53.241Z | lat 0.094913910 |
799 | 2024-03-26T18:26:53.241Z | stop 0.000190005 |
800 | 2024-03-26T18:26:53.241Z | + export CARGO_INCREMENTAL=0 |
801 | 2024-03-26T18:26:53.241Z | + CARGO_INCREMENTAL=0 |
802 | 2024-03-26T18:26:53.241Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
803 | 2024-03-26T18:26:53.450Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
804 | 2024-03-26T18:26:53.769Z | Updating git repository `https://github.com/oxidecomputer/samael` |
805 | 2024-03-26T18:26:54.117Z | Updating git repository `https://github.com/oxidecomputer/zone` |
806 | 2024-03-26T18:26:54.425Z | Updating crates.io index |
807 | 2024-03-26T18:26:54.431Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
808 | 2024-03-26T18:26:55.239Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
809 | 2024-03-26T18:26:55.834Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
810 | 2024-03-26T18:26:57.522Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
811 | 2024-03-26T18:26:58.044Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
812 | 2024-03-26T18:26:58.301Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
813 | 2024-03-26T18:26:59.295Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
814 | 2024-03-26T18:27:01.654Z | Updating git repository `https://github.com/oxidecomputer/opte` |
815 | 2024-03-26T18:27:02.789Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
816 | 2024-03-26T18:27:03.159Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
817 | 2024-03-26T18:27:03.748Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
818 | 2024-03-26T18:27:04.101Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
819 | 2024-03-26T18:27:04.441Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
820 | 2024-03-26T18:27:04.840Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
821 | 2024-03-26T18:27:05.148Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
822 | 2024-03-26T18:27:05.524Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
823 | 2024-03-26T18:27:05.867Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
824 | 2024-03-26T18:27:06.131Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
825 | 2024-03-26T18:27:06.420Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
826 | 2024-03-26T18:27:06.863Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
827 | 2024-03-26T18:27:07.206Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
828 | 2024-03-26T18:27:07.706Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
829 | 2024-03-26T18:27:08.108Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
830 | 2024-03-26T18:27:08.521Z | Updating git repository `https://github.com/jgallagher/nix` |
831 | 2024-03-26T18:27:09.623Z | Updating git repository `https://github.com/cbiffle/hubpack` |
832 | 2024-03-26T18:27:09.972Z | Updating git repository `https://github.com/oxidecomputer/typify` |
833 | 2024-03-26T18:27:11.763Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
834 | 2024-03-26T18:27:12.181Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
835 | 2024-03-26T18:27:12.459Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
836 | 2024-03-26T18:27:13.700Z | Downloading crates ... |
837 | 2024-03-26T18:27:13.809Z | Downloaded adler v1.0.2 |
838 | 2024-03-26T18:27:13.822Z | Downloaded ascii-canvas v3.0.0 |
839 | 2024-03-26T18:27:13.826Z | Downloaded arrayvec v0.7.4 |
840 | 2024-03-26T18:27:13.831Z | Downloaded anstyle v1.0.2 |
841 | 2024-03-26T18:27:13.831Z | Downloaded aead v0.5.2 |
842 | 2024-03-26T18:27:13.842Z | Downloaded arrayref v0.3.7 |
843 | 2024-03-26T18:27:13.842Z | Downloaded anyhow v1.0.79 |
844 | 2024-03-26T18:27:13.846Z | Downloaded humantime v2.1.0 |
845 | 2024-03-26T18:27:13.846Z | Downloaded heck v0.3.3 |
846 | 2024-03-26T18:27:13.846Z | Downloaded hex v0.4.3 |
847 | 2024-03-26T18:27:13.846Z | Downloaded bit-set v0.5.3 |
848 | 2024-03-26T18:27:13.851Z | Downloaded ahash v0.8.8 |
849 | 2024-03-26T18:27:13.851Z | Downloaded hubpack_derive v0.1.1 |
850 | 2024-03-26T18:27:13.855Z | Downloaded ident_case v1.0.1 |
851 | 2024-03-26T18:27:13.855Z | Downloaded http-range v0.1.5 |
852 | 2024-03-26T18:27:13.855Z | Downloaded block-buffer v0.10.4 |
853 | 2024-03-26T18:27:13.855Z | Downloaded base16ct v0.2.0 |
854 | 2024-03-26T18:27:13.861Z | Downloaded atomicwrites v0.4.3 |
855 | 2024-03-26T18:27:13.861Z | Downloaded heapless v0.8.0 |
856 | 2024-03-26T18:27:13.877Z | Downloaded ciborium-io v0.2.2 |
857 | 2024-03-26T18:27:13.877Z | Downloaded async-stream-impl v0.3.5 |
858 | 2024-03-26T18:27:13.877Z | Downloaded assert_matches v1.5.0 |
859 | 2024-03-26T18:27:13.877Z | Downloaded heck v0.4.1 |
860 | 2024-03-26T18:27:13.877Z | Downloaded block-padding v0.3.3 |
861 | 2024-03-26T18:27:13.877Z | Downloaded hyper-staticfile v0.9.5 |
862 | 2024-03-26T18:27:13.877Z | Downloaded hyper-tls v0.5.0 |
863 | 2024-03-26T18:27:13.899Z | Downloaded httpdate v1.0.3 |
864 | 2024-03-26T18:27:13.899Z | Downloaded cexpr v0.6.0 |
865 | 2024-03-26T18:27:13.899Z | Downloaded camino-tempfile v1.1.1 |
866 | 2024-03-26T18:27:13.899Z | Downloaded hubpack v0.1.2 |
867 | 2024-03-26T18:27:13.900Z | Downloaded http-body v0.4.5 |
868 | 2024-03-26T18:27:13.900Z | Downloaded iana-time-zone v0.1.57 |
869 | 2024-03-26T18:27:13.900Z | Downloaded highway v1.1.0 |
870 | 2024-03-26T18:27:13.900Z | Downloaded bitfield v0.14.0 |
871 | 2024-03-26T18:27:13.900Z | Downloaded constant_time_eq v0.3.0 |
872 | 2024-03-26T18:27:13.900Z | Downloaded async-recursion v1.0.5 |
873 | 2024-03-26T18:27:13.901Z | Downloaded is_ci v1.2.0 |
874 | 2024-03-26T18:27:13.917Z | Downloaded hostname v0.3.1 |
875 | 2024-03-26T18:27:13.917Z | Downloaded home v0.5.5 |
876 | 2024-03-26T18:27:13.917Z | Downloaded cfg-if v1.0.0 |
877 | 2024-03-26T18:27:13.917Z | Downloaded byteorder v1.5.0 |
878 | 2024-03-26T18:27:13.918Z | Downloaded hyper-rustls v0.24.2 |
879 | 2024-03-26T18:27:13.918Z | Downloaded httparse v1.8.0 |
880 | 2024-03-26T18:27:13.918Z | Downloaded bytecount v0.6.3 |
881 | 2024-03-26T18:27:13.918Z | Downloaded autocfg v1.1.0 |
882 | 2024-03-26T18:27:13.919Z | Downloaded colorchoice v1.0.0 |
883 | 2024-03-26T18:27:13.919Z | Downloaded crucible-workspace-hack v0.1.0 |
884 | 2024-03-26T18:27:13.919Z | Downloaded hmac v0.12.1 |
885 | 2024-03-26T18:27:13.928Z | Downloaded lazy_static v1.4.0 |
886 | 2024-03-26T18:27:13.928Z | Downloaded lalrpop-util v0.19.12 |
887 | 2024-03-26T18:27:13.928Z | Downloaded keccak v0.1.4 |
888 | 2024-03-26T18:27:13.929Z | Downloaded chacha20 v0.9.1 |
889 | 2024-03-26T18:27:13.929Z | Downloaded cipher v0.4.4 |
890 | 2024-03-26T18:27:13.929Z | Downloaded libefi-sys v0.1.0 |
891 | 2024-03-26T18:27:13.929Z | Downloaded instant v0.1.12 |
892 | 2024-03-26T18:27:13.929Z | Downloaded base64ct v1.6.0 |
893 | 2024-03-26T18:27:13.934Z | Downloaded bcs v0.1.6 |
894 | 2024-03-26T18:27:13.935Z | Downloaded bb8 v0.8.3 |
895 | 2024-03-26T18:27:13.935Z | Downloaded new_debug_unreachable v1.0.4 |
896 | 2024-03-26T18:27:13.935Z | Downloaded atomic-waker v1.1.1 |
897 | 2024-03-26T18:27:13.935Z | Downloaded async-stream v0.3.5 |
898 | 2024-03-26T18:27:13.943Z | Downloaded is-terminal v0.4.9 |
899 | 2024-03-26T18:27:13.944Z | Downloaded crunchy v0.2.2 |
900 | 2024-03-26T18:27:13.944Z | Downloaded matches v0.1.10 |
901 | 2024-03-26T18:27:13.944Z | Downloaded match_cfg v0.1.0 |
902 | 2024-03-26T18:27:13.944Z | Downloaded atty v0.2.14 |
903 | 2024-03-26T18:27:13.944Z | Downloaded memoffset v0.7.1 |
904 | 2024-03-26T18:27:13.951Z | Downloaded lazycell v1.3.0 |
905 | 2024-03-26T18:27:13.951Z | Downloaded arc-swap v1.6.0 |
906 | 2024-03-26T18:27:13.951Z | Downloaded swrite v0.1.0 |
907 | 2024-03-26T18:27:13.951Z | Downloaded stability v0.1.1 |
908 | 2024-03-26T18:27:13.952Z | Downloaded sqlparser_derive v0.2.2 |
909 | 2024-03-26T18:27:13.955Z | Downloaded num-conv v0.1.0 |
910 | 2024-03-26T18:27:13.955Z | Downloaded nodrop v0.1.14 |
911 | 2024-03-26T18:27:13.955Z | Downloaded newtype_derive v0.1.6 |
912 | 2024-03-26T18:27:13.955Z | Downloaded semver v0.1.20 |
913 | 2024-03-26T18:27:13.956Z | Downloaded allocator-api2 v0.2.16 |
914 | 2024-03-26T18:27:13.959Z | Downloaded cassowary v0.3.0 |
915 | 2024-03-26T18:27:13.959Z | Downloaded buf-list v1.0.3 |
916 | 2024-03-26T18:27:13.964Z | Downloaded strum v0.25.0 |
917 | 2024-03-26T18:27:13.964Z | Downloaded crypto-common v0.1.6 |
918 | 2024-03-26T18:27:13.964Z | Downloaded ciborium-ll v0.2.2 |
919 | 2024-03-26T18:27:13.964Z | Downloaded lru-cache v0.1.2 |
920 | 2024-03-26T18:27:13.968Z | Downloaded castaway v0.2.2 |
921 | 2024-03-26T18:27:13.968Z | Downloaded libloading v0.7.4 |
922 | 2024-03-26T18:27:13.971Z | Downloaded crc v3.0.1 |
923 | 2024-03-26T18:27:13.971Z | Downloaded corncobs v0.1.3 |
924 | 2024-03-26T18:27:13.972Z | Downloaded bit-vec v0.6.3 |
925 | 2024-03-26T18:27:13.976Z | Downloaded clap_lex v0.7.0 |
926 | 2024-03-26T18:27:13.976Z | Downloaded normalize-line-endings v0.3.0 |
927 | 2024-03-26T18:27:13.987Z | Downloaded tower-service v0.3.2 |
928 | 2024-03-26T18:27:13.987Z | Downloaded convert_case v0.4.0 |
929 | 2024-03-26T18:27:13.987Z | Downloaded bitflags v1.3.2 |
930 | 2024-03-26T18:27:13.987Z | Downloaded array-init v0.0.4 |
931 | 2024-03-26T18:27:13.987Z | Downloaded argon2 v0.5.3 |
932 | 2024-03-26T18:27:13.987Z | Downloaded time-core v0.1.2 |
933 | 2024-03-26T18:27:13.987Z | Downloaded mockall v0.12.0 |
934 | 2024-03-26T18:27:13.987Z | Downloaded linked-hash-map v0.5.6 |
935 | 2024-03-26T18:27:13.990Z | Downloaded macaddr v1.0.1 |
936 | 2024-03-26T18:27:13.990Z | Downloaded linear-map v1.2.0 |
937 | 2024-03-26T18:27:13.990Z | Downloaded kstat-rs v0.2.3 |
938 | 2024-03-26T18:27:13.994Z | Downloaded impl-trait-for-tuples v0.2.2 |
939 | 2024-03-26T18:27:13.997Z | Downloaded mime v0.3.17 |
940 | 2024-03-26T18:27:13.997Z | Downloaded maybe-uninit v2.0.0 |
941 | 2024-03-26T18:27:14.003Z | Downloaded ipnetwork v0.20.0 |
942 | 2024-03-26T18:27:14.003Z | Downloaded memmap v0.7.0 |
943 | 2024-03-26T18:27:14.006Z | Downloaded inout v0.1.3 |
944 | 2024-03-26T18:27:14.006Z | Downloaded resolv-conf v0.7.0 |
945 | 2024-03-26T18:27:14.006Z | Downloaded rustls-pemfile v1.0.3 |
946 | 2024-03-26T18:27:14.009Z | Downloaded rustc_version v0.4.0 |
947 | 2024-03-26T18:27:14.009Z | Downloaded num v0.4.1 |
948 | 2024-03-26T18:27:14.009Z | Downloaded blake2 v0.10.6 |
949 | 2024-03-26T18:27:14.013Z | Downloaded crc-any v2.4.3 |
950 | 2024-03-26T18:27:14.018Z | Downloaded secrecy v0.8.0 |
951 | 2024-03-26T18:27:14.021Z | Downloaded sec1 v0.7.3 |
952 | 2024-03-26T18:27:14.022Z | Downloaded num-iter v0.1.44 |
953 | 2024-03-26T18:27:14.022Z | Downloaded num-integer v0.1.46 |
954 | 2024-03-26T18:27:14.022Z | Downloaded foreign-types-shared v0.1.1 |
955 | 2024-03-26T18:27:14.025Z | Downloaded serde_tokenstream v0.2.0 |
956 | 2024-03-26T18:27:14.028Z | Downloaded endian-type v0.1.2 |
957 | 2024-03-26T18:27:14.028Z | Downloaded http v1.0.0 |
958 | 2024-03-26T18:27:14.032Z | Downloaded spin v0.5.2 |
959 | 2024-03-26T18:27:14.035Z | Downloaded cpufeatures v0.2.12 |
960 | 2024-03-26T18:27:14.035Z | Downloaded static_assertions v1.1.0 |
961 | 2024-03-26T18:27:14.038Z | Downloaded serde_tokenstream v0.1.7 |
962 | 2024-03-26T18:27:14.044Z | Downloaded http v0.2.12 |
963 | 2024-03-26T18:27:14.047Z | Downloaded fxhash v0.2.1 |
964 | 2024-03-26T18:27:14.047Z | Downloaded multer v3.0.0 |
965 | 2024-03-26T18:27:14.050Z | Downloaded precomputed-hash v0.1.1 |
966 | 2024-03-26T18:27:14.050Z | Downloaded untrusted v0.7.1 |
967 | 2024-03-26T18:27:14.050Z | Downloaded cookie v0.17.0 |
968 | 2024-03-26T18:27:14.053Z | Downloaded cobs v0.2.3 |
969 | 2024-03-26T18:27:14.053Z | Downloaded cookie_store v0.20.0 |
970 | 2024-03-26T18:27:14.058Z | Downloaded console v0.15.8 |
971 | 2024-03-26T18:27:14.060Z | Downloaded deranged v0.3.11 |
972 | 2024-03-26T18:27:14.060Z | Downloaded xattr v1.0.1 |
973 | 2024-03-26T18:27:14.064Z | Downloaded which v4.4.0 |
974 | 2024-03-26T18:27:14.064Z | Downloaded memmap2 v0.7.1 |
975 | 2024-03-26T18:27:14.070Z | Downloaded lru v0.12.1 |
976 | 2024-03-26T18:27:14.071Z | Downloaded mime_guess v2.0.4 |
977 | 2024-03-26T18:27:14.075Z | Downloaded md-5 v0.10.5 |
978 | 2024-03-26T18:27:14.075Z | Downloaded unicode-xid v0.2.4 |
979 | 2024-03-26T18:27:14.075Z | Downloaded unicode-width v0.1.11 |
980 | 2024-03-26T18:27:14.075Z | Downloaded nu-ansi-term v0.50.0 |
981 | 2024-03-26T18:27:14.078Z | Downloaded stable_deref_trait v1.2.0 |
982 | 2024-03-26T18:27:14.079Z | Downloaded num-derive v0.4.0 |
983 | 2024-03-26T18:27:14.082Z | Downloaded num-complex v0.4.4 |
984 | 2024-03-26T18:27:14.082Z | Downloaded native-tls v0.2.11 |
985 | 2024-03-26T18:27:14.085Z | Downloaded zeroize v1.7.0 |
986 | 2024-03-26T18:27:14.086Z | Downloaded slog-term v2.9.0 |
987 | 2024-03-26T18:27:14.089Z | Downloaded dyn-clone v1.0.17 |
988 | 2024-03-26T18:27:14.093Z | Downloaded scroll_derive v0.12.0 |
989 | 2024-03-26T18:27:14.093Z | Downloaded ena v0.14.2 |
990 | 2024-03-26T18:27:14.093Z | Downloaded enum-as-inner v0.5.1 |
991 | 2024-03-26T18:27:14.096Z | Downloaded clang-sys v1.6.1 |
992 | 2024-03-26T18:27:14.100Z | Downloaded bitflags v2.4.2 |
993 | 2024-03-26T18:27:14.102Z | Downloaded dof v0.1.5 |
994 | 2024-03-26T18:27:14.103Z | Downloaded tinyvec_macros v0.1.1 |
995 | 2024-03-26T18:27:14.106Z | Downloaded tokio-tungstenite v0.20.1 |
996 | 2024-03-26T18:27:14.106Z | Downloaded digest v0.10.7 |
997 | 2024-03-26T18:27:14.109Z | Downloaded crossbeam-utils v0.8.19 |
998 | 2024-03-26T18:27:14.112Z | Downloaded term v0.7.0 |
999 | 2024-03-26T18:27:14.115Z | Downloaded predicates v3.1.0 |
1000 | 2024-03-26T18:27:14.118Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1001 | 2024-03-26T18:27:14.118Z | Downloaded nanorand v0.7.0 |
1002 | 2024-03-26T18:27:14.121Z | Downloaded crossbeam-epoch v0.9.18 |
1003 | 2024-03-26T18:27:14.124Z | Downloaded time-macros v0.2.17 |
1004 | 2024-03-26T18:27:14.130Z | Downloaded parse-display-derive v0.9.0 |
1005 | 2024-03-26T18:27:14.130Z | Downloaded rand_core v0.6.4 |
1006 | 2024-03-26T18:27:14.135Z | Downloaded want v0.3.1 |
1007 | 2024-03-26T18:27:14.135Z | Downloaded parse-display v0.9.0 |
1008 | 2024-03-26T18:27:14.135Z | Downloaded crc32fast v1.3.2 |
1009 | 2024-03-26T18:27:14.135Z | Downloaded der_derive v0.7.2 |
1010 | 2024-03-26T18:27:14.143Z | Downloaded bytes v1.5.0 |
1011 | 2024-03-26T18:27:14.143Z | Downloaded log v0.4.21 |
1012 | 2024-03-26T18:27:14.151Z | Downloaded psl-types v2.0.11 |
1013 | 2024-03-26T18:27:14.151Z | Downloaded const-oid v0.9.6 |
1014 | 2024-03-26T18:27:14.151Z | Downloaded base64 v0.22.0 |
1015 | 2024-03-26T18:27:14.157Z | Downloaded pretty-hex v0.4.1 |
1016 | 2024-03-26T18:27:14.157Z | Downloaded pretty-hex v0.2.1 |
1017 | 2024-03-26T18:27:14.157Z | Downloaded path-slash v0.1.5 |
1018 | 2024-03-26T18:27:14.157Z | Downloaded headers-core v0.2.0 |
1019 | 2024-03-26T18:27:14.157Z | Downloaded slog-async v2.8.0 |
1020 | 2024-03-26T18:27:14.164Z | Downloaded structmeta v0.3.0 |
1021 | 2024-03-26T18:27:14.164Z | Downloaded structmeta-derive v0.3.0 |
1022 | 2024-03-26T18:27:14.164Z | Downloaded structmeta-derive v0.2.0 |
1023 | 2024-03-26T18:27:14.164Z | Downloaded rustfmt-wrapper v0.2.0 |
1024 | 2024-03-26T18:27:14.165Z | Downloaded peeking_take_while v0.1.2 |
1025 | 2024-03-26T18:27:14.165Z | Downloaded mockall_derive v0.12.0 |
1026 | 2024-03-26T18:27:14.176Z | Downloaded cancel-safe-futures v0.1.5 |
1027 | 2024-03-26T18:27:14.177Z | Downloaded compact_str v0.7.1 |
1028 | 2024-03-26T18:27:14.177Z | Downloaded funty v2.0.0 |
1029 | 2024-03-26T18:27:14.177Z | Downloaded rpassword v7.3.1 |
1030 | 2024-03-26T18:27:14.177Z | Downloaded signal-hook-tokio v0.3.1 |
1031 | 2024-03-26T18:27:14.177Z | Downloaded cc v1.0.83 |
1032 | 2024-03-26T18:27:14.190Z | Downloaded managed v0.8.0 |
1033 | 2024-03-26T18:27:14.190Z | Downloaded ipnet v2.9.0 |
1034 | 2024-03-26T18:27:14.190Z | Downloaded cookie v0.18.0 |
1035 | 2024-03-26T18:27:14.190Z | Downloaded chacha20poly1305 v0.10.1 |
1036 | 2024-03-26T18:27:14.199Z | Downloaded termios v0.3.3 |
1037 | 2024-03-26T18:27:14.199Z | Downloaded terminal_size v0.3.0 |
1038 | 2024-03-26T18:27:14.199Z | Downloaded slab v0.4.9 |
1039 | 2024-03-26T18:27:14.199Z | Downloaded universal-hash v0.5.1 |
1040 | 2024-03-26T18:27:14.199Z | Downloaded topological-sort v0.2.2 |
1041 | 2024-03-26T18:27:14.199Z | Downloaded tempfile v3.10.0 |
1042 | 2024-03-26T18:27:14.199Z | Downloaded zeroize_derive v1.4.2 |
1043 | 2024-03-26T18:27:14.199Z | Downloaded fallible-iterator v0.2.0 |
1044 | 2024-03-26T18:27:14.199Z | Downloaded backtrace v0.3.69 |
1045 | 2024-03-26T18:27:14.211Z | Downloaded take_mut v0.2.2 |
1046 | 2024-03-26T18:27:14.211Z | Downloaded float-cmp v0.9.0 |
1047 | 2024-03-26T18:27:14.211Z | Downloaded pest_derive v2.7.6 |
1048 | 2024-03-26T18:27:14.215Z | Downloaded indexmap v1.9.3 |
1049 | 2024-03-26T18:27:14.215Z | Downloaded pest_generator v2.7.6 |
1050 | 2024-03-26T18:27:14.215Z | Downloaded crypto-bigint v0.5.2 |
1051 | 2024-03-26T18:27:14.218Z | Downloaded indicatif v0.17.8 |
1052 | 2024-03-26T18:27:14.221Z | Downloaded colored v2.1.0 |
1053 | 2024-03-26T18:27:14.224Z | Downloaded clap_derive v4.5.0 |
1054 | 2024-03-26T18:27:14.230Z | Downloaded pem v3.0.2 |
1055 | 2024-03-26T18:27:14.230Z | Downloaded fixedbitset v0.4.2 |
1056 | 2024-03-26T18:27:14.234Z | Downloaded ff v0.13.0 |
1057 | 2024-03-26T18:27:14.234Z | Downloaded flagset v0.4.3 |
1058 | 2024-03-26T18:27:14.234Z | Downloaded serde_with_macros v3.6.1 |
1059 | 2024-03-26T18:27:14.234Z | Downloaded filetime v0.2.23 |
1060 | 2024-03-26T18:27:14.242Z | Downloaded either v1.10.0 |
1061 | 2024-03-26T18:27:14.242Z | Downloaded env_logger v0.10.0 |
1062 | 2024-03-26T18:27:14.253Z | Downloaded camino v1.1.6 |
1063 | 2024-03-26T18:27:14.253Z | Downloaded bzip2 v0.4.4 |
1064 | 2024-03-26T18:27:14.253Z | Downloaded downcast v0.11.0 |
1065 | 2024-03-26T18:27:14.253Z | Downloaded predicates-tree v1.0.9 |
1066 | 2024-03-26T18:27:14.271Z | Downloaded num_cpus v1.16.0 |
1067 | 2024-03-26T18:27:14.271Z | Downloaded foreign-types-shared v0.3.1 |
1068 | 2024-03-26T18:27:14.271Z | Downloaded openssl-probe v0.1.5 |
1069 | 2024-03-26T18:27:14.271Z | Downloaded foreign-types-macros v0.2.3 |
1070 | 2024-03-26T18:27:14.271Z | Downloaded parse-size v1.0.0 |
1071 | 2024-03-26T18:27:14.271Z | Downloaded oso-derive v0.27.0 |
1072 | 2024-03-26T18:27:14.271Z | Downloaded equivalent v1.0.1 |
1073 | 2024-03-26T18:27:14.271Z | Downloaded serde_derive_internals v0.26.0 |
1074 | 2024-03-26T18:27:14.271Z | Downloaded futures v0.3.30 |
1075 | 2024-03-26T18:27:14.280Z | Downloaded signature v1.6.4 |
1076 | 2024-03-26T18:27:14.280Z | Downloaded signal-hook-registry v1.4.1 |
1077 | 2024-03-26T18:27:14.281Z | Downloaded signal-hook-mio v0.2.3 |
1078 | 2024-03-26T18:27:14.281Z | Downloaded semver-parser v0.10.2 |
1079 | 2024-03-26T18:27:14.281Z | Downloaded semver v0.11.0 |
1080 | 2024-03-26T18:27:14.281Z | Downloaded phf_shared v0.10.0 |
1081 | 2024-03-26T18:27:14.281Z | Downloaded oso v0.27.0 |
1082 | 2024-03-26T18:27:14.281Z | Downloaded unarray v0.1.4 |
1083 | 2024-03-26T18:27:14.281Z | Downloaded tar v0.4.40 |
1084 | 2024-03-26T18:27:14.288Z | Downloaded termtree v0.4.1 |
1085 | 2024-03-26T18:27:14.288Z | Downloaded strsim v0.10.0 |
1086 | 2024-03-26T18:27:14.288Z | Downloaded tap v1.0.1 |
1087 | 2024-03-26T18:27:14.288Z | Downloaded structmeta v0.2.0 |
1088 | 2024-03-26T18:27:14.288Z | Downloaded strsim v0.11.0 |
1089 | 2024-03-26T18:27:14.288Z | Downloaded termcolor v1.2.0 |
1090 | 2024-03-26T18:27:14.288Z | Downloaded async-trait v0.1.77 |
1091 | 2024-03-26T18:27:14.292Z | Downloaded unicase v2.7.0 |
1092 | 2024-03-26T18:27:14.295Z | Downloaded tui-tree-widget v0.17.0 |
1093 | 2024-03-26T18:27:14.295Z | Downloaded postcard v1.0.8 |
1094 | 2024-03-26T18:27:14.298Z | Downloaded zerocopy-derive v0.7.32 |
1095 | 2024-03-26T18:27:14.301Z | Downloaded darling_core v0.20.3 |
1096 | 2024-03-26T18:27:14.308Z | Downloaded pest_meta v2.7.6 |
1097 | 2024-03-26T18:27:14.316Z | Downloaded vte v0.11.1 |
1098 | 2024-03-26T18:27:14.316Z | Downloaded rsa v0.9.2 |
1099 | 2024-03-26T18:27:14.326Z | Downloaded paste v1.0.14 |
1100 | 2024-03-26T18:27:14.326Z | Downloaded version_check v0.9.4 |
1101 | 2024-03-26T18:27:14.327Z | Downloaded num_enum v0.5.11 |
1102 | 2024-03-26T18:27:14.739Z | Downloaded num-rational v0.4.1 |
1103 | 2024-03-26T18:27:14.739Z | Downloaded miniz_oxide v0.7.1 |
1104 | 2024-03-26T18:27:14.739Z | Downloaded defmt-macros v0.3.6 |
1105 | 2024-03-26T18:27:14.739Z | Downloaded platforms v3.0.2 |
1106 | 2024-03-26T18:27:15.564Z | Downloaded curve25519-dalek-derive v0.1.0 |
1107 | 2024-03-26T18:27:15.564Z | Downloaded olpc-cjson v0.1.3 |
1108 | 2024-03-26T18:27:15.564Z | Downloaded form_urlencoded v1.2.1 |
1109 | 2024-03-26T18:27:15.564Z | Downloaded dirs-next v2.0.0 |
1110 | 2024-03-26T18:27:15.564Z | Downloaded errno v0.3.8 |
1111 | 2024-03-26T18:27:15.564Z | Downloaded usdt-attr-macro v0.5.0 |
1112 | 2024-03-26T18:27:15.564Z | Downloaded tracing v0.1.40 |
1113 | 2024-03-26T18:27:15.564Z | Downloaded slog v2.7.0 |
1114 | 2024-03-26T18:27:15.564Z | Downloaded powerfmt v0.2.0 |
1115 | 2024-03-26T18:27:15.564Z | Downloaded predicates-core v1.0.6 |
1116 | 2024-03-26T18:27:15.564Z | Downloaded dtrace-parser v0.2.0 |
1117 | 2024-03-26T18:27:15.564Z | Downloaded ppv-lite86 v0.2.17 |
1118 | 2024-03-26T18:27:15.564Z | Downloaded phf_shared v0.11.2 |
1119 | 2024-03-26T18:27:15.564Z | Downloaded phf v0.11.2 |
1120 | 2024-03-26T18:27:15.564Z | Downloaded snafu-derive v0.7.5 |
1121 | 2024-03-26T18:27:15.564Z | Downloaded uuid v1.7.0 |
1122 | 2024-03-26T18:27:15.564Z | Downloaded tokio-rustls v0.24.1 |
1123 | 2024-03-26T18:27:15.564Z | Downloaded diesel_derives v2.1.2 |
1124 | 2024-03-26T18:27:15.564Z | Downloaded ucd-trie v0.1.6 |
1125 | 2024-03-26T18:27:15.565Z | Downloaded typenum v1.16.0 |
1126 | 2024-03-26T18:27:15.565Z | Downloaded vec_map v0.8.2 |
1127 | 2024-03-26T18:27:15.565Z | Downloaded strsim v0.8.0 |
1128 | 2024-03-26T18:27:15.565Z | Downloaded base64 v0.21.7 |
1129 | 2024-03-26T18:27:15.565Z | Downloaded tokio-rustls v0.25.0 |
1130 | 2024-03-26T18:27:15.565Z | Downloaded num-bigint v0.4.4 |
1131 | 2024-03-26T18:27:15.565Z | Downloaded mio v0.8.11 |
1132 | 2024-03-26T18:27:15.565Z | Downloaded smf v0.2.2 |
1133 | 2024-03-26T18:27:15.565Z | Downloaded slog-scope v4.4.0 |
1134 | 2024-03-26T18:27:15.565Z | Downloaded csv-core v0.1.11 |
1135 | 2024-03-26T18:27:15.565Z | Downloaded rcgen v0.12.1 |
1136 | 2024-03-26T18:27:15.565Z | Downloaded socket2 v0.4.9 |
1137 | 2024-03-26T18:27:15.565Z | Downloaded tiny-keccak v2.0.2 |
1138 | 2024-03-26T18:27:15.565Z | Downloaded derive_builder_core v0.12.0 |
1139 | 2024-03-26T18:27:15.565Z | Downloaded thread_local v1.1.7 |
1140 | 2024-03-26T18:27:15.565Z | Downloaded textwrap v0.11.0 |
1141 | 2024-03-26T18:27:15.565Z | Downloaded vte_generate_state_changes v0.1.1 |
1142 | 2024-03-26T18:27:15.565Z | Downloaded usdt v0.5.0 |
1143 | 2024-03-26T18:27:15.565Z | Downloaded usdt v0.3.5 |
1144 | 2024-03-26T18:27:15.565Z | Downloaded minimal-lexical v0.2.1 |
1145 | 2024-03-26T18:27:15.565Z | Downloaded toml_datetime v0.6.5 |
1146 | 2024-03-26T18:27:15.566Z | Downloaded derive_builder_macro v0.12.0 |
1147 | 2024-03-26T18:27:15.566Z | Downloaded semver v1.0.22 |
1148 | 2024-03-26T18:27:15.566Z | Downloaded data-encoding v2.4.0 |
1149 | 2024-03-26T18:27:15.566Z | Downloaded indexmap v2.2.5 |
1150 | 2024-03-26T18:27:15.566Z | Downloaded ed25519 v1.5.3 |
1151 | 2024-03-26T18:27:15.566Z | Downloaded futures-core v0.3.30 |
1152 | 2024-03-26T18:27:15.566Z | Downloaded siphasher v0.3.11 |
1153 | 2024-03-26T18:27:15.566Z | Downloaded packed_struct v0.10.1 |
1154 | 2024-03-26T18:27:15.566Z | Downloaded unicode-ident v1.0.12 |
1155 | 2024-03-26T18:27:15.566Z | Downloaded percent-encoding v2.3.1 |
1156 | 2024-03-26T18:27:15.566Z | Downloaded rustversion v1.0.14 |
1157 | 2024-03-26T18:27:15.566Z | Downloaded glob v0.3.1 |
1158 | 2024-03-26T18:27:15.566Z | Downloaded zip v0.6.6 |
1159 | 2024-03-26T18:27:15.566Z | Downloaded strum v0.26.1 |
1160 | 2024-03-26T18:27:15.566Z | Downloaded tungstenite v0.20.1 |
1161 | 2024-03-26T18:27:15.566Z | Downloaded unsafe-libyaml v0.2.10 |
1162 | 2024-03-26T18:27:15.566Z | Downloaded ref-cast v1.0.20 |
1163 | 2024-03-26T18:27:15.566Z | Downloaded schemars_derive v0.8.16 |
1164 | 2024-03-26T18:27:15.566Z | Downloaded rusty-fork v0.3.0 |
1165 | 2024-03-26T18:27:15.566Z | Downloaded num-traits v0.2.18 |
1166 | 2024-03-26T18:27:15.566Z | Downloaded smallvec v0.6.14 |
1167 | 2024-03-26T18:27:15.567Z | Downloaded serde v1.0.197 |
1168 | 2024-03-26T18:27:15.567Z | Downloaded x509-cert v0.2.4 |
1169 | 2024-03-26T18:27:15.567Z | Downloaded toolchain_find v0.2.0 |
1170 | 2024-03-26T18:27:15.567Z | Downloaded opaque-debug v0.3.0 |
1171 | 2024-03-26T18:27:15.567Z | Downloaded structopt-derive v0.4.18 |
1172 | 2024-03-26T18:27:15.567Z | Downloaded aho-corasick v1.1.2 |
1173 | 2024-03-26T18:27:15.567Z | Downloaded tabwriter v1.4.0 |
1174 | 2024-03-26T18:27:15.567Z | Downloaded defmt v0.3.5 |
1175 | 2024-03-26T18:27:15.567Z | Downloaded tabled_derive v0.7.0 |
1176 | 2024-03-26T18:27:15.567Z | Downloaded strip-ansi-escapes v0.2.0 |
1177 | 2024-03-26T18:27:15.567Z | Downloaded wyz v0.5.1 |
1178 | 2024-03-26T18:27:15.567Z | Downloaded ron v0.8.1 |
1179 | 2024-03-26T18:27:15.567Z | Downloaded futures-executor v0.3.30 |
1180 | 2024-03-26T18:27:15.567Z | Downloaded snafu v0.7.5 |
1181 | 2024-03-26T18:27:15.567Z | Downloaded sync_wrapper v0.1.2 |
1182 | 2024-03-26T18:27:15.567Z | Downloaded fd-lock v4.0.2 |
1183 | 2024-03-26T18:27:15.567Z | Downloaded usdt-macro v0.5.0 |
1184 | 2024-03-26T18:27:15.567Z | Downloaded dirs-sys-next v0.1.2 |
1185 | 2024-03-26T18:27:15.567Z | Downloaded futures-sink v0.3.30 |
1186 | 2024-03-26T18:27:15.567Z | Downloaded libxml v0.3.3 |
1187 | 2024-03-26T18:27:15.567Z | Downloaded futures-task v0.3.30 |
1188 | 2024-03-26T18:27:15.567Z | Downloaded quote v1.0.35 |
1189 | 2024-03-26T18:27:15.568Z | Downloaded pin-project-lite v0.2.13 |
1190 | 2024-03-26T18:27:15.568Z | Downloaded num_threads v0.1.6 |
1191 | 2024-03-26T18:27:15.568Z | Downloaded unicode_categories v0.1.1 |
1192 | 2024-03-26T18:27:15.568Z | Downloaded rustls-pki-types v1.3.0 |
1193 | 2024-03-26T18:27:15.568Z | Downloaded heapless v0.7.16 |
1194 | 2024-03-26T18:27:15.568Z | Downloaded strum_macros v0.24.3 |
1195 | 2024-03-26T18:27:15.568Z | Downloaded stringprep v0.1.3 |
1196 | 2024-03-26T18:27:15.568Z | Downloaded sqlformat v0.2.3 |
1197 | 2024-03-26T18:27:15.568Z | Downloaded string_cache v0.8.7 |
1198 | 2024-03-26T18:27:15.568Z | Downloaded smallvec v1.13.1 |
1199 | 2024-03-26T18:27:15.568Z | Downloaded rand v0.8.5 |
1200 | 2024-03-26T18:27:15.568Z | Downloaded serde-big-array v0.4.1 |
1201 | 2024-03-26T18:27:15.568Z | Downloaded signature v2.1.0 |
1202 | 2024-03-26T18:27:15.568Z | Downloaded hyper v0.14.28 |
1203 | 2024-03-26T18:27:15.568Z | Downloaded debug-ignore v1.0.5 |
1204 | 2024-03-26T18:27:15.568Z | Downloaded futures-io v0.3.30 |
1205 | 2024-03-26T18:27:15.568Z | Downloaded rayon-core v1.12.1 |
1206 | 2024-03-26T18:27:15.574Z | Downloaded defmt-parser v0.3.3 |
1207 | 2024-03-26T18:27:15.574Z | Downloaded darling v0.14.4 |
1208 | 2024-03-26T18:27:15.574Z | Downloaded derive_more v0.99.17 |
1209 | 2024-03-26T18:27:15.574Z | Downloaded fd-lock v3.0.13 |
1210 | 2024-03-26T18:27:15.574Z | Downloaded display-error-chain v0.2.0 |
1211 | 2024-03-26T18:27:15.574Z | Downloaded thiserror-no-std v2.0.2 |
1212 | 2024-03-26T18:27:15.574Z | Downloaded doc-comment v0.3.3 |
1213 | 2024-03-26T18:27:15.574Z | Downloaded tokio-macros v2.2.0 |
1214 | 2024-03-26T18:27:15.574Z | Downloaded parking_lot_core v0.8.6 |
1215 | 2024-03-26T18:27:15.574Z | Downloaded smawk v0.3.1 |
1216 | 2024-03-26T18:27:15.574Z | Downloaded rand_seeder v0.2.3 |
1217 | 2024-03-26T18:27:15.575Z | Downloaded schemars v0.8.16 |
1218 | 2024-03-26T18:27:15.575Z | Downloaded fastrand v2.0.1 |
1219 | 2024-03-26T18:27:15.575Z | Downloaded zerocopy v0.3.0 |
1220 | 2024-03-26T18:27:15.575Z | Downloaded sha1 v0.10.6 |
1221 | 2024-03-26T18:27:15.575Z | Downloaded fs-err v2.11.0 |
1222 | 2024-03-26T18:27:15.575Z | Downloaded fragile v2.0.0 |
1223 | 2024-03-26T18:27:15.575Z | Downloaded foreign-types v0.3.2 |
1224 | 2024-03-26T18:27:15.575Z | Downloaded spki v0.7.2 |
1225 | 2024-03-26T18:27:15.576Z | Downloaded tracing-attributes v0.1.27 |
1226 | 2024-03-26T18:27:15.576Z | Downloaded subprocess v0.2.9 |
1227 | 2024-03-26T18:27:15.576Z | Downloaded darling_macro v0.14.4 |
1228 | 2024-03-26T18:27:15.576Z | Downloaded cstr-argument v0.1.2 |
1229 | 2024-03-26T18:27:15.576Z | Downloaded openssl-macros v0.1.1 |
1230 | 2024-03-26T18:27:15.576Z | Downloaded shlex v1.3.0 |
1231 | 2024-03-26T18:27:15.577Z | Downloaded thiserror v1.0.57 |
1232 | 2024-03-26T18:27:15.577Z | Downloaded futures-channel v0.3.30 |
1233 | 2024-03-26T18:27:15.577Z | Downloaded password-hash v0.5.0 |
1234 | 2024-03-26T18:27:15.577Z | Downloaded quick-error v1.2.3 |
1235 | 2024-03-26T18:27:15.577Z | Downloaded toml v0.8.10 |
1236 | 2024-03-26T18:27:15.577Z | Downloaded yasna v0.5.2 |
1237 | 2024-03-26T18:27:15.577Z | Downloaded number_prefix v0.4.0 |
1238 | 2024-03-26T18:27:15.577Z | Downloaded uuid v0.8.2 |
1239 | 2024-03-26T18:27:15.578Z | Downloaded try-lock v0.2.4 |
1240 | 2024-03-26T18:27:15.578Z | Downloaded waitgroup v0.1.2 |
1241 | 2024-03-26T18:27:15.578Z | Downloaded toml_edit v0.19.15 |
1242 | 2024-03-26T18:27:15.578Z | Downloaded scopeguard v1.2.0 |
1243 | 2024-03-26T18:27:15.578Z | Downloaded rtoolbox v0.0.1 |
1244 | 2024-03-26T18:27:15.578Z | Downloaded postgres-protocol v0.6.6 |
1245 | 2024-03-26T18:27:15.578Z | Downloaded unicode-normalization v0.1.22 |
1246 | 2024-03-26T18:27:15.578Z | Downloaded num_enum_derive v0.5.11 |
1247 | 2024-03-26T18:27:15.578Z | Downloaded hash32 v0.2.1 |
1248 | 2024-03-26T18:27:15.579Z | Downloaded usdt-impl v0.5.0 |
1249 | 2024-03-26T18:27:15.579Z | Downloaded slog-envlogger v2.2.0 |
1250 | 2024-03-26T18:27:15.579Z | Downloaded foreign-types v0.5.0 |
1251 | 2024-03-26T18:27:15.579Z | Downloaded subtle v2.5.0 |
1252 | 2024-03-26T18:27:15.579Z | Downloaded scroll v0.12.0 |
1253 | 2024-03-26T18:27:15.579Z | Downloaded signal-hook v0.3.17 |
1254 | 2024-03-26T18:27:15.579Z | Downloaded serde-big-array v0.5.1 |
1255 | 2024-03-26T18:27:15.579Z | Downloaded darling_macro v0.20.3 |
1256 | 2024-03-26T18:27:15.579Z | Downloaded dtrace-parser v0.1.14 |
1257 | 2024-03-26T18:27:15.580Z | Downloaded parking_lot v0.11.2 |
1258 | 2024-03-26T18:27:15.580Z | Downloaded similar v2.4.0 |
1259 | 2024-03-26T18:27:15.580Z | Downloaded pkg-config v0.3.27 |
1260 | 2024-03-26T18:27:15.580Z | Downloaded usdt-impl v0.3.5 |
1261 | 2024-03-26T18:27:15.580Z | Downloaded usdt-macro v0.3.5 |
1262 | 2024-03-26T18:27:15.580Z | Downloaded pin-utils v0.1.0 |
1263 | 2024-03-26T18:27:15.580Z | Downloaded ryu v1.0.15 |
1264 | 2024-03-26T18:27:15.580Z | Downloaded regex-automata v0.1.10 |
1265 | 2024-03-26T18:27:15.580Z | Downloaded packed_struct_codegen v0.10.1 |
1266 | 2024-03-26T18:27:15.580Z | Downloaded futures-macro v0.3.30 |
1267 | 2024-03-26T18:27:15.581Z | Downloaded ref-cast-impl v1.0.20 |
1268 | 2024-03-26T18:27:15.581Z | Downloaded r2d2 v0.8.10 |
1269 | 2024-03-26T18:27:15.581Z | Downloaded derive-where v1.2.7 |
1270 | 2024-03-26T18:27:15.581Z | Downloaded hashbrown v0.14.3 |
1271 | 2024-03-26T18:27:15.581Z | Downloaded synstructure v0.12.6 |
1272 | 2024-03-26T18:27:15.581Z | Downloaded trust-dns-resolver v0.22.0 |
1273 | 2024-03-26T18:27:15.581Z | Downloaded supports-color v3.0.0 |
1274 | 2024-03-26T18:27:15.581Z | Downloaded salty v0.2.0 |
1275 | 2024-03-26T18:27:15.581Z | Downloaded group v0.13.0 |
1276 | 2024-03-26T18:27:15.582Z | Downloaded globset v0.4.13 |
1277 | 2024-03-26T18:27:15.582Z | Downloaded thiserror-impl v1.0.57 |
1278 | 2024-03-26T18:27:15.582Z | Downloaded walkdir v2.4.0 |
1279 | 2024-03-26T18:27:15.582Z | Downloaded slog-json v2.6.1 |
1280 | 2024-03-26T18:27:15.582Z | Downloaded rustc_version v0.1.7 |
1281 | 2024-03-26T18:27:15.582Z | Downloaded tokio-native-tls v0.3.1 |
1282 | 2024-03-26T18:27:15.582Z | Downloaded thiserror-impl-no-std v2.0.2 |
1283 | 2024-03-26T18:27:15.583Z | Downloaded rustc-hash v1.1.0 |
1284 | 2024-03-26T18:27:15.583Z | Downloaded toml v0.5.11 |
1285 | 2024-03-26T18:27:15.583Z | Downloaded proc-macro2 v1.0.78 |
1286 | 2024-03-26T18:27:15.583Z | Downloaded darling v0.20.3 |
1287 | 2024-03-26T18:27:15.583Z | Downloaded pkcs8 v0.10.2 |
1288 | 2024-03-26T18:27:15.583Z | Downloaded fnv v1.0.7 |
1289 | 2024-03-26T18:27:15.583Z | Downloaded serde-hex v0.1.0 |
1290 | 2024-03-26T18:27:15.583Z | Downloaded whoami v1.5.0 |
1291 | 2024-03-26T18:27:15.583Z | Downloaded utf-8 v0.7.6 |
1292 | 2024-03-26T18:27:15.584Z | Downloaded proc-macro-error v1.0.4 |
1293 | 2024-03-26T18:27:15.584Z | Downloaded spin v0.9.8 |
1294 | 2024-03-26T18:27:15.584Z | Downloaded tokio-stream v0.1.14 |
1295 | 2024-03-26T18:27:15.584Z | Downloaded pem-rfc7468 v0.7.0 |
1296 | 2024-03-26T18:27:15.584Z | Downloaded socket2 v0.5.5 |
1297 | 2024-03-26T18:27:15.584Z | Downloaded shell-words v1.1.0 |
1298 | 2024-03-26T18:27:15.584Z | Downloaded pkcs1 v0.7.5 |
1299 | 2024-03-26T18:27:15.585Z | Downloaded rustc-demangle v0.1.23 |
1300 | 2024-03-26T18:27:15.585Z | Downloaded serde_derive v1.0.197 |
1301 | 2024-03-26T18:27:15.585Z | Downloaded blake3 v1.5.0 |
1302 | 2024-03-26T18:27:15.585Z | Downloaded strum_macros v0.25.2 |
1303 | 2024-03-26T18:27:15.585Z | Downloaded slog-stdlog v4.1.1 |
1304 | 2024-03-26T18:27:15.585Z | Downloaded dof v0.3.0 |
1305 | 2024-03-26T18:27:15.585Z | Downloaded wait-timeout v0.2.0 |
1306 | 2024-03-26T18:27:16.229Z | Downloaded utf8parse v0.2.1 |
1307 | 2024-03-26T18:27:16.229Z | Downloaded getrandom v0.2.12 |
1308 | 2024-03-26T18:27:16.229Z | Downloaded der v0.7.8 |
1309 | 2024-03-26T18:27:16.230Z | Downloaded slog-dtrace v0.3.0 |
1310 | 2024-03-26T18:27:16.230Z | Downloaded sct v0.7.0 |
1311 | 2024-03-26T18:27:16.230Z | Downloaded unicode-linebreak v0.1.5 |
1312 | 2024-03-26T18:27:16.230Z | Downloaded sha2 v0.10.8 |
1313 | 2024-03-26T18:27:16.230Z | Downloaded embedded-io v0.4.0 |
1314 | 2024-03-26T18:27:16.231Z | Downloaded derive_builder v0.12.0 |
1315 | 2024-03-26T18:27:16.231Z | Downloaded parking_lot_core v0.9.8 |
1316 | 2024-03-26T18:27:16.231Z | Downloaded untrusted v0.9.0 |
1317 | 2024-03-26T18:27:16.231Z | Downloaded futures-util v0.3.30 |
1318 | 2024-03-26T18:27:16.231Z | Downloaded slog-bunyan v2.5.0 |
1319 | 2024-03-26T18:27:16.231Z | Downloaded sqlparser v0.43.1 |
1320 | 2024-03-26T18:27:16.232Z | Downloaded diff v0.1.13 |
1321 | 2024-03-26T18:27:16.232Z | Downloaded half v2.3.1 |
1322 | 2024-03-26T18:27:16.232Z | Downloaded trust-dns-client v0.22.0 |
1323 | 2024-03-26T18:27:16.232Z | Downloaded trust-dns-server v0.22.1 |
1324 | 2024-03-26T18:27:16.232Z | Downloaded zerocopy v0.6.4 |
1325 | 2024-03-26T18:27:16.233Z | Downloaded fatfs v0.3.6 |
1326 | 2024-03-26T18:27:16.233Z | Downloaded h2 v0.3.24 |
1327 | 2024-03-26T18:27:16.233Z | Downloaded idna v0.5.0 |
1328 | 2024-03-26T18:27:16.233Z | Downloaded toml_edit v0.22.6 |
1329 | 2024-03-26T18:27:16.233Z | Downloaded url v2.5.0 |
1330 | 2024-03-26T18:27:16.233Z | Downloaded rustyline v13.0.0 |
1331 | 2024-03-26T18:27:16.234Z | Downloaded pest v2.7.6 |
1332 | 2024-03-26T18:27:16.234Z | Downloaded reqwest v0.11.24 |
1333 | 2024-03-26T18:27:16.234Z | Downloaded tokio-postgres v0.7.10 |
1334 | 2024-03-26T18:27:16.234Z | Downloaded goblin v0.8.0 |
1335 | 2024-03-26T18:27:16.234Z | Downloaded rustls-webpki v0.101.7 |
1336 | 2024-03-26T18:27:16.234Z | Downloaded rustls-webpki v0.102.1 |
1337 | 2024-03-26T18:27:16.235Z | Downloaded reedline v0.30.0 |
1338 | 2024-03-26T18:27:16.235Z | Downloaded portable-atomic v1.4.3 |
1339 | 2024-03-26T18:27:16.235Z | Downloaded chrono v0.4.34 |
1340 | 2024-03-26T18:27:16.235Z | Downloaded tabled v0.15.0 |
1341 | 2024-03-26T18:27:16.235Z | Downloaded rayon v1.9.0 |
1342 | 2024-03-26T18:27:16.235Z | Downloaded nix v0.27.1 |
1343 | 2024-03-26T18:27:16.236Z | Downloaded winnow v0.6.1 |
1344 | 2024-03-26T18:27:16.236Z | Downloaded winnow v0.5.15 |
1345 | 2024-03-26T18:27:16.236Z | Downloaded vcpkg v0.2.15 |
1346 | 2024-03-26T18:27:16.236Z | Downloaded webpki-roots v0.25.2 |
1347 | 2024-03-26T18:27:16.236Z | Downloaded syn v2.0.52 |
1348 | 2024-03-26T18:27:16.236Z | Downloaded polar-core v0.27.0 |
1349 | 2024-03-26T18:27:16.237Z | Downloaded quick-xml v0.30.0 |
1350 | 2024-03-26T18:27:16.237Z | Downloaded curve25519-dalek v4.1.1 |
1351 | 2024-03-26T18:27:16.237Z | Downloaded proptest v1.4.0 |
1352 | 2024-03-26T18:27:16.237Z | Downloaded bstr v0.2.17 |
1353 | 2024-03-26T18:27:16.237Z | Downloaded radix_trie v0.2.1 |
1354 | 2024-03-26T18:27:16.237Z | Downloaded diesel v2.1.4 |
1355 | 2024-03-26T18:27:16.238Z | Downloaded smoltcp v0.9.1 |
1356 | 2024-03-26T18:27:16.238Z | Downloaded trust-dns-proto v0.22.0 |
1357 | 2024-03-26T18:27:16.238Z | Downloaded syn v1.0.109 |
1358 | 2024-03-26T18:27:16.238Z | Downloaded smoltcp v0.11.0 |
1359 | 2024-03-26T18:27:16.238Z | Downloaded gimli v0.28.0 |
1360 | 2024-03-26T18:27:16.238Z | Downloaded openssl v0.10.60 |
1361 | 2024-03-26T18:27:16.239Z | Downloaded rustix v0.38.31 |
1362 | 2024-03-26T18:27:16.239Z | Downloaded rustls v0.22.2 |
1363 | 2024-03-26T18:27:16.239Z | Downloaded regex-syntax v0.8.2 |
1364 | 2024-03-26T18:27:16.239Z | Downloaded regress v0.9.0 |
1365 | 2024-03-26T18:27:16.239Z | Downloaded ratatui v0.26.1 |
1366 | 2024-03-26T18:27:16.239Z | Downloaded openapiv3 v2.0.0 |
1367 | 2024-03-26T18:27:16.240Z | Downloaded zerocopy-derive v0.6.4 |
1368 | 2024-03-26T18:27:16.240Z | Downloaded zerocopy-derive v0.2.0 |
1369 | 2024-03-26T18:27:16.240Z | Downloaded regex-automata v0.4.5 |
1370 | 2024-03-26T18:27:16.240Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1371 | 2024-03-26T18:27:16.240Z | Downloaded sha3 v0.10.8 |
1372 | 2024-03-26T18:27:16.240Z | Downloaded libc v0.2.153 |
1373 | 2024-03-26T18:27:16.241Z | Downloaded sled v0.34.7 |
1374 | 2024-03-26T18:27:16.241Z | Downloaded bstr v1.9.0 |
1375 | 2024-03-26T18:27:16.241Z | Downloaded regex v1.10.3 |
1376 | 2024-03-26T18:27:16.241Z | Downloaded tokio v1.36.0 |
1377 | 2024-03-26T18:27:16.241Z | Downloaded object v0.30.4 |
1378 | 2024-03-26T18:27:16.241Z | Downloaded rustls v0.21.9 |
1379 | 2024-03-26T18:27:16.242Z | Downloaded regex-syntax v0.6.29 |
1380 | 2024-03-26T18:27:16.242Z | Downloaded object v0.32.1 |
1381 | 2024-03-26T18:27:16.242Z | Downloaded csv v1.3.0 |
1382 | 2024-03-26T18:27:16.242Z | Downloaded idna v0.2.3 |
1383 | 2024-03-26T18:27:16.242Z | Downloaded bitvec v1.0.1 |
1384 | 2024-03-26T18:27:16.242Z | Downloaded zerocopy v0.7.32 |
1385 | 2024-03-26T18:27:16.243Z | Downloaded serde_json v1.0.114 |
1386 | 2024-03-26T18:27:16.243Z | Downloaded petgraph v0.6.4 |
1387 | 2024-03-26T18:27:16.243Z | Downloaded lalrpop v0.19.12 |
1388 | 2024-03-26T18:27:16.243Z | Downloaded encoding_rs v0.8.33 |
1389 | 2024-03-26T18:27:16.251Z | Downloaded idna v0.3.0 |
1390 | 2024-03-26T18:27:16.251Z | Downloaded bindgen v0.69.2 |
1391 | 2024-03-26T18:27:16.251Z | Downloaded textwrap v0.16.1 |
1392 | 2024-03-26T18:27:16.251Z | Downloaded papergrid v0.11.0 |
1393 | 2024-03-26T18:27:16.252Z | Downloaded darling_core v0.14.4 |
1394 | 2024-03-26T18:27:16.252Z | Downloaded clap_builder v4.5.1 |
1395 | 2024-03-26T18:27:16.252Z | Downloaded clap v2.34.0 |
1396 | 2024-03-26T18:27:16.252Z | Downloaded parking_lot v0.12.1 |
1397 | 2024-03-26T18:27:16.252Z | Downloaded omicron-zone-package v0.11.0 |
1398 | 2024-03-26T18:27:16.252Z | Downloaded pin-project v1.1.3 |
1399 | 2024-03-26T18:27:16.252Z | Downloaded serde_yaml v0.9.25 |
1400 | 2024-03-26T18:27:16.252Z | Downloaded toml v0.7.8 |
1401 | 2024-03-26T18:27:16.252Z | Downloaded test-strategy v0.3.1 |
1402 | 2024-03-26T18:27:16.253Z | Downloaded serde_with v3.6.1 |
1403 | 2024-03-26T18:27:16.253Z | Downloaded proc-macro-error-attr v1.0.4 |
1404 | 2024-03-26T18:27:16.253Z | Downloaded rustls-pemfile v2.1.1 |
1405 | 2024-03-26T18:27:16.253Z | Downloaded postgres-types v0.2.6 |
1406 | 2024-03-26T18:27:16.253Z | Downloaded poly1305 v0.8.0 |
1407 | 2024-03-26T18:27:16.253Z | Downloaded tracing-core v0.1.32 |
1408 | 2024-03-26T18:27:16.253Z | Downloaded hashbrown v0.12.3 |
1409 | 2024-03-26T18:27:16.253Z | Downloaded tough v0.16.0 |
1410 | 2024-03-26T18:27:16.254Z | Downloaded itertools v0.10.5 |
1411 | 2024-03-26T18:27:16.254Z | Downloaded thread-id v4.2.0 |
1412 | 2024-03-26T18:27:16.254Z | Downloaded rand_xorshift v0.3.0 |
1413 | 2024-03-26T18:27:16.254Z | Downloaded rand_chacha v0.3.1 |
1414 | 2024-03-26T18:27:16.254Z | Downloaded radium v0.7.0 |
1415 | 2024-03-26T18:27:16.254Z | Downloaded plain v0.2.3 |
1416 | 2024-03-26T18:27:16.254Z | Downloaded generic-array v0.14.7 |
1417 | 2024-03-26T18:27:16.254Z | Downloaded proc-macro-crate v1.3.1 |
1418 | 2024-03-26T18:27:16.255Z | Downloaded elliptic-curve v0.13.8 |
1419 | 2024-03-26T18:27:16.255Z | Downloaded flume v0.11.0 |
1420 | 2024-03-26T18:27:16.255Z | Downloaded tokio-util v0.7.10 |
1421 | 2024-03-26T18:27:16.255Z | Downloaded typed-path v0.7.0 |
1422 | 2024-03-26T18:27:16.255Z | Downloaded time v0.3.34 |
1423 | 2024-03-26T18:27:16.255Z | Downloaded vsss-rs v3.3.4 |
1424 | 2024-03-26T18:27:16.255Z | Downloaded hashbrown v0.13.2 |
1425 | 2024-03-26T18:27:16.255Z | Downloaded steno v0.4.0 |
1426 | 2024-03-26T18:27:16.256Z | Downloaded flate2 v1.0.28 |
1427 | 2024-03-26T18:27:16.256Z | Downloaded publicsuffix v2.2.3 |
1428 | 2024-03-26T18:27:16.256Z | Downloaded num-bigint-dig v0.8.4 |
1429 | 2024-03-26T18:27:16.256Z | Downloaded nom v7.1.3 |
1430 | 2024-03-26T18:27:16.256Z | Downloaded pin-project-internal v1.1.3 |
1431 | 2024-03-26T18:27:16.256Z | Downloaded once_cell v1.19.0 |
1432 | 2024-03-26T18:27:16.257Z | Downloaded libm v0.2.7 |
1433 | 2024-03-26T18:27:16.257Z | Downloaded owo-colors v4.0.0 |
1434 | 2024-03-26T18:27:16.257Z | Downloaded difflib v0.4.0 |
1435 | 2024-03-26T18:27:16.257Z | Downloaded prettyplease v0.2.16 |
1436 | 2024-03-26T18:27:16.257Z | Downloaded unicode-bidi v0.3.15 |
1437 | 2024-03-26T18:27:16.258Z | Downloaded structopt v0.3.26 |
1438 | 2024-03-26T18:27:16.258Z | Downloaded crossterm v0.27.0 |
1439 | 2024-03-26T18:27:16.258Z | Downloaded hkdf v0.12.4 |
1440 | 2024-03-26T18:27:16.258Z | Downloaded itertools v0.12.1 |
1441 | 2024-03-26T18:27:16.258Z | Downloaded strum_macros v0.26.1 |
1442 | 2024-03-26T18:27:16.258Z | Downloaded unicode-segmentation v1.10.1 |
1443 | 2024-03-26T18:27:16.258Z | Downloaded memchr v2.7.1 |
1444 | 2024-03-26T18:27:16.259Z | Downloaded tinyvec v1.6.0 |
1445 | 2024-03-26T18:27:16.259Z | Downloaded hash32 v0.3.1 |
1446 | 2024-03-26T18:27:16.259Z | Downloaded getopts v0.2.21 |
1447 | 2024-03-26T18:27:16.259Z | Downloaded gethostname v0.4.3 |
1448 | 2024-03-26T18:27:16.259Z | Downloaded crossbeam-channel v0.5.8 |
1449 | 2024-03-26T18:27:16.260Z | Downloaded openssl-sys v0.9.96 |
1450 | 2024-03-26T18:27:16.260Z | Downloaded headers v0.3.9 |
1451 | 2024-03-26T18:27:16.260Z | Downloaded usdt-attr-macro v0.3.5 |
1452 | 2024-03-26T18:27:16.260Z | Downloaded serde_urlencoded v0.7.1 |
1453 | 2024-03-26T18:27:16.260Z | Downloaded serde_spanned v0.6.5 |
1454 | 2024-03-26T18:27:16.260Z | Downloaded serde_repr v0.1.16 |
1455 | 2024-03-26T18:27:16.261Z | Downloaded serde_plain v1.0.2 |
1456 | 2024-03-26T18:27:16.261Z | Downloaded serde_path_to_error v0.1.16 |
1457 | 2024-03-26T18:27:16.261Z | Downloaded ciborium v0.2.2 |
1458 | 2024-03-26T18:27:16.261Z | Downloaded newtype-uuid v1.0.1 |
1459 | 2024-03-26T18:27:16.261Z | Downloaded scheduled-thread-pool v0.2.7 |
1460 | 2024-03-26T18:27:16.262Z | Downloaded same-file v1.0.6 |
1461 | 2024-03-26T18:27:16.262Z | Downloaded nibble_vec v0.1.0 |
1462 | 2024-03-26T18:27:16.262Z | Downloaded multimap v0.10.0 |
1463 | 2024-03-26T18:27:16.262Z | Downloaded clap v4.5.1 |
1464 | 2024-03-26T18:27:16.262Z | Downloaded maplit v1.0.2 |
1465 | 2024-03-26T18:27:16.262Z | Downloaded lock_api v0.4.10 |
1466 | 2024-03-26T18:27:16.263Z | Downloaded libsw v3.3.1 |
1467 | 2024-03-26T18:27:16.263Z | Downloaded indoc v2.0.3 |
1468 | 2024-03-26T18:27:16.263Z | Downloaded backoff v0.4.0 |
1469 | 2024-03-26T18:27:16.263Z | Downloaded itoa v1.0.9 |
1470 | 2024-03-26T18:27:16.263Z | Downloaded indoc v1.0.9 |
1471 | 2024-03-26T18:27:16.263Z | Downloaded crossbeam-deque v0.8.3 |
1472 | 2024-03-26T18:27:16.263Z | Downloaded crc-catalog v2.2.0 |
1473 | 2024-03-26T18:27:16.264Z | Downloaded anstyle-query v1.0.0 |
1474 | 2024-03-26T18:27:16.264Z | Downloaded anstream v0.6.11 |
1475 | 2024-03-26T18:27:16.264Z | Downloaded anstyle-parse v0.2.1 |
1476 | 2024-03-26T18:27:16.264Z | Downloaded addr2line v0.21.0 |
1477 | 2024-03-26T18:27:16.264Z | Downloaded ansi_term v0.12.1 |
1478 | 2024-03-26T18:27:16.264Z | Downloaded ring v0.17.8 |
1479 | 2024-03-26T18:27:16.265Z | Downloaded ring v0.16.20 |
1480 | 2024-03-26T18:27:17.068Z | Compiling proc-macro2 v1.0.78 |
1481 | 2024-03-26T18:27:17.068Z | Compiling unicode-ident v1.0.12 |
1482 | 2024-03-26T18:27:17.072Z | Compiling libc v0.2.153 |
1483 | 2024-03-26T18:27:17.072Z | Compiling serde v1.0.197 |
1484 | 2024-03-26T18:27:17.072Z | Compiling version_check v0.9.4 |
1485 | 2024-03-26T18:27:17.072Z | Compiling autocfg v1.1.0 |
1486 | 2024-03-26T18:27:17.072Z | Compiling cfg-if v1.0.0 |
1487 | 2024-03-26T18:27:17.072Z | Compiling syn v1.0.109 |
1488 | 2024-03-26T18:27:17.072Z | Compiling once_cell v1.19.0 |
1489 | 2024-03-26T18:27:17.072Z | Compiling byteorder v1.5.0 |
1490 | 2024-03-26T18:27:17.213Z | Compiling memchr v2.7.1 |
1491 | 2024-03-26T18:27:17.283Z | Compiling parking_lot_core v0.9.8 |
1492 | 2024-03-26T18:27:17.321Z | Compiling ahash v0.8.8 |
1493 | 2024-03-26T18:27:17.387Z | Compiling lock_api v0.4.10 |
1494 | 2024-03-26T18:27:17.831Z | Compiling serde_json v1.0.114 |
1495 | 2024-03-26T18:27:17.847Z | Compiling libm v0.2.7 |
1496 | 2024-03-26T18:27:17.997Z | Compiling num-traits v0.2.18 |
1497 | 2024-03-26T18:27:18.454Z | Compiling thiserror v1.0.57 |
1498 | 2024-03-26T18:27:18.454Z | Compiling typenum v1.16.0 |
1499 | 2024-03-26T18:27:18.454Z | Compiling generic-array v0.14.7 |
1500 | 2024-03-26T18:27:18.454Z | Compiling itoa v1.0.9 |
1501 | 2024-03-26T18:27:18.944Z | Compiling quote v1.0.35 |
1502 | 2024-03-26T18:27:18.959Z | Compiling scopeguard v1.2.0 |
1503 | 2024-03-26T18:27:19.102Z | Compiling log v0.4.21 |
1504 | 2024-03-26T18:27:19.599Z | Compiling syn v2.0.52 |
1505 | 2024-03-26T18:27:19.635Z | Compiling cc v1.0.83 |
1506 | 2024-03-26T18:27:19.641Z | Compiling getrandom v0.2.12 |
1507 | 2024-03-26T18:27:19.910Z | Compiling pkg-config v0.3.27 |
1508 | 2024-03-26T18:27:20.011Z | Compiling allocator-api2 v0.2.16 |
1509 | 2024-03-26T18:27:20.125Z | Compiling slab v0.4.9 |
1510 | 2024-03-26T18:27:20.241Z | Compiling ryu v1.0.15 |
1511 | 2024-03-26T18:27:20.697Z | Compiling schemars v0.8.16 |
1512 | 2024-03-26T18:27:21.026Z | Compiling pin-project-lite v0.2.13 |
1513 | 2024-03-26T18:27:21.047Z | Compiling smallvec v1.13.1 |
1514 | 2024-03-26T18:27:21.215Z | Compiling heck v0.4.1 |
1515 | 2024-03-26T18:27:21.234Z | Compiling equivalent v1.0.1 |
1516 | 2024-03-26T18:27:21.642Z | Compiling vcpkg v0.2.15 |
1517 | 2024-03-26T18:27:22.158Z | Compiling ring v0.17.8 |
1518 | 2024-03-26T18:27:22.497Z | Compiling parking_lot v0.12.1 |
1519 | 2024-03-26T18:27:23.137Z | Compiling signal-hook-registry v1.4.1 |
1520 | 2024-03-26T18:27:23.359Z | Compiling openssl-sys v0.9.96 |
1521 | 2024-03-26T18:27:24.232Z | Compiling mio v0.8.11 |
1522 | 2024-03-26T18:27:24.413Z | Compiling fnv v1.0.7 |
1523 | 2024-03-26T18:27:24.541Z | Compiling rand_core v0.6.4 |
1524 | 2024-03-26T18:27:24.954Z | Compiling num-conv v0.1.0 |
1525 | 2024-03-26T18:27:24.980Z | Compiling time-core v0.1.2 |
1526 | 2024-03-26T18:27:25.098Z | Compiling ring v0.16.20 |
1527 | 2024-03-26T18:27:25.160Z | Compiling socket2 v0.5.5 |
1528 | 2024-03-26T18:27:25.230Z | Compiling time-macros v0.2.17 |
1529 | 2024-03-26T18:27:25.869Z | Compiling num_cpus v1.16.0 |
1530 | 2024-03-26T18:27:26.065Z | Compiling httparse v1.8.0 |
1531 | 2024-03-26T18:27:26.807Z | Compiling ucd-trie v0.1.6 |
1532 | 2024-03-26T18:27:26.918Z | Compiling serde_derive_internals v0.26.0 |
1533 | 2024-03-26T18:27:26.940Z | Compiling futures-core v0.3.30 |
1534 | 2024-03-26T18:27:27.197Z | Compiling openssl v0.10.60 |
1535 | 2024-03-26T18:27:27.306Z | Compiling spin v0.5.2 |
1536 | 2024-03-26T18:27:27.576Z | Compiling iana-time-zone v0.1.57 |
1537 | 2024-03-26T18:27:27.760Z | Compiling crossbeam-utils v0.8.19 |
1538 | 2024-03-26T18:27:27.917Z | Compiling semver v1.0.22 |
1539 | 2024-03-26T18:27:28.330Z | Compiling rustls v0.21.9 |
1540 | 2024-03-26T18:27:28.352Z | Compiling tinyvec_macros v0.1.1 |
1541 | 2024-03-26T18:27:28.459Z | Compiling native-tls v0.2.11 |
1542 | 2024-03-26T18:27:28.517Z | Compiling tinyvec v1.6.0 |
1543 | 2024-03-26T18:27:28.598Z | Compiling spin v0.9.8 |
1544 | 2024-03-26T18:27:28.765Z | Compiling unicode-xid v0.2.4 |
1545 | 2024-03-26T18:27:28.985Z | Compiling rustix v0.38.31 |
1546 | 2024-03-26T18:27:29.035Z | Compiling futures-sink v0.3.30 |
1547 | 2024-03-26T18:27:29.212Z | Compiling subtle v2.5.0 |
1548 | 2024-03-26T18:27:29.348Z | Compiling const-oid v0.9.6 |
1549 | 2024-03-26T18:27:29.511Z | Compiling synstructure v0.12.6 |
1550 | 2024-03-26T18:27:29.626Z | Compiling backtrace v0.3.69 |
1551 | 2024-03-26T18:27:29.946Z | Compiling unicode-normalization v0.1.22 |
1552 | 2024-03-26T18:27:30.910Z | Compiling cookie v0.17.0 |
1553 | 2024-03-26T18:27:30.933Z | Compiling dyn-clone v1.0.17 |
1554 | 2024-03-26T18:27:30.943Z | Compiling uuid v0.8.2 |
1555 | 2024-03-26T18:27:31.011Z | Compiling slog v2.7.0 |
1556 | 2024-03-26T18:27:37.288Z | Compiling unicode-bidi v0.3.15 |
1557 | 2024-03-26T18:27:37.491Z | Compiling futures-channel v0.3.30 |
1558 | 2024-03-26T18:27:37.491Z | Compiling tracing-core v0.1.32 |
1559 | 2024-03-26T18:27:37.491Z | Compiling futures-task v0.3.30 |
1560 | 2024-03-26T18:27:37.491Z | Compiling futures-io v0.3.30 |
1561 | 2024-03-26T18:27:37.491Z | Compiling pin-utils v0.1.0 |
1562 | 2024-03-26T18:27:37.491Z | Compiling serde_derive v1.0.197 |
1563 | 2024-03-26T18:27:37.491Z | Compiling zerocopy-derive v0.7.32 |
1564 | 2024-03-26T18:27:37.491Z | Compiling zeroize_derive v1.4.2 |
1565 | 2024-03-26T18:27:37.491Z | Compiling thiserror-impl v1.0.57 |
1566 | 2024-03-26T18:27:37.491Z | Compiling tokio-macros v2.2.0 |
1567 | 2024-03-26T18:27:37.491Z | Compiling futures-macro v0.3.30 |
1568 | 2024-03-26T18:27:37.492Z | Compiling tracing-attributes v0.1.27 |
1569 | 2024-03-26T18:27:37.492Z | Compiling schemars_derive v0.8.16 |
1570 | 2024-03-26T18:27:37.492Z | Compiling zerocopy v0.7.32 |
1571 | 2024-03-26T18:27:37.647Z | Compiling zeroize v1.7.0 |
1572 | 2024-03-26T18:27:37.647Z | Compiling pest v2.7.6 |
1573 | 2024-03-26T18:27:37.647Z | Compiling hashbrown v0.14.3 |
1574 | 2024-03-26T18:27:37.647Z | Compiling openssl-macros v0.1.1 |
1575 | 2024-03-26T18:27:37.648Z | Compiling zerocopy-derive v0.2.0 |
1576 | 2024-03-26T18:27:37.969Z | Compiling tracing v0.1.40 |
1577 | 2024-03-26T18:27:37.989Z | Compiling crypto-common v0.1.6 |
1578 | 2024-03-26T18:27:38.189Z | Compiling futures-util v0.3.30 |
1579 | 2024-03-26T18:27:38.745Z | Compiling pest_meta v2.7.6 |
1580 | 2024-03-26T18:27:38.835Z | Compiling der_derive v0.7.2 |
1581 | 2024-03-26T18:27:38.910Z | Compiling aho-corasick v1.1.2 |
1582 | 2024-03-26T18:27:39.092Z | Compiling regex-syntax v0.8.2 |
1583 | 2024-03-26T18:27:39.116Z | Compiling winnow v0.5.15 |
1584 | 2024-03-26T18:27:46.841Z | Compiling pest_generator v2.7.6 |
1585 | 2024-03-26T18:27:46.927Z | Compiling anyhow v1.0.79 |
1586 | 2024-03-26T18:27:46.927Z | Compiling pest_derive v2.7.6 |
1587 | 2024-03-26T18:27:46.927Z | Compiling regex-automata v0.4.5 |
1588 | 2024-03-26T18:27:46.927Z | Compiling block-buffer v0.10.4 |
1589 | 2024-03-26T18:27:46.927Z | Compiling usdt-impl v0.3.5 |
1590 | 2024-03-26T18:27:46.927Z | Compiling crc32fast v1.3.2 |
1591 | 2024-03-26T18:27:46.927Z | Compiling powerfmt v0.2.0 |
1592 | 2024-03-26T18:27:46.927Z | Compiling bytes v1.5.0 |
1593 | 2024-03-26T18:27:46.928Z | Compiling indexmap v2.2.5 |
1594 | 2024-03-26T18:27:46.928Z | Compiling uuid v1.7.0 |
1595 | 2024-03-26T18:27:46.928Z | Compiling chrono v0.4.34 |
1596 | 2024-03-26T18:27:46.928Z | Compiling tokio v1.36.0 |
1597 | 2024-03-26T18:27:47.088Z | Compiling serde_spanned v0.6.5 |
1598 | 2024-03-26T18:27:50.110Z | Compiling bitflags v2.4.2 |
1599 | 2024-03-26T18:27:50.709Z | Compiling toml_datetime v0.6.5 |
1600 | 2024-03-26T18:27:51.146Z | Compiling http v0.2.12 |
1601 | 2024-03-26T18:27:51.990Z | Compiling rustc_version v0.4.0 |
1602 | 2024-03-26T18:27:53.469Z | Compiling toml_edit v0.19.15 |
1603 | 2024-03-26T18:27:53.570Z | Compiling untrusted v0.9.0 |
1604 | 2024-03-26T18:27:53.663Z | Compiling rustversion v1.0.14 |
1605 | 2024-03-26T18:27:53.799Z | Compiling unicode-width v0.1.11 |
1606 | 2024-03-26T18:27:54.327Z | Compiling heapless v0.7.16 |
1607 | 2024-03-26T18:27:54.827Z | Compiling deranged v0.3.11 |
1608 | 2024-03-26T18:27:55.681Z | Compiling digest v0.10.7 |
1609 | 2024-03-26T18:27:55.688Z | Compiling scroll_derive v0.12.0 |
1610 | 2024-03-26T18:27:57.169Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1611 | 2024-03-26T18:27:57.635Z | Compiling async-trait v0.1.77 |
1612 | 2024-03-26T18:27:57.948Z | Compiling percent-encoding v2.3.1 |
1613 | 2024-03-26T18:27:57.984Z | Compiling signal-hook v0.3.17 |
1614 | 2024-03-26T18:27:58.291Z | Compiling num_threads v0.1.6 |
1615 | 2024-03-26T18:27:58.424Z | Compiling ppv-lite86 v0.2.17 |
1616 | 2024-03-26T18:27:58.544Z | Compiling time v0.3.34 |
1617 | 2024-03-26T18:27:59.345Z | Compiling rand_chacha v0.3.1 |
1618 | 2024-03-26T18:28:00.454Z | Compiling regex v1.10.3 |
1619 | 2024-03-26T18:28:01.505Z | Compiling zerocopy v0.3.0 |
1620 | 2024-03-26T18:28:02.263Z | Compiling thread-id v4.2.0 |
1621 | 2024-03-26T18:28:02.373Z | Compiling dof v0.1.5 |
1622 | 2024-03-26T18:28:02.392Z | Compiling rand v0.8.5 |
1623 | 2024-03-26T18:28:03.730Z | Compiling tokio-util v0.7.10 |
1624 | 2024-03-26T18:28:05.086Z | Compiling dtrace-parser v0.1.14 |
1625 | 2024-03-26T18:28:05.700Z | Compiling num-bigint v0.4.4 |
1626 | 2024-03-26T18:28:06.083Z | Compiling base64ct v1.6.0 |
1627 | 2024-03-26T18:28:06.165Z | Compiling foreign-types-shared v0.1.1 |
1628 | 2024-03-26T18:28:06.187Z | Compiling smoltcp v0.9.1 |
1629 | 2024-03-26T18:28:06.284Z | Compiling untrusted v0.7.1 |
1630 | 2024-03-26T18:28:06.333Z | Compiling base64 v0.21.7 |
1631 | 2024-03-26T18:28:06.477Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1632 | 2024-03-26T18:28:06.647Z | Compiling adler v1.0.2 |
1633 | 2024-03-26T18:28:06.784Z | Compiling pem-rfc7468 v0.7.0 |
1634 | 2024-03-26T18:28:06.868Z | Compiling miniz_oxide v0.7.1 |
1635 | 2024-03-26T18:28:06.939Z | Compiling foreign-types v0.3.2 |
1636 | 2024-03-26T18:28:09.097Z | Compiling form_urlencoded v1.2.1 |
1637 | 2024-03-26T18:28:09.887Z | Compiling hmac v0.12.1 |
1638 | 2024-03-26T18:28:10.111Z | Compiling serde_tokenstream v0.1.7 |
1639 | 2024-03-26T18:28:10.370Z | Compiling lazy_static v1.4.0 |
1640 | 2024-03-26T18:28:10.649Z | Compiling bitflags v1.3.2 |
1641 | 2024-03-26T18:28:10.742Z | Compiling unicode-segmentation v1.10.1 |
1642 | 2024-03-26T18:28:10.765Z | Compiling try-lock v0.2.4 |
1643 | 2024-03-26T18:28:10.926Z | Compiling siphasher v0.3.11 |
1644 | 2024-03-26T18:28:11.439Z | Compiling flagset v0.4.3 |
1645 | 2024-03-26T18:28:11.449Z | Compiling der v0.7.8 |
1646 | 2024-03-26T18:28:11.449Z | Compiling want v0.3.1 |
1647 | 2024-03-26T18:28:12.378Z | Compiling sct v0.7.0 |
1648 | 2024-03-26T18:28:12.493Z | Compiling rustls-webpki v0.101.7 |
1649 | 2024-03-26T18:28:12.667Z | Compiling h2 v0.3.24 |
1650 | 2024-03-26T18:28:14.173Z | Compiling http-body v0.4.5 |
1651 | 2024-03-26T18:28:15.027Z | Compiling openapiv3 v2.0.0 |
1652 | 2024-03-26T18:28:16.062Z | Compiling hubpack_derive v0.1.1 |
1653 | 2024-03-26T18:28:16.508Z | Compiling zerocopy-derive v0.6.4 |
1654 | 2024-03-26T18:28:16.898Z | Compiling idna v0.5.0 |
1655 | 2024-03-26T18:28:17.122Z | Compiling errno v0.3.8 |
1656 | 2024-03-26T18:28:17.355Z | Compiling usdt-impl v0.5.0 |
1657 | 2024-03-26T18:28:17.694Z | Compiling tower-service v0.3.2 |
1658 | 2024-03-26T18:28:17.835Z | Compiling anstyle v1.0.2 |
1659 | 2024-03-26T18:28:18.016Z | Compiling utf8parse v0.2.1 |
1660 | 2024-03-26T18:28:18.186Z | Compiling cpufeatures v0.2.12 |
1661 | 2024-03-26T18:28:18.260Z | Compiling httpdate v1.0.3 |
1662 | 2024-03-26T18:28:18.322Z | Compiling stable_deref_trait v1.2.0 |
1663 | 2024-03-26T18:28:18.435Z | Compiling gimli v0.28.0 |
1664 | 2024-03-26T18:28:18.670Z | Compiling openssl-probe v0.1.5 |
1665 | 2024-03-26T18:28:19.307Z | Compiling sha2 v0.10.8 |
1666 | 2024-03-26T18:28:19.691Z | Compiling hyper v0.14.28 |
1667 | 2024-03-26T18:28:19.720Z | Compiling anstyle-parse v0.2.1 |
1668 | 2024-03-26T18:28:20.037Z | Compiling url v2.5.0 |
1669 | 2024-03-26T18:28:22.854Z | Compiling spki v0.7.2 |
1670 | 2024-03-26T18:28:23.239Z | Compiling addr2line v0.21.0 |
1671 | 2024-03-26T18:28:23.569Z | Compiling usdt-macro v0.3.5 |
1672 | 2024-03-26T18:28:24.084Z | Compiling usdt-attr-macro v0.3.5 |
1673 | 2024-03-26T18:28:25.890Z | Compiling scroll v0.12.0 |
1674 | 2024-03-26T18:28:25.973Z | Compiling md-5 v0.10.5 |
1675 | 2024-03-26T18:28:25.973Z | Compiling serde_tokenstream v0.2.0 |
1676 | 2024-03-26T18:28:26.360Z | Compiling stringprep v0.1.3 |
1677 | 2024-03-26T18:28:27.208Z | Compiling idna v0.3.0 |
1678 | 2024-03-26T18:28:28.742Z | Compiling diesel_table_macro_syntax v0.1.0 |
1679 | 2024-03-26T18:28:29.149Z | Compiling num-integer v0.1.46 |
1680 | 2024-03-26T18:28:29.220Z | Compiling object v0.32.1 |
1681 | 2024-03-26T18:28:29.883Z | Compiling hash32 v0.2.1 |
1682 | 2024-03-26T18:28:29.906Z | Compiling fallible-iterator v0.2.0 |
1683 | 2024-03-26T18:28:30.603Z | Compiling rustc-demangle v0.1.23 |
1684 | 2024-03-26T18:28:31.293Z | Compiling anstyle-query v1.0.0 |
1685 | 2024-03-26T18:28:31.559Z | Compiling colorchoice v1.0.0 |
1686 | 2024-03-26T18:28:33.855Z | Compiling plain v0.2.3 |
1687 | 2024-03-26T18:28:34.024Z | Compiling psl-types v2.0.11 |
1688 | 2024-03-26T18:28:34.230Z | Compiling publicsuffix v2.2.3 |
1689 | 2024-03-26T18:28:34.508Z | Compiling goblin v0.8.0 |
1690 | 2024-03-26T18:28:36.924Z | Compiling anstream v0.6.11 |
1691 | 2024-03-26T18:28:38.869Z | Compiling postgres-protocol v0.6.6 |
1692 | 2024-03-26T18:28:39.929Z | Compiling diesel_derives v2.1.2 |
1693 | 2024-03-26T18:28:41.070Z | Compiling tokio-rustls v0.24.1 |
1694 | 2024-03-26T18:28:45.152Z | Compiling pkcs8 v0.10.2 |
1695 | 2024-03-26T18:28:45.437Z | Compiling terminal_size v0.3.0 |
1696 | 2024-03-26T18:28:45.700Z | Compiling tokio-native-tls v0.3.1 |
1697 | 2024-03-26T18:28:45.979Z | Compiling phf_shared v0.11.2 |
1698 | 2024-03-26T18:28:46.872Z | Compiling strum_macros v0.25.2 |
1699 | 2024-03-26T18:28:47.368Z | Compiling regress v0.9.0 |
1700 | 2024-03-26T18:28:47.395Z | Compiling block-padding v0.3.3 |
1701 | 2024-03-26T18:28:47.474Z | Compiling enum-as-inner v0.5.1 |
1702 | 2024-03-26T18:28:48.388Z | Compiling serde_repr v0.1.16 |
1703 | 2024-03-26T18:28:48.698Z | Compiling clap_derive v4.5.0 |
1704 | 2024-03-26T18:28:49.744Z | Compiling ff v0.13.0 |
1705 | 2024-03-26T18:28:50.023Z | Compiling scheduled-thread-pool v0.2.7 |
1706 | 2024-03-26T18:28:50.805Z | Compiling encoding_rs v0.8.33 |
1707 | 2024-03-26T18:28:51.011Z | Compiling base16ct v0.2.0 |
1708 | 2024-03-26T18:28:51.305Z | Compiling mime v0.3.17 |
1709 | 2024-03-26T18:28:52.154Z | Compiling strsim v0.11.0 |
1710 | 2024-03-26T18:28:52.394Z | Compiling matches v0.1.10 |
1711 | 2024-03-26T18:28:52.496Z | Compiling ipnet v2.9.0 |
1712 | 2024-03-26T18:28:53.403Z | Compiling strsim v0.10.0 |
1713 | 2024-03-26T18:28:54.197Z | Compiling clap_lex v0.7.0 |
1714 | 2024-03-26T18:28:54.219Z | Compiling pretty-hex v0.4.1 |
1715 | 2024-03-26T18:28:54.308Z | Compiling regex-automata v0.1.10 |
1716 | 2024-03-26T18:28:54.437Z | Compiling managed v0.8.0 |
1717 | 2024-03-26T18:28:54.503Z | Compiling ident_case v1.0.1 |
1718 | 2024-03-26T18:28:54.639Z | Compiling bit-vec v0.6.3 |
1719 | 2024-03-26T18:28:54.933Z | Compiling bstr v0.2.17 |
1720 | 2024-03-26T18:28:55.060Z | Compiling darling_core v0.20.3 |
1721 | 2024-03-26T18:28:55.311Z | Compiling clap_builder v4.5.1 |
1722 | 2024-03-26T18:28:56.684Z | Compiling dof v0.3.0 |
1723 | 2024-03-26T18:28:58.150Z | Compiling idna v0.2.3 |
1724 | 2024-03-26T18:28:59.637Z | Compiling sec1 v0.7.3 |
1725 | 2024-03-26T18:29:00.040Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1726 | 2024-03-26T18:29:00.432Z | Compiling r2d2 v0.8.10 |
1727 | 2024-03-26T18:29:00.837Z | Compiling group v0.13.0 |
1728 | 2024-03-26T18:29:02.001Z | Compiling inout v0.1.3 |
1729 | 2024-03-26T18:29:03.542Z | Compiling phf v0.11.2 |
1730 | 2024-03-26T18:29:03.834Z | Compiling hyper-tls v0.5.0 |
1731 | 2024-03-26T18:29:04.086Z | Compiling signal-hook-mio v0.2.3 |
1732 | 2024-03-26T18:29:04.199Z | Compiling bzip2 v0.4.4 |
1733 | 2024-03-26T18:29:04.247Z | Compiling flate2 v1.0.28 |
1734 | 2024-03-26T18:29:04.267Z | Compiling hyper-rustls v0.24.2 |
1735 | 2024-03-26T18:29:04.571Z | Compiling cookie_store v0.20.0 |
1736 | 2024-03-26T18:29:04.624Z | Compiling postgres-types v0.2.6 |
1737 | 2024-03-26T18:29:05.117Z | Compiling zerocopy v0.6.4 |
1738 | 2024-03-26T18:29:05.357Z | Compiling hubpack v0.1.2 |
1739 | 2024-03-26T18:29:05.807Z | Compiling rustls-pemfile v1.0.3 |
1740 | 2024-03-26T18:29:05.881Z | Compiling phf_shared v0.10.0 |
1741 | 2024-03-26T18:29:05.936Z | Compiling hkdf v0.12.4 |
1742 | 2024-03-26T18:29:06.024Z | Compiling serde_urlencoded v0.7.1 |
1743 | 2024-03-26T18:29:06.145Z | Compiling crossbeam-epoch v0.9.18 |
1744 | 2024-03-26T18:29:06.535Z | Compiling ipnetwork v0.20.0 |
1745 | 2024-03-26T18:29:06.768Z | Compiling futures-executor v0.3.30 |
1746 | 2024-03-26T18:29:07.268Z | Compiling dtrace-parser v0.2.0 |
1747 | 2024-03-26T18:29:07.421Z | Compiling crypto-bigint v0.5.2 |
1748 | 2024-03-26T18:29:07.547Z | Compiling float-cmp v0.9.0 |
1749 | 2024-03-26T18:29:07.857Z | Compiling fixedbitset v0.4.2 |
1750 | 2024-03-26T18:29:08.239Z | Compiling either v1.10.0 |
1751 | 2024-03-26T18:29:08.662Z | Compiling new_debug_unreachable v1.0.4 |
1752 | 2024-03-26T18:29:08.772Z | Compiling minimal-lexical v0.2.1 |
1753 | 2024-03-26T18:29:09.299Z | Compiling winnow v0.6.1 |
1754 | 2024-03-26T18:29:09.602Z | Compiling static_assertions v1.1.0 |
1755 | 2024-03-26T18:29:09.625Z | Compiling sync_wrapper v0.1.2 |
1756 | 2024-03-26T18:29:09.764Z | Compiling normalize-line-endings v0.3.0 |
1757 | 2024-03-26T18:29:09.796Z | Compiling predicates-core v1.0.6 |
1758 | 2024-03-26T18:29:10.083Z | Compiling precomputed-hash v0.1.1 |
1759 | 2024-03-26T18:29:10.116Z | Compiling data-encoding v2.4.0 |
1760 | 2024-03-26T18:29:10.876Z | Compiling webpki-roots v0.25.2 |
1761 | 2024-03-26T18:29:11.047Z | Compiling difflib v0.4.0 |
1762 | 2024-03-26T18:29:11.393Z | Compiling whoami v1.5.0 |
1763 | 2024-03-26T18:29:11.751Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1764 | 2024-03-26T18:29:11.851Z | Compiling tokio-postgres v0.7.10 |
1765 | 2024-03-26T18:29:11.933Z | Compiling predicates v3.1.0 |
1766 | 2024-03-26T18:29:12.327Z | Compiling reqwest v0.11.24 |
1767 | 2024-03-26T18:29:12.602Z | Compiling trust-dns-proto v0.22.0 |
1768 | 2024-03-26T18:29:12.922Z | Compiling toml_edit v0.22.6 |
1769 | 2024-03-26T18:29:13.504Z | Compiling string_cache v0.8.7 |
1770 | 2024-03-26T18:29:13.965Z | Compiling itertools v0.10.5 |
1771 | 2024-03-26T18:29:16.058Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1772 | 2024-03-26T18:29:16.680Z | Compiling elliptic-curve v0.13.8 |
1773 | 2024-03-26T18:29:17.424Z | Compiling nom v7.1.3 |
1774 | 2024-03-26T18:29:18.100Z | Compiling petgraph v0.6.4 |
1775 | 2024-03-26T18:29:21.111Z | Compiling futures v0.3.30 |
1776 | 2024-03-26T18:29:21.237Z | Compiling diesel v2.1.4 |
1777 | 2024-03-26T18:29:21.665Z | Compiling yasna v0.5.2 |
1778 | 2024-03-26T18:29:21.895Z | Compiling zip v0.6.6 |
1779 | 2024-03-26T18:29:22.032Z | Compiling crossterm v0.27.0 |
1780 | 2024-03-26T18:29:22.550Z | Compiling cipher v0.4.4 |
1781 | 2024-03-26T18:29:23.138Z | Compiling darling_macro v0.20.3 |
1782 | 2024-03-26T18:29:23.285Z | Compiling clap v4.5.1 |
1783 | 2024-03-26T18:29:23.419Z | Compiling similar v2.4.0 |
1784 | 2024-03-26T18:29:23.734Z | Compiling bit-set v0.5.3 |
1785 | 2024-03-26T18:29:24.092Z | Compiling num-iter v0.1.44 |
1786 | 2024-03-26T18:29:24.289Z | Compiling usdt v0.3.5 |
1787 | 2024-03-26T18:29:24.560Z | Compiling console v0.15.8 |
1788 | 2024-03-26T18:29:25.528Z | Compiling toml v0.7.8 |
1789 | 2024-03-26T18:29:25.558Z | Compiling tokio-stream v0.1.14 |
1790 | 2024-03-26T18:29:26.619Z | Compiling bstr v1.9.0 |
1791 | 2024-03-26T18:29:26.632Z | Compiling hex v0.4.3 |
1792 | 2024-03-26T18:29:27.029Z | Compiling proc-macro-error-attr v1.0.4 |
1793 | 2024-03-26T18:29:27.358Z | Compiling lalrpop-util v0.19.12 |
1794 | 2024-03-26T18:29:27.617Z | Compiling darling v0.20.3 |
1795 | 2024-03-26T18:29:27.667Z | Compiling proc-macro-crate v1.3.1 |
1796 | 2024-03-26T18:29:34.631Z | Compiling proc-macro-error v1.0.4 |
1797 | 2024-03-26T18:29:34.808Z | Compiling heapless v0.8.0 |
1798 | 2024-03-26T18:29:34.808Z | Compiling camino v1.1.6 |
1799 | 2024-03-26T18:29:34.900Z | Compiling num_enum_derive v0.5.11 |
1800 | 2024-03-26T18:29:39.333Z | Compiling atty v0.2.14 |
1801 | 2024-03-26T18:29:39.499Z | Compiling hash32 v0.3.1 |
1802 | 2024-03-26T18:29:40.015Z | Compiling rustls-pki-types v1.3.0 |
1803 | 2024-03-26T18:29:42.366Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1804 | 2024-03-26T18:29:42.428Z | Compiling smoltcp v0.11.0 |
1805 | 2024-03-26T18:29:58.976Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1806 | 2024-03-26T18:30:07.357Z | Compiling num_enum v0.5.11 |
1807 | 2024-03-26T18:30:10.606Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1808 | 2024-03-26T18:30:11.030Z | Compiling getopts v0.2.21 |
1809 | 2024-03-26T18:30:12.019Z | Compiling dirs-sys-next v0.1.2 |
1810 | 2024-03-26T18:30:13.202Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1811 | 2024-03-26T18:30:14.111Z | Compiling embedded-io v0.4.0 |
1812 | 2024-03-26T18:30:14.127Z | Compiling rustls v0.22.2 |
1813 | 2024-03-26T18:30:14.127Z | Compiling unsafe-libyaml v0.2.10 |
1814 | 2024-03-26T18:30:14.128Z | Compiling cobs v0.2.3 |
1815 | 2024-03-26T18:30:14.327Z | Compiling postcard v1.0.8 |
1816 | 2024-03-26T18:30:15.189Z | Compiling serde_yaml v0.9.25 |
1817 | 2024-03-26T18:30:17.440Z | Compiling dirs-next v2.0.0 |
1818 | 2024-03-26T18:30:19.387Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1819 | 2024-03-26T18:30:26.336Z | Compiling rustls-webpki v0.102.1 |
1820 | 2024-03-26T18:30:30.738Z | Compiling strum_macros v0.26.1 |
1821 | 2024-03-26T18:30:33.601Z | Compiling structmeta-derive v0.3.0 |
1822 | 2024-03-26T18:30:33.967Z | Compiling foreign-types-macros v0.2.3 |
1823 | 2024-03-26T18:30:34.307Z | Compiling thread_local v1.1.7 |
1824 | 2024-03-26T18:30:34.373Z | Compiling multer v3.0.0 |
1825 | 2024-03-26T18:30:34.675Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1826 | 2024-03-26T18:30:36.237Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1827 | 2024-03-26T18:30:36.411Z | Compiling paste v1.0.14 |
1828 | 2024-03-26T18:30:36.576Z | Compiling match_cfg v0.1.0 |
1829 | 2024-03-26T18:30:36.679Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1830 | 2024-03-26T18:30:36.744Z | Compiling slog-async v2.8.0 |
1831 | 2024-03-26T18:30:36.849Z | Compiling foreign-types-shared v0.3.1 |
1832 | 2024-03-26T18:30:36.942Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1833 | 2024-03-26T18:30:36.984Z | Compiling foreign-types v0.5.0 |
1834 | 2024-03-26T18:30:37.255Z | Compiling hostname v0.3.1 |
1835 | 2024-03-26T18:30:37.554Z | Compiling structmeta v0.3.0 |
1836 | 2024-03-26T18:30:42.899Z | Compiling strum v0.26.1 |
1837 | 2024-03-26T18:30:46.950Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1838 | 2024-03-26T18:30:54.116Z | Compiling term v0.7.0 |
1839 | 2024-03-26T18:30:55.556Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1840 | 2024-03-26T18:30:57.515Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1841 | 2024-03-26T18:30:58.968Z | Compiling slog-json v2.6.1 |
1842 | 2024-03-26T18:30:59.492Z | Compiling crossbeam-channel v0.5.8 |
1843 | 2024-03-26T18:31:01.173Z | Compiling tabwriter v1.4.0 |
1844 | 2024-03-26T18:31:01.235Z | Compiling http v1.0.0 |
1845 | 2024-03-26T18:31:01.976Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1846 | 2024-03-26T18:31:01.995Z | Compiling async-stream-impl v0.3.5 |
1847 | 2024-03-26T18:31:02.334Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1848 | 2024-03-26T18:31:02.613Z | Compiling cstr-argument v0.1.2 |
1849 | 2024-03-26T18:31:02.763Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1850 | 2024-03-26T18:31:03.064Z | Compiling atomic-waker v1.1.1 |
1851 | 2024-03-26T18:31:03.103Z | Compiling crucible-workspace-hack v0.1.0 |
1852 | 2024-03-26T18:31:03.245Z | Compiling pretty-hex v0.2.1 |
1853 | 2024-03-26T18:31:03.279Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1854 | 2024-03-26T18:31:03.302Z | Compiling fastrand v2.0.1 |
1855 | 2024-03-26T18:31:03.385Z | Compiling rayon-core v1.12.1 |
1856 | 2024-03-26T18:31:03.461Z | Compiling take_mut v0.2.2 |
1857 | 2024-03-26T18:31:03.631Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1858 | 2024-03-26T18:31:03.698Z | Compiling tempfile v3.10.0 |
1859 | 2024-03-26T18:31:04.071Z | Compiling async-stream v0.3.5 |
1860 | 2024-03-26T18:31:04.090Z | Compiling waitgroup v0.1.2 |
1861 | 2024-03-26T18:31:04.598Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1862 | 2024-03-26T18:31:05.671Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1863 | 2024-03-26T18:31:05.695Z | Compiling slog-bunyan v2.5.0 |
1864 | 2024-03-26T18:31:05.972Z | Compiling slog-term v2.9.0 |
1865 | 2024-03-26T18:31:06.020Z | Compiling tokio-rustls v0.25.0 |
1866 | 2024-03-26T18:31:06.585Z | Compiling parse-display-derive v0.9.0 |
1867 | 2024-03-26T18:31:06.874Z | Compiling toml v0.8.10 |
1868 | 2024-03-26T18:31:07.480Z | Compiling rustls-pemfile v2.1.1 |
1869 | 2024-03-26T18:31:07.579Z | Compiling serde_with_macros v3.6.1 |
1870 | 2024-03-26T18:31:08.236Z | Compiling sha1 v0.10.6 |
1871 | 2024-03-26T18:31:09.144Z | Compiling crossbeam-deque v0.8.3 |
1872 | 2024-03-26T18:31:09.194Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1873 | 2024-03-26T18:31:09.425Z | Compiling colored v2.1.0 |
1874 | 2024-03-26T18:31:10.263Z | Compiling newtype-uuid v1.0.1 |
1875 | 2024-03-26T18:31:10.338Z | Compiling serde_path_to_error v0.1.16 |
1876 | 2024-03-26T18:31:10.594Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1877 | 2024-03-26T18:31:10.735Z | Compiling socket2 v0.4.9 |
1878 | 2024-03-26T18:31:11.209Z | Compiling instant v0.1.12 |
1879 | 2024-03-26T18:31:11.288Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1880 | 2024-03-26T18:31:11.312Z | Compiling debug-ignore v1.0.5 |
1881 | 2024-03-26T18:31:11.377Z | Compiling backoff v0.4.0 |
1882 | 2024-03-26T18:31:11.696Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1883 | 2024-03-26T18:31:11.723Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1884 | 2024-03-26T18:31:12.410Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1885 | 2024-03-26T18:31:12.759Z | Compiling serde_with v3.6.1 |
1886 | 2024-03-26T18:31:12.826Z | Compiling parse-display v0.9.0 |
1887 | 2024-03-26T18:31:14.984Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1888 | 2024-03-26T18:31:22.139Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
1889 | 2024-03-26T18:31:22.140Z | Compiling camino-tempfile v1.1.1 |
1890 | 2024-03-26T18:31:22.140Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1891 | 2024-03-26T18:31:22.140Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1892 | 2024-03-26T18:31:22.140Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1893 | 2024-03-26T18:31:22.140Z | Compiling heck v0.3.3 |
1894 | 2024-03-26T18:31:22.140Z | Compiling textwrap v0.11.0 |
1895 | 2024-03-26T18:31:22.141Z | Compiling macaddr v1.0.1 |
1896 | 2024-03-26T18:31:22.141Z | Compiling num-derive v0.4.0 |
1897 | 2024-03-26T18:31:22.141Z | Compiling libefi-sys v0.1.0 |
1898 | 2024-03-26T18:31:22.141Z | Compiling ansi_term v0.12.1 |
1899 | 2024-03-26T18:31:22.142Z | Compiling vec_map v0.8.2 |
1900 | 2024-03-26T18:31:22.142Z | Compiling strsim v0.8.0 |
1901 | 2024-03-26T18:31:22.143Z | Compiling clap v2.34.0 |
1902 | 2024-03-26T18:31:22.143Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1903 | 2024-03-26T18:31:22.143Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1904 | 2024-03-26T18:31:22.143Z | Compiling structopt-derive v0.4.18 |
1905 | 2024-03-26T18:31:22.648Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1906 | 2024-03-26T18:31:23.229Z | Compiling rayon v1.9.0 |
1907 | 2024-03-26T18:31:24.151Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1908 | 2024-03-26T18:31:24.292Z | Compiling smf v0.2.2 |
1909 | 2024-03-26T18:31:24.899Z | Compiling blake3 v1.5.0 |
1910 | 2024-03-26T18:31:25.473Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1911 | 2024-03-26T18:31:25.844Z | Compiling portable-atomic v1.4.3 |
1912 | 2024-03-26T18:31:27.018Z | Compiling structopt v0.3.26 |
1913 | 2024-03-26T18:31:27.206Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1914 | 2024-03-26T18:31:27.400Z | Compiling xattr v1.0.1 |
1915 | 2024-03-26T18:31:27.510Z | Compiling memmap2 v0.7.1 |
1916 | 2024-03-26T18:31:27.696Z | Compiling filetime v0.2.23 |
1917 | 2024-03-26T18:31:28.041Z | Compiling arrayvec v0.7.4 |
1918 | 2024-03-26T18:31:28.062Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1919 | 2024-03-26T18:31:28.218Z | Compiling arrayref v0.3.7 |
1920 | 2024-03-26T18:31:28.357Z | Compiling same-file v1.0.6 |
1921 | 2024-03-26T18:31:28.384Z | Compiling constant_time_eq v0.3.0 |
1922 | 2024-03-26T18:31:28.493Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1923 | 2024-03-26T18:31:28.623Z | Compiling walkdir v2.4.0 |
1924 | 2024-03-26T18:31:28.785Z | Compiling tar v0.4.40 |
1925 | 2024-03-26T18:31:29.619Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1926 | 2024-03-26T18:31:30.215Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1927 | 2024-03-26T18:31:32.536Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1928 | 2024-03-26T18:31:33.047Z | Compiling gethostname v0.4.3 |
1929 | 2024-03-26T18:31:33.094Z | Compiling number_prefix v0.4.0 |
1930 | 2024-03-26T18:31:33.714Z | Compiling topological-sort v0.2.2 |
1931 | 2024-03-26T18:31:33.720Z | Compiling swrite v0.1.0 |
1932 | 2024-03-26T18:31:33.721Z | Compiling omicron-zone-package v0.11.0 |
1933 | 2024-03-26T18:31:34.779Z | Compiling indicatif v0.17.8 |
1934 | 2024-03-26T18:31:39.920Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1935 | 2024-03-26T18:31:43.191Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1936 | 2024-03-26T18:31:45.125Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1937 | 2024-03-26T18:31:47.849Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1938 | 2024-03-26T18:32:02.968Z | Finished release [optimized] target(s) in 5m 09s |
1939 | 2024-03-26T18:32:03.222Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1940 | 2024-03-26T18:32:03.284Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1941 | 2024-03-26T18:32:03.289Z | Created new build target 'test' and set it as active |
1942 | 2024-03-26T18:32:03.289Z | |
1943 | 2024-03-26T18:32:03.289Z | real 5:09.998541052 |
1944 | 2024-03-26T18:32:03.289Z | user 32:57.378031525 |
1945 | 2024-03-26T18:32:03.289Z | sys 3:53.386811099 |
1946 | 2024-03-26T18:32:03.289Z | trap 0.989502585 |
1947 | 2024-03-26T18:32:03.289Z | tflt 4.765568261 |
1948 | 2024-03-26T18:32:03.289Z | dflt 3.436881624 |
1949 | 2024-03-26T18:32:03.289Z | kflt 0.128665325 |
1950 | 2024-03-26T18:32:03.289Z | lock 1:09:32.296478511 |
1951 | 2024-03-26T18:32:03.289Z | slp 1:32:40.440788790 |
1952 | 2024-03-26T18:32:03.289Z | lat 2:09.094003366 |
1953 | 2024-03-26T18:32:03.290Z | stop 3:50.043632455 |
1954 | 2024-03-26T18:32:03.290Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1955 | 2024-03-26T18:32:04.061Z | Finished release [optimized] target(s) in 0.73s |
1956 | 2024-03-26T18:32:04.082Z | Running `target/release/omicron-package -t test package` |
1957 | 2024-03-26T18:32:04.110Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1958 | 2024-03-26T18:32:04.917Z | Compiling base64 v0.22.0 |
1959 | 2024-03-26T18:32:04.985Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1960 | 2024-03-26T18:32:04.988Z | Compiling linked-hash-map v0.5.6 |
1961 | 2024-03-26T18:32:04.992Z | Compiling password-hash v0.5.0 |
1962 | 2024-03-26T18:32:04.992Z | Compiling usdt-attr-macro v0.5.0 |
1963 | 2024-03-26T18:32:04.996Z | Compiling usdt-macro v0.5.0 |
1964 | 2024-03-26T18:32:05.010Z | Compiling blake2 v0.10.6 |
1965 | 2024-03-26T18:32:05.010Z | Compiling memmap v0.7.0 |
1966 | 2024-03-26T18:32:05.339Z | Compiling lru-cache v0.1.2 |
1967 | 2024-03-26T18:32:05.447Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1968 | 2024-03-26T18:32:05.523Z | Compiling argon2 v0.5.3 |
1969 | 2024-03-26T18:32:06.042Z | Compiling semver v0.1.20 |
1970 | 2024-03-26T18:32:06.312Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1971 | 2024-03-26T18:32:06.315Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1972 | 2024-03-26T18:32:06.585Z | Compiling rustc_version v0.1.7 |
1973 | 2024-03-26T18:32:06.588Z | Compiling humantime v2.1.0 |
1974 | 2024-03-26T18:32:06.901Z | Compiling quick-error v1.2.3 |
1975 | 2024-03-26T18:32:06.952Z | Compiling newtype_derive v0.1.6 |
1976 | 2024-03-26T18:32:07.030Z | Compiling resolv-conf v0.7.0 |
1977 | 2024-03-26T18:32:07.145Z | Compiling usdt v0.5.0 |
1978 | 2024-03-26T18:32:07.171Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1979 | 2024-03-26T18:32:07.396Z | Compiling trust-dns-resolver v0.22.0 |
1980 | 2024-03-26T18:32:07.412Z | Compiling steno v0.4.0 |
1981 | 2024-03-26T18:32:08.163Z | Compiling itertools v0.12.1 |
1982 | 2024-03-26T18:32:08.659Z | Compiling derive-where v1.2.7 |
1983 | 2024-03-26T18:32:08.724Z | Compiling slog-dtrace v0.3.0 |
1984 | 2024-03-26T18:32:09.110Z | Compiling num-rational v0.4.1 |
1985 | 2024-03-26T18:32:10.616Z | Compiling nibble_vec v0.1.0 |
1986 | 2024-03-26T18:32:10.829Z | Compiling radium v0.7.0 |
1987 | 2024-03-26T18:32:11.151Z | Compiling endian-type v0.1.2 |
1988 | 2024-03-26T18:32:11.361Z | Compiling radix_trie v0.2.1 |
1989 | 2024-03-26T18:32:11.907Z | Compiling num-complex v0.4.4 |
1990 | 2024-03-26T18:32:11.948Z | Compiling tap v1.0.1 |
1991 | 2024-03-26T18:32:12.129Z | Compiling maybe-uninit v2.0.0 |
1992 | 2024-03-26T18:32:12.262Z | Compiling wyz v0.5.1 |
1993 | 2024-03-26T18:32:12.733Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1994 | 2024-03-26T18:32:13.164Z | Compiling num v0.4.1 |
1995 | 2024-03-26T18:32:13.177Z | Compiling packed_struct v0.10.1 |
1996 | 2024-03-26T18:32:13.270Z | Compiling num-bigint-dig v0.8.4 |
1997 | 2024-03-26T18:32:13.538Z | Compiling funty v2.0.0 |
1998 | 2024-03-26T18:32:13.579Z | Compiling crc-catalog v2.2.0 |
1999 | 2024-03-26T18:32:13.720Z | Compiling cancel-safe-futures v0.1.5 |
2000 | 2024-03-26T18:32:13.723Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2001 | 2024-03-26T18:32:13.904Z | Compiling crc v3.0.1 |
2002 | 2024-03-26T18:32:14.243Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2003 | 2024-03-26T18:32:14.627Z | Compiling fxhash v0.2.1 |
2004 | 2024-03-26T18:32:14.826Z | Compiling bitvec v1.0.1 |
2005 | 2024-03-26T18:32:16.186Z | Compiling packed_struct_codegen v0.10.1 |
2006 | 2024-03-26T18:32:18.793Z | Compiling indexmap v1.9.3 |
2007 | 2024-03-26T18:32:19.003Z | Compiling nodrop v0.1.14 |
2008 | 2024-03-26T18:32:19.102Z | Compiling utf-8 v0.7.6 |
2009 | 2024-03-26T18:32:19.125Z | Compiling display-error-chain v0.2.0 |
2010 | 2024-03-26T18:32:19.303Z | Compiling tungstenite v0.20.1 |
2011 | 2024-03-26T18:32:19.465Z | Compiling array-init v0.0.4 |
2012 | 2024-03-26T18:32:20.713Z | Compiling smallvec v0.6.14 |
2013 | 2024-03-26T18:32:21.919Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2014 | 2024-03-26T18:32:24.397Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2015 | 2024-03-26T18:32:24.745Z | Compiling rayon-core v1.12.1 |
2016 | 2024-03-26T18:32:24.764Z | Compiling pkcs1 v0.7.5 |
2017 | 2024-03-26T18:32:28.824Z | Compiling is-terminal v0.4.9 |
2018 | 2024-03-26T18:32:28.962Z | Compiling signature v2.1.0 |
2019 | 2024-03-26T18:32:29.209Z | Compiling crossbeam-deque v0.8.3 |
2020 | 2024-03-26T18:32:29.556Z | Compiling half v2.3.1 |
2021 | 2024-03-26T18:32:30.266Z | Compiling fastrand v2.0.1 |
2022 | 2024-03-26T18:32:30.668Z | Compiling termcolor v1.2.0 |
2023 | 2024-03-26T18:32:30.767Z | Compiling hashbrown v0.12.3 |
2024 | 2024-03-26T18:32:31.358Z | Compiling bitfield v0.14.0 |
2025 | 2024-03-26T18:32:31.653Z | Compiling ciborium-io v0.2.2 |
2026 | 2024-03-26T18:32:31.730Z | Compiling same-file v1.0.6 |
2027 | 2024-03-26T18:32:31.789Z | Compiling ciborium-ll v0.2.2 |
2028 | 2024-03-26T18:32:31.941Z | Compiling walkdir v2.4.0 |
2029 | 2024-03-26T18:32:32.269Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2030 | 2024-03-26T18:32:32.582Z | Compiling env_logger v0.10.0 |
2031 | 2024-03-26T18:32:33.151Z | Compiling tempfile v3.10.0 |
2032 | 2024-03-26T18:32:33.951Z | Compiling rsa v0.9.2 |
2033 | 2024-03-26T18:32:34.798Z | Compiling serde-hex v0.1.0 |
2034 | 2024-03-26T18:32:41.300Z | Compiling tokio-tungstenite v0.20.1 |
2035 | 2024-03-26T18:32:41.301Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2036 | 2024-03-26T18:32:41.301Z | Compiling camino v1.1.6 |
2037 | 2024-03-26T18:32:41.301Z | Compiling x509-cert v0.2.4 |
2038 | 2024-03-26T18:32:41.301Z | Compiling ron v0.8.1 |
2039 | 2024-03-26T18:32:41.301Z | Compiling hashbrown v0.13.2 |
2040 | 2024-03-26T18:32:41.301Z | Compiling semver-parser v0.10.2 |
2041 | 2024-03-26T18:32:41.301Z | Compiling unicase v2.7.0 |
2042 | 2024-03-26T18:32:41.301Z | Compiling crc-any v2.4.3 |
2043 | 2024-03-26T18:32:41.809Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2044 | 2024-03-26T18:32:41.893Z | Compiling semver v0.11.0 |
2045 | 2024-03-26T18:32:42.595Z | Compiling blake3 v1.5.0 |
2046 | 2024-03-26T18:32:42.897Z | Compiling object v0.30.4 |
2047 | 2024-03-26T18:32:44.542Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2048 | 2024-03-26T18:32:45.233Z | Compiling rayon v1.9.0 |
2049 | 2024-03-26T18:32:47.112Z | Compiling ciborium v0.2.2 |
2050 | 2024-03-26T18:32:49.269Z | Compiling xattr v1.0.1 |
2051 | 2024-03-26T18:32:49.509Z | Compiling memmap2 v0.7.1 |
2052 | 2024-03-26T18:32:49.886Z | Compiling filetime v0.2.23 |
2053 | 2024-03-26T18:32:50.025Z | Compiling dirs-sys-next v0.1.2 |
2054 | 2024-03-26T18:32:50.172Z | Compiling crunchy v0.2.2 |
2055 | 2024-03-26T18:32:50.348Z | Compiling home v0.5.5 |
2056 | 2024-03-26T18:32:50.541Z | Compiling arrayref v0.3.7 |
2057 | 2024-03-26T18:32:50.581Z | Compiling glob v0.3.1 |
2058 | 2024-03-26T18:32:50.600Z | Compiling arrayvec v0.7.4 |
2059 | 2024-03-26T18:32:50.647Z | Compiling path-slash v0.1.5 |
2060 | 2024-03-26T18:32:50.865Z | Compiling constant_time_eq v0.3.0 |
2061 | 2024-03-26T18:32:51.011Z | Compiling arc-swap v1.6.0 |
2062 | 2024-03-26T18:32:51.357Z | Compiling clang-sys v1.6.1 |
2063 | 2024-03-26T18:32:51.755Z | Compiling slog-scope v4.4.0 |
2064 | 2024-03-26T18:32:52.014Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2065 | 2024-03-26T18:32:52.467Z | Compiling toolchain_find v0.2.0 |
2066 | 2024-03-26T18:32:52.640Z | Compiling dirs-next v2.0.0 |
2067 | 2024-03-26T18:32:52.823Z | Compiling tar v0.4.40 |
2068 | 2024-03-26T18:32:52.986Z | Compiling camino-tempfile v1.1.1 |
2069 | 2024-03-26T18:32:53.399Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2070 | 2024-03-26T18:32:53.798Z | Compiling libsw v3.3.1 |
2071 | 2024-03-26T18:32:54.121Z | Compiling toml v0.5.11 |
2072 | 2024-03-26T18:32:54.732Z | Compiling convert_case v0.4.0 |
2073 | 2024-03-26T18:32:55.564Z | Compiling owo-colors v4.0.0 |
2074 | 2024-03-26T18:32:56.461Z | Compiling tiny-keccak v2.0.2 |
2075 | 2024-03-26T18:32:56.742Z | Compiling prettyplease v0.2.16 |
2076 | 2024-03-26T18:32:57.027Z | Compiling linear-map v1.2.0 |
2077 | 2024-03-26T18:32:57.313Z | Compiling topological-sort v0.2.2 |
2078 | 2024-03-26T18:32:57.398Z | Compiling parking_lot_core v0.8.6 |
2079 | 2024-03-26T18:32:57.522Z | Compiling omicron-zone-package v0.11.0 |
2080 | 2024-03-26T18:32:57.819Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2081 | 2024-03-26T18:32:58.429Z | Compiling rustfmt-wrapper v0.2.0 |
2082 | 2024-03-26T18:32:59.036Z | Compiling derive_more v0.99.17 |
2083 | 2024-03-26T18:33:03.059Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2084 | 2024-03-26T18:33:03.269Z | Compiling term v0.7.0 |
2085 | 2024-03-26T18:33:03.661Z | Compiling slog-stdlog v4.1.1 |
2086 | 2024-03-26T18:33:04.013Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2087 | 2024-03-26T18:33:04.531Z | Compiling darling_core v0.14.4 |
2088 | 2024-03-26T18:33:04.584Z | Compiling toml v0.8.10 |
2089 | 2024-03-26T18:33:05.834Z | Compiling slog-envlogger v2.2.0 |
2090 | 2024-03-26T18:33:06.167Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2091 | 2024-03-26T18:33:06.242Z | Compiling ascii-canvas v3.0.0 |
2092 | 2024-03-26T18:33:07.666Z | Compiling pem v3.0.2 |
2093 | 2024-03-26T18:33:08.207Z | Compiling ena v0.14.2 |
2094 | 2024-03-26T18:33:08.558Z | Compiling libloading v0.7.4 |
2095 | 2024-03-26T18:33:08.616Z | Compiling regex-syntax v0.6.29 |
2096 | 2024-03-26T18:33:08.942Z | Compiling platforms v3.0.2 |
2097 | 2024-03-26T18:33:09.260Z | Compiling diff v0.1.13 |
2098 | 2024-03-26T18:33:09.294Z | Compiling bindgen v0.69.2 |
2099 | 2024-03-26T18:33:09.725Z | Compiling darling_macro v0.14.4 |
2100 | 2024-03-26T18:33:09.815Z | Compiling parking_lot v0.11.2 |
2101 | 2024-03-26T18:33:10.645Z | Compiling darling v0.14.4 |
2102 | 2024-03-26T18:33:10.758Z | Compiling mime_guess v2.0.4 |
2103 | 2024-03-26T18:33:11.915Z | Compiling lalrpop v0.19.12 |
2104 | 2024-03-26T18:33:12.243Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2105 | 2024-03-26T18:33:14.252Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2106 | 2024-03-26T18:33:15.076Z | Compiling trust-dns-client v0.22.0 |
2107 | 2024-03-26T18:33:15.233Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2108 | 2024-03-26T18:33:15.456Z | Compiling cexpr v0.6.0 |
2109 | 2024-03-26T18:33:16.611Z | Compiling which v4.4.0 |
2110 | 2024-03-26T18:33:17.156Z | Compiling vte_generate_state_changes v0.1.1 |
2111 | 2024-03-26T18:33:17.736Z | Compiling lazycell v1.3.0 |
2112 | 2024-03-26T18:33:17.899Z | Compiling shlex v1.3.0 |
2113 | 2024-03-26T18:33:18.272Z | Compiling rustc-hash v1.1.0 |
2114 | 2024-03-26T18:33:18.413Z | Compiling ref-cast v1.0.20 |
2115 | 2024-03-26T18:33:18.750Z | Compiling buf-list v1.0.3 |
2116 | 2024-03-26T18:33:18.832Z | Compiling peeking_take_while v0.1.2 |
2117 | 2024-03-26T18:33:18.849Z | Compiling doc-comment v0.3.3 |
2118 | 2024-03-26T18:33:19.482Z | Compiling trust-dns-server v0.22.1 |
2119 | 2024-03-26T18:33:20.630Z | Compiling vte v0.11.1 |
2120 | 2024-03-26T18:33:23.019Z | Compiling derive_builder_core v0.12.0 |
2121 | 2024-03-26T18:33:25.184Z | Compiling sled v0.34.7 |
2122 | 2024-03-26T18:33:26.921Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2123 | 2024-03-26T18:33:27.109Z | Compiling headers-core v0.2.0 |
2124 | 2024-03-26T18:33:27.206Z | Compiling libxml v0.3.3 |
2125 | 2024-03-26T18:33:27.274Z | Compiling pin-project-internal v1.1.3 |
2126 | 2024-03-26T18:33:27.546Z | Compiling ref-cast-impl v1.0.20 |
2127 | 2024-03-26T18:33:28.665Z | Compiling memoffset v0.7.1 |
2128 | 2024-03-26T18:33:29.010Z | Compiling bytecount v0.6.3 |
2129 | 2024-03-26T18:33:29.319Z | Compiling papergrid v0.11.0 |
2130 | 2024-03-26T18:33:30.013Z | Compiling pin-project v1.1.3 |
2131 | 2024-03-26T18:33:30.150Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2132 | 2024-03-26T18:33:33.566Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2133 | 2024-03-26T18:33:35.353Z | Compiling headers v0.3.9 |
2134 | 2024-03-26T18:33:39.381Z | Compiling curve25519-dalek v4.1.1 |
2135 | 2024-03-26T18:33:39.643Z | Compiling polar-core v0.27.0 |
2136 | 2024-03-26T18:33:39.762Z | Compiling derive_builder_macro v0.12.0 |
2137 | 2024-03-26T18:33:41.723Z | Compiling strip-ansi-escapes v0.2.0 |
2138 | 2024-03-26T18:33:42.478Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2139 | 2024-03-26T18:33:43.317Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2140 | 2024-03-26T18:33:43.509Z | Compiling tabled_derive v0.7.0 |
2141 | 2024-03-26T18:33:48.230Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2142 | 2024-03-26T18:33:48.230Z | Compiling fd-lock v3.0.13 |
2143 | 2024-03-26T18:33:48.230Z | Compiling strum_macros v0.24.3 |
2144 | 2024-03-26T18:33:48.238Z | Compiling kstat-rs v0.2.3 |
2145 | 2024-03-26T18:33:49.200Z | Compiling snafu-derive v0.7.5 |
2146 | 2024-03-26T18:33:49.402Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2147 | 2024-03-26T18:33:49.692Z | Compiling cookie v0.18.0 |
2148 | 2024-03-26T18:33:49.985Z | Compiling fs-err v2.11.0 |
2149 | 2024-03-26T18:33:50.277Z | Compiling strum v0.25.0 |
2150 | 2024-03-26T18:33:50.454Z | Compiling indoc v1.0.9 |
2151 | 2024-03-26T18:33:52.962Z | Compiling nu-ansi-term v0.50.0 |
2152 | 2024-03-26T18:33:52.983Z | Compiling keccak v0.1.4 |
2153 | 2024-03-26T18:33:52.984Z | Compiling sha3 v0.10.8 |
2154 | 2024-03-26T18:33:52.984Z | Compiling reedline v0.30.0 |
2155 | 2024-03-26T18:33:53.217Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2156 | 2024-03-26T18:33:54.172Z | Compiling snafu v0.7.5 |
2157 | 2024-03-26T18:33:57.456Z | Compiling tabled v0.15.0 |
2158 | 2024-03-26T18:34:01.033Z | Compiling derive_builder v0.12.0 |
2159 | 2024-03-26T18:34:06.440Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2160 | 2024-03-26T18:34:06.453Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2161 | 2024-03-26T18:34:08.471Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2162 | 2024-03-26T18:34:08.759Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84) |
2163 | 2024-03-26T18:34:10.353Z | Compiling globset v0.4.13 |
2164 | 2024-03-26T18:34:16.515Z | Compiling fd-lock v4.0.2 |
2165 | 2024-03-26T18:34:16.724Z | Compiling olpc-cjson v0.1.3 |
2166 | 2024-03-26T18:34:17.066Z | Compiling bb8 v0.8.3 |
2167 | 2024-03-26T18:34:17.203Z | Compiling universal-hash v0.5.1 |
2168 | 2024-03-26T18:34:17.422Z | Compiling nix v0.27.1 |
2169 | 2024-03-26T18:34:17.580Z | Compiling secrecy v0.8.0 |
2170 | 2024-03-26T18:34:17.984Z | Compiling serde_plain v1.0.2 |
2171 | 2024-03-26T18:34:18.371Z | Compiling quick-xml v0.30.0 |
2172 | 2024-03-26T18:34:18.800Z | Compiling async-recursion v1.0.5 |
2173 | 2024-03-26T18:34:19.794Z | Compiling sqlparser_derive v0.2.2 |
2174 | 2024-03-26T18:34:20.810Z | Compiling curve25519-dalek-derive v0.1.0 |
2175 | 2024-03-26T18:34:20.981Z | Compiling impl-trait-for-tuples v0.2.2 |
2176 | 2024-03-26T18:34:22.205Z | Compiling nanorand v0.7.0 |
2177 | 2024-03-26T18:34:22.969Z | Compiling thiserror-impl-no-std v2.0.2 |
2178 | 2024-03-26T18:34:23.658Z | Compiling oso-derive v0.27.0 |
2179 | 2024-03-26T18:34:24.647Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2180 | 2024-03-26T18:34:24.658Z | Compiling salty v0.2.0 |
2181 | 2024-03-26T18:34:25.051Z | Compiling opaque-debug v0.3.0 |
2182 | 2024-03-26T18:34:25.146Z | Compiling typed-path v0.7.0 |
2183 | 2024-03-26T18:34:25.233Z | Compiling unicode_categories v0.1.1 |
2184 | 2024-03-26T18:34:25.587Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2185 | 2024-03-26T18:34:25.611Z | Compiling maplit v1.0.2 |
2186 | 2024-03-26T18:34:25.664Z | Compiling signature v1.6.4 |
2187 | 2024-03-26T18:34:25.722Z | Compiling thiserror-no-std v2.0.2 |
2188 | 2024-03-26T18:34:25.801Z | Compiling ed25519 v1.5.3 |
2189 | 2024-03-26T18:34:25.830Z | Compiling sqlformat v0.2.3 |
2190 | 2024-03-26T18:34:26.291Z | Compiling poly1305 v0.8.0 |
2191 | 2024-03-26T18:34:26.297Z | Compiling rustyline v13.0.0 |
2192 | 2024-03-26T18:34:27.579Z | Compiling tough v0.16.0 |
2193 | 2024-03-26T18:34:31.025Z | Compiling oso v0.27.0 |
2194 | 2024-03-26T18:34:34.675Z | Compiling flume v0.11.0 |
2195 | 2024-03-26T18:34:39.574Z | Compiling sqlparser v0.43.1 |
2196 | 2024-03-26T18:34:42.758Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2197 | 2024-03-26T18:34:43.429Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2198 | 2024-03-26T18:34:50.650Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2199 | 2024-03-26T18:34:56.326Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2200 | 2024-03-26T18:34:57.173Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2201 | 2024-03-26T18:34:57.838Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2202 | 2024-03-26T18:34:57.855Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2203 | 2024-03-26T18:34:58.131Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2204 | 2024-03-26T18:34:58.166Z | Compiling chacha20 v0.9.1 |
2205 | 2024-03-26T18:34:58.635Z | Compiling aead v0.5.2 |
2206 | 2024-03-26T18:34:58.957Z | Compiling bcs v0.1.6 |
2207 | 2024-03-26T18:34:59.877Z | Compiling serde-big-array v0.5.1 |
2208 | 2024-03-26T18:35:00.109Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2209 | 2024-03-26T18:35:00.911Z | Compiling highway v1.1.0 |
2210 | 2024-03-26T18:35:02.335Z | Compiling parse-size v1.0.0 |
2211 | 2024-03-26T18:35:02.625Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2212 | 2024-03-26T18:35:04.902Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2213 | 2024-03-26T18:35:07.476Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2214 | 2024-03-26T18:35:15.097Z | Compiling chacha20poly1305 v0.10.1 |
2215 | 2024-03-26T18:35:15.338Z | Compiling vsss-rs v3.3.4 |
2216 | 2024-03-26T18:35:19.944Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2217 | 2024-03-26T18:35:20.645Z | Compiling signal-hook-tokio v0.3.1 |
2218 | 2024-03-26T18:35:20.856Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2219 | 2024-03-26T18:35:21.514Z | Compiling castaway v0.2.2 |
2220 | 2024-03-26T18:35:21.691Z | Compiling serde-big-array v0.4.1 |
2221 | 2024-03-26T18:35:23.645Z | Compiling http-range v0.1.5 |
2222 | 2024-03-26T18:35:23.817Z | Compiling hyper-staticfile v0.9.5 |
2223 | 2024-03-26T18:35:23.923Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2224 | 2024-03-26T18:35:23.974Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2225 | 2024-03-26T18:35:25.461Z | Compiling compact_str v0.7.1 |
2226 | 2024-03-26T18:35:27.049Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2227 | 2024-03-26T18:35:27.233Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2228 | 2024-03-26T18:35:33.569Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2229 | 2024-03-26T18:35:39.865Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2230 | 2024-03-26T18:35:47.441Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2231 | 2024-03-26T18:35:47.668Z | Compiling lru v0.12.1 |
2232 | 2024-03-26T18:35:47.727Z | Compiling stability v0.1.1 |
2233 | 2024-03-26T18:35:48.012Z | Compiling cassowary v0.3.0 |
2234 | 2024-03-26T18:35:48.636Z | Compiling corncobs v0.1.3 |
2235 | 2024-03-26T18:35:48.692Z | Compiling indoc v2.0.3 |
2236 | 2024-03-26T18:35:48.996Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2237 | 2024-03-26T18:35:49.722Z | Compiling ratatui v0.26.1 |
2238 | 2024-03-26T18:35:49.829Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2239 | 2024-03-26T18:35:52.447Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2240 | 2024-03-26T18:35:57.580Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2241 | 2024-03-26T18:35:58.887Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2242 | 2024-03-26T18:36:01.123Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2243 | 2024-03-26T18:36:01.448Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2244 | 2024-03-26T18:36:01.729Z | Compiling rand_seeder v0.2.3 |
2245 | 2024-03-26T18:36:02.140Z | Compiling unicode-linebreak v0.1.5 |
2246 | 2024-03-26T18:36:03.085Z | Compiling smawk v0.3.1 |
2247 | 2024-03-26T18:36:03.093Z | Compiling textwrap v0.16.1 |
2248 | 2024-03-26T18:36:06.844Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2249 | 2024-03-26T18:36:12.209Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2250 | 2024-03-26T18:36:14.366Z | Compiling rcgen v0.12.1 |
2251 | 2024-03-26T18:36:19.739Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2252 | 2024-03-26T18:36:20.190Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2253 | 2024-03-26T18:36:22.052Z | Compiling atomicwrites v0.4.3 |
2254 | 2024-03-26T18:36:22.583Z | Compiling fatfs v0.3.6 |
2255 | 2024-03-26T18:36:25.314Z | Compiling subprocess v0.2.9 |
2256 | 2024-03-26T18:36:25.575Z | Compiling rtoolbox v0.0.1 |
2257 | 2024-03-26T18:36:26.008Z | Compiling assert_matches v1.5.0 |
2258 | 2024-03-26T18:36:26.171Z | Compiling is_ci v1.2.0 |
2259 | 2024-03-26T18:36:26.509Z | Compiling supports-color v3.0.0 |
2260 | 2024-03-26T18:36:26.948Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2261 | 2024-03-26T18:36:27.195Z | Compiling rpassword v7.3.1 |
2262 | 2024-03-26T18:36:27.637Z | Compiling tui-tree-widget v0.17.0 |
2263 | 2024-03-26T18:36:28.031Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2264 | 2024-03-26T18:36:30.724Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2265 | 2024-03-26T18:36:34.061Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2266 | 2024-03-26T18:36:34.355Z | Compiling csv-core v0.1.11 |
2267 | 2024-03-26T18:36:35.261Z | Compiling shell-words v1.1.0 |
2268 | 2024-03-26T18:36:35.339Z | Compiling csv v1.3.0 |
2269 | 2024-03-26T18:36:35.708Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2270 | 2024-03-26T18:36:37.506Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2271 | 2024-03-26T18:37:10.141Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2272 | 2024-03-26T18:37:19.571Z | Compiling multimap v0.10.0 |
2273 | 2024-03-26T18:39:06.731Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2274 | 2024-03-26T18:39:07.004Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2275 | 2024-03-26T18:39:22.707Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2276 | 2024-03-26T18:45:32.270Z | Finished release [optimized] target(s) in 13m 27s |
2277 | 2024-03-26T18:46:36.023Z | |
2278 | 2024-03-26T18:46:36.031Z | real 14:32.597751251 |
2279 | 2024-03-26T18:46:36.032Z | user 1:40:10.763702280 |
2280 | 2024-03-26T18:46:36.032Z | sys 4:15.469862736 |
2281 | 2024-03-26T18:46:36.032Z | trap 2.261628551 |
2282 | 2024-03-26T18:46:36.032Z | tflt 1.963529080 |
2283 | 2024-03-26T18:46:36.032Z | dflt 3.229080868 |
2284 | 2024-03-26T18:46:36.033Z | kflt 0.226648651 |
2285 | 2024-03-26T18:46:36.033Z | lock 6:18:40.051004692 |
2286 | 2024-03-26T18:46:36.033Z | slp 3:52:29.085871127 |
2287 | 2024-03-26T18:46:36.033Z | lat 2:16.499007379 |
2288 | 2024-03-26T18:46:36.033Z | stop 54.818420880 |
2289 | 2024-03-26T18:46:36.034Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
2290 | 2024-03-26T18:46:36.034Z | + pfexec mkdir -p /work |
2291 | 2024-03-26T18:46:36.034Z | + pfexec chown build /work |
2292 | 2024-03-26T18:46:36.039Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2293 | 2024-03-26T18:46:45.756Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2294 | 2024-03-26T18:46:45.757Z | a out/mg-ddm-gz.tar 73281K |
2295 | 2024-03-26T18:46:45.757Z | a out/omicron-sled-agent.tar 111433K |
2296 | 2024-03-26T18:46:45.757Z | a out/oxlog.tar 6099K |
2297 | 2024-03-26T18:46:45.757Z | a out/target/test 1K |
2298 | 2024-03-26T18:46:45.757Z | a out/npuzone/npuzone 36313K |
2299 | 2024-03-26T18:46:45.757Z | a package-manifest.toml 26K |
2300 | 2024-03-26T18:46:45.757Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2301 | 2024-03-26T18:46:45.757Z | a target/release/omicron-package 39203K |
2302 | 2024-03-26T18:46:45.757Z | a tools/create_virtual_hardware.sh 4K |
2303 | 2024-03-26T18:46:45.758Z | a tools/virtual_hardware.sh 4K |
2304 | 2024-03-26T18:46:45.758Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2305 | 2024-03-26T18:46:45.758Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2306 | 2024-03-26T18:46:45.758Z | a tools/scrimlet/softnpu-init.sh 3K |
2307 | 2024-03-26T18:46:45.758Z | a tools/scrimlet/softnpu-zone.txt 1K |
2308 | 2024-03-26T18:46:45.758Z | a tools/scrimlet/softnpu.toml 1K |
2309 | 2024-03-26T18:46:45.764Z | |
2310 | 2024-03-26T18:46:45.764Z | real 9.724150039 |
2311 | 2024-03-26T18:46:45.764Z | user 9.386412057 |
2312 | 2024-03-26T18:46:45.764Z | sys 0.680455830 |
2313 | 2024-03-26T18:46:45.765Z | trap 0.001786108 |
2314 | 2024-03-26T18:46:45.765Z | tflt 0.000000000 |
2315 | 2024-03-26T18:46:45.765Z | dflt 0.000000000 |
2316 | 2024-03-26T18:46:45.765Z | kflt 0.000000000 |
2317 | 2024-03-26T18:46:45.765Z | lock 0.000000000 |
2318 | 2024-03-26T18:46:45.765Z | slp 9.148437171 |
2319 | 2024-03-26T18:46:45.765Z | lat 0.228297154 |
2320 | 2024-03-26T18:46:45.765Z | stop 0.000174834 |
2321 | 2024-03-26T18:46:45.765Z | ++ pwd |
2322 | 2024-03-26T18:46:45.765Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2323 | 2024-03-26T18:46:45.765Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
2324 | 2024-03-26T18:46:45.765Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2325 | 2024-03-26T18:46:46.527Z | Finished release [optimized] target(s) in 0.71s |
2326 | 2024-03-26T18:46:46.549Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2327 | 2024-03-26T18:46:46.587Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2328 | 2024-03-26T18:46:46.599Z | Created new build target 'host' and set it as active |
2329 | 2024-03-26T18:46:46.599Z | |
2330 | 2024-03-26T18:46:46.599Z | real 0.812329956 |
2331 | 2024-03-26T18:46:46.599Z | user 0.528944312 |
2332 | 2024-03-26T18:46:46.599Z | sys 0.267901658 |
2333 | 2024-03-26T18:46:46.599Z | trap 0.000028917 |
2334 | 2024-03-26T18:46:46.599Z | tflt 0.000001370 |
2335 | 2024-03-26T18:46:46.599Z | dflt 0.000000000 |
2336 | 2024-03-26T18:46:46.599Z | kflt 0.000000000 |
2337 | 2024-03-26T18:46:46.600Z | lock 0.023175263 |
2338 | 2024-03-26T18:46:46.600Z | slp 0.093661688 |
2339 | 2024-03-26T18:46:46.600Z | lat 0.003523089 |
2340 | 2024-03-26T18:46:46.600Z | stop 0.000248101 |
2341 | 2024-03-26T18:46:46.600Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2342 | 2024-03-26T18:46:47.333Z | Finished release [optimized] target(s) in 0.70s |
2343 | 2024-03-26T18:46:47.371Z | Running `target/release/omicron-package -t host package` |
2344 | 2024-03-26T18:46:47.384Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2345 | 2024-03-26T18:46:48.152Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2346 | 2024-03-26T18:49:09.611Z | Finished release [optimized] target(s) in 2m 22s |
2347 | 2024-03-26T18:49:44.038Z | |
2348 | 2024-03-26T18:49:44.048Z | real 2:57.419975103 |
2349 | 2024-03-26T18:49:44.048Z | user 13:49.701034056 |
2350 | 2024-03-26T18:49:44.048Z | sys 39.456049687 |
2351 | 2024-03-26T18:49:44.048Z | trap 0.254284629 |
2352 | 2024-03-26T18:49:44.048Z | tflt 0.064435051 |
2353 | 2024-03-26T18:49:44.048Z | dflt 5.942504633 |
2354 | 2024-03-26T18:49:44.048Z | kflt 0.013080076 |
2355 | 2024-03-26T18:49:44.048Z | lock 57:42.006938216 |
2356 | 2024-03-26T18:49:44.048Z | slp 12:21.400685590 |
2357 | 2024-03-26T18:49:44.048Z | lat 7.960504484 |
2358 | 2024-03-26T18:49:44.049Z | stop 2.250489430 |
2359 | 2024-03-26T18:49:44.049Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2360 | 2024-03-26T18:49:44.049Z | + for package in "$@" |
2361 | 2024-03-26T18:49:44.049Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2362 | 2024-03-26T18:49:44.049Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+gitf784f78d67f |
2363 | 2024-03-26T18:49:44.812Z | Finished release [optimized] target(s) in 0.72s |
2364 | 2024-03-26T18:49:44.835Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+gitf784f78d67f` |
2365 | 2024-03-26T18:49:44.866Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2366 | 2024-03-26T18:49:45.043Z | Created: out/versioned/omicron-sled-agent.tar |
2367 | 2024-03-26T18:49:45.046Z | + for package in "$@" |
2368 | 2024-03-26T18:49:45.046Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2369 | 2024-03-26T18:49:45.046Z | + echo 0.0.0 |
2370 | 2024-03-26T18:49:45.046Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2371 | 2024-03-26T18:49:45.049Z | a VERSION 1K |
2372 | 2024-03-26T18:49:45.049Z | + rm VERSION |
2373 | 2024-03-26T18:49:45.053Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitf784f78d67f |
2374 | 2024-03-26T18:49:46.817Z | Finished release [optimized] target(s) in 0.71s |
2375 | 2024-03-26T18:49:46.820Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitf784f78d67f` |
2376 | 2024-03-26T18:49:46.820Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2377 | 2024-03-26T18:49:46.820Z | Created: out/versioned/mg-ddm-gz.tar |
2378 | 2024-03-26T18:49:46.820Z | + for package in "$@" |
2379 | 2024-03-26T18:49:46.820Z | + [[ propolis-server == mg-ddm-gz ]] |
2380 | 2024-03-26T18:49:46.820Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+gitf784f78d67f |
2381 | 2024-03-26T18:49:46.820Z | Finished release [optimized] target(s) in 0.69s |
2382 | 2024-03-26T18:49:46.820Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+gitf784f78d67f` |
2383 | 2024-03-26T18:49:46.820Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2384 | 2024-03-26T18:49:47.880Z | Created: out/versioned/propolis-server.tar.gz |
2385 | 2024-03-26T18:49:47.883Z | + for package in "$@" |
2386 | 2024-03-26T18:49:47.884Z | + [[ overlay == mg-ddm-gz ]] |
2387 | 2024-03-26T18:49:47.884Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+gitf784f78d67f |
2388 | 2024-03-26T18:49:48.628Z | Finished release [optimized] target(s) in 0.69s |
2389 | 2024-03-26T18:49:48.649Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+gitf784f78d67f` |
2390 | 2024-03-26T18:49:48.680Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2391 | 2024-03-26T18:49:48.683Z | Created: out/versioned/overlay.tar.gz |
2392 | 2024-03-26T18:49:48.683Z | + for package in "$@" |
2393 | 2024-03-26T18:49:48.683Z | + [[ oxlog == mg-ddm-gz ]] |
2394 | 2024-03-26T18:49:48.683Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+gitf784f78d67f |
2395 | 2024-03-26T18:49:49.474Z | Finished release [optimized] target(s) in 0.74s |
2396 | 2024-03-26T18:49:49.498Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+gitf784f78d67f` |
2397 | 2024-03-26T18:49:49.533Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2398 | 2024-03-26T18:49:49.544Z | Created: out/versioned/oxlog.tar |
2399 | 2024-03-26T18:49:49.547Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2400 | 2024-03-26T18:49:49.556Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2401 | 2024-03-26T18:49:49.561Z | ++ cd -- ./tools |
2402 | 2024-03-26T18:49:49.561Z | ++ pwd |
2403 | 2024-03-26T18:49:49.561Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2404 | 2024-03-26T18:49:49.570Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2405 | 2024-03-26T18:49:49.642Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2406 | 2024-03-26T18:49:49.645Z | ++ readlink -f /work |
2407 | 2024-03-26T18:49:49.645Z | + out_dir=/work |
2408 | 2024-03-26T18:49:49.645Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar") |
2409 | 2024-03-26T18:49:49.646Z | + for dep in "${deps[@]}" |
2410 | 2024-03-26T18:49:49.646Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2411 | 2024-03-26T18:49:49.646Z | + for dep in "${deps[@]}" |
2412 | 2024-03-26T18:49:49.646Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2413 | 2024-03-26T18:49:49.646Z | + for dep in "${deps[@]}" |
2414 | 2024-03-26T18:49:49.646Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2415 | 2024-03-26T18:49:49.646Z | + for dep in "${deps[@]}" |
2416 | 2024-03-26T18:49:49.646Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2417 | 2024-03-26T18:49:49.646Z | + for dep in "${deps[@]}" |
2418 | 2024-03-26T18:49:49.646Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2419 | 2024-03-26T18:49:49.649Z | ++ mktemp -d |
2420 | 2024-03-26T18:49:49.649Z | + tmp_gz=/tmp/tmp.s_aOVh |
2421 | 2024-03-26T18:49:49.649Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2422 | 2024-03-26T18:49:49.649Z | + echo '{"v":"1","t":"layer"}' |
2423 | 2024-03-26T18:49:49.649Z | + pkg_dir=/tmp/tmp.s_aOVh/root/opt/oxide/sled-agent |
2424 | 2024-03-26T18:49:49.649Z | + mkdir -p /tmp/tmp.s_aOVh/root/opt/oxide/sled-agent |
2425 | 2024-03-26T18:49:49.653Z | + cd /tmp/tmp.s_aOVh/root/opt/oxide/sled-agent |
2426 | 2024-03-26T18:49:49.653Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2427 | 2024-03-26T18:49:49.728Z | x ., 0 bytes, 0 tape blocks |
2428 | 2024-03-26T18:49:49.728Z | x zone-bundle, 36064080 bytes, 70438 tape blocks |
2429 | 2024-03-26T18:49:49.728Z | x sled-agent, 78113320 bytes, 152566 tape blocks |
2430 | 2024-03-26T18:49:49.728Z | x pkg, 0 bytes, 0 tape blocks |
2431 | 2024-03-26T18:49:49.728Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2432 | 2024-03-26T18:49:49.728Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2433 | 2024-03-26T18:49:49.728Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2434 | 2024-03-26T18:49:49.728Z | x VERSION, 25 bytes, 1 tape blocks |
2435 | 2024-03-26T18:49:49.731Z | + mkdir -p /tmp/tmp.s_aOVh/root/lib/svc/manifest/site/ |
2436 | 2024-03-26T18:49:49.732Z | + mv pkg/manifest.xml /tmp/tmp.s_aOVh/root/lib/svc/manifest/site/sled-agent.xml |
2437 | 2024-03-26T18:49:49.738Z | + cd - |
2438 | 2024-03-26T18:49:49.738Z | /work/oxidecomputer/omicron |
2439 | 2024-03-26T18:49:49.738Z | + pkg_dir=/tmp/tmp.s_aOVh/root/opt/oxide/mg-ddm |
2440 | 2024-03-26T18:49:49.738Z | + mkdir -p /tmp/tmp.s_aOVh/root/opt/oxide/mg-ddm |
2441 | 2024-03-26T18:49:49.741Z | + cd /tmp/tmp.s_aOVh/root/opt/oxide/mg-ddm |
2442 | 2024-03-26T18:49:49.741Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2443 | 2024-03-26T18:49:49.789Z | x ., 0 bytes, 0 tape blocks |
2444 | 2024-03-26T18:49:49.789Z | x ddmadm, 25591920 bytes, 49985 tape blocks |
2445 | 2024-03-26T18:49:49.789Z | x ddmd, 49433200 bytes, 96550 tape blocks |
2446 | 2024-03-26T18:49:49.789Z | x pkg, 0 bytes, 0 tape blocks |
2447 | 2024-03-26T18:49:49.789Z | x pkg/mgd_method_script.sh, 797 bytes, 2 tape blocks |
2448 | 2024-03-26T18:49:49.789Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2449 | 2024-03-26T18:49:49.790Z | x pkg/mgd/manifest.xml, 1450 bytes, 3 tape blocks |
2450 | 2024-03-26T18:49:49.790Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2451 | 2024-03-26T18:49:49.790Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2452 | 2024-03-26T18:49:49.790Z | x pkg/ddm/manifest.xml, 1814 bytes, 4 tape blocks |
2453 | 2024-03-26T18:49:49.790Z | x VERSION, 25 bytes, 1 tape blocks |
2454 | 2024-03-26T18:49:49.794Z | + cd - |
2455 | 2024-03-26T18:49:49.795Z | /work/oxidecomputer/omicron |
2456 | 2024-03-26T18:49:49.795Z | + pkg_dir=/tmp/tmp.s_aOVh/root/opt/oxide/oxlog |
2457 | 2024-03-26T18:49:49.795Z | + mkdir -p /tmp/tmp.s_aOVh/root/opt/oxide/oxlog |
2458 | 2024-03-26T18:49:49.795Z | + cd /tmp/tmp.s_aOVh/root/opt/oxide/oxlog |
2459 | 2024-03-26T18:49:49.795Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2460 | 2024-03-26T18:49:49.799Z | x ., 0 bytes, 0 tape blocks |
2461 | 2024-03-26T18:49:49.799Z | x oxlog, 6241856 bytes, 12192 tape blocks |
2462 | 2024-03-26T18:49:49.799Z | x VERSION, 25 bytes, 1 tape blocks |
2463 | 2024-03-26T18:49:49.799Z | + cd - |
2464 | 2024-03-26T18:49:49.799Z | /work/oxidecomputer/omicron |
2465 | 2024-03-26T18:49:49.799Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.s_aOVh/root/opt/oxide |
2466 | 2024-03-26T18:49:49.897Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.s_aOVh/root/opt/oxide |
2467 | 2024-03-26T18:49:49.901Z | + cd /tmp/tmp.s_aOVh |
2468 | 2024-03-26T18:49:49.901Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2469 | 2024-03-26T18:49:58.417Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2470 | 2024-03-26T18:49:58.417Z | a oxide.json 1K |
2471 | 2024-03-26T18:49:58.418Z | a root/ 0K |
2472 | 2024-03-26T18:49:58.418Z | a root/opt/ 0K |
2473 | 2024-03-26T18:49:58.418Z | a root/opt/oxide/ 0K |
2474 | 2024-03-26T18:49:58.418Z | a root/opt/oxide/sled-agent/ 0K |
2475 | 2024-03-26T18:49:58.418Z | a root/opt/oxide/sled-agent/zone-bundle 35219K |
2476 | 2024-03-26T18:49:58.418Z | a root/opt/oxide/sled-agent/sled-agent 76283K |
2477 | 2024-03-26T18:49:58.418Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2478 | 2024-03-26T18:49:58.418Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2479 | 2024-03-26T18:49:58.418Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2480 | 2024-03-26T18:49:58.418Z | a root/opt/oxide/sled-agent/VERSION 1K |
2481 | 2024-03-26T18:49:58.418Z | a root/opt/oxide/mg-ddm/ 0K |
2482 | 2024-03-26T18:49:58.418Z | a root/opt/oxide/mg-ddm/ddmadm 24993K |
2483 | 2024-03-26T18:49:58.418Z | a root/opt/oxide/mg-ddm/ddmd 48275K |
2484 | 2024-03-26T18:49:58.418Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2485 | 2024-03-26T18:49:58.418Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2486 | 2024-03-26T18:49:58.418Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2487 | 2024-03-26T18:49:58.418Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2488 | 2024-03-26T18:49:58.418Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2489 | 2024-03-26T18:49:58.418Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2490 | 2024-03-26T18:49:58.418Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2491 | 2024-03-26T18:49:58.419Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2492 | 2024-03-26T18:49:58.419Z | a root/opt/oxide/oxlog/ 0K |
2493 | 2024-03-26T18:49:58.419Z | a root/opt/oxide/oxlog/oxlog 6096K |
2494 | 2024-03-26T18:49:58.419Z | a root/opt/oxide/oxlog/VERSION 1K |
2495 | 2024-03-26T18:49:58.419Z | a root/opt/oxide/propolis-server.tar.gz 64808K |
2496 | 2024-03-26T18:49:58.419Z | a root/opt/oxide/overlay.tar.gz 3K |
2497 | 2024-03-26T18:49:58.419Z | a root/lib/ 0K |
2498 | 2024-03-26T18:49:58.419Z | a root/lib/svc/ 0K |
2499 | 2024-03-26T18:49:58.419Z | a root/lib/svc/manifest/ 0K |
2500 | 2024-03-26T18:49:58.419Z | a root/lib/svc/manifest/site/ 0K |
2501 | 2024-03-26T18:49:58.419Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2502 | 2024-03-26T18:49:58.422Z | + cd / |
2503 | 2024-03-26T18:49:58.422Z | + rm -rf /tmp/tmp.s_aOVh |
2504 | 2024-03-26T18:49:58.447Z | |
2505 | 2024-03-26T18:49:58.451Z | real 8.897017226 |
2506 | 2024-03-26T18:49:58.451Z | user 8.256889968 |
2507 | 2024-03-26T18:49:58.451Z | sys 0.586557829 |
2508 | 2024-03-26T18:49:58.451Z | trap 0.001346273 |
2509 | 2024-03-26T18:49:58.451Z | tflt 0.000000000 |
2510 | 2024-03-26T18:49:58.451Z | dflt 0.000000000 |
2511 | 2024-03-26T18:49:58.451Z | kflt 0.000000000 |
2512 | 2024-03-26T18:49:58.451Z | lock 0.000000000 |
2513 | 2024-03-26T18:49:58.451Z | slp 17.249066040 |
2514 | 2024-03-26T18:49:58.451Z | lat 0.207238905 |
2515 | 2024-03-26T18:49:58.451Z | stop 0.000219489 |
2516 | 2024-03-26T18:49:58.451Z | + mkdir -p /work/zones |
2517 | 2024-03-26T18:49:58.451Z | + 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) |
2518 | 2024-03-26T18:49:58.454Z | + 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/ |
2519 | 2024-03-26T18:50:01.197Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2520 | 2024-03-26T18:50:02.023Z | Finished release [optimized] target(s) in 0.77s |
2521 | 2024-03-26T18:50:02.045Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2522 | 2024-03-26T18:50:02.074Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2523 | 2024-03-26T18:50:02.078Z | Created new build target 'recovery' and set it as active |
2524 | 2024-03-26T18:50:02.078Z | |
2525 | 2024-03-26T18:50:02.078Z | real 0.876161343 |
2526 | 2024-03-26T18:50:02.078Z | user 0.566494452 |
2527 | 2024-03-26T18:50:02.078Z | sys 0.292583483 |
2528 | 2024-03-26T18:50:02.078Z | trap 0.000670315 |
2529 | 2024-03-26T18:50:02.078Z | tflt 0.000004429 |
2530 | 2024-03-26T18:50:02.078Z | dflt 0.000043444 |
2531 | 2024-03-26T18:50:02.079Z | kflt 0.000000000 |
2532 | 2024-03-26T18:50:02.079Z | lock 0.023825872 |
2533 | 2024-03-26T18:50:02.079Z | slp 0.102518100 |
2534 | 2024-03-26T18:50:02.079Z | lat 0.009964333 |
2535 | 2024-03-26T18:50:02.079Z | stop 0.000293735 |
2536 | 2024-03-26T18:50:02.079Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2537 | 2024-03-26T18:50:02.846Z | Finished release [optimized] target(s) in 0.71s |
2538 | 2024-03-26T18:50:02.870Z | Running `target/release/omicron-package -t recovery package` |
2539 | 2024-03-26T18:50:02.902Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2540 | 2024-03-26T18:50:03.573Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2541 | 2024-03-26T18:50:05.962Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2542 | 2024-03-26T18:50:25.175Z | Finished release [optimized] target(s) in 22.21s |
2543 | 2024-03-26T18:50:39.155Z | |
2544 | 2024-03-26T18:50:39.158Z | real 37.065743117 |
2545 | 2024-03-26T18:50:39.158Z | user 1:37.417482331 |
2546 | 2024-03-26T18:50:39.158Z | sys 7.999771080 |
2547 | 2024-03-26T18:50:39.158Z | trap 0.063652290 |
2548 | 2024-03-26T18:50:39.158Z | tflt 0.059776094 |
2549 | 2024-03-26T18:50:39.158Z | dflt 0.403157323 |
2550 | 2024-03-26T18:50:39.159Z | kflt 0.000022447 |
2551 | 2024-03-26T18:50:39.159Z | lock 10:52.857358810 |
2552 | 2024-03-26T18:50:39.159Z | slp 1:36.778544941 |
2553 | 2024-03-26T18:50:39.159Z | lat 1.313094734 |
2554 | 2024-03-26T18:50:39.159Z | stop 0.538595548 |
2555 | 2024-03-26T18:50:39.159Z | + stamp_packages installinator mg-ddm-gz |
2556 | 2024-03-26T18:50:39.159Z | + for package in "$@" |
2557 | 2024-03-26T18:50:39.159Z | + [[ installinator == mg-ddm-gz ]] |
2558 | 2024-03-26T18:50:39.159Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+gitf784f78d67f |
2559 | 2024-03-26T18:50:39.923Z | Finished release [optimized] target(s) in 0.72s |
2560 | 2024-03-26T18:50:39.946Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+gitf784f78d67f` |
2561 | 2024-03-26T18:50:39.976Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2562 | 2024-03-26T18:50:40.047Z | Created: out/versioned/installinator.tar |
2563 | 2024-03-26T18:50:40.050Z | + for package in "$@" |
2564 | 2024-03-26T18:50:40.050Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2565 | 2024-03-26T18:50:40.050Z | + echo 0.0.0 |
2566 | 2024-03-26T18:50:40.050Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2567 | 2024-03-26T18:50:40.054Z | a VERSION 1K |
2568 | 2024-03-26T18:50:40.054Z | + rm VERSION |
2569 | 2024-03-26T18:50:40.057Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+gitf784f78d67f |
2570 | 2024-03-26T18:50:40.812Z | Finished release [optimized] target(s) in 0.71s |
2571 | 2024-03-26T18:50:40.832Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+gitf784f78d67f` |
2572 | 2024-03-26T18:50:40.864Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2573 | 2024-03-26T18:50:40.988Z | Created: out/versioned/mg-ddm-gz.tar |
2574 | 2024-03-26T18:50:40.991Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2575 | 2024-03-26T18:50:41.001Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2576 | 2024-03-26T18:50:41.005Z | ++ cd -- ./tools |
2577 | 2024-03-26T18:50:41.005Z | ++ pwd |
2578 | 2024-03-26T18:50:41.005Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2579 | 2024-03-26T18:50:41.005Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2580 | 2024-03-26T18:50:41.008Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2581 | 2024-03-26T18:50:41.008Z | ++ readlink -f /work |
2582 | 2024-03-26T18:50:41.014Z | + out_dir=/work |
2583 | 2024-03-26T18:50:41.014Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2584 | 2024-03-26T18:50:41.014Z | + for dep in "${deps[@]}" |
2585 | 2024-03-26T18:50:41.014Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2586 | 2024-03-26T18:50:41.014Z | + for dep in "${deps[@]}" |
2587 | 2024-03-26T18:50:41.014Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2588 | 2024-03-26T18:50:41.014Z | ++ mktemp -d |
2589 | 2024-03-26T18:50:41.017Z | + tmp_trampoline=/tmp/tmp.UHaq0h |
2590 | 2024-03-26T18:50:41.017Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2591 | 2024-03-26T18:50:41.017Z | + echo '{"v":"1","t":"layer"}' |
2592 | 2024-03-26T18:50:41.018Z | + pkg_dir=/tmp/tmp.UHaq0h/root/opt/oxide/installinator |
2593 | 2024-03-26T18:50:41.018Z | + mkdir -p /tmp/tmp.UHaq0h/root/opt/oxide/installinator |
2594 | 2024-03-26T18:50:41.018Z | + cd /tmp/tmp.UHaq0h/root/opt/oxide/installinator |
2595 | 2024-03-26T18:50:41.018Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2596 | 2024-03-26T18:50:41.049Z | x ., 0 bytes, 0 tape blocks |
2597 | 2024-03-26T18:50:41.050Z | x installinator, 47074248 bytes, 91942 tape blocks |
2598 | 2024-03-26T18:50:41.050Z | x pkg, 0 bytes, 0 tape blocks |
2599 | 2024-03-26T18:50:41.050Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2600 | 2024-03-26T18:50:41.050Z | x VERSION, 25 bytes, 1 tape blocks |
2601 | 2024-03-26T18:50:41.056Z | + mkdir -p /tmp/tmp.UHaq0h/root/lib/svc/manifest/site/ |
2602 | 2024-03-26T18:50:41.056Z | + mv pkg/manifest.xml /tmp/tmp.UHaq0h/root/lib/svc/manifest/site/installinator.xml |
2603 | 2024-03-26T18:50:41.056Z | + cd - |
2604 | 2024-03-26T18:50:41.056Z | /work/oxidecomputer/omicron |
2605 | 2024-03-26T18:50:41.056Z | + pkg_dir=/tmp/tmp.UHaq0h/root/opt/oxide/mg-ddm |
2606 | 2024-03-26T18:50:41.056Z | + mkdir -p /tmp/tmp.UHaq0h/root/opt/oxide/mg-ddm |
2607 | 2024-03-26T18:50:41.060Z | + cd /tmp/tmp.UHaq0h/root/opt/oxide/mg-ddm |
2608 | 2024-03-26T18:50:41.060Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2609 | 2024-03-26T18:50:41.106Z | x ., 0 bytes, 0 tape blocks |
2610 | 2024-03-26T18:50:41.106Z | x ddmadm, 25591920 bytes, 49985 tape blocks |
2611 | 2024-03-26T18:50:41.106Z | x ddmd, 49433200 bytes, 96550 tape blocks |
2612 | 2024-03-26T18:50:41.106Z | x pkg, 0 bytes, 0 tape blocks |
2613 | 2024-03-26T18:50:41.106Z | x pkg/mgd_method_script.sh, 797 bytes, 2 tape blocks |
2614 | 2024-03-26T18:50:41.106Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2615 | 2024-03-26T18:50:41.106Z | x pkg/mgd/manifest.xml, 1450 bytes, 3 tape blocks |
2616 | 2024-03-26T18:50:41.106Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2617 | 2024-03-26T18:50:41.106Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2618 | 2024-03-26T18:50:41.106Z | x pkg/ddm/manifest.xml, 1814 bytes, 4 tape blocks |
2619 | 2024-03-26T18:50:41.106Z | x VERSION, 25 bytes, 1 tape blocks |
2620 | 2024-03-26T18:50:41.110Z | + cd - |
2621 | 2024-03-26T18:50:41.110Z | /work/oxidecomputer/omicron |
2622 | 2024-03-26T18:50:41.110Z | + cd /tmp/tmp.UHaq0h |
2623 | 2024-03-26T18:50:41.110Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2624 | 2024-03-26T18:50:45.557Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2625 | 2024-03-26T18:50:45.557Z | a oxide.json 1K |
2626 | 2024-03-26T18:50:45.557Z | a root/ 0K |
2627 | 2024-03-26T18:50:45.557Z | a root/opt/ 0K |
2628 | 2024-03-26T18:50:45.557Z | a root/opt/oxide/ 0K |
2629 | 2024-03-26T18:50:45.557Z | a root/opt/oxide/installinator/ 0K |
2630 | 2024-03-26T18:50:45.557Z | a root/opt/oxide/installinator/installinator 45971K |
2631 | 2024-03-26T18:50:45.557Z | a root/opt/oxide/installinator/pkg/ 0K |
2632 | 2024-03-26T18:50:45.557Z | a root/opt/oxide/installinator/VERSION 1K |
2633 | 2024-03-26T18:50:45.557Z | a root/opt/oxide/mg-ddm/ 0K |
2634 | 2024-03-26T18:50:45.557Z | a root/opt/oxide/mg-ddm/ddmadm 24993K |
2635 | 2024-03-26T18:50:45.557Z | a root/opt/oxide/mg-ddm/ddmd 48275K |
2636 | 2024-03-26T18:50:45.557Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2637 | 2024-03-26T18:50:45.558Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2638 | 2024-03-26T18:50:45.558Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2639 | 2024-03-26T18:50:45.558Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2640 | 2024-03-26T18:50:45.558Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2641 | 2024-03-26T18:50:45.558Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2642 | 2024-03-26T18:50:45.558Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2643 | 2024-03-26T18:50:45.558Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2644 | 2024-03-26T18:50:45.558Z | a root/lib/ 0K |
2645 | 2024-03-26T18:50:45.558Z | a root/lib/svc/ 0K |
2646 | 2024-03-26T18:50:45.558Z | a root/lib/svc/manifest/ 0K |
2647 | 2024-03-26T18:50:45.558Z | a root/lib/svc/manifest/site/ 0K |
2648 | 2024-03-26T18:50:45.558Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2649 | 2024-03-26T18:50:45.571Z | + cd / |
2650 | 2024-03-26T18:50:45.571Z | + rm -rf /tmp/tmp.UHaq0h |
2651 | 2024-03-26T18:50:45.575Z | |
2652 | 2024-03-26T18:50:45.576Z | real 4.577991350 |
2653 | 2024-03-26T18:50:45.576Z | user 4.333608190 |
2654 | 2024-03-26T18:50:45.576Z | sys 0.255297611 |
2655 | 2024-03-26T18:50:45.576Z | trap 0.000803156 |
2656 | 2024-03-26T18:50:45.576Z | tflt 0.000000000 |
2657 | 2024-03-26T18:50:45.576Z | dflt 0.000000000 |
2658 | 2024-03-26T18:50:45.576Z | kflt 0.000000000 |
2659 | 2024-03-26T18:50:45.576Z | lock 0.000000000 |
2660 | 2024-03-26T18:50:45.576Z | slp 8.902565374 |
2661 | 2024-03-26T18:50:45.576Z | lat 0.096739612 |
2662 | 2024-03-26T18:50:45.576Z | stop 0.000212912 |
2663 | 2024-03-26T18:50:45.576Z | process exited: duration 1606744 ms, exit code 0 |
|
2664 | 2024-03-26T18:50:45.590Z | found 22 output files |
2665 | 2024-03-26T18:50:45.591Z | uploading: /work/version.txt (26 bytes) |
2666 | 2024-03-26T18:50:46.606Z | uploaded: /work/version.txt |
2667 | 2024-03-26T18:50:46.606Z | uploading: /work/package.tar.gz (84594977 bytes) |
2668 | 2024-03-26T18:51:10.369Z | uploaded: /work/package.tar.gz |
2669 | 2024-03-26T18:51:10.369Z | uploading: /work/global-zone-packages.tar.gz (126651922 bytes) |
2670 | 2024-03-26T18:51:57.256Z | uploaded: /work/global-zone-packages.tar.gz |
2671 | 2024-03-26T18:51:57.256Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38206259 bytes) |
2672 | 2024-03-26T18:52:10.664Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2673 | 2024-03-26T18:52:10.664Z | uploading: /work/zones/clickhouse.tar.gz (231185527 bytes) |
2674 | 2024-03-26T18:53:25.939Z | uploaded: /work/zones/clickhouse.tar.gz |
2675 | 2024-03-26T18:53:25.939Z | uploading: /work/zones/clickhouse_keeper.tar.gz (231175481 bytes) |
2676 | 2024-03-26T18:54:49.390Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2677 | 2024-03-26T18:54:49.390Z | uploading: /work/zones/cockroachdb.tar.gz (126683776 bytes) |
2678 | 2024-03-26T18:55:27.823Z | uploaded: /work/zones/cockroachdb.tar.gz |
2679 | 2024-03-26T18:55:27.823Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (25293595 bytes) |
2680 | 2024-03-26T18:55:41.134Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2681 | 2024-03-26T18:55:41.134Z | uploading: /work/zones/crucible-zone.tar.gz (36990334 bytes) |
2682 | 2024-03-26T18:55:52.639Z | uploaded: /work/zones/crucible-zone.tar.gz |
2683 | 2024-03-26T18:55:52.639Z | uploading: /work/zones/external-dns.tar.gz (31012759 bytes) |
2684 | 2024-03-26T18:56:08.798Z | uploaded: /work/zones/external-dns.tar.gz |
2685 | 2024-03-26T18:56:08.798Z | uploading: /work/zones/internal-dns.tar.gz (31012419 bytes) |
2686 | 2024-03-26T18:56:23.998Z | uploaded: /work/zones/internal-dns.tar.gz |
2687 | 2024-03-26T18:56:23.998Z | uploading: /work/zones/nexus-single-sled.tar.gz (90581526 bytes) |
2688 | 2024-03-26T18:56:54.643Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
2689 | 2024-03-26T18:56:54.643Z | uploading: /work/zones/nexus.tar.gz (90577517 bytes) |
2690 | 2024-03-26T18:57:26.384Z | uploaded: /work/zones/nexus.tar.gz |
2691 | 2024-03-26T18:57:26.384Z | uploading: /work/zones/ntp.tar.gz (10434752 bytes) |
2692 | 2024-03-26T18:57:30.249Z | uploaded: /work/zones/ntp.tar.gz |
2693 | 2024-03-26T18:57:30.915Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (16525417 bytes) |
2694 | 2024-03-26T18:57:34.421Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2695 | 2024-03-26T18:57:34.432Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (16523619 bytes) |
2696 | 2024-03-26T18:57:48.063Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2697 | 2024-03-26T18:57:48.063Z | uploading: /work/zones/overlay.tar.gz (2622 bytes) |
2698 | 2024-03-26T18:57:49.076Z | uploaded: /work/zones/overlay.tar.gz |
2699 | 2024-03-26T18:57:49.513Z | uploading: /work/zones/oximeter.tar.gz (49091023 bytes) |
2700 | 2024-03-26T18:58:09.437Z | uploaded: /work/zones/oximeter.tar.gz |
2701 | 2024-03-26T18:58:09.437Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
2702 | 2024-03-26T18:58:12.786Z | uploaded: /work/zones/probe.tar.gz |
2703 | 2024-03-26T18:58:12.787Z | uploading: /work/zones/propolis-server.tar.gz (66360059 bytes) |
2704 | 2024-03-26T18:58:32.345Z | uploaded: /work/zones/propolis-server.tar.gz |
2705 | 2024-03-26T18:58:32.345Z | uploading: /work/zones/switch-asic.tar.gz (292156627 bytes) |
2706 | 2024-03-26T19:00:31.487Z | uploaded: /work/zones/switch-asic.tar.gz |
2707 | 2024-03-26T19:00:31.487Z | uploading: /work/zones/switch-softnpu.tar.gz (213710089 bytes) |
2708 | 2024-03-26T19:02:10.349Z | uploaded: /work/zones/switch-softnpu.tar.gz |