|
|
|
1 | 2024-05-14T03:14:13.031Z | job assigned to worker 01HXTHDXGR32V0EVGBEA20F2YR (queued for 1 m 11 s) |
|
2 | 2024-05-14T03:14:20.546Z | starting task 0: "setup" |
3 | 2024-05-14T03:14:20.617Z | ++ uname -s |
4 | 2024-05-14T03:14:20.646Z | + kern=SunOS |
5 | 2024-05-14T03:14:20.646Z | + case "$kern" in |
6 | 2024-05-14T03:14:20.646Z | + groupadd -g 12345 build |
7 | 2024-05-14T03:14:20.647Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-14T03:14:22.656Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-14T03:14:22.757Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-14T03:14:22.782Z | + home_fs=zfs |
11 | 2024-05-14T03:14:22.782Z | + [[ zfs == autofs ]] |
12 | 2024-05-14T03:14:22.782Z | + mkdir -p /home/build |
13 | 2024-05-14T03:14:22.783Z | + chown build:build /home/build /work |
14 | 2024-05-14T03:14:24.755Z | + chmod 0700 /home/build /work |
15 | 2024-05-14T03:14:24.769Z | process exited: duration 4201 ms, exit code 0 |
|
16 | 2024-05-14T03:14:24.806Z | starting task 1: "rust-toolchain" |
17 | 2024-05-14T03:14:24.821Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-14T03:14:24.822Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-05-14T03:14:25.092Z | info: downloading installer |
20 | 2024-05-14T03:14:26.232Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-14T03:14:26.232Z | warning: /opt/ooce/bin |
22 | 2024-05-14T03:14:26.232Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-14T03:14:26.232Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-14T03:14:26.232Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-14T03:14:26.232Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-14T03:14:26.233Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-14T03:14:26.233Z | error: cannot install while Rust is installed |
28 | 2024-05-14T03:14:26.233Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-14T03:14:26.341Z | info: profile set to 'default' |
30 | 2024-05-14T03:14:26.341Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-14T03:14:26.355Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-05-14T03:14:26.451Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-05-14T03:14:26.451Z | info: downloading component 'cargo' |
34 | 2024-05-14T03:14:27.053Z | info: downloading component 'clippy' |
35 | 2024-05-14T03:14:27.270Z | info: downloading component 'rust-docs' |
36 | 2024-05-14T03:14:28.007Z | info: downloading component 'rust-std' |
37 | 2024-05-14T03:14:29.327Z | info: downloading component 'rustc' |
38 | 2024-05-14T03:14:32.428Z | info: downloading component 'rustfmt' |
39 | 2024-05-14T03:14:32.621Z | info: installing component 'cargo' |
40 | 2024-05-14T03:14:33.422Z | info: installing component 'clippy' |
41 | 2024-05-14T03:14:33.777Z | info: installing component 'rust-docs' |
42 | 2024-05-14T03:14:35.193Z | info: installing component 'rust-std' |
43 | 2024-05-14T03:14:37.020Z | info: installing component 'rustc' |
44 | 2024-05-14T03:14:41.174Z | info: installing component 'rustfmt' |
45 | 2024-05-14T03:14:41.829Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-05-14T03:14:41.829Z | |
47 | 2024-05-14T03:14:42.258Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-05-14T03:14:42.258Z | |
49 | 2024-05-14T03:14:42.259Z | |
50 | 2024-05-14T03:14:42.259Z | Rust is installed now. Great! |
51 | 2024-05-14T03:14:42.259Z | |
52 | 2024-05-14T03:14:42.260Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-14T03:14:42.260Z | environment variable. This has not been done automatically. |
54 | 2024-05-14T03:14:42.260Z | |
55 | 2024-05-14T03:14:42.260Z | To configure your current shell, you need to source |
56 | 2024-05-14T03:14:42.261Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-14T03:14:42.261Z | |
58 | 2024-05-14T03:14:42.261Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-14T03:14:42.262Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-14T03:14:42.262Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-14T03:14:42.262Z | + rustc --version |
62 | 2024-05-14T03:14:42.263Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-05-14T03:14:42.263Z | process exited: duration 17030 ms, exit code 0 |
|
64 | 2024-05-14T03:14:42.292Z | starting task 2: "authentication" |
65 | 2024-05-14T03:14:42.330Z | process exited: duration 33 ms, exit code 0 |
|
66 | 2024-05-14T03:14:42.362Z | starting task 3: "clone repository" |
67 | 2024-05-14T03:14:42.369Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-14T03:14:42.370Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-14T03:14:43.162Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-14T03:14:49.610Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-14T03:14:49.610Z | + git fetch origin 3e7038e67b50b124b9ada466b88740294f1d29ca |
72 | 2024-05-14T03:14:49.923Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-14T03:14:49.924Z | * branch 3e7038e67b50b124b9ada466b88740294f1d29ca -> FETCH_HEAD |
74 | 2024-05-14T03:14:50.337Z | + [[ -n renovate/libc-0.x ]] |
75 | 2024-05-14T03:14:50.337Z | ++ git branch --show-current |
76 | 2024-05-14T03:14:50.347Z | + current=main |
77 | 2024-05-14T03:14:50.347Z | + [[ main != renovate/libc-0.x ]] |
78 | 2024-05-14T03:14:50.348Z | + git branch -f renovate/libc-0.x 3e7038e67b50b124b9ada466b88740294f1d29ca |
79 | 2024-05-14T03:14:50.348Z | + git checkout -f renovate/libc-0.x |
80 | 2024-05-14T03:14:50.348Z | Switched to branch 'renovate/libc-0.x' |
81 | 2024-05-14T03:14:50.348Z | + git reset --hard 3e7038e67b50b124b9ada466b88740294f1d29ca |
82 | 2024-05-14T03:14:50.349Z | HEAD is now at 3e7038e67 Update Rust crate libc to 0.2.154 |
83 | 2024-05-14T03:14:50.349Z | process exited: duration 7831 ms, exit code 0 |
|
84 | 2024-05-14T03:14:50.394Z | starting task 4: "build" |
85 | 2024-05-14T03:14:50.428Z | + cargo --version |
86 | 2024-05-14T03:14:50.428Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
87 | 2024-05-14T03:14:50.520Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
88 | 2024-05-14T03:14:50.520Z | info: downloading component 'cargo' |
89 | 2024-05-14T03:14:51.581Z | info: downloading component 'clippy' |
90 | 2024-05-14T03:14:51.604Z | info: downloading component 'rust-docs' |
91 | 2024-05-14T03:14:52.183Z | info: downloading component 'rust-std' |
92 | 2024-05-14T03:14:53.432Z | info: downloading component 'rustc' |
93 | 2024-05-14T03:14:56.699Z | info: downloading component 'rustfmt' |
94 | 2024-05-14T03:14:56.884Z | info: installing component 'cargo' |
95 | 2024-05-14T03:14:57.689Z | info: installing component 'clippy' |
96 | 2024-05-14T03:14:58.035Z | info: installing component 'rust-docs' |
97 | 2024-05-14T03:14:59.495Z | info: installing component 'rust-std' |
98 | 2024-05-14T03:15:01.089Z | info: installing component 'rustc' |
99 | 2024-05-14T03:15:05.246Z | info: installing component 'rustfmt' |
100 | 2024-05-14T03:15:05.644Z | cargo 1.77.2 (e52e36006 2024-03-26) |
101 | 2024-05-14T03:15:05.652Z | + rustc --version |
102 | 2024-05-14T03:15:05.743Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
103 | 2024-05-14T03:15:05.747Z | + WORK=/work |
104 | 2024-05-14T03:15:05.751Z | + pfexec mkdir -p /work |
105 | 2024-05-14T03:15:05.761Z | + pfexec chown build /work |
106 | 2024-05-14T03:15:05.761Z | ++ git rev-parse HEAD |
107 | 2024-05-14T03:15:05.775Z | + COMMIT=3e7038e67b50b124b9ada466b88740294f1d29ca |
108 | 2024-05-14T03:15:05.775Z | + VERSION=8.0.0-0.ci+git3e7038e67b5 |
109 | 2024-05-14T03:15:05.776Z | + echo 8.0.0-0.ci+git3e7038e67b5 |
110 | 2024-05-14T03:15:05.776Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
111 | 2024-05-14T03:15:15.024Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-05-14T03:15:16.716Z | Startup: Caching catalogs ... Done |
113 | 2024-05-14T03:15:19.476Z | Planning: Solver setup ... Done (1.123s) |
114 | 2024-05-14T03:15:19.505Z | Planning: Running solver ... Done (0.020s) |
115 | 2024-05-14T03:15:19.505Z | Planning: Finding local manifests ... Done (0.002s) |
116 | 2024-05-14T03:15:19.505Z | Planning: Fetching manifests: 0/4 0% complete |
117 | 2024-05-14T03:15:21.854Z | Planning: Fetching manifests: 4/4 100% complete |
118 | 2024-05-14T03:15:21.910Z | Planning: Package planning ... Done (0.048s) |
119 | 2024-05-14T03:15:21.948Z | Planning: Merging actions ... Done (0.050s) |
120 | 2024-05-14T03:15:22.668Z | Planning: Checking for conflicting actions ... Done (0.716s) |
121 | 2024-05-14T03:15:22.682Z | Planning: Consolidating action changes ... Done (0.011s) |
122 | 2024-05-14T03:15:26.383Z | Planning: Evaluating mediators ... Done (3.691s) |
123 | 2024-05-14T03:15:26.399Z | Planning: Planning completed in 9.60 seconds |
124 | 2024-05-14T03:15:27.159Z | Packages to install: 4 |
125 | 2024-05-14T03:15:27.160Z | Mediators to change: 2 |
126 | 2024-05-14T03:15:27.171Z | Services to change: 1 |
127 | 2024-05-14T03:15:27.172Z | Estimated space available: 155.31 GB |
128 | 2024-05-14T03:15:27.172Z | Estimated space to be consumed: 1.44 GB |
129 | 2024-05-14T03:15:27.172Z | Create boot environment: No |
130 | 2024-05-14T03:15:27.172Z | Create backup boot environment: No |
131 | 2024-05-14T03:15:27.173Z | Rebuild boot archive: No |
132 | 2024-05-14T03:15:27.173Z | |
133 | 2024-05-14T03:15:27.174Z | Changed mediators: |
134 | 2024-05-14T03:15:27.174Z | mediator clang: |
135 | 2024-05-14T03:15:27.174Z | version: None -> 15 (system default) |
136 | 2024-05-14T03:15:27.175Z | |
137 | 2024-05-14T03:15:27.175Z | mediator llvm: |
138 | 2024-05-14T03:15:27.176Z | version: 14 (system default) -> 15 (system default) |
139 | 2024-05-14T03:15:27.176Z | |
140 | 2024-05-14T03:15:27.176Z | Changed packages: |
141 | 2024-05-14T03:15:27.177Z | helios-dev |
142 | 2024-05-14T03:15:27.177Z | developer/build-essential |
143 | 2024-05-14T03:15:27.177Z | None -> 11-2.0 |
144 | 2024-05-14T03:15:27.177Z | library/libxmlsec1 |
145 | 2024-05-14T03:15:27.178Z | None -> 1.2.35-2.0 |
146 | 2024-05-14T03:15:27.178Z | ooce/developer/clang-15 |
147 | 2024-05-14T03:15:27.178Z | None -> 15.0.7-2.0 |
148 | 2024-05-14T03:15:27.178Z | ooce/developer/llvm-15 |
149 | 2024-05-14T03:15:27.179Z | None -> 15.0.7-2.0 |
150 | 2024-05-14T03:15:27.179Z | |
151 | 2024-05-14T03:15:27.179Z | Services: |
152 | 2024-05-14T03:15:27.179Z | restart_fmri: |
153 | 2024-05-14T03:15:27.180Z | svc:/system/update-man-index:default |
154 | 2024-05-14T03:15:27.180Z | |
155 | 2024-05-14T03:15:27.180Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
156 | 2024-05-14T03:15:35.104Z | Download: 212/3290 items 1.3/212.6MB 0% complete (418k/s) |
157 | 2024-05-14T03:15:40.085Z | Download: 294/3290 items 9.5/212.6MB 4% complete (773k/s) |
158 | 2024-05-14T03:15:45.612Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (8.9M/s) |
159 | 2024-05-14T03:15:51.000Z | Download: 2220/3290 items 119.1/212.6MB 56% complete (10.3M/s) |
160 | 2024-05-14T03:15:55.758Z | Download: 2848/3290 items 121.1/212.6MB 56% complete (3.8M/s) |
161 | 2024-05-14T03:16:01.522Z | Download: 3246/3290 items 203.0/212.6MB 95% complete (8.4M/s) |
162 | 2024-05-14T03:16:06.117Z | Download: 3278/3290 items 210.0/212.6MB 98% complete (8.8M/s) |
163 | 2024-05-14T03:16:11.743Z | Download: 3284/3290 items 211.6/212.6MB 99% complete (7.2M/s) |
164 | 2024-05-14T03:16:11.798Z | Download: Completed 212.60 MB in 44.93 seconds (4.7M/s) |
165 | 2024-05-14T03:16:11.944Z | Actions: 1/3689 actions (Installing new actions) |
166 | 2024-05-14T03:16:17.013Z | Actions: 3688/3689 actions (Installing new actions) |
167 | 2024-05-14T03:16:17.020Z | Actions: Completed 3689 actions in 5.03 seconds. |
168 | 2024-05-14T03:16:17.101Z | Done (0.119s) |
169 | 2024-05-14T03:16:17.101Z | Done (0.000s) |
170 | 2024-05-14T03:16:17.394Z | Done (0.295s) |
171 | 2024-05-14T03:16:22.558Z | Done (5.013s) |
172 | 2024-05-14T03:16:22.763Z | Done (0.136s) |
173 | 2024-05-14T03:16:22.784Z | Done (0.000s) |
174 | 2024-05-14T03:16:22.939Z | Done (0.000s) |
175 | 2024-05-14T03:16:23.489Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-05-14T03:16:23.639Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-05-14T03:16:24.064Z | Planning: Consolidating action changes ... Done |
178 | 2024-05-14T03:16:24.078Z | Planning: Evaluating mediators ... Done |
179 | 2024-05-14T03:16:24.078Z | Planning: Planning completed in 0.42 seconds |
180 | 2024-05-14T03:16:24.078Z | Mediators to change: 2 |
181 | 2024-05-14T03:16:24.078Z | Create boot environment: No |
182 | 2024-05-14T03:16:24.079Z | Create backup boot environment: No |
183 | 2024-05-14T03:16:24.079Z | Done |
184 | 2024-05-14T03:16:24.079Z | Done |
185 | 2024-05-14T03:16:24.614Z | Done |
186 | 2024-05-14T03:16:27.717Z | Done |
187 | 2024-05-14T03:16:27.813Z | Done |
188 | 2024-05-14T03:16:27.843Z | Done |
189 | 2024-05-14T03:16:27.948Z | Done |
190 | 2024-05-14T03:16:28.569Z | Planning: Evaluating mediator changes ... Done |
191 | 2024-05-14T03:16:28.576Z | Planning: Merging actions ... Done |
192 | 2024-05-14T03:16:28.749Z | Planning: Checking for conflicting actions ... Done |
193 | 2024-05-14T03:16:29.600Z | Planning: Consolidating action changes ... Done |
194 | 2024-05-14T03:16:29.600Z | Planning: Evaluating mediators ... Done |
195 | 2024-05-14T03:16:29.600Z | Planning: Planning completed in 0.74 seconds |
196 | 2024-05-14T03:16:29.601Z | Packages to change: 1 |
197 | 2024-05-14T03:16:29.601Z | Mediators to change: 1 |
198 | 2024-05-14T03:16:29.601Z | Services to change: 1 |
199 | 2024-05-14T03:16:29.601Z | Create boot environment: No |
200 | 2024-05-14T03:16:29.602Z | Create backup boot environment: Yes |
201 | 2024-05-14T03:16:31.084Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2024-05-14T03:16:31.111Z | Actions: Completed 6 actions in 0.04 seconds. |
203 | 2024-05-14T03:16:31.112Z | Done |
204 | 2024-05-14T03:16:31.112Z | Done |
205 | 2024-05-14T03:16:31.160Z | Done |
206 | 2024-05-14T03:16:34.701Z | Done |
207 | 2024-05-14T03:16:34.769Z | Done |
208 | 2024-05-14T03:16:35.192Z | Done |
209 | 2024-05-14T03:16:35.204Z | Done |
210 | 2024-05-14T03:16:35.335Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2024-05-14T03:16:35.335Z | clang system 15 system |
212 | 2024-05-14T03:16:35.335Z | csh system system illumos |
213 | 2024-05-14T03:16:35.335Z | ctags system system illumos |
214 | 2024-05-14T03:16:35.335Z | gcc vendor 12 vendor |
215 | 2024-05-14T03:16:35.335Z | gcc system 10 system |
216 | 2024-05-14T03:16:35.336Z | gcc system 7 system |
217 | 2024-05-14T03:16:35.336Z | go system 1.20 system |
218 | 2024-05-14T03:16:35.336Z | go system 1.19 system |
219 | 2024-05-14T03:16:35.336Z | llvm system 15 system |
220 | 2024-05-14T03:16:35.336Z | llvm system 14 system |
221 | 2024-05-14T03:16:35.336Z | mariadb system 10.6 system |
222 | 2024-05-14T03:16:35.336Z | mta vendor vendor dma |
223 | 2024-05-14T03:16:35.336Z | openjdk system 17 system |
224 | 2024-05-14T03:16:35.336Z | openjdk system 11 system |
225 | 2024-05-14T03:16:35.336Z | openjdk system 1.8 system |
226 | 2024-05-14T03:16:35.336Z | openssl vendor 3 vendor |
227 | 2024-05-14T03:16:35.336Z | perl system 5.36 system |
228 | 2024-05-14T03:16:35.336Z | postgresql system 15 system |
229 | 2024-05-14T03:16:35.336Z | postgresql system 13 system |
230 | 2024-05-14T03:16:35.336Z | python vendor 3 vendor |
231 | 2024-05-14T03:16:35.336Z | python system 2 system |
232 | 2024-05-14T03:16:35.337Z | python3 system 3.11 system |
233 | 2024-05-14T03:16:35.337Z | ruby system 3.0 system |
234 | 2024-05-14T03:16:35.337Z | words vendor vendor american-english |
235 | 2024-05-14T03:16:35.337Z | words system system australian-english |
236 | 2024-05-14T03:16:35.337Z | words system system british-english |
237 | 2024-05-14T03:16:35.337Z | words system system canadian-english |
238 | 2024-05-14T03:16:35.337Z | words system system french |
239 | 2024-05-14T03:16:35.338Z | words system system italian |
240 | 2024-05-14T03:16:35.338Z | words system system ngerman |
241 | 2024-05-14T03:16:35.338Z | words system system ogerman |
242 | 2024-05-14T03:16:35.338Z | words system system spanish |
243 | 2024-05-14T03:16:35.807Z | PUBLISHER TYPE STATUS P LOCATION |
244 | 2024-05-14T03:16:35.807Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
245 | 2024-05-14T03:16:37.004Z | FMRI IFO |
246 | 2024-05-14T03:16:37.005Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
247 | 2024-05-14T03:16:37.005Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
248 | 2024-05-14T03:16:37.005Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
249 | 2024-05-14T03:16:37.005Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
250 | 2024-05-14T03:16:37.005Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
251 | 2024-05-14T03:16:37.005Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2024-05-14T03:16:37.006Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
253 | 2024-05-14T03:16:37.006Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
254 | 2024-05-14T03:16:37.006Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
255 | 2024-05-14T03:16:37.006Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
256 | 2024-05-14T03:16:37.006Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
257 | 2024-05-14T03:16:37.006Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
258 | 2024-05-14T03:16:37.267Z | + set -o errexit |
259 | 2024-05-14T03:16:37.935Z | +++ dirname ./tools/ci_download_cockroachdb |
260 | 2024-05-14T03:16:37.935Z | ++ cd ./tools |
261 | 2024-05-14T03:16:37.935Z | ++ pwd |
262 | 2024-05-14T03:16:37.935Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
263 | 2024-05-14T03:16:37.935Z | ++ basename ./tools/ci_download_cockroachdb |
264 | 2024-05-14T03:16:37.935Z | + ARG0=ci_download_cockroachdb |
265 | 2024-05-14T03:16:37.936Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
266 | 2024-05-14T03:16:37.936Z | + CIDL_VERSION=v22.1.9 |
267 | 2024-05-14T03:16:37.936Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
268 | 2024-05-14T03:16:37.937Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
269 | 2024-05-14T03:16:37.937Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
270 | 2024-05-14T03:16:37.937Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
271 | 2024-05-14T03:16:37.937Z | + TARGET_DIR=out |
272 | 2024-05-14T03:16:37.937Z | + DOWNLOAD_DIR=out/downloads |
273 | 2024-05-14T03:16:37.937Z | + DEST_DIR=./out/cockroachdb |
274 | 2024-05-14T03:16:37.937Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
275 | 2024-05-14T03:16:37.937Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
276 | 2024-05-14T03:16:37.938Z | + main |
277 | 2024-05-14T03:16:37.938Z | + [[ 0 != 0 ]] |
278 | 2024-05-14T03:16:37.938Z | + CIDL_OS=solaris2.11 |
279 | 2024-05-14T03:16:37.938Z | + [[ 0 != 0 ]] |
280 | 2024-05-14T03:16:37.939Z | + configure_os solaris2.11 |
281 | 2024-05-14T03:16:37.939Z | + echo 'current directory: /work/oxidecomputer/omicron' |
282 | 2024-05-14T03:16:37.939Z | current directory: /work/oxidecomputer/omicron |
283 | 2024-05-14T03:16:37.939Z | + echo 'configuring based on OS: "solaris2.11"' |
284 | 2024-05-14T03:16:37.940Z | configuring based on OS: "solaris2.11" |
285 | 2024-05-14T03:16:37.940Z | + case "$1" in |
286 | 2024-05-14T03:16:37.940Z | + CIDL_BUILD=illumos |
287 | 2024-05-14T03:16:37.940Z | + CIDL_SUFFIX=tar.gz |
288 | 2024-05-14T03:16:37.941Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
289 | 2024-05-14T03:16:37.941Z | + CIDL_URL_BASE=https://illumos.org/downloads |
290 | 2024-05-14T03:16:37.941Z | + CIDL_ASSEMBLE=do_assemble_illumos |
291 | 2024-05-14T03:16:37.941Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
292 | 2024-05-14T03:16:37.941Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-05-14T03:16:37.941Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-05-14T03:16:37.942Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
295 | 2024-05-14T03:16:37.942Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-05-14T03:16:37.942Z | + CIDL_SHA256FUNC=do_sha256sum |
297 | 2024-05-14T03:16:37.943Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
298 | 2024-05-14T03:16:37.943Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-05-14T03:16:37.943Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
300 | 2024-05-14T03:16:37.943Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-05-14T03:16:37.943Z | + mkdir -p out/downloads |
302 | 2024-05-14T03:16:37.943Z | + mkdir -p ./out/cockroachdb |
303 | 2024-05-14T03:16:37.943Z | + local DO_DOWNLOAD=true |
304 | 2024-05-14T03:16:37.944Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
305 | 2024-05-14T03:16:37.944Z | + '[' true == true ']' |
306 | 2024-05-14T03:16:37.944Z | + echo Downloading... |
307 | 2024-05-14T03:16:37.944Z | Downloading... |
308 | 2024-05-14T03:16:37.944Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-05-14T03:16:37.944Z | + 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 |
310 | 2024-05-14T03:16:42.249Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2024-05-14T03:16:42.268Z | ++ sha256sum |
312 | 2024-05-14T03:16:42.269Z | ++ awk '{print $1}' |
313 | 2024-05-14T03:16:42.320Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
314 | 2024-05-14T03:16:42.320Z | + [[ 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 ]] |
315 | 2024-05-14T03:16:42.333Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
316 | 2024-05-14T03:16:42.333Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
317 | 2024-05-14T03:16:44.479Z | + do_assemble_illumos |
318 | 2024-05-14T03:16:44.480Z | + rm -r ./out/cockroachdb |
319 | 2024-05-14T03:16:44.489Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
320 | 2024-05-14T03:16:44.882Z | + ./out/cockroachdb/bin/cockroach version |
321 | 2024-05-14T03:16:45.105Z | Build Tag: v22.1.9-dirty |
322 | 2024-05-14T03:16:45.106Z | Build Time: 2022/10/26 21:17:46 |
323 | 2024-05-14T03:16:45.106Z | Distribution: OSS |
324 | 2024-05-14T03:16:45.107Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
325 | 2024-05-14T03:16:45.107Z | Go Version: go1.17.13 |
326 | 2024-05-14T03:16:45.107Z | C Compiler: gcc 10.3.0 |
327 | 2024-05-14T03:16:45.107Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
328 | 2024-05-14T03:16:45.108Z | Build Type: release |
329 | 2024-05-14T03:16:45.119Z | + set -o errexit |
330 | 2024-05-14T03:16:45.120Z | +++ dirname ./tools/ci_download_clickhouse |
331 | 2024-05-14T03:16:45.120Z | ++ cd ./tools |
332 | 2024-05-14T03:16:45.121Z | ++ pwd |
333 | 2024-05-14T03:16:45.121Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
334 | 2024-05-14T03:16:45.134Z | ++ basename ./tools/ci_download_clickhouse |
335 | 2024-05-14T03:16:45.134Z | + ARG0=ci_download_clickhouse |
336 | 2024-05-14T03:16:45.135Z | + TARGET_DIR=out |
337 | 2024-05-14T03:16:45.135Z | + DOWNLOAD_DIR=out/downloads |
338 | 2024-05-14T03:16:45.135Z | + DEST_DIR=./out/clickhouse |
339 | 2024-05-14T03:16:45.135Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
340 | 2024-05-14T03:16:45.136Z | + CIDL_VERSION=v23.8.7.24 |
341 | 2024-05-14T03:16:45.136Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
342 | 2024-05-14T03:16:45.136Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
343 | 2024-05-14T03:16:45.136Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
344 | 2024-05-14T03:16:45.137Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
345 | 2024-05-14T03:16:45.137Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
346 | 2024-05-14T03:16:45.137Z | + main |
347 | 2024-05-14T03:16:45.137Z | + [[ 0 != 0 ]] |
348 | 2024-05-14T03:16:45.137Z | + CIDL_OS=solaris2.11 |
349 | 2024-05-14T03:16:45.137Z | + [[ 0 != 0 ]] |
350 | 2024-05-14T03:16:45.138Z | + configure_os solaris2.11 |
351 | 2024-05-14T03:16:45.138Z | + echo 'current directory: /work/oxidecomputer/omicron' |
352 | 2024-05-14T03:16:45.138Z | current directory: /work/oxidecomputer/omicron |
353 | 2024-05-14T03:16:45.138Z | + echo 'configuring based on OS: "solaris2.11"' |
354 | 2024-05-14T03:16:45.138Z | + CIDL_DASHREV= |
355 | 2024-05-14T03:16:45.138Z | + case "$1" in |
356 | 2024-05-14T03:16:45.139Z | configuring based on OS: "solaris2.11" |
357 | 2024-05-14T03:16:45.139Z | + CIDL_PLATFORM=illumos |
358 | 2024-05-14T03:16:45.139Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
359 | 2024-05-14T03:16:45.139Z | + CIDL_MD5FUNC=do_md5sum |
360 | 2024-05-14T03:16:45.140Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
361 | 2024-05-14T03:16:45.140Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
362 | 2024-05-14T03:16:45.140Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
363 | 2024-05-14T03:16:45.141Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
364 | 2024-05-14T03:16:45.141Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
365 | 2024-05-14T03:16:45.141Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
366 | 2024-05-14T03:16:45.141Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
367 | 2024-05-14T03:16:45.142Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
368 | 2024-05-14T03:16:45.142Z | + mkdir -p out/downloads |
369 | 2024-05-14T03:16:45.142Z | + mkdir -p ./out/clickhouse |
370 | 2024-05-14T03:16:45.142Z | + local DO_DOWNLOAD=true |
371 | 2024-05-14T03:16:45.143Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
372 | 2024-05-14T03:16:45.143Z | + '[' true == true ']' |
373 | 2024-05-14T03:16:45.143Z | + echo Downloading... |
374 | 2024-05-14T03:16:45.144Z | Downloading... |
375 | 2024-05-14T03:16:45.144Z | + 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 |
376 | 2024-05-14T03:16:45.144Z | + 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 |
377 | 2024-05-14T03:16:47.216Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
378 | 2024-05-14T03:16:47.233Z | ++ md5sum |
379 | 2024-05-14T03:16:47.233Z | ++ awk '{print $1}' |
380 | 2024-05-14T03:16:47.233Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
381 | 2024-05-14T03:16:47.233Z | + [[ 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 ]] |
382 | 2024-05-14T03:16:47.234Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
383 | 2024-05-14T03:16:47.234Z | + mkdir -p ./out/clickhouse |
384 | 2024-05-14T03:16:47.234Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
385 | 2024-05-14T03:16:50.953Z | + [[ solaris2.11 == darwin* ]] |
386 | 2024-05-14T03:16:50.953Z | + ./out/clickhouse/clickhouse server --version |
387 | 2024-05-14T03:16:51.188Z | ClickHouse server version 23.8.7.1. |
388 | 2024-05-14T03:16:51.204Z | + set -o errexit |
389 | 2024-05-14T03:16:51.215Z | +++ dirname ./tools/ci_download_console |
390 | 2024-05-14T03:16:51.215Z | ++ cd ./tools |
391 | 2024-05-14T03:16:51.215Z | ++ pwd |
392 | 2024-05-14T03:16:51.215Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
393 | 2024-05-14T03:16:51.216Z | ++ basename ./tools/ci_download_console |
394 | 2024-05-14T03:16:51.216Z | + ARG0=ci_download_console |
395 | 2024-05-14T03:16:51.216Z | + TARGET_DIR=out |
396 | 2024-05-14T03:16:51.216Z | + DOWNLOAD_DIR=out/downloads |
397 | 2024-05-14T03:16:51.216Z | + DEST_DIR=./out/console-assets |
398 | 2024-05-14T03:16:51.216Z | + source /work/oxidecomputer/omicron/tools/console_version |
399 | 2024-05-14T03:16:51.216Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
400 | 2024-05-14T03:16:51.217Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
401 | 2024-05-14T03:16:51.217Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
402 | 2024-05-14T03:16:51.217Z | + TARBALL_FILE=out/downloads/console.tar.gz |
403 | 2024-05-14T03:16:51.217Z | + main |
404 | 2024-05-14T03:16:51.217Z | + [[ 0 != 0 ]] |
405 | 2024-05-14T03:16:51.217Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
406 | 2024-05-14T03:16:51.218Z | + echo 'Local file: out/downloads/console.tar.gz' |
407 | 2024-05-14T03:16:51.218Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
408 | 2024-05-14T03:16:51.219Z | + local DO_DOWNLOAD=true |
409 | 2024-05-14T03:16:51.219Z | Local file: out/downloads/console.tar.gz |
410 | 2024-05-14T03:16:51.219Z | + [[ -f out/downloads/console.tar.gz ]] |
411 | 2024-05-14T03:16:51.219Z | + mkdir -p out/downloads |
412 | 2024-05-14T03:16:51.219Z | + '[' true == true ']' |
413 | 2024-05-14T03:16:51.219Z | + echo Downloading... |
414 | 2024-05-14T03:16:51.220Z | Downloading... |
415 | 2024-05-14T03:16:51.220Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
416 | 2024-05-14T03:16:51.220Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
417 | 2024-05-14T03:16:51.823Z | ++ do_sha256sum out/downloads/console.tar.gz |
418 | 2024-05-14T03:16:52.262Z | ++ case "$OSTYPE" in |
419 | 2024-05-14T03:16:52.262Z | ++ SHA=sha256sum |
420 | 2024-05-14T03:16:52.263Z | ++ sha256sum |
421 | 2024-05-14T03:16:52.263Z | ++ awk '{print $1}' |
422 | 2024-05-14T03:16:52.263Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
423 | 2024-05-14T03:16:52.263Z | + [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]] |
424 | 2024-05-14T03:16:52.263Z | + rm -rf ./out/console-assets |
425 | 2024-05-14T03:16:52.264Z | + mkdir -p ./out/console-assets |
426 | 2024-05-14T03:16:52.264Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
427 | 2024-05-14T03:16:52.264Z | + mkdir -p ./out/console-assets |
428 | 2024-05-14T03:16:52.265Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
429 | 2024-05-14T03:16:52.294Z | + set -o errexit |
430 | 2024-05-14T03:16:52.294Z | +++ dirname ./tools/ci_download_dendrite_openapi |
431 | 2024-05-14T03:16:52.295Z | ++ cd ./tools |
432 | 2024-05-14T03:16:52.295Z | ++ pwd |
433 | 2024-05-14T03:16:52.295Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
434 | 2024-05-14T03:16:52.295Z | ++ basename ./tools/ci_download_dendrite_openapi |
435 | 2024-05-14T03:16:52.296Z | + ARG0=ci_download_dendrite_openapi |
436 | 2024-05-14T03:16:52.296Z | + TARGET_DIR=out |
437 | 2024-05-14T03:16:52.296Z | + DOWNLOAD_DIR=out/downloads |
438 | 2024-05-14T03:16:52.296Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
439 | 2024-05-14T03:16:52.297Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
440 | 2024-05-14T03:16:52.297Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
441 | 2024-05-14T03:16:52.297Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
442 | 2024-05-14T03:16:52.297Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
443 | 2024-05-14T03:16:52.297Z | + main |
444 | 2024-05-14T03:16:52.298Z | + [[ 0 != 0 ]] |
445 | 2024-05-14T03:16:52.298Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
446 | 2024-05-14T03:16:52.298Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
447 | 2024-05-14T03:16:52.299Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
448 | 2024-05-14T03:16:52.299Z | + local DO_DOWNLOAD=true |
449 | 2024-05-14T03:16:52.299Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
450 | 2024-05-14T03:16:52.300Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
451 | 2024-05-14T03:16:52.300Z | + mkdir -p out/downloads |
452 | 2024-05-14T03:16:52.300Z | + '[' true == true ']' |
453 | 2024-05-14T03:16:52.300Z | + echo Downloading... |
454 | 2024-05-14T03:16:52.301Z | Downloading... |
455 | 2024-05-14T03:16:52.301Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
456 | 2024-05-14T03:16:52.301Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
457 | 2024-05-14T03:16:52.301Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
458 | 2024-05-14T03:16:52.301Z | ++ case "$OSTYPE" in |
459 | 2024-05-14T03:16:52.302Z | ++ SHA=sha256sum |
460 | 2024-05-14T03:16:52.302Z | ++ sha256sum |
461 | 2024-05-14T03:16:52.302Z | ++ awk '{print $1}' |
462 | 2024-05-14T03:16:52.303Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
463 | 2024-05-14T03:16:52.303Z | + [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]] |
464 | 2024-05-14T03:16:52.303Z | + set -o errexit |
465 | 2024-05-14T03:16:52.303Z | +++ dirname ./tools/ci_download_dendrite_stub |
466 | 2024-05-14T03:16:52.303Z | ++ cd ./tools |
467 | 2024-05-14T03:16:52.303Z | ++ pwd |
468 | 2024-05-14T03:16:52.304Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
469 | 2024-05-14T03:16:52.304Z | ++ basename ./tools/ci_download_dendrite_stub |
470 | 2024-05-14T03:16:52.304Z | + ARG0=ci_download_dendrite_stub |
471 | 2024-05-14T03:16:52.304Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
472 | 2024-05-14T03:16:52.305Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
473 | 2024-05-14T03:16:52.305Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
474 | 2024-05-14T03:16:52.305Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
475 | 2024-05-14T03:16:52.305Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
476 | 2024-05-14T03:16:52.305Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
477 | 2024-05-14T03:16:52.306Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
478 | 2024-05-14T03:16:52.306Z | + TARGET_DIR=out |
479 | 2024-05-14T03:16:52.306Z | + DOWNLOAD_DIR=out/downloads |
480 | 2024-05-14T03:16:52.306Z | + DEST_DIR=./out/dendrite-stub |
481 | 2024-05-14T03:16:52.307Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
482 | 2024-05-14T03:16:52.307Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
483 | 2024-05-14T03:16:52.307Z | + REPO=oxidecomputer/dendrite |
484 | 2024-05-14T03:16:52.307Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
485 | 2024-05-14T03:16:52.307Z | + main |
486 | 2024-05-14T03:16:52.308Z | + [[ 0 != 0 ]] |
487 | 2024-05-14T03:16:52.308Z | + CIDL_OS=solaris2.11 |
488 | 2024-05-14T03:16:52.308Z | + [[ 0 != 0 ]] |
489 | 2024-05-14T03:16:52.308Z | + configure_os solaris2.11 |
490 | 2024-05-14T03:16:52.309Z | + echo 'current directory: /work/oxidecomputer/omicron' |
491 | 2024-05-14T03:16:52.309Z | current directory: /work/oxidecomputer/omicron |
492 | 2024-05-14T03:16:52.309Z | + echo 'configuring based on OS: "solaris2.11"' |
493 | 2024-05-14T03:16:52.309Z | + case "$1" in |
494 | 2024-05-14T03:16:52.310Z | configuring based on OS: "solaris2.11" |
495 | 2024-05-14T03:16:52.310Z | + SET_BINARIES= |
496 | 2024-05-14T03:16:52.310Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
497 | 2024-05-14T03:16:52.314Z | + CIDL_SHA256FUNC=do_sha256sum |
498 | 2024-05-14T03:16:52.315Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
499 | 2024-05-14T03:16:52.315Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
500 | 2024-05-14T03:16:52.315Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
501 | 2024-05-14T03:16:52.316Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
502 | 2024-05-14T03:16:52.316Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
503 | 2024-05-14T03:16:52.316Z | Local file: out/downloads/dendrite-stub.tar.gz |
504 | 2024-05-14T03:16:52.316Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
505 | 2024-05-14T03:16:52.317Z | + mkdir -p out/downloads |
506 | 2024-05-14T03:16:52.317Z | + mkdir -p ./out/dendrite-stub |
507 | 2024-05-14T03:16:52.317Z | + fetch_and_verify |
508 | 2024-05-14T03:16:52.317Z | + local DO_DOWNLOAD=true |
509 | 2024-05-14T03:16:52.318Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
510 | 2024-05-14T03:16:52.318Z | + '[' true == true ']' |
511 | 2024-05-14T03:16:52.318Z | + echo Downloading... |
512 | 2024-05-14T03:16:52.318Z | Downloading... |
513 | 2024-05-14T03:16:52.318Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
514 | 2024-05-14T03:16:52.319Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
515 | 2024-05-14T03:17:04.728Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
516 | 2024-05-14T03:17:04.737Z | ++ sha256sum |
517 | 2024-05-14T03:17:04.737Z | ++ awk '{print $1}' |
518 | 2024-05-14T03:17:04.763Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
519 | 2024-05-14T03:17:04.772Z | + [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]] |
520 | 2024-05-14T03:17:04.772Z | + do_untar out/downloads/dendrite-stub.tar.gz |
521 | 2024-05-14T03:17:04.773Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
522 | 2024-05-14T03:17:05.374Z | + do_assemble |
523 | 2024-05-14T03:17:05.374Z | + rm -r ./out/dendrite-stub |
524 | 2024-05-14T03:17:05.378Z | + mkdir ./out/dendrite-stub |
525 | 2024-05-14T03:17:05.378Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
526 | 2024-05-14T03:17:05.467Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
527 | 2024-05-14T03:17:05.480Z | + set -o errexit |
528 | 2024-05-14T03:17:05.489Z | +++ dirname ./tools/ci_download_maghemite_mgd |
529 | 2024-05-14T03:17:05.489Z | ++ cd ./tools |
530 | 2024-05-14T03:17:05.489Z | ++ pwd |
531 | 2024-05-14T03:17:05.489Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
532 | 2024-05-14T03:17:05.489Z | ++ basename ./tools/ci_download_maghemite_mgd |
533 | 2024-05-14T03:17:05.489Z | + ARG0=ci_download_maghemite_mgd |
534 | 2024-05-14T03:17:05.489Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
535 | 2024-05-14T03:17:05.489Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
536 | 2024-05-14T03:17:05.489Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
537 | 2024-05-14T03:17:05.489Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
538 | 2024-05-14T03:17:05.489Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
539 | 2024-05-14T03:17:05.489Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
540 | 2024-05-14T03:17:05.489Z | + TARGET_DIR=out |
541 | 2024-05-14T03:17:05.490Z | + DOWNLOAD_DIR=out/downloads |
542 | 2024-05-14T03:17:05.490Z | + DEST_DIR=./out/mgd |
543 | 2024-05-14T03:17:05.490Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
544 | 2024-05-14T03:17:05.490Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
545 | 2024-05-14T03:17:05.490Z | + REPO=oxidecomputer/maghemite |
546 | 2024-05-14T03:17:05.490Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
547 | 2024-05-14T03:17:05.490Z | + main |
548 | 2024-05-14T03:17:05.490Z | + rm -rf out/downloads/root |
549 | 2024-05-14T03:17:05.499Z | + [[ 0 != 0 ]] |
550 | 2024-05-14T03:17:05.499Z | + CIDL_OS=solaris2.11 |
551 | 2024-05-14T03:17:05.499Z | + [[ 0 != 0 ]] |
552 | 2024-05-14T03:17:05.499Z | + configure_os solaris2.11 |
553 | 2024-05-14T03:17:05.499Z | + echo 'current directory: /work/oxidecomputer/omicron' |
554 | 2024-05-14T03:17:05.499Z | + echo 'configuring based on OS: "solaris2.11"' |
555 | 2024-05-14T03:17:05.500Z | current directory: /work/oxidecomputer/omicron |
556 | 2024-05-14T03:17:05.500Z | configuring based on OS: "solaris2.11" |
557 | 2024-05-14T03:17:05.500Z | + case "$1" in |
558 | 2024-05-14T03:17:05.500Z | + SET_BINARIES= |
559 | 2024-05-14T03:17:05.500Z | + CIDL_SHA256FUNC=do_sha256sum |
560 | 2024-05-14T03:17:05.500Z | + TARBALL_FILENAME=mgd.tar.gz |
561 | 2024-05-14T03:17:05.500Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
562 | 2024-05-14T03:17:05.500Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
563 | 2024-05-14T03:17:05.500Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
564 | 2024-05-14T03:17:05.500Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
565 | 2024-05-14T03:17:05.500Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
566 | 2024-05-14T03:17:05.500Z | Local file: out/downloads/mgd.tar.gz |
567 | 2024-05-14T03:17:05.500Z | + mkdir -p out/downloads |
568 | 2024-05-14T03:17:05.500Z | + mkdir -p ./out/mgd |
569 | 2024-05-14T03:17:05.500Z | + fetch_and_verify |
570 | 2024-05-14T03:17:05.500Z | + local DO_DOWNLOAD=true |
571 | 2024-05-14T03:17:05.500Z | + [[ -f out/downloads/mgd.tar.gz ]] |
572 | 2024-05-14T03:17:05.500Z | + '[' true == true ']' |
573 | 2024-05-14T03:17:05.501Z | + echo Downloading... |
574 | 2024-05-14T03:17:05.501Z | Downloading... |
575 | 2024-05-14T03:17:05.501Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
576 | 2024-05-14T03:17:05.501Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
577 | 2024-05-14T03:17:18.579Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
578 | 2024-05-14T03:17:18.584Z | ++ sha256sum |
579 | 2024-05-14T03:17:18.584Z | ++ awk '{print $1}' |
580 | 2024-05-14T03:17:18.607Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
581 | 2024-05-14T03:17:18.612Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] |
582 | 2024-05-14T03:17:18.612Z | + do_untar out/downloads/mgd.tar.gz |
583 | 2024-05-14T03:17:18.612Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
584 | 2024-05-14T03:17:19.199Z | + do_assemble |
585 | 2024-05-14T03:17:19.199Z | + rm -r ./out/mgd |
586 | 2024-05-14T03:17:19.206Z | + mkdir ./out/mgd |
587 | 2024-05-14T03:17:19.206Z | + cp -r out/downloads/root ./out/mgd/root |
588 | 2024-05-14T03:17:19.298Z | + set -o errexit |
589 | 2024-05-14T03:17:19.319Z | +++ dirname ./tools/ci_download_transceiver_control |
590 | 2024-05-14T03:17:19.319Z | ++ cd ./tools |
591 | 2024-05-14T03:17:19.320Z | ++ pwd |
592 | 2024-05-14T03:17:19.320Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
593 | 2024-05-14T03:17:19.320Z | ++ basename ./tools/ci_download_transceiver_control |
594 | 2024-05-14T03:17:19.320Z | + ARG0=ci_download_transceiver_control |
595 | 2024-05-14T03:17:19.320Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
596 | 2024-05-14T03:17:19.320Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
597 | 2024-05-14T03:17:19.320Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
598 | 2024-05-14T03:17:19.320Z | + TARGET_DIR=out |
599 | 2024-05-14T03:17:19.320Z | + DOWNLOAD_DIR=out/downloads |
600 | 2024-05-14T03:17:19.320Z | + DEST_DIR=./out/transceiver-control |
601 | 2024-05-14T03:17:19.321Z | + BIN_DIR=/opt/oxide/bin |
602 | 2024-05-14T03:17:19.321Z | + BINARY=xcvradm |
603 | 2024-05-14T03:17:19.321Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
604 | 2024-05-14T03:17:19.321Z | + REPO=oxidecomputer/transceiver-control |
605 | 2024-05-14T03:17:19.321Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
606 | 2024-05-14T03:17:19.322Z | + main |
607 | 2024-05-14T03:17:19.322Z | + [[ 0 != 0 ]] |
608 | 2024-05-14T03:17:19.322Z | + CIDL_OS=solaris2.11 |
609 | 2024-05-14T03:17:19.322Z | + [[ 0 != 0 ]] |
610 | 2024-05-14T03:17:19.322Z | + configure_os solaris2.11 |
611 | 2024-05-14T03:17:19.322Z | + echo 'current directory: /work/oxidecomputer/omicron' |
612 | 2024-05-14T03:17:19.322Z | + echo 'configuring based on OS: "solaris2.11"' |
613 | 2024-05-14T03:17:19.322Z | current directory: /work/oxidecomputer/omicron |
614 | 2024-05-14T03:17:19.323Z | + case "$1" in |
615 | 2024-05-14T03:17:19.323Z | + SET_BINARIES= |
616 | 2024-05-14T03:17:19.323Z | configuring based on OS: "solaris2.11" |
617 | 2024-05-14T03:17:19.323Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
618 | 2024-05-14T03:17:19.323Z | + CIDL_SHA256FUNC=do_sha256sum |
619 | 2024-05-14T03:17:19.323Z | + ARCHIVE_FILENAME=xcvradm.gz |
620 | 2024-05-14T03:17:19.323Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
621 | 2024-05-14T03:17:19.323Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
622 | 2024-05-14T03:17:19.324Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
623 | 2024-05-14T03:17:19.324Z | + echo 'Local file: out/downloads/xcvradm.gz' |
624 | 2024-05-14T03:17:19.324Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
625 | 2024-05-14T03:17:19.324Z | Local file: out/downloads/xcvradm.gz |
626 | 2024-05-14T03:17:19.324Z | + mkdir -p out/downloads |
627 | 2024-05-14T03:17:19.324Z | + mkdir -p ./out/transceiver-control |
628 | 2024-05-14T03:17:19.324Z | + fetch_and_verify |
629 | 2024-05-14T03:17:19.325Z | + local DO_DOWNLOAD=true |
630 | 2024-05-14T03:17:19.325Z | + [[ -f out/downloads/xcvradm.gz ]] |
631 | 2024-05-14T03:17:19.325Z | + '[' true == true ']' |
632 | 2024-05-14T03:17:19.325Z | + echo Downloading... |
633 | 2024-05-14T03:17:19.325Z | Downloading... |
634 | 2024-05-14T03:17:19.325Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
635 | 2024-05-14T03:17:19.325Z | + 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 |
636 | 2024-05-14T03:17:21.807Z | ++ do_sha256sum out/downloads/xcvradm.gz |
637 | 2024-05-14T03:17:21.829Z | ++ sha256sum |
638 | 2024-05-14T03:17:21.830Z | ++ awk '{print $1}' |
639 | 2024-05-14T03:17:21.837Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
640 | 2024-05-14T03:17:21.837Z | + [[ 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 ]] |
641 | 2024-05-14T03:17:21.837Z | + do_unpack out/downloads/xcvradm.gz |
642 | 2024-05-14T03:17:21.837Z | + mkdir -p out/downloads/root//opt/oxide/bin |
643 | 2024-05-14T03:17:21.838Z | + gzip -dc out/downloads/xcvradm.gz |
644 | 2024-05-14T03:17:21.940Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
645 | 2024-05-14T03:17:21.959Z | + do_assemble |
646 | 2024-05-14T03:17:21.959Z | + rm -r ./out/transceiver-control |
647 | 2024-05-14T03:17:21.959Z | + mkdir ./out/transceiver-control |
648 | 2024-05-14T03:17:21.959Z | + cp -r out/downloads/root ./out/transceiver-control/root |
649 | 2024-05-14T03:17:22.042Z | + set -o errexit |
650 | 2024-05-14T03:17:22.063Z | +++ dirname ./tools/ci_download_thundermuffin |
651 | 2024-05-14T03:17:22.063Z | ++ cd ./tools |
652 | 2024-05-14T03:17:22.063Z | ++ pwd |
653 | 2024-05-14T03:17:22.064Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
654 | 2024-05-14T03:17:22.064Z | ++ basename ./tools/ci_download_thundermuffin |
655 | 2024-05-14T03:17:22.064Z | + ARG0=ci_download_thundermuffin |
656 | 2024-05-14T03:17:22.064Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
657 | 2024-05-14T03:17:22.064Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
658 | 2024-05-14T03:17:22.065Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
659 | 2024-05-14T03:17:22.065Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
660 | 2024-05-14T03:17:22.065Z | + TARGET_DIR=out |
661 | 2024-05-14T03:17:22.065Z | + DOWNLOAD_DIR=out/downloads |
662 | 2024-05-14T03:17:22.065Z | + DEST_DIR=./out/thundermuffin |
663 | 2024-05-14T03:17:22.065Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
664 | 2024-05-14T03:17:22.065Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
665 | 2024-05-14T03:17:22.065Z | + REPO=oxidecomputer/thundermuffin |
666 | 2024-05-14T03:17:22.065Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
667 | 2024-05-14T03:17:22.066Z | + main |
668 | 2024-05-14T03:17:22.066Z | + rm -rf out/downloads/root |
669 | 2024-05-14T03:17:22.066Z | + [[ 0 != 0 ]] |
670 | 2024-05-14T03:17:22.066Z | + CIDL_OS=solaris2.11 |
671 | 2024-05-14T03:17:22.066Z | + [[ 0 != 0 ]] |
672 | 2024-05-14T03:17:22.067Z | + configure_os solaris2.11 |
673 | 2024-05-14T03:17:22.067Z | + echo 'current directory: /work/oxidecomputer/omicron' |
674 | 2024-05-14T03:17:22.067Z | + echo 'configuring based on OS: "solaris2.11"' |
675 | 2024-05-14T03:17:22.067Z | current directory: /work/oxidecomputer/omicron |
676 | 2024-05-14T03:17:22.067Z | configuring based on OS: "solaris2.11" |
677 | 2024-05-14T03:17:22.068Z | + case "$1" in |
678 | 2024-05-14T03:17:22.068Z | + SET_BINARIES= |
679 | 2024-05-14T03:17:22.068Z | + CIDL_SHA256FUNC=do_sha256sum |
680 | 2024-05-14T03:17:22.068Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
681 | 2024-05-14T03:17:22.069Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
682 | 2024-05-14T03:17:22.069Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
683 | 2024-05-14T03:17:22.069Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
684 | 2024-05-14T03:17:22.069Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
685 | 2024-05-14T03:17:22.070Z | Local file: out/downloads/thundermuffin.tar.gz |
686 | 2024-05-14T03:17:22.070Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
687 | 2024-05-14T03:17:22.070Z | + mkdir -p out/downloads |
688 | 2024-05-14T03:17:22.089Z | + mkdir -p ./out/thundermuffin |
689 | 2024-05-14T03:17:22.089Z | + fetch_and_verify |
690 | 2024-05-14T03:17:22.090Z | + local DO_DOWNLOAD=true |
691 | 2024-05-14T03:17:22.090Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
692 | 2024-05-14T03:17:22.090Z | + '[' true == true ']' |
693 | 2024-05-14T03:17:22.090Z | + echo Downloading... |
694 | 2024-05-14T03:17:22.091Z | Downloading... |
695 | 2024-05-14T03:17:22.091Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
696 | 2024-05-14T03:17:22.091Z | + 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 |
697 | 2024-05-14T03:17:23.873Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
698 | 2024-05-14T03:17:23.894Z | ++ sha256sum |
699 | 2024-05-14T03:17:23.894Z | ++ awk '{print $1}' |
700 | 2024-05-14T03:17:23.894Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
701 | 2024-05-14T03:17:23.895Z | + [[ 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 ]] |
702 | 2024-05-14T03:17:23.895Z | + do_untar out/downloads/thundermuffin.tar.gz |
703 | 2024-05-14T03:17:23.895Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
704 | 2024-05-14T03:17:24.352Z | + do_assemble |
705 | 2024-05-14T03:17:24.352Z | + rm -r ./out/thundermuffin |
706 | 2024-05-14T03:17:24.364Z | + mkdir ./out/thundermuffin |
707 | 2024-05-14T03:17:24.364Z | + cp -r out/downloads/root ./out/thundermuffin/root |
708 | 2024-05-14T03:17:24.364Z | All prerequisites installed successfully |
709 | 2024-05-14T03:17:24.364Z | |
710 | 2024-05-14T03:17:24.364Z | real 2:18.144959341 |
711 | 2024-05-14T03:17:24.365Z | user 37.140140376 |
712 | 2024-05-14T03:17:24.365Z | sys 7.012136920 |
713 | 2024-05-14T03:17:24.365Z | trap 0.009641255 |
714 | 2024-05-14T03:17:24.365Z | tflt 0.161526105 |
715 | 2024-05-14T03:17:24.365Z | dflt 0.173000450 |
716 | 2024-05-14T03:17:24.365Z | kflt 0.196136523 |
717 | 2024-05-14T03:17:24.365Z | lock 1.639545557 |
718 | 2024-05-14T03:17:24.366Z | slp 4:45.372720437 |
719 | 2024-05-14T03:17:24.366Z | lat 2.015514912 |
720 | 2024-05-14T03:17:24.366Z | stop 0.147989490 |
721 | 2024-05-14T03:17:24.366Z | + ptime -m ./tools/ci_download_softnpu_machinery |
722 | 2024-05-14T03:17:24.367Z | fetching npuzone |
723 | 2024-05-14T03:17:24.367Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
724 | 2024-05-14T03:17:24.367Z | (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2) |
725 | 2024-05-14T03:17:24.367Z | Getting hash for npuzone |
726 | 2024-05-14T03:17:24.652Z | (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568) |
727 | 2024-05-14T03:17:39.397Z | npuzone downloaded successfully |
728 | 2024-05-14T03:17:39.430Z | |
729 | 2024-05-14T03:17:39.430Z | real 15.436913937 |
730 | 2024-05-14T03:17:39.430Z | user 0.300343425 |
731 | 2024-05-14T03:17:39.431Z | sys 0.125660268 |
732 | 2024-05-14T03:17:39.431Z | trap 0.000075365 |
733 | 2024-05-14T03:17:39.432Z | tflt 0.000000000 |
734 | 2024-05-14T03:17:39.432Z | dflt 0.000000000 |
735 | 2024-05-14T03:17:39.432Z | kflt 0.000000000 |
736 | 2024-05-14T03:17:39.433Z | lock 0.000000000 |
737 | 2024-05-14T03:17:39.433Z | slp 45.749458406 |
738 | 2024-05-14T03:17:39.433Z | lat 0.104437679 |
739 | 2024-05-14T03:17:39.433Z | stop 0.000178247 |
740 | 2024-05-14T03:17:39.433Z | + export CARGO_INCREMENTAL=0 |
741 | 2024-05-14T03:17:39.433Z | + CARGO_INCREMENTAL=0 |
742 | 2024-05-14T03:17:39.433Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
743 | 2024-05-14T03:17:39.605Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
744 | 2024-05-14T03:17:39.919Z | Updating git repository `https://github.com/oxidecomputer/zone` |
745 | 2024-05-14T03:17:40.197Z | Updating crates.io index |
746 | 2024-05-14T03:17:40.271Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
747 | 2024-05-14T03:17:41.085Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
748 | 2024-05-14T03:17:41.750Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
749 | 2024-05-14T03:17:43.953Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
750 | 2024-05-14T03:17:44.479Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
751 | 2024-05-14T03:17:44.742Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
752 | 2024-05-14T03:17:45.837Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
753 | 2024-05-14T03:17:47.712Z | Updating git repository `https://github.com/oxidecomputer/opte` |
754 | 2024-05-14T03:17:48.789Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
755 | 2024-05-14T03:17:49.563Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
756 | 2024-05-14T03:17:49.854Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
757 | 2024-05-14T03:17:50.441Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
758 | 2024-05-14T03:17:50.763Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
759 | 2024-05-14T03:17:51.053Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
760 | 2024-05-14T03:17:51.410Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
761 | 2024-05-14T03:17:51.731Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
762 | 2024-05-14T03:17:52.102Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
763 | 2024-05-14T03:17:52.364Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
764 | 2024-05-14T03:17:52.625Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
765 | 2024-05-14T03:17:52.971Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
766 | 2024-05-14T03:17:53.387Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
767 | 2024-05-14T03:17:53.693Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
768 | 2024-05-14T03:17:54.298Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
769 | 2024-05-14T03:17:55.034Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
770 | 2024-05-14T03:17:55.052Z | Updating git repository `https://github.com/jgallagher/nix` |
771 | 2024-05-14T03:17:56.042Z | Updating git repository `https://github.com/cbiffle/hubpack` |
772 | 2024-05-14T03:17:56.387Z | Updating git repository `https://github.com/oxidecomputer/typify` |
773 | 2024-05-14T03:17:58.330Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
774 | 2024-05-14T03:17:58.660Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
775 | 2024-05-14T03:17:58.951Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
776 | 2024-05-14T03:17:59.475Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
777 | 2024-05-14T03:18:00.575Z | Downloading crates ... |
778 | 2024-05-14T03:18:00.705Z | Downloaded allocator-api2 v0.2.16 |
779 | 2024-05-14T03:18:01.122Z | Downloaded addr2line v0.21.0 |
780 | 2024-05-14T03:18:01.122Z | Downloaded arrayvec v0.7.4 |
781 | 2024-05-14T03:18:01.129Z | Downloaded arrayref v0.3.7 |
782 | 2024-05-14T03:18:01.129Z | Downloaded crossbeam-utils v0.8.19 |
783 | 2024-05-14T03:18:01.129Z | Downloaded anstyle-parse v0.2.1 |
784 | 2024-05-14T03:18:01.129Z | Downloaded bytecount v0.6.3 |
785 | 2024-05-14T03:18:01.129Z | Downloaded hostname v0.4.0 |
786 | 2024-05-14T03:18:01.130Z | Downloaded argon2 v0.5.3 |
787 | 2024-05-14T03:18:01.130Z | Downloaded ascii v1.1.0 |
788 | 2024-05-14T03:18:01.130Z | Downloaded arc-swap v1.6.0 |
789 | 2024-05-14T03:18:01.130Z | Downloaded anyhow v1.0.83 |
790 | 2024-05-14T03:18:01.130Z | Downloaded hkdf v0.12.4 |
791 | 2024-05-14T03:18:01.130Z | Downloaded hyper-rustls v0.24.2 |
792 | 2024-05-14T03:18:01.130Z | Downloaded adler v1.0.2 |
793 | 2024-05-14T03:18:01.130Z | Downloaded inout v0.1.3 |
794 | 2024-05-14T03:18:01.130Z | Downloaded http-range v0.1.5 |
795 | 2024-05-14T03:18:01.130Z | Downloaded http-body v0.4.5 |
796 | 2024-05-14T03:18:01.131Z | Downloaded indexmap v2.2.6 |
797 | 2024-05-14T03:18:01.131Z | Downloaded indexmap v1.9.3 |
798 | 2024-05-14T03:18:01.131Z | Downloaded aead v0.5.2 |
799 | 2024-05-14T03:18:01.131Z | Downloaded httparse v1.8.0 |
800 | 2024-05-14T03:18:01.131Z | Downloaded hmac v0.12.1 |
801 | 2024-05-14T03:18:01.131Z | Downloaded anstyle v1.0.7 |
802 | 2024-05-14T03:18:01.131Z | Downloaded anstream v0.6.11 |
803 | 2024-05-14T03:18:01.131Z | Downloaded heapless v0.7.16 |
804 | 2024-05-14T03:18:01.131Z | Downloaded home v0.5.5 |
805 | 2024-05-14T03:18:01.131Z | Downloaded heck v0.5.0 |
806 | 2024-05-14T03:18:01.131Z | Downloaded is-terminal v0.4.9 |
807 | 2024-05-14T03:18:01.131Z | Downloaded buf-list v1.0.3 |
808 | 2024-05-14T03:18:01.131Z | Downloaded async-trait v0.1.80 |
809 | 2024-05-14T03:18:01.131Z | Downloaded anstyle-query v1.0.0 |
810 | 2024-05-14T03:18:01.132Z | Downloaded atty v0.2.14 |
811 | 2024-05-14T03:18:01.132Z | Downloaded ahash v0.8.8 |
812 | 2024-05-14T03:18:01.132Z | Downloaded instant v0.1.12 |
813 | 2024-05-14T03:18:01.132Z | Downloaded ident_case v1.0.1 |
814 | 2024-05-14T03:18:01.132Z | Downloaded hostname v0.3.1 |
815 | 2024-05-14T03:18:01.132Z | Downloaded hyper v0.14.28 |
816 | 2024-05-14T03:18:01.132Z | Downloaded is_ci v1.2.0 |
817 | 2024-05-14T03:18:01.132Z | Downloaded bitfield v0.14.0 |
818 | 2024-05-14T03:18:01.132Z | Downloaded colorchoice v1.0.0 |
819 | 2024-05-14T03:18:01.132Z | Downloaded async-stream-impl v0.3.5 |
820 | 2024-05-14T03:18:01.132Z | Downloaded hyper-tls v0.5.0 |
821 | 2024-05-14T03:18:01.132Z | Downloaded lazy_static v1.4.0 |
822 | 2024-05-14T03:18:01.132Z | Downloaded indoc v1.0.9 |
823 | 2024-05-14T03:18:01.132Z | Downloaded indoc v2.0.3 |
824 | 2024-05-14T03:18:01.132Z | Downloaded ciborium-io v0.2.2 |
825 | 2024-05-14T03:18:01.133Z | Downloaded iana-time-zone v0.1.57 |
826 | 2024-05-14T03:18:01.133Z | Downloaded hubpack_derive v0.1.1 |
827 | 2024-05-14T03:18:01.133Z | Downloaded cfg_aliases v0.1.1 |
828 | 2024-05-14T03:18:01.133Z | Downloaded hyper-staticfile v0.9.5 |
829 | 2024-05-14T03:18:01.133Z | Downloaded lalrpop-util v0.19.12 |
830 | 2024-05-14T03:18:01.133Z | Downloaded humantime v2.1.0 |
831 | 2024-05-14T03:18:01.133Z | Downloaded hubpack v0.1.2 |
832 | 2024-05-14T03:18:01.133Z | Downloaded httpdate v1.0.3 |
833 | 2024-05-14T03:18:01.133Z | Downloaded matches v0.1.10 |
834 | 2024-05-14T03:18:01.133Z | Downloaded linked-hash-map v0.5.6 |
835 | 2024-05-14T03:18:01.133Z | Downloaded kstat-rs v0.2.3 |
836 | 2024-05-14T03:18:01.133Z | Downloaded ipnet v2.9.0 |
837 | 2024-05-14T03:18:01.133Z | Downloaded impl-trait-for-tuples v0.2.2 |
838 | 2024-05-14T03:18:01.133Z | Downloaded match_cfg v0.1.0 |
839 | 2024-05-14T03:18:01.134Z | Downloaded block-buffer v0.10.4 |
840 | 2024-05-14T03:18:01.134Z | Downloaded highway v1.1.0 |
841 | 2024-05-14T03:18:01.134Z | Downloaded ipnetwork v0.20.0 |
842 | 2024-05-14T03:18:01.134Z | Downloaded clap_lex v0.7.0 |
843 | 2024-05-14T03:18:01.134Z | Downloaded keccak v0.1.4 |
844 | 2024-05-14T03:18:01.134Z | Downloaded byteorder v1.5.0 |
845 | 2024-05-14T03:18:01.134Z | Downloaded normalize-line-endings v0.3.0 |
846 | 2024-05-14T03:18:01.134Z | Downloaded newline-converter v0.3.0 |
847 | 2024-05-14T03:18:01.134Z | Downloaded backoff v0.4.0 |
848 | 2024-05-14T03:18:01.134Z | Downloaded cpufeatures v0.2.12 |
849 | 2024-05-14T03:18:01.135Z | Downloaded new_debug_unreachable v1.0.4 |
850 | 2024-05-14T03:18:01.135Z | Downloaded indicatif v0.17.8 |
851 | 2024-05-14T03:18:01.135Z | Downloaded newtype-uuid v1.1.0 |
852 | 2024-05-14T03:18:01.135Z | Downloaded maybe-uninit v2.0.0 |
853 | 2024-05-14T03:18:01.135Z | Downloaded md-5 v0.10.5 |
854 | 2024-05-14T03:18:01.135Z | Downloaded base16ct v0.2.0 |
855 | 2024-05-14T03:18:01.135Z | Downloaded sigpipe v0.1.3 |
856 | 2024-05-14T03:18:01.135Z | Downloaded nodrop v0.1.14 |
857 | 2024-05-14T03:18:01.135Z | Downloaded colored v2.1.0 |
858 | 2024-05-14T03:18:01.135Z | Downloaded cfg-if v1.0.0 |
859 | 2024-05-14T03:18:01.136Z | Downloaded constant_time_eq v0.3.0 |
860 | 2024-05-14T03:18:01.136Z | Downloaded maplit v1.0.2 |
861 | 2024-05-14T03:18:01.136Z | Downloaded toolchain_find v0.4.0 |
862 | 2024-05-14T03:18:01.136Z | Downloaded macaddr v1.0.1 |
863 | 2024-05-14T03:18:01.136Z | Downloaded libsw v3.3.1 |
864 | 2024-05-14T03:18:01.136Z | Downloaded want v0.3.1 |
865 | 2024-05-14T03:18:01.137Z | Downloaded cexpr v0.6.0 |
866 | 2024-05-14T03:18:01.137Z | Downloaded nanorand v0.7.0 |
867 | 2024-05-14T03:18:01.137Z | Downloaded termtree v0.4.1 |
868 | 2024-05-14T03:18:01.137Z | Downloaded num v0.4.2 |
869 | 2024-05-14T03:18:01.137Z | Downloaded mockall v0.12.1 |
870 | 2024-05-14T03:18:01.137Z | Downloaded memoffset v0.7.1 |
871 | 2024-05-14T03:18:01.137Z | Downloaded try-lock v0.2.4 |
872 | 2024-05-14T03:18:01.137Z | Downloaded tinyvec_macros v0.1.1 |
873 | 2024-05-14T03:18:01.137Z | Downloaded newtype_derive v0.1.6 |
874 | 2024-05-14T03:18:01.137Z | Downloaded multimap v0.10.0 |
875 | 2024-05-14T03:18:01.137Z | Downloaded nibble_vec v0.1.0 |
876 | 2024-05-14T03:18:01.138Z | Downloaded crossbeam-deque v0.8.3 |
877 | 2024-05-14T03:18:01.138Z | Downloaded dtrace-parser v0.2.0 |
878 | 2024-05-14T03:18:01.138Z | Downloaded castaway v0.2.2 |
879 | 2024-05-14T03:18:01.138Z | Downloaded dtrace-parser v0.1.14 |
880 | 2024-05-14T03:18:01.138Z | Downloaded crc-catalog v2.2.0 |
881 | 2024-05-14T03:18:02.290Z | Downloaded rustversion v1.0.14 |
882 | 2024-05-14T03:18:02.290Z | Downloaded serde_spanned v0.6.5 |
883 | 2024-05-14T03:18:02.291Z | Downloaded rustc_version v0.1.7 |
884 | 2024-05-14T03:18:02.291Z | Downloaded headers v0.3.9 |
885 | 2024-05-14T03:18:02.291Z | Downloaded equivalent v1.0.1 |
886 | 2024-05-14T03:18:02.291Z | Downloaded signature v1.6.4 |
887 | 2024-05-14T03:18:02.291Z | Downloaded signal-hook-tokio v0.3.1 |
888 | 2024-05-14T03:18:02.292Z | Downloaded clap_derive v4.5.4 |
889 | 2024-05-14T03:18:02.292Z | Downloaded static_assertions v1.1.0 |
890 | 2024-05-14T03:18:02.292Z | Downloaded lock_api v0.4.10 |
891 | 2024-05-14T03:18:02.292Z | Downloaded tokio-macros v2.2.0 |
892 | 2024-05-14T03:18:02.292Z | Downloaded subtle v2.5.0 |
893 | 2024-05-14T03:18:02.293Z | Downloaded signature v2.1.0 |
894 | 2024-05-14T03:18:02.293Z | Downloaded fxhash v0.2.1 |
895 | 2024-05-14T03:18:02.293Z | Downloaded futures-core v0.3.30 |
896 | 2024-05-14T03:18:02.293Z | Downloaded downcast v0.11.0 |
897 | 2024-05-14T03:18:02.293Z | Downloaded serde_arrays v0.1.0 |
898 | 2024-05-14T03:18:02.293Z | Downloaded chacha20 v0.9.1 |
899 | 2024-05-14T03:18:02.294Z | Downloaded bcs v0.1.6 |
900 | 2024-05-14T03:18:02.294Z | Downloaded zeroize v1.7.0 |
901 | 2024-05-14T03:18:02.294Z | Downloaded mime_guess v2.0.4 |
902 | 2024-05-14T03:18:02.294Z | Downloaded structmeta-derive v0.2.0 |
903 | 2024-05-14T03:18:02.294Z | Downloaded cancel-safe-futures v0.1.5 |
904 | 2024-05-14T03:18:02.294Z | Downloaded nu-ansi-term v0.50.0 |
905 | 2024-05-14T03:18:02.295Z | Downloaded path-slash v0.1.5 |
906 | 2024-05-14T03:18:02.295Z | Downloaded convert_case v0.4.0 |
907 | 2024-05-14T03:18:02.295Z | Downloaded console v0.15.8 |
908 | 2024-05-14T03:18:02.295Z | Downloaded native-tls v0.2.11 |
909 | 2024-05-14T03:18:02.296Z | Downloaded multer v3.1.0 |
910 | 2024-05-14T03:18:02.296Z | Downloaded camino v1.1.6 |
911 | 2024-05-14T03:18:02.296Z | Downloaded scroll v0.12.0 |
912 | 2024-05-14T03:18:02.296Z | Downloaded memmap2 v0.7.1 |
913 | 2024-05-14T03:18:02.296Z | Downloaded ciborium v0.2.2 |
914 | 2024-05-14T03:18:02.297Z | Downloaded crc32fast v1.3.2 |
915 | 2024-05-14T03:18:02.297Z | Downloaded fragile v2.0.0 |
916 | 2024-05-14T03:18:02.297Z | Downloaded errno v0.3.8 |
917 | 2024-05-14T03:18:02.297Z | Downloaded serde_with_macros v3.7.0 |
918 | 2024-05-14T03:18:02.298Z | Downloaded num_enum v0.5.11 |
919 | 2024-05-14T03:18:02.298Z | Downloaded time-core v0.1.2 |
920 | 2024-05-14T03:18:02.298Z | Downloaded signal-hook-mio v0.2.3 |
921 | 2024-05-14T03:18:02.298Z | Downloaded bzip2 v0.4.4 |
922 | 2024-05-14T03:18:02.298Z | Downloaded memmap v0.7.0 |
923 | 2024-05-14T03:18:02.298Z | Downloaded zerocopy v0.3.0 |
924 | 2024-05-14T03:18:02.299Z | Downloaded log v0.4.21 |
925 | 2024-05-14T03:18:02.299Z | Downloaded getopts v0.2.21 |
926 | 2024-05-14T03:18:02.299Z | Downloaded gethostname v0.4.3 |
927 | 2024-05-14T03:18:02.299Z | Downloaded semver v1.0.22 |
928 | 2024-05-14T03:18:02.300Z | Downloaded miniz_oxide v0.7.1 |
929 | 2024-05-14T03:18:02.300Z | Downloaded scroll_derive v0.12.0 |
930 | 2024-05-14T03:18:02.300Z | Downloaded zerocopy v0.6.6 |
931 | 2024-05-14T03:18:02.300Z | Downloaded mockall_derive v0.12.1 |
932 | 2024-05-14T03:18:02.301Z | Downloaded zerocopy-derive v0.7.32 |
933 | 2024-05-14T03:18:02.301Z | Downloaded strum v0.26.2 |
934 | 2024-05-14T03:18:02.301Z | Downloaded proc-macro-error-attr v1.0.4 |
935 | 2024-05-14T03:18:02.301Z | Downloaded ppv-lite86 v0.2.17 |
936 | 2024-05-14T03:18:02.301Z | Downloaded powerfmt v0.2.0 |
937 | 2024-05-14T03:18:02.301Z | Downloaded compact_str v0.7.1 |
938 | 2024-05-14T03:18:02.301Z | Downloaded clap v4.5.4 |
939 | 2024-05-14T03:18:02.301Z | Downloaded openssl-probe v0.1.5 |
940 | 2024-05-14T03:18:02.302Z | Downloaded cstr-argument v0.1.2 |
941 | 2024-05-14T03:18:02.302Z | Downloaded const-oid v0.9.6 |
942 | 2024-05-14T03:18:02.302Z | Downloaded siphasher v0.3.11 |
943 | 2024-05-14T03:18:02.302Z | Downloaded signal-hook-registry v1.4.1 |
944 | 2024-05-14T03:18:02.302Z | Downloaded serde_tokenstream v0.1.7 |
945 | 2024-05-14T03:18:02.302Z | Downloaded phf_shared v0.10.0 |
946 | 2024-05-14T03:18:02.302Z | Downloaded serde_tokenstream v0.2.0 |
947 | 2024-05-14T03:18:02.303Z | Downloaded crc-any v2.4.3 |
948 | 2024-05-14T03:18:02.303Z | Downloaded strum_macros v0.25.2 |
949 | 2024-05-14T03:18:02.303Z | Downloaded tiny-keccak v2.0.2 |
950 | 2024-05-14T03:18:02.303Z | Downloaded pretty-hex v0.4.1 |
951 | 2024-05-14T03:18:02.303Z | Downloaded strum_macros v0.24.3 |
952 | 2024-05-14T03:18:02.304Z | Downloaded pretty-hex v0.2.1 |
953 | 2024-05-14T03:18:02.304Z | Downloaded yasna v0.5.2 |
954 | 2024-05-14T03:18:02.304Z | Downloaded crossbeam-epoch v0.9.18 |
955 | 2024-05-14T03:18:02.304Z | Downloaded tui-tree-widget v0.19.0 |
956 | 2024-05-14T03:18:02.305Z | Downloaded serde-big-array v0.5.1 |
957 | 2024-05-14T03:18:02.305Z | Downloaded rpassword v7.3.1 |
958 | 2024-05-14T03:18:02.305Z | Downloaded whoami v1.5.1 |
959 | 2024-05-14T03:18:02.305Z | Downloaded debug-ignore v1.0.5 |
960 | 2024-05-14T03:18:02.306Z | Downloaded getrandom v0.2.12 |
961 | 2024-05-14T03:18:02.306Z | Downloaded fallible-iterator v0.2.0 |
962 | 2024-05-14T03:18:02.306Z | Downloaded http v1.0.0 |
963 | 2024-05-14T03:18:02.306Z | Downloaded serde-big-array v0.4.1 |
964 | 2024-05-14T03:18:02.306Z | Downloaded scopeguard v1.2.0 |
965 | 2024-05-14T03:18:02.307Z | Downloaded rustfmt-wrapper v0.2.1 |
966 | 2024-05-14T03:18:02.307Z | Downloaded scheduled-thread-pool v0.2.7 |
967 | 2024-05-14T03:18:02.307Z | Downloaded terminal_size v0.3.0 |
968 | 2024-05-14T03:18:02.307Z | Downloaded swrite v0.1.0 |
969 | 2024-05-14T03:18:02.308Z | Downloaded backtrace v0.3.69 |
970 | 2024-05-14T03:18:02.308Z | Downloaded num-iter v0.1.44 |
971 | 2024-05-14T03:18:02.308Z | Downloaded globset v0.4.13 |
972 | 2024-05-14T03:18:02.308Z | Downloaded data-encoding v2.4.0 |
973 | 2024-05-14T03:18:02.308Z | Downloaded portpicker v0.1.1 |
974 | 2024-05-14T03:18:02.309Z | Downloaded num-integer v0.1.46 |
975 | 2024-05-14T03:18:02.309Z | Downloaded pest_generator v2.7.6 |
976 | 2024-05-14T03:18:02.309Z | Downloaded num-derive v0.4.0 |
977 | 2024-05-14T03:18:02.309Z | Downloaded uzers v0.11.3 |
978 | 2024-05-14T03:18:02.309Z | Downloaded owo-colors v4.0.0 |
979 | 2024-05-14T03:18:02.309Z | Downloaded enum-as-inner v0.5.1 |
980 | 2024-05-14T03:18:02.310Z | Downloaded time-macros v0.2.17 |
981 | 2024-05-14T03:18:02.328Z | Downloaded funty v2.0.0 |
982 | 2024-05-14T03:18:02.328Z | Downloaded tracing-attributes v0.1.27 |
983 | 2024-05-14T03:18:02.328Z | Downloaded fs-err v2.11.0 |
984 | 2024-05-14T03:18:02.328Z | Downloaded derive-where v1.2.7 |
985 | 2024-05-14T03:18:02.328Z | Downloaded tinyvec v1.6.0 |
986 | 2024-05-14T03:18:02.329Z | Downloaded proc-macro-crate v1.3.1 |
987 | 2024-05-14T03:18:02.329Z | Downloaded serde-hex v0.1.0 |
988 | 2024-05-14T03:18:02.329Z | Downloaded ron v0.8.1 |
989 | 2024-05-14T03:18:02.329Z | Downloaded proc-macro2 v1.0.81 |
990 | 2024-05-14T03:18:02.329Z | Downloaded diesel_table_macro_syntax v0.1.0 |
991 | 2024-05-14T03:18:02.329Z | Downloaded parse-display v0.9.0 |
992 | 2024-05-14T03:18:02.329Z | Downloaded platforms v3.0.2 |
993 | 2024-05-14T03:18:02.329Z | Downloaded test-strategy v0.3.1 |
994 | 2024-05-14T03:18:02.329Z | Downloaded slog-scope v4.4.0 |
995 | 2024-05-14T03:18:02.330Z | Downloaded slog-dtrace v0.3.0 |
996 | 2024-05-14T03:18:02.330Z | Downloaded shlex v1.3.0 |
997 | 2024-05-14T03:18:02.330Z | Downloaded const_format v0.2.32 |
998 | 2024-05-14T03:18:02.330Z | Downloaded thiserror-no-std v2.0.2 |
999 | 2024-05-14T03:18:02.330Z | Downloaded number_prefix v0.4.0 |
1000 | 2024-05-14T03:18:02.330Z | Downloaded num_threads v0.1.6 |
1001 | 2024-05-14T03:18:02.330Z | Downloaded thiserror-impl-no-std v2.0.2 |
1002 | 2024-05-14T03:18:02.330Z | Downloaded thiserror-impl v1.0.59 |
1003 | 2024-05-14T03:18:02.331Z | Downloaded socket2 v0.4.9 |
1004 | 2024-05-14T03:18:02.331Z | Downloaded xattr v1.0.1 |
1005 | 2024-05-14T03:18:02.331Z | Downloaded wait-timeout v0.2.0 |
1006 | 2024-05-14T03:18:02.331Z | Downloaded glob v0.3.1 |
1007 | 2024-05-14T03:18:02.331Z | Downloaded env_logger v0.10.0 |
1008 | 2024-05-14T03:18:02.331Z | Downloaded stability v0.2.0 |
1009 | 2024-05-14T03:18:02.331Z | Downloaded sqlparser_derive v0.2.2 |
1010 | 2024-05-14T03:18:02.331Z | Downloaded dirs-sys-next v0.1.2 |
1011 | 2024-05-14T03:18:02.332Z | Downloaded dirs-next v2.0.0 |
1012 | 2024-05-14T03:18:02.332Z | Downloaded env_logger v0.9.3 |
1013 | 2024-05-14T03:18:02.332Z | Downloaded toml_datetime v0.6.5 |
1014 | 2024-05-14T03:18:02.332Z | Downloaded parse-display-derive v0.9.0 |
1015 | 2024-05-14T03:18:02.332Z | Downloaded wyz v0.5.1 |
1016 | 2024-05-14T03:18:02.332Z | Downloaded unicase v2.7.0 |
1017 | 2024-05-14T03:18:02.332Z | Downloaded peg-runtime v0.8.3 |
1018 | 2024-05-14T03:18:02.332Z | Downloaded memchr v2.7.1 |
1019 | 2024-05-14T03:18:02.332Z | Downloaded futures-sink v0.3.30 |
1020 | 2024-05-14T03:18:02.332Z | Downloaded digest v0.10.7 |
1021 | 2024-05-14T03:18:02.332Z | Downloaded precomputed-hash v0.1.1 |
1022 | 2024-05-14T03:18:02.332Z | Downloaded ref-cast v1.0.22 |
1023 | 2024-05-14T03:18:02.332Z | Downloaded password-hash v0.5.0 |
1024 | 2024-05-14T03:18:02.333Z | Downloaded foreign-types v0.5.0 |
1025 | 2024-05-14T03:18:02.333Z | Downloaded universal-hash v0.5.1 |
1026 | 2024-05-14T03:18:02.333Z | Downloaded difflib v0.4.0 |
1027 | 2024-05-14T03:18:02.333Z | Downloaded rand_xorshift v0.3.0 |
1028 | 2024-05-14T03:18:02.333Z | Downloaded rand_seeder v0.2.3 |
1029 | 2024-05-14T03:18:02.333Z | Downloaded steno v0.4.0 |
1030 | 2024-05-14T03:18:02.333Z | Downloaded hash32 v0.2.1 |
1031 | 2024-05-14T03:18:02.333Z | Downloaded semver v0.1.20 |
1032 | 2024-05-14T03:18:02.333Z | Downloaded string_cache v0.8.7 |
1033 | 2024-05-14T03:18:02.333Z | Downloaded thiserror v1.0.59 |
1034 | 2024-05-14T03:18:02.333Z | Downloaded num-conv v0.1.0 |
1035 | 2024-05-14T03:18:02.334Z | Downloaded version_check v0.9.4 |
1036 | 2024-05-14T03:18:02.334Z | Downloaded pest_meta v2.7.6 |
1037 | 2024-05-14T03:18:02.334Z | Downloaded trust-dns-resolver v0.22.0 |
1038 | 2024-05-14T03:18:02.334Z | Downloaded defmt-macros v0.3.6 |
1039 | 2024-05-14T03:18:02.334Z | Downloaded mio v0.8.11 |
1040 | 2024-05-14T03:18:02.334Z | Downloaded display-error-chain v0.2.0 |
1041 | 2024-05-14T03:18:02.334Z | Downloaded deranged v0.3.11 |
1042 | 2024-05-14T03:18:02.334Z | Downloaded hash32 v0.3.1 |
1043 | 2024-05-14T03:18:02.334Z | Downloaded ff v0.13.0 |
1044 | 2024-05-14T03:18:02.334Z | Downloaded smf v0.2.3 |
1045 | 2024-05-14T03:18:02.334Z | Downloaded sec1 v0.7.3 |
1046 | 2024-05-14T03:18:02.335Z | Downloaded same-file v1.0.6 |
1047 | 2024-05-14T03:18:02.335Z | Downloaded defmt-parser v0.3.3 |
1048 | 2024-05-14T03:18:02.335Z | Downloaded pin-project-lite v0.2.13 |
1049 | 2024-05-14T03:18:02.335Z | Downloaded pkcs1 v0.7.5 |
1050 | 2024-05-14T03:18:02.335Z | Downloaded rcgen v0.12.1 |
1051 | 2024-05-14T03:18:02.335Z | Downloaded peeking_take_while v0.1.2 |
1052 | 2024-05-14T03:18:02.335Z | Downloaded libm v0.2.7 |
1053 | 2024-05-14T03:18:02.335Z | Downloaded curve25519-dalek-derive v0.1.0 |
1054 | 2024-05-14T03:18:02.335Z | Downloaded fnv v1.0.7 |
1055 | 2024-05-14T03:18:02.335Z | Downloaded utf8parse v0.2.1 |
1056 | 2024-05-14T03:18:02.335Z | Downloaded derive_builder_core v0.20.0 |
1057 | 2024-05-14T03:18:02.335Z | Downloaded crunchy v0.2.2 |
1058 | 2024-05-14T03:18:02.336Z | Downloaded ron v0.7.1 |
1059 | 2024-05-14T03:18:02.336Z | Downloaded parse-size v1.0.0 |
1060 | 2024-05-14T03:18:02.336Z | Downloaded pin-project-internal v1.1.3 |
1061 | 2024-05-14T03:18:02.336Z | Downloaded trust-dns-client v0.22.0 |
1062 | 2024-05-14T03:18:02.336Z | Downloaded num_enum_derive v0.5.11 |
1063 | 2024-05-14T03:18:02.336Z | Downloaded rustls-pki-types v1.3.0 |
1064 | 2024-05-14T03:18:02.336Z | Downloaded der_derive v0.7.2 |
1065 | 2024-05-14T03:18:02.336Z | Downloaded itertools v0.12.1 |
1066 | 2024-05-14T03:18:02.336Z | Downloaded psl-types v2.0.11 |
1067 | 2024-05-14T03:18:02.336Z | Downloaded usdt-macro v0.5.0 |
1068 | 2024-05-14T03:18:02.337Z | Downloaded sync_wrapper v0.1.2 |
1069 | 2024-05-14T03:18:02.337Z | Downloaded crucible-workspace-hack v0.1.0 |
1070 | 2024-05-14T03:18:02.337Z | Downloaded quote v1.0.36 |
1071 | 2024-05-14T03:18:02.337Z | Downloaded omicron-zone-package v0.11.0 |
1072 | 2024-05-14T03:18:02.337Z | Downloaded tokio-native-tls v0.3.1 |
1073 | 2024-05-14T03:18:02.337Z | Downloaded strsim v0.10.0 |
1074 | 2024-05-14T03:18:02.337Z | Downloaded foreign-types-shared v0.3.1 |
1075 | 2024-05-14T03:18:02.337Z | Downloaded foreign-types-shared v0.1.1 |
1076 | 2024-05-14T03:18:02.337Z | Downloaded untrusted v0.9.0 |
1077 | 2024-05-14T03:18:02.338Z | Downloaded uuid v1.8.0 |
1078 | 2024-05-14T03:18:02.338Z | Downloaded prettyplease v0.2.19 |
1079 | 2024-05-14T03:18:02.338Z | Downloaded serde_path_to_error v0.1.16 |
1080 | 2024-05-14T03:18:02.338Z | Downloaded pem v3.0.4 |
1081 | 2024-05-14T03:18:02.359Z | Downloaded foreign-types-macros v0.2.3 |
1082 | 2024-05-14T03:18:02.359Z | Downloaded zone v0.1.8 |
1083 | 2024-05-14T03:18:02.360Z | Downloaded peg v0.8.3 |
1084 | 2024-05-14T03:18:02.360Z | Downloaded toml v0.8.12 |
1085 | 2024-05-14T03:18:02.360Z | Downloaded derive_more v0.99.17 |
1086 | 2024-05-14T03:18:02.360Z | Downloaded tracing v0.1.40 |
1087 | 2024-05-14T03:18:02.360Z | Downloaded futures-task v0.3.30 |
1088 | 2024-05-14T03:18:02.360Z | Downloaded once_cell v1.19.0 |
1089 | 2024-05-14T03:18:02.361Z | Downloaded num-rational v0.4.1 |
1090 | 2024-05-14T03:18:02.361Z | Downloaded unicode-bidi v0.3.15 |
1091 | 2024-05-14T03:18:02.361Z | Downloaded slog-async v2.8.0 |
1092 | 2024-05-14T03:18:02.361Z | Downloaded slab v0.4.9 |
1093 | 2024-05-14T03:18:02.361Z | Downloaded rustc-demangle v0.1.23 |
1094 | 2024-05-14T03:18:02.361Z | Downloaded poly1305 v0.8.0 |
1095 | 2024-05-14T03:18:02.361Z | Downloaded trust-dns-server v0.22.1 |
1096 | 2024-05-14T03:18:02.361Z | Downloaded vte_generate_state_changes v0.1.1 |
1097 | 2024-05-14T03:18:02.361Z | Downloaded toml v0.7.8 |
1098 | 2024-05-14T03:18:02.361Z | Downloaded serde_repr v0.1.16 |
1099 | 2024-05-14T03:18:02.362Z | Downloaded serde_plain v1.0.2 |
1100 | 2024-05-14T03:18:02.362Z | Downloaded ryu v1.0.15 |
1101 | 2024-05-14T03:18:02.362Z | Downloaded postcard v1.0.8 |
1102 | 2024-05-14T03:18:02.362Z | Downloaded rayon-core v1.12.1 |
1103 | 2024-05-14T03:18:02.362Z | Downloaded predicates-tree v1.0.9 |
1104 | 2024-05-14T03:18:02.362Z | Downloaded fastrand v2.0.1 |
1105 | 2024-05-14T03:18:02.363Z | Downloaded predicates-core v1.0.6 |
1106 | 2024-05-14T03:18:02.363Z | Downloaded slog-term v2.9.1 |
1107 | 2024-05-14T03:18:02.363Z | Downloaded rtoolbox v0.0.1 |
1108 | 2024-05-14T03:18:02.363Z | Downloaded usdt v0.3.5 |
1109 | 2024-05-14T03:18:02.363Z | Downloaded thread-id v4.2.0 |
1110 | 2024-05-14T03:18:02.363Z | Downloaded term v0.7.0 |
1111 | 2024-05-14T03:18:02.363Z | Downloaded zip v0.6.6 |
1112 | 2024-05-14T03:18:02.363Z | Downloaded serde_urlencoded v0.7.1 |
1113 | 2024-05-14T03:18:02.364Z | Downloaded rustc_version v0.4.0 |
1114 | 2024-05-14T03:18:02.364Z | Downloaded parking_lot_core v0.9.8 |
1115 | 2024-05-14T03:18:02.364Z | Downloaded parking_lot_core v0.8.6 |
1116 | 2024-05-14T03:18:02.364Z | Downloaded supports-color v3.0.0 |
1117 | 2024-05-14T03:18:02.364Z | Downloaded structmeta v0.3.0 |
1118 | 2024-05-14T03:18:02.365Z | Downloaded num-traits v0.2.18 |
1119 | 2024-05-14T03:18:02.365Z | Downloaded futures-channel v0.3.30 |
1120 | 2024-05-14T03:18:02.365Z | Downloaded pin-project v1.1.3 |
1121 | 2024-05-14T03:18:02.365Z | Downloaded opaque-debug v0.3.0 |
1122 | 2024-05-14T03:18:02.365Z | Downloaded group v0.13.0 |
1123 | 2024-05-14T03:18:02.365Z | Downloaded futures-io v0.3.30 |
1124 | 2024-05-14T03:18:02.365Z | Downloaded shell-words v1.1.0 |
1125 | 2024-05-14T03:18:02.366Z | Downloaded schemars v0.8.17 |
1126 | 2024-05-14T03:18:02.366Z | Downloaded utf-8 v0.7.6 |
1127 | 2024-05-14T03:18:02.366Z | Downloaded phf_shared v0.11.2 |
1128 | 2024-05-14T03:18:02.366Z | Downloaded usdt-impl v0.5.0 |
1129 | 2024-05-14T03:18:02.366Z | Downloaded futures-macro v0.3.30 |
1130 | 2024-05-14T03:18:02.366Z | Downloaded form_urlencoded v1.2.1 |
1131 | 2024-05-14T03:18:02.367Z | Downloaded thread_local v1.1.7 |
1132 | 2024-05-14T03:18:02.367Z | Downloaded flagset v0.4.3 |
1133 | 2024-05-14T03:18:02.367Z | Downloaded serde_derive_internals v0.29.0 |
1134 | 2024-05-14T03:18:02.367Z | Downloaded half v2.3.1 |
1135 | 2024-05-14T03:18:02.367Z | Downloaded toml v0.5.11 |
1136 | 2024-05-14T03:18:02.367Z | Downloaded flume v0.11.0 |
1137 | 2024-05-14T03:18:02.367Z | Downloaded serde v1.0.201 |
1138 | 2024-05-14T03:18:02.367Z | Downloaded tokio-tungstenite v0.20.1 |
1139 | 2024-05-14T03:18:02.368Z | Downloaded tabwriter v1.4.0 |
1140 | 2024-05-14T03:18:02.368Z | Downloaded take_mut v0.2.2 |
1141 | 2024-05-14T03:18:02.368Z | Downloaded tokio-tungstenite v0.21.0 |
1142 | 2024-05-14T03:18:02.368Z | Downloaded synstructure v0.12.6 |
1143 | 2024-05-14T03:18:02.368Z | Downloaded r2d2 v0.8.10 |
1144 | 2024-05-14T03:18:02.368Z | Downloaded ucd-trie v0.1.6 |
1145 | 2024-05-14T03:18:02.369Z | Downloaded quick-error v1.2.3 |
1146 | 2024-05-14T03:18:02.369Z | Downloaded slog v2.7.0 |
1147 | 2024-05-14T03:18:02.369Z | Downloaded pkg-config v0.3.27 |
1148 | 2024-05-14T03:18:02.369Z | Downloaded embedded-io v0.4.0 |
1149 | 2024-05-14T03:18:02.369Z | Downloaded termios v0.3.3 |
1150 | 2024-05-14T03:18:02.369Z | Downloaded strsim v0.11.0 |
1151 | 2024-05-14T03:18:02.369Z | Downloaded bindgen v0.69.2 |
1152 | 2024-05-14T03:18:02.369Z | Downloaded either v1.11.0 |
1153 | 2024-05-14T03:18:02.370Z | Downloaded dof v0.1.5 |
1154 | 2024-05-14T03:18:02.370Z | Downloaded ena v0.14.2 |
1155 | 2024-05-14T03:18:02.370Z | Downloaded crypto-common v0.1.6 |
1156 | 2024-05-14T03:18:02.370Z | Downloaded zeroize_derive v1.4.2 |
1157 | 2024-05-14T03:18:02.370Z | Downloaded sha1 v0.10.6 |
1158 | 2024-05-14T03:18:02.370Z | Downloaded structmeta v0.2.0 |
1159 | 2024-05-14T03:18:02.371Z | Downloaded walkdir v2.5.0 |
1160 | 2024-05-14T03:18:02.371Z | Downloaded which v4.4.0 |
1161 | 2024-05-14T03:18:02.371Z | Downloaded unicode-width v0.1.11 |
1162 | 2024-05-14T03:18:02.371Z | Downloaded tar v0.4.40 |
1163 | 2024-05-14T03:18:02.371Z | Downloaded smawk v0.3.1 |
1164 | 2024-05-14T03:18:02.371Z | Downloaded reedline v0.31.0 |
1165 | 2024-05-14T03:18:02.371Z | Downloaded tokio-stream v0.1.15 |
1166 | 2024-05-14T03:18:02.372Z | Downloaded serde_with v3.7.0 |
1167 | 2024-05-14T03:18:02.372Z | Downloaded fatfs v0.3.6 |
1168 | 2024-05-14T03:18:02.372Z | Downloaded futures-executor v0.3.30 |
1169 | 2024-05-14T03:18:02.372Z | Downloaded percent-encoding v2.3.1 |
1170 | 2024-05-14T03:18:02.372Z | Downloaded untrusted v0.7.1 |
1171 | 2024-05-14T03:18:02.372Z | Downloaded portable-atomic v1.4.3 |
1172 | 2024-05-14T03:18:02.373Z | Downloaded smallvec v0.6.14 |
1173 | 2024-05-14T03:18:02.373Z | Downloaded packed_struct_codegen v0.10.1 |
1174 | 2024-05-14T03:18:02.373Z | Downloaded tokio-rustls v0.25.0 |
1175 | 2024-05-14T03:18:02.373Z | Downloaded smallvec v1.13.1 |
1176 | 2024-05-14T03:18:02.373Z | Downloaded crypto-bigint v0.5.2 |
1177 | 2024-05-14T03:18:02.373Z | Downloaded spki v0.7.2 |
1178 | 2024-05-14T03:18:02.373Z | Downloaded stringprep v0.1.3 |
1179 | 2024-05-14T03:18:02.373Z | Downloaded sha2 v0.10.8 |
1180 | 2024-05-14T03:18:02.373Z | Downloaded pest_derive v2.7.6 |
1181 | 2024-05-14T03:18:02.396Z | Downloaded unicode-xid v0.2.4 |
1182 | 2024-05-14T03:18:02.397Z | Downloaded vte v0.11.1 |
1183 | 2024-05-14T03:18:02.397Z | Downloaded rustc-hash v1.1.0 |
1184 | 2024-05-14T03:18:02.397Z | Downloaded pkcs8 v0.10.2 |
1185 | 2024-05-14T03:18:02.398Z | Downloaded sqlformat v0.2.3 |
1186 | 2024-05-14T03:18:02.398Z | Downloaded futures v0.3.30 |
1187 | 2024-05-14T03:18:02.398Z | Downloaded time v0.3.34 |
1188 | 2024-05-14T03:18:02.398Z | Downloaded der v0.7.8 |
1189 | 2024-05-14T03:18:02.398Z | Downloaded num-complex v0.4.5 |
1190 | 2024-05-14T03:18:02.399Z | Downloaded winnow v0.5.15 |
1191 | 2024-05-14T03:18:02.399Z | Downloaded vsss-rs v3.3.4 |
1192 | 2024-05-14T03:18:02.399Z | Downloaded fixedbitset v0.4.2 |
1193 | 2024-05-14T03:18:02.399Z | Downloaded unarray v0.1.4 |
1194 | 2024-05-14T03:18:02.399Z | Downloaded hashbrown v0.13.2 |
1195 | 2024-05-14T03:18:02.399Z | Downloaded csv-core v0.1.11 |
1196 | 2024-05-14T03:18:02.400Z | Downloaded salty v0.2.0 |
1197 | 2024-05-14T03:18:02.400Z | Downloaded pem-rfc7468 v0.7.0 |
1198 | 2024-05-14T03:18:02.400Z | Downloaded parking_lot v0.11.2 |
1199 | 2024-05-14T03:18:02.400Z | Downloaded rustls-webpki v0.101.7 |
1200 | 2024-05-14T03:18:02.400Z | Downloaded tungstenite v0.21.0 |
1201 | 2024-05-14T03:18:02.400Z | Downloaded reqwest v0.11.27 |
1202 | 2024-05-14T03:18:02.401Z | Downloaded tungstenite v0.20.1 |
1203 | 2024-05-14T03:18:02.402Z | Downloaded serde_yaml v0.9.25 |
1204 | 2024-05-14T03:18:02.402Z | Downloaded openssl-sys v0.9.102 |
1205 | 2024-05-14T03:18:02.402Z | Downloaded tokio-postgres v0.7.10 |
1206 | 2024-05-14T03:18:02.403Z | Downloaded publicsuffix v2.2.3 |
1207 | 2024-05-14T03:18:02.403Z | Downloaded parking_lot v0.12.1 |
1208 | 2024-05-14T03:18:02.403Z | Downloaded spin v0.9.8 |
1209 | 2024-05-14T03:18:02.404Z | Downloaded hashbrown v0.12.3 |
1210 | 2024-05-14T03:18:02.404Z | Downloaded typed-path v0.7.0 |
1211 | 2024-05-14T03:18:02.404Z | Downloaded rand v0.8.5 |
1212 | 2024-05-14T03:18:02.404Z | Downloaded papergrid v0.11.0 |
1213 | 2024-05-14T03:18:02.404Z | Downloaded elliptic-curve v0.13.8 |
1214 | 2024-05-14T03:18:02.404Z | Downloaded unsafe-libyaml v0.2.10 |
1215 | 2024-05-14T03:18:02.404Z | Downloaded tough v0.17.1 |
1216 | 2024-05-14T03:18:02.404Z | Downloaded rsa v0.9.2 |
1217 | 2024-05-14T03:18:02.404Z | Downloaded regex-automata v0.1.10 |
1218 | 2024-05-14T03:18:02.405Z | Downloaded crossterm v0.27.0 |
1219 | 2024-05-14T03:18:02.406Z | Downloaded serde_json v1.0.116 |
1220 | 2024-05-14T03:18:02.406Z | Downloaded idna v0.3.0 |
1221 | 2024-05-14T03:18:02.406Z | Downloaded tabled v0.15.0 |
1222 | 2024-05-14T03:18:02.406Z | Downloaded h2 v0.3.26 |
1223 | 2024-05-14T03:18:02.407Z | Downloaded hashbrown v0.14.3 |
1224 | 2024-05-14T03:18:02.407Z | Downloaded webpki-roots v0.25.2 |
1225 | 2024-05-14T03:18:02.407Z | Downloaded vcpkg v0.2.15 |
1226 | 2024-05-14T03:18:02.407Z | Downloaded futures-util v0.3.30 |
1227 | 2024-05-14T03:18:02.407Z | Downloaded smoltcp v0.9.1 |
1228 | 2024-05-14T03:18:02.407Z | Downloaded quick-xml v0.31.0 |
1229 | 2024-05-14T03:18:02.408Z | Downloaded idna v0.5.0 |
1230 | 2024-05-14T03:18:02.408Z | Downloaded trust-dns-proto v0.22.0 |
1231 | 2024-05-14T03:18:02.408Z | Downloaded sqlparser v0.45.0 |
1232 | 2024-05-14T03:18:02.408Z | Downloaded syn v1.0.109 |
1233 | 2024-05-14T03:18:02.408Z | Downloaded object v0.32.1 |
1234 | 2024-05-14T03:18:02.408Z | Downloaded winnow v0.6.1 |
1235 | 2024-05-14T03:18:02.408Z | Downloaded regex v1.10.4 |
1236 | 2024-05-14T03:18:02.409Z | Downloaded object v0.30.4 |
1237 | 2024-05-14T03:18:02.409Z | Downloaded openapiv3 v2.0.0 |
1238 | 2024-05-14T03:18:02.409Z | Downloaded smoltcp v0.11.0 |
1239 | 2024-05-14T03:18:02.409Z | Downloaded bstr v0.2.17 |
1240 | 2024-05-14T03:18:02.410Z | Downloaded diesel v2.1.6 |
1241 | 2024-05-14T03:18:02.410Z | Downloaded syn v2.0.60 |
1242 | 2024-05-14T03:18:02.410Z | Downloaded polar-core v0.27.3 |
1243 | 2024-05-14T03:18:02.410Z | Downloaded radix_trie v0.2.1 |
1244 | 2024-05-14T03:18:02.411Z | Downloaded zerocopy-derive v0.2.0 |
1245 | 2024-05-14T03:18:02.411Z | Downloaded gimli v0.28.0 |
1246 | 2024-05-14T03:18:02.411Z | Downloaded openssl v0.10.64 |
1247 | 2024-05-14T03:18:02.411Z | Downloaded regress v0.9.1 |
1248 | 2024-05-14T03:18:02.411Z | Downloaded regex-syntax v0.8.2 |
1249 | 2024-05-14T03:18:02.411Z | Downloaded sled v0.34.7 |
1250 | 2024-05-14T03:18:02.412Z | Downloaded curve25519-dalek v4.1.2 |
1251 | 2024-05-14T03:18:02.412Z | Downloaded rustix v0.38.31 |
1252 | 2024-05-14T03:18:02.412Z | Downloaded regex-automata v0.4.5 |
1253 | 2024-05-14T03:18:02.412Z | Downloaded tokio v1.37.0 |
1254 | 2024-05-14T03:18:02.412Z | Downloaded libc v0.2.154 |
1255 | 2024-05-14T03:18:02.412Z | Downloaded encoding_rs v0.8.33 |
1256 | 2024-05-14T03:18:02.412Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1257 | 2024-05-14T03:18:02.413Z | Downloaded regex-syntax v0.6.29 |
1258 | 2024-05-14T03:18:02.413Z | Downloaded sha3 v0.10.8 |
1259 | 2024-05-14T03:18:02.413Z | Downloaded csv v1.3.0 |
1260 | 2024-05-14T03:18:02.413Z | Downloaded ratatui v0.26.2 |
1261 | 2024-05-14T03:18:02.413Z | Downloaded zerocopy-derive v0.6.6 |
1262 | 2024-05-14T03:18:02.413Z | Downloaded rustls v0.22.4 |
1263 | 2024-05-14T03:18:02.413Z | Downloaded bstr v1.9.0 |
1264 | 2024-05-14T03:18:02.437Z | Downloaded proptest v1.4.0 |
1265 | 2024-05-14T03:18:02.437Z | Downloaded rustls v0.21.9 |
1266 | 2024-05-14T03:18:02.437Z | Downloaded nix v0.28.0 |
1267 | 2024-05-14T03:18:02.437Z | Downloaded chrono v0.4.38 |
1268 | 2024-05-14T03:18:02.437Z | Downloaded idna v0.2.3 |
1269 | 2024-05-14T03:18:02.454Z | Downloaded flate2 v1.0.28 |
1270 | 2024-05-14T03:18:02.455Z | Downloaded rayon v1.10.0 |
1271 | 2024-05-14T03:18:02.462Z | Downloaded tokio-util v0.7.10 |
1272 | 2024-05-14T03:18:02.462Z | Downloaded rustls-webpki v0.102.1 |
1273 | 2024-05-14T03:18:02.473Z | Downloaded pest v2.7.6 |
1274 | 2024-05-14T03:18:02.481Z | Downloaded bitvec v1.0.1 |
1275 | 2024-05-14T03:18:02.494Z | Downloaded rustyline v14.0.0 |
1276 | 2024-05-14T03:18:02.500Z | Downloaded num-bigint-dig v0.8.4 |
1277 | 2024-05-14T03:18:02.506Z | Downloaded goblin v0.8.0 |
1278 | 2024-05-14T03:18:02.515Z | Downloaded toml_edit v0.22.12 |
1279 | 2024-05-14T03:18:02.530Z | Downloaded lalrpop v0.19.12 |
1280 | 2024-05-14T03:18:02.540Z | Downloaded petgraph v0.6.4 |
1281 | 2024-05-14T03:18:02.551Z | Downloaded serde_derive v1.0.201 |
1282 | 2024-05-14T03:18:02.555Z | Downloaded samael v0.0.15 |
1283 | 2024-05-14T03:18:02.559Z | Downloaded clap_builder v4.5.2 |
1284 | 2024-05-14T03:18:02.567Z | Downloaded unicode_categories v0.1.1 |
1285 | 2024-05-14T03:18:02.570Z | Downloaded typenum v1.16.0 |
1286 | 2024-05-14T03:18:02.573Z | Downloaded url v2.5.0 |
1287 | 2024-05-14T03:18:02.573Z | Downloaded radium v0.7.0 |
1288 | 2024-05-14T03:18:02.577Z | Downloaded rustls-pemfile v2.1.2 |
1289 | 2024-05-14T03:18:02.577Z | Downloaded rustls-pemfile v1.0.3 |
1290 | 2024-05-14T03:18:02.580Z | Downloaded x509-cert v0.2.4 |
1291 | 2024-05-14T03:18:02.585Z | Downloaded unicode-segmentation v1.10.1 |
1292 | 2024-05-14T03:18:02.589Z | Downloaded toml_edit v0.19.15 |
1293 | 2024-05-14T03:18:02.606Z | Downloaded expectorate v1.1.0 |
1294 | 2024-05-14T03:18:02.609Z | Downloaded zerocopy v0.7.32 |
1295 | 2024-05-14T03:18:02.623Z | Downloaded unicode-normalization v0.1.22 |
1296 | 2024-05-14T03:18:02.628Z | Downloaded predicates v3.1.0 |
1297 | 2024-05-14T03:18:02.631Z | Downloaded packed_struct v0.10.1 |
1298 | 2024-05-14T03:18:02.634Z | Downloaded dyn-clone v1.0.17 |
1299 | 2024-05-14T03:18:02.635Z | Downloaded dof v0.3.0 |
1300 | 2024-05-14T03:18:02.635Z | Downloaded filetime v0.2.23 |
1301 | 2024-05-14T03:18:02.642Z | Downloaded fd-lock v4.0.2 |
1302 | 2024-05-14T03:18:02.642Z | Downloaded spin v0.5.2 |
1303 | 2024-05-14T03:18:02.654Z | Downloaded diff v0.1.13 |
1304 | 2024-05-14T03:18:02.654Z | Downloaded tokio-rustls v0.24.1 |
1305 | 2024-05-14T03:18:02.654Z | Downloaded usdt-macro v0.3.5 |
1306 | 2024-05-14T03:18:02.654Z | Downloaded postgres-types v0.2.6 |
1307 | 2024-05-14T03:18:02.655Z | Downloaded postgres-protocol v0.6.6 |
1308 | 2024-05-14T03:18:02.655Z | Downloaded nom v7.1.3 |
1309 | 2024-05-14T03:18:02.665Z | Downloaded crossbeam-channel v0.5.8 |
1310 | 2024-05-14T03:18:02.665Z | Downloaded blake3 v1.5.0 |
1311 | 2024-05-14T03:18:02.675Z | Downloaded num-bigint v0.4.4 |
1312 | 2024-05-14T03:18:02.675Z | Downloaded endian-type v0.1.2 |
1313 | 2024-05-14T03:18:02.675Z | Downloaded peg-macros v0.8.3 |
1314 | 2024-05-14T03:18:02.681Z | Downloaded unicode-ident v1.0.12 |
1315 | 2024-05-14T03:18:02.681Z | Downloaded darling_core v0.20.8 |
1316 | 2024-05-14T03:18:02.687Z | Downloaded tap v1.0.1 |
1317 | 2024-05-14T03:18:02.687Z | Downloaded foreign-types v0.3.2 |
1318 | 2024-05-14T03:18:02.687Z | Downloaded derive_builder v0.20.0 |
1319 | 2024-05-14T03:18:02.724Z | Downloaded snafu v0.8.2 |
1320 | 2024-05-14T03:18:02.744Z | Downloaded waitgroup v0.1.2 |
1321 | 2024-05-14T03:18:02.744Z | Downloaded libxml v0.3.3 |
1322 | 2024-05-14T03:18:02.744Z | Downloaded itertools v0.10.5 |
1323 | 2024-05-14T03:18:02.744Z | Downloaded tracing-core v0.1.32 |
1324 | 2024-05-14T03:18:02.744Z | Downloaded stable_deref_trait v1.2.0 |
1325 | 2024-05-14T03:18:02.745Z | Downloaded secrecy v0.8.0 |
1326 | 2024-05-14T03:18:02.745Z | Downloaded ref-cast-impl v1.0.22 |
1327 | 2024-05-14T03:18:02.745Z | Downloaded base64 v0.21.7 |
1328 | 2024-05-14T03:18:02.745Z | Downloaded derive_builder_macro v0.20.0 |
1329 | 2024-05-14T03:18:02.745Z | Downloaded diesel_derives v2.1.2 |
1330 | 2024-05-14T03:18:02.746Z | Downloaded rand_chacha v0.3.1 |
1331 | 2024-05-14T03:18:02.746Z | Downloaded pin-utils v0.1.0 |
1332 | 2024-05-14T03:18:02.746Z | Downloaded olpc-cjson v0.1.3 |
1333 | 2024-05-14T03:18:02.746Z | Downloaded slog-stdlog v4.1.1 |
1334 | 2024-05-14T03:18:02.746Z | Downloaded oso v0.27.3 |
1335 | 2024-05-14T03:18:02.746Z | Downloaded minimal-lexical v0.2.1 |
1336 | 2024-05-14T03:18:02.746Z | Downloaded slog-envlogger v2.2.0 |
1337 | 2024-05-14T03:18:02.754Z | Downloaded slog-bunyan v2.5.0 |
1338 | 2024-05-14T03:18:02.754Z | Downloaded darling v0.20.8 |
1339 | 2024-05-14T03:18:02.754Z | Downloaded socket2 v0.5.6 |
1340 | 2024-05-14T03:18:02.754Z | Downloaded signal-hook v0.3.17 |
1341 | 2024-05-14T03:18:02.754Z | Downloaded tabled_derive v0.7.0 |
1342 | 2024-05-14T03:18:02.754Z | Downloaded slog-json v2.6.1 |
1343 | 2024-05-14T03:18:02.755Z | Downloaded rusty-fork v0.3.0 |
1344 | 2024-05-14T03:18:02.755Z | Downloaded sct v0.7.0 |
1345 | 2024-05-14T03:18:02.755Z | Downloaded schemars_derive v0.8.17 |
1346 | 2024-05-14T03:18:02.776Z | Downloaded termcolor v1.2.0 |
1347 | 2024-05-14T03:18:02.777Z | Downloaded structmeta-derive v0.3.0 |
1348 | 2024-05-14T03:18:02.777Z | Downloaded strip-ansi-escapes v0.2.0 |
1349 | 2024-05-14T03:18:02.777Z | Downloaded base64 v0.13.1 |
1350 | 2024-05-14T03:18:02.777Z | Downloaded ed25519 v1.5.3 |
1351 | 2024-05-14T03:18:02.809Z | Downloaded defmt v0.3.5 |
1352 | 2024-05-14T03:18:02.809Z | Downloaded proc-macro-error v1.0.4 |
1353 | 2024-05-14T03:18:02.809Z | Downloaded chacha20poly1305 v0.10.1 |
1354 | 2024-05-14T03:18:02.809Z | Downloaded cc v1.0.83 |
1355 | 2024-05-14T03:18:02.810Z | Downloaded bytes v1.6.0 |
1356 | 2024-05-14T03:18:02.810Z | Downloaded plain v0.2.3 |
1357 | 2024-05-14T03:18:02.810Z | Downloaded paste v1.0.14 |
1358 | 2024-05-14T03:18:02.810Z | Downloaded oso-derive v0.27.3 |
1359 | 2024-05-14T03:18:02.810Z | Downloaded textwrap v0.16.1 |
1360 | 2024-05-14T03:18:02.811Z | Downloaded subprocess v0.2.9 |
1361 | 2024-05-14T03:18:02.811Z | Downloaded similar v2.4.0 |
1362 | 2024-05-14T03:18:02.811Z | Downloaded zone_cfg_derive v0.1.2 |
1363 | 2024-05-14T03:18:02.811Z | Downloaded resolv-conf v0.7.0 |
1364 | 2024-05-14T03:18:02.811Z | Downloaded rand_core v0.6.4 |
1365 | 2024-05-14T03:18:02.823Z | Downloaded erased-serde v0.3.31 |
1366 | 2024-05-14T03:18:02.824Z | Downloaded openssl-macros v0.1.1 |
1367 | 2024-05-14T03:18:02.824Z | Downloaded darling_macro v0.20.8 |
1368 | 2024-05-14T03:18:02.824Z | Downloaded tower-service v0.3.2 |
1369 | 2024-05-14T03:18:02.824Z | Downloaded num_cpus v1.16.0 |
1370 | 2024-05-14T03:18:02.824Z | Downloaded unicode-linebreak v0.1.5 |
1371 | 2024-05-14T03:18:02.824Z | Downloaded http v0.2.12 |
1372 | 2024-05-14T03:18:02.824Z | Downloaded phf v0.11.2 |
1373 | 2024-05-14T03:18:02.824Z | Downloaded float-cmp v0.9.0 |
1374 | 2024-05-14T03:18:02.825Z | Downloaded tempfile v3.10.1 |
1375 | 2024-05-14T03:18:02.825Z | Downloaded strum_macros v0.26.1 |
1376 | 2024-05-14T03:18:02.825Z | Downloaded cookie v0.18.1 |
1377 | 2024-05-14T03:18:02.825Z | Downloaded clang-sys v1.6.1 |
1378 | 2024-05-14T03:18:02.825Z | Downloaded ring v0.17.8 |
1379 | 2024-05-14T03:18:02.889Z | Downloaded bitflags v2.4.2 |
1380 | 2024-05-14T03:18:03.314Z | Downloaded generic-array v0.14.7 |
1381 | 2024-05-14T03:18:03.314Z | Downloaded cookie v0.17.0 |
1382 | 2024-05-14T03:18:03.314Z | Downloaded usdt v0.5.0 |
1383 | 2024-05-14T03:18:03.314Z | Downloaded snafu-derive v0.8.2 |
1384 | 2024-05-14T03:18:03.314Z | Downloaded cookie_store v0.20.0 |
1385 | 2024-05-14T03:18:04.268Z | Downloaded blake2 v0.10.6 |
1386 | 2024-05-14T03:18:04.268Z | Downloaded bb8 v0.8.3 |
1387 | 2024-05-14T03:18:04.268Z | Downloaded linear-map v1.2.0 |
1388 | 2024-05-14T03:18:04.269Z | Downloaded usdt-impl v0.3.5 |
1389 | 2024-05-14T03:18:04.269Z | Downloaded topological-sort v0.2.2 |
1390 | 2024-05-14T03:18:04.269Z | Downloaded base64ct v1.6.0 |
1391 | 2024-05-14T03:18:04.269Z | Downloaded base64 v0.22.1 |
1392 | 2024-05-14T03:18:04.269Z | Downloaded crc v3.0.1 |
1393 | 2024-05-14T03:18:04.269Z | Downloaded corncobs v0.1.3 |
1394 | 2024-05-14T03:18:04.269Z | Downloaded cassowary v0.3.0 |
1395 | 2024-05-14T03:18:04.269Z | Downloaded lru-cache v0.1.2 |
1396 | 2024-05-14T03:18:04.269Z | Downloaded libloading v0.7.4 |
1397 | 2024-05-14T03:18:04.269Z | Downloaded lazycell v1.3.0 |
1398 | 2024-05-14T03:18:04.269Z | Downloaded lru v0.12.1 |
1399 | 2024-05-14T03:18:04.269Z | Downloaded async-recursion v1.1.0 |
1400 | 2024-05-14T03:18:04.270Z | Downloaded mime v0.3.17 |
1401 | 2024-05-14T03:18:04.270Z | Downloaded ring v0.16.20 |
1402 | 2024-05-14T03:18:04.270Z | Downloaded async-stream v0.3.5 |
1403 | 2024-05-14T03:18:04.270Z | Downloaded ascii-canvas v3.0.0 |
1404 | 2024-05-14T03:18:04.271Z | Downloaded usdt-attr-macro v0.5.0 |
1405 | 2024-05-14T03:18:04.271Z | Downloaded usdt-attr-macro v0.3.5 |
1406 | 2024-05-14T03:18:04.271Z | Downloaded itoa v1.0.9 |
1407 | 2024-05-14T03:18:04.272Z | Downloaded managed v0.8.0 |
1408 | 2024-05-14T03:18:04.272Z | Downloaded const_format_proc_macros v0.2.32 |
1409 | 2024-05-14T03:18:04.272Z | Downloaded cobs v0.2.3 |
1410 | 2024-05-14T03:18:04.273Z | Downloaded ciborium-ll v0.2.2 |
1411 | 2024-05-14T03:18:04.273Z | Downloaded block-padding v0.3.3 |
1412 | 2024-05-14T03:18:04.273Z | Downloaded autocfg v1.1.0 |
1413 | 2024-05-14T03:18:04.273Z | Downloaded libefi-sys v0.1.0 |
1414 | 2024-05-14T03:18:04.273Z | Downloaded assert_matches v1.5.0 |
1415 | 2024-05-14T03:18:04.273Z | Downloaded cipher v0.4.4 |
1416 | 2024-05-14T03:18:04.273Z | Downloaded bit-vec v0.6.3 |
1417 | 2024-05-14T03:18:04.273Z | Downloaded camino-tempfile v1.1.1 |
1418 | 2024-05-14T03:18:04.273Z | Downloaded atomic-waker v1.1.1 |
1419 | 2024-05-14T03:18:04.273Z | Downloaded headers-core v0.2.0 |
1420 | 2024-05-14T03:18:04.273Z | Downloaded bitstruct_derive v0.1.0 |
1421 | 2024-05-14T03:18:04.273Z | Downloaded heapless v0.8.0 |
1422 | 2024-05-14T03:18:04.273Z | Downloaded bit-set v0.5.3 |
1423 | 2024-05-14T03:18:04.273Z | Downloaded array-init v0.0.4 |
1424 | 2024-05-14T03:18:04.273Z | Downloaded bitflags v1.3.2 |
1425 | 2024-05-14T03:18:04.273Z | Downloaded atomicwrites v0.4.3 |
1426 | 2024-05-14T03:18:04.273Z | Downloaded heck v0.3.3 |
1427 | 2024-05-14T03:18:04.273Z | Downloaded bitstruct v0.1.1 |
1428 | 2024-05-14T03:18:04.274Z | Downloaded aho-corasick v1.1.2 |
1429 | 2024-05-14T03:18:04.274Z | Downloaded hex v0.4.3 |
1430 | 2024-05-14T03:18:04.274Z | Downloaded heck v0.4.1 |
1431 | 2024-05-14T03:18:04.288Z | Compiling proc-macro2 v1.0.81 |
1432 | 2024-05-14T03:18:04.288Z | Compiling unicode-ident v1.0.12 |
1433 | 2024-05-14T03:18:04.289Z | Compiling libc v0.2.154 |
1434 | 2024-05-14T03:18:04.289Z | Compiling serde v1.0.201 |
1435 | 2024-05-14T03:18:04.289Z | Compiling version_check v0.9.4 |
1436 | 2024-05-14T03:18:04.289Z | Compiling autocfg v1.1.0 |
1437 | 2024-05-14T03:18:04.289Z | Compiling cfg-if v1.0.0 |
1438 | 2024-05-14T03:18:04.289Z | Compiling once_cell v1.19.0 |
1439 | 2024-05-14T03:18:04.290Z | Compiling parking_lot_core v0.9.8 |
1440 | 2024-05-14T03:18:04.290Z | Compiling byteorder v1.5.0 |
1441 | 2024-05-14T03:18:04.290Z | Compiling libm v0.2.7 |
1442 | 2024-05-14T03:18:04.290Z | Compiling serde_json v1.0.116 |
1443 | 2024-05-14T03:18:04.291Z | Compiling ahash v0.8.8 |
1444 | 2024-05-14T03:18:04.291Z | Compiling lock_api v0.4.10 |
1445 | 2024-05-14T03:18:05.245Z | Compiling memchr v2.7.1 |
1446 | 2024-05-14T03:18:05.259Z | Compiling num-traits v0.2.18 |
1447 | 2024-05-14T03:18:05.267Z | Compiling thiserror v1.0.59 |
1448 | 2024-05-14T03:18:05.267Z | Compiling typenum v1.16.0 |
1449 | 2024-05-14T03:18:05.785Z | Compiling generic-array v0.14.7 |
1450 | 2024-05-14T03:18:05.942Z | Compiling log v0.4.21 |
1451 | 2024-05-14T03:18:06.076Z | Compiling itoa v1.0.9 |
1452 | 2024-05-14T03:18:06.290Z | Compiling quote v1.0.36 |
1453 | 2024-05-14T03:18:06.522Z | Compiling cc v1.0.83 |
1454 | 2024-05-14T03:18:06.711Z | Compiling syn v2.0.60 |
1455 | 2024-05-14T03:18:06.822Z | Compiling getrandom v0.2.12 |
1456 | 2024-05-14T03:18:07.060Z | Compiling scopeguard v1.2.0 |
1457 | 2024-05-14T03:18:07.234Z | Compiling pkg-config v0.3.27 |
1458 | 2024-05-14T03:18:07.271Z | Compiling allocator-api2 v0.2.16 |
1459 | 2024-05-14T03:18:07.372Z | Compiling slab v0.4.9 |
1460 | 2024-05-14T03:18:07.552Z | Compiling ryu v1.0.15 |
1461 | 2024-05-14T03:18:07.935Z | Compiling smallvec v1.13.1 |
1462 | 2024-05-14T03:18:07.963Z | Compiling pin-project-lite v0.2.13 |
1463 | 2024-05-14T03:18:08.027Z | Compiling schemars v0.8.17 |
1464 | 2024-05-14T03:18:08.082Z | Compiling equivalent v1.0.1 |
1465 | 2024-05-14T03:18:08.231Z | Compiling syn v1.0.109 |
1466 | 2024-05-14T03:18:08.470Z | Compiling vcpkg v0.2.15 |
1467 | 2024-05-14T03:18:08.704Z | Compiling parking_lot v0.12.1 |
1468 | 2024-05-14T03:18:08.853Z | Compiling ring v0.17.8 |
1469 | 2024-05-14T03:18:09.710Z | Compiling signal-hook-registry v1.4.1 |
1470 | 2024-05-14T03:18:10.105Z | Compiling openssl-sys v0.9.102 |
1471 | 2024-05-14T03:18:11.051Z | Compiling mio v0.8.11 |
1472 | 2024-05-14T03:18:11.210Z | Compiling fnv v1.0.7 |
1473 | 2024-05-14T03:18:11.241Z | Compiling rand_core v0.6.4 |
1474 | 2024-05-14T03:18:11.375Z | Compiling num-conv v0.1.0 |
1475 | 2024-05-14T03:18:11.434Z | Compiling time-core v0.1.2 |
1476 | 2024-05-14T03:18:11.619Z | Compiling time-macros v0.2.17 |
1477 | 2024-05-14T03:18:11.639Z | Compiling ring v0.16.20 |
1478 | 2024-05-14T03:18:11.847Z | Compiling num_cpus v1.16.0 |
1479 | 2024-05-14T03:18:12.019Z | Compiling socket2 v0.5.6 |
1480 | 2024-05-14T03:18:12.683Z | Compiling httparse v1.8.0 |
1481 | 2024-05-14T03:18:13.444Z | Compiling futures-core v0.3.30 |
1482 | 2024-05-14T03:18:13.561Z | Compiling rustix v0.38.31 |
1483 | 2024-05-14T03:18:13.709Z | Compiling openssl v0.10.64 |
1484 | 2024-05-14T03:18:14.092Z | Compiling serde_derive_internals v0.29.0 |
1485 | 2024-05-14T03:18:14.202Z | Compiling crossbeam-utils v0.8.19 |
1486 | 2024-05-14T03:18:14.251Z | Compiling semver v1.0.22 |
1487 | 2024-05-14T03:18:14.345Z | Compiling iana-time-zone v0.1.57 |
1488 | 2024-05-14T03:18:14.721Z | Compiling rustls v0.21.9 |
1489 | 2024-05-14T03:18:14.801Z | Compiling tinyvec_macros v0.1.1 |
1490 | 2024-05-14T03:18:14.899Z | Compiling native-tls v0.2.11 |
1491 | 2024-05-14T03:18:15.247Z | Compiling spin v0.5.2 |
1492 | 2024-05-14T03:18:16.520Z | Compiling tinyvec v1.6.0 |
1493 | 2024-05-14T03:18:16.539Z | Compiling spin v0.9.8 |
1494 | 2024-05-14T03:18:16.539Z | Compiling const-oid v0.9.6 |
1495 | 2024-05-14T03:18:16.539Z | Compiling futures-sink v0.3.30 |
1496 | 2024-05-14T03:18:16.539Z | Compiling ucd-trie v0.1.6 |
1497 | 2024-05-14T03:18:16.539Z | Compiling subtle v2.5.0 |
1498 | 2024-05-14T03:18:16.540Z | Compiling backtrace v0.3.69 |
1499 | 2024-05-14T03:18:16.711Z | Compiling unicode-normalization v0.1.22 |
1500 | 2024-05-14T03:18:16.742Z | Compiling cookie v0.17.0 |
1501 | 2024-05-14T03:18:17.025Z | Compiling slog v2.7.0 |
1502 | 2024-05-14T03:18:17.202Z | Compiling unicode-bidi v0.3.15 |
1503 | 2024-05-14T03:18:17.324Z | Compiling heck v0.5.0 |
1504 | 2024-05-14T03:18:17.415Z | Compiling heck v0.4.1 |
1505 | 2024-05-14T03:18:18.074Z | Compiling dyn-clone v1.0.17 |
1506 | 2024-05-14T03:18:18.172Z | Compiling futures-channel v0.3.30 |
1507 | 2024-05-14T03:18:18.173Z | Compiling tracing-core v0.1.32 |
1508 | 2024-05-14T03:18:18.173Z | Compiling futures-io v0.3.30 |
1509 | 2024-05-14T03:18:18.553Z | Compiling pin-utils v0.1.0 |
1510 | 2024-05-14T03:18:18.666Z | Compiling futures-task v0.3.30 |
1511 | 2024-05-14T03:18:18.839Z | Compiling aho-corasick v1.1.2 |
1512 | 2024-05-14T03:18:22.189Z | Compiling regex-syntax v0.8.2 |
1513 | 2024-05-14T03:18:22.686Z | Compiling serde_derive v1.0.201 |
1514 | 2024-05-14T03:18:22.686Z | Compiling zerocopy-derive v0.7.32 |
1515 | 2024-05-14T03:18:22.686Z | Compiling zeroize_derive v1.4.2 |
1516 | 2024-05-14T03:18:22.686Z | Compiling thiserror-impl v1.0.59 |
1517 | 2024-05-14T03:18:22.686Z | Compiling tokio-macros v2.2.0 |
1518 | 2024-05-14T03:18:22.687Z | Compiling zerocopy v0.7.32 |
1519 | 2024-05-14T03:18:22.861Z | Compiling futures-macro v0.3.30 |
1520 | 2024-05-14T03:18:23.010Z | Compiling tracing-attributes v0.1.27 |
1521 | 2024-05-14T03:18:24.219Z | Compiling schemars_derive v0.8.17 |
1522 | 2024-05-14T03:18:24.642Z | Compiling hashbrown v0.14.3 |
1523 | 2024-05-14T03:18:24.702Z | Compiling zeroize v1.7.0 |
1524 | 2024-05-14T03:18:25.488Z | Compiling openssl-macros v0.1.1 |
1525 | 2024-05-14T03:18:26.225Z | Compiling scroll_derive v0.12.0 |
1526 | 2024-05-14T03:18:26.262Z | Compiling pest v2.7.6 |
1527 | 2024-05-14T03:18:26.747Z | Compiling crypto-common v0.1.6 |
1528 | 2024-05-14T03:18:27.243Z | Compiling tracing v0.1.40 |
1529 | 2024-05-14T03:18:27.345Z | Compiling futures-util v0.3.30 |
1530 | 2024-05-14T03:18:27.962Z | Compiling der_derive v0.7.2 |
1531 | 2024-05-14T03:18:27.992Z | Compiling winnow v0.5.15 |
1532 | 2024-05-14T03:18:28.026Z | Compiling anyhow v1.0.83 |
1533 | 2024-05-14T03:18:28.534Z | Compiling pest_meta v2.7.6 |
1534 | 2024-05-14T03:18:29.876Z | Compiling pest_generator v2.7.6 |
1535 | 2024-05-14T03:18:30.819Z | Compiling block-buffer v0.10.4 |
1536 | 2024-05-14T03:18:30.885Z | Compiling regex-automata v0.4.5 |
1537 | 2024-05-14T03:18:31.520Z | Compiling usdt-impl v0.5.0 |
1538 | 2024-05-14T03:18:31.854Z | Compiling rustversion v1.0.14 |
1539 | 2024-05-14T03:18:32.444Z | Compiling bytes v1.6.0 |
1540 | 2024-05-14T03:18:32.767Z | Compiling indexmap v2.2.6 |
1541 | 2024-05-14T03:18:33.603Z | Compiling bitflags v2.4.2 |
1542 | 2024-05-14T03:18:34.183Z | Compiling tokio v1.37.0 |
1543 | 2024-05-14T03:18:34.210Z | Compiling uuid v1.8.0 |
1544 | 2024-05-14T03:18:34.555Z | Compiling serde_tokenstream v0.2.0 |
1545 | 2024-05-14T03:18:34.933Z | Compiling chrono v0.4.38 |
1546 | 2024-05-14T03:18:35.960Z | Compiling serde_spanned v0.6.5 |
1547 | 2024-05-14T03:18:36.185Z | Compiling toml_datetime v0.6.5 |
1548 | 2024-05-14T03:18:37.026Z | Compiling http v0.2.12 |
1549 | 2024-05-14T03:18:38.864Z | Compiling rustc_version v0.4.0 |
1550 | 2024-05-14T03:18:39.463Z | Compiling toml_edit v0.19.15 |
1551 | 2024-05-14T03:18:40.523Z | Compiling pest_derive v2.7.6 |
1552 | 2024-05-14T03:18:40.843Z | Compiling untrusted v0.9.0 |
1553 | 2024-05-14T03:18:41.036Z | Compiling crc32fast v1.3.2 |
1554 | 2024-05-14T03:18:41.308Z | Compiling powerfmt v0.2.0 |
1555 | 2024-05-14T03:18:41.692Z | Compiling deranged v0.3.11 |
1556 | 2024-05-14T03:18:41.770Z | Compiling heapless v0.7.16 |
1557 | 2024-05-14T03:18:42.759Z | Compiling digest v0.10.7 |
1558 | 2024-05-14T03:18:43.177Z | Compiling scroll v0.12.0 |
1559 | 2024-05-14T03:18:43.887Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1560 | 2024-05-14T03:18:43.970Z | Compiling num_threads v0.1.6 |
1561 | 2024-05-14T03:18:44.106Z | Compiling percent-encoding v2.3.1 |
1562 | 2024-05-14T03:18:44.334Z | Compiling ppv-lite86 v0.2.17 |
1563 | 2024-05-14T03:18:44.397Z | Compiling signal-hook v0.3.17 |
1564 | 2024-05-14T03:18:45.129Z | Compiling plain v0.2.3 |
1565 | 2024-05-14T03:18:45.135Z | Compiling goblin v0.8.0 |
1566 | 2024-05-14T03:18:45.135Z | Compiling rand_chacha v0.3.1 |
1567 | 2024-05-14T03:18:45.148Z | Compiling time v0.3.34 |
1568 | 2024-05-14T03:18:46.241Z | Compiling regex v1.10.4 |
1569 | 2024-05-14T03:18:48.970Z | Compiling pretty-hex v0.4.1 |
1570 | 2024-05-14T03:18:49.513Z | Compiling rand v0.8.5 |
1571 | 2024-05-14T03:18:49.811Z | Compiling tokio-util v0.7.10 |
1572 | 2024-05-14T03:18:51.055Z | Compiling dof v0.3.0 |
1573 | 2024-05-14T03:18:51.291Z | Compiling dtrace-parser v0.2.0 |
1574 | 2024-05-14T03:18:52.381Z | Compiling async-trait v0.1.80 |
1575 | 2024-05-14T03:18:52.910Z | Compiling thread-id v4.2.0 |
1576 | 2024-05-14T03:18:53.034Z | Compiling num-bigint v0.4.4 |
1577 | 2024-05-14T03:18:53.354Z | Compiling untrusted v0.7.1 |
1578 | 2024-05-14T03:18:53.489Z | Compiling foreign-types-shared v0.1.1 |
1579 | 2024-05-14T03:18:53.530Z | Compiling adler v1.0.2 |
1580 | 2024-05-14T03:18:53.594Z | Compiling unicode-width v0.1.11 |
1581 | 2024-05-14T03:18:53.841Z | Compiling base64ct v1.6.0 |
1582 | 2024-05-14T03:18:53.855Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1583 | 2024-05-14T03:18:54.359Z | Compiling smoltcp v0.9.1 |
1584 | 2024-05-14T03:18:54.383Z | Compiling pem-rfc7468 v0.7.0 |
1585 | 2024-05-14T03:18:54.592Z | Compiling miniz_oxide v0.7.1 |
1586 | 2024-05-14T03:18:54.763Z | Compiling foreign-types v0.3.2 |
1587 | 2024-05-14T03:18:56.933Z | Compiling form_urlencoded v1.2.1 |
1588 | 2024-05-14T03:18:57.784Z | Compiling hmac v0.12.1 |
1589 | 2024-05-14T03:18:58.050Z | Compiling errno v0.3.8 |
1590 | 2024-05-14T03:18:58.468Z | Compiling siphasher v0.3.11 |
1591 | 2024-05-14T03:18:58.476Z | Compiling try-lock v0.2.4 |
1592 | 2024-05-14T03:18:58.476Z | Compiling flagset v0.4.3 |
1593 | 2024-05-14T03:18:58.533Z | Compiling base64 v0.21.7 |
1594 | 2024-05-14T03:18:58.575Z | Compiling want v0.3.1 |
1595 | 2024-05-14T03:18:59.039Z | Compiling der v0.7.8 |
1596 | 2024-05-14T03:18:59.834Z | Compiling rustls-webpki v0.101.7 |
1597 | 2024-05-14T03:19:00.135Z | Compiling sct v0.7.0 |
1598 | 2024-05-14T03:19:00.375Z | Compiling h2 v0.3.26 |
1599 | 2024-05-14T03:19:01.801Z | Compiling http-body v0.4.5 |
1600 | 2024-05-14T03:19:02.712Z | Compiling openapiv3 v2.0.0 |
1601 | 2024-05-14T03:19:03.373Z | Compiling hubpack_derive v0.1.1 |
1602 | 2024-05-14T03:19:03.712Z | Compiling zerocopy-derive v0.6.6 |
1603 | 2024-05-14T03:19:03.712Z | Compiling lazy_static v1.4.0 |
1604 | 2024-05-14T03:19:03.865Z | Compiling idna v0.5.0 |
1605 | 2024-05-14T03:19:04.693Z | Compiling utf8parse v0.2.1 |
1606 | 2024-05-14T03:19:05.263Z | Compiling openssl-probe v0.1.5 |
1607 | 2024-05-14T03:19:05.540Z | Compiling httpdate v1.0.3 |
1608 | 2024-05-14T03:19:05.591Z | Compiling stable_deref_trait v1.2.0 |
1609 | 2024-05-14T03:19:05.708Z | Compiling gimli v0.28.0 |
1610 | 2024-05-14T03:19:06.057Z | Compiling cpufeatures v0.2.12 |
1611 | 2024-05-14T03:19:06.575Z | Compiling anstyle v1.0.7 |
1612 | 2024-05-14T03:19:06.593Z | Compiling tower-service v0.3.2 |
1613 | 2024-05-14T03:19:06.913Z | Compiling sha2 v0.10.8 |
1614 | 2024-05-14T03:19:07.515Z | Compiling anstyle-parse v0.2.1 |
1615 | 2024-05-14T03:19:07.537Z | Compiling url v2.5.0 |
1616 | 2024-05-14T03:19:07.661Z | Compiling hyper v0.14.28 |
1617 | 2024-05-14T03:19:10.255Z | Compiling addr2line v0.21.0 |
1618 | 2024-05-14T03:19:11.012Z | Compiling spki v0.7.2 |
1619 | 2024-05-14T03:19:11.355Z | Compiling usdt-attr-macro v0.5.0 |
1620 | 2024-05-14T03:19:12.047Z | Compiling usdt-macro v0.5.0 |
1621 | 2024-05-14T03:19:13.644Z | Compiling md-5 v0.10.5 |
1622 | 2024-05-14T03:19:17.412Z | Compiling idna v0.3.0 |
1623 | 2024-05-14T03:19:18.062Z | Compiling stringprep v0.1.3 |
1624 | 2024-05-14T03:19:18.538Z | Compiling diesel_table_macro_syntax v0.1.0 |
1625 | 2024-05-14T03:19:18.594Z | Compiling num-integer v0.1.46 |
1626 | 2024-05-14T03:19:18.793Z | Compiling object v0.32.1 |
1627 | 2024-05-14T03:19:18.908Z | Compiling hash32 v0.2.1 |
1628 | 2024-05-14T03:19:19.273Z | Compiling rustc-demangle v0.1.23 |
1629 | 2024-05-14T03:19:19.313Z | Compiling psl-types v2.0.11 |
1630 | 2024-05-14T03:19:21.729Z | Compiling anstyle-query v1.0.0 |
1631 | 2024-05-14T03:19:22.524Z | Compiling colorchoice v1.0.0 |
1632 | 2024-05-14T03:19:22.945Z | Compiling fallible-iterator v0.2.0 |
1633 | 2024-05-14T03:19:23.367Z | Compiling postgres-protocol v0.6.6 |
1634 | 2024-05-14T03:19:24.583Z | Compiling anstream v0.6.11 |
1635 | 2024-05-14T03:19:27.526Z | Compiling publicsuffix v2.2.3 |
1636 | 2024-05-14T03:19:27.554Z | Compiling diesel_derives v2.1.2 |
1637 | 2024-05-14T03:19:28.584Z | Compiling tokio-rustls v0.24.1 |
1638 | 2024-05-14T03:19:34.308Z | Compiling pkcs8 v0.10.2 |
1639 | 2024-05-14T03:19:34.790Z | Compiling terminal_size v0.3.0 |
1640 | 2024-05-14T03:19:35.005Z | Compiling tokio-native-tls v0.3.1 |
1641 | 2024-05-14T03:19:35.258Z | Compiling phf_shared v0.11.2 |
1642 | 2024-05-14T03:19:36.437Z | Compiling strum_macros v0.25.2 |
1643 | 2024-05-14T03:19:36.789Z | Compiling block-padding v0.3.3 |
1644 | 2024-05-14T03:19:36.971Z | Compiling regress v0.9.1 |
1645 | 2024-05-14T03:19:37.030Z | Compiling enum-as-inner v0.5.1 |
1646 | 2024-05-14T03:19:38.026Z | Compiling clap_derive v4.5.4 |
1647 | 2024-05-14T03:19:38.378Z | Compiling serde_repr v0.1.16 |
1648 | 2024-05-14T03:19:40.109Z | Compiling ff v0.13.0 |
1649 | 2024-05-14T03:19:40.357Z | Compiling scheduled-thread-pool v0.2.7 |
1650 | 2024-05-14T03:19:41.160Z | Compiling encoding_rs v0.8.33 |
1651 | 2024-05-14T03:19:41.586Z | Compiling bit-vec v0.6.3 |
1652 | 2024-05-14T03:19:41.991Z | Compiling ipnet v2.9.0 |
1653 | 2024-05-14T03:19:42.774Z | Compiling matches v0.1.10 |
1654 | 2024-05-14T03:19:42.883Z | Compiling strsim v0.11.0 |
1655 | 2024-05-14T03:19:42.905Z | Compiling clap_lex v0.7.0 |
1656 | 2024-05-14T03:19:43.040Z | Compiling bitflags v1.3.2 |
1657 | 2024-05-14T03:19:43.153Z | Compiling base16ct v0.2.0 |
1658 | 2024-05-14T03:19:43.333Z | Compiling mime v0.3.17 |
1659 | 2024-05-14T03:19:43.447Z | Compiling managed v0.8.0 |
1660 | 2024-05-14T03:19:43.895Z | Compiling ident_case v1.0.1 |
1661 | 2024-05-14T03:19:44.079Z | Compiling strsim v0.10.0 |
1662 | 2024-05-14T03:19:44.569Z | Compiling regex-automata v0.1.10 |
1663 | 2024-05-14T03:19:44.748Z | Compiling darling_core v0.20.8 |
1664 | 2024-05-14T03:19:45.070Z | Compiling bstr v0.2.17 |
1665 | 2024-05-14T03:19:46.390Z | Compiling sec1 v0.7.3 |
1666 | 2024-05-14T03:19:46.954Z | Compiling clap_builder v4.5.2 |
1667 | 2024-05-14T03:19:47.191Z | Compiling idna v0.2.3 |
1668 | 2024-05-14T03:19:48.938Z | Compiling r2d2 v0.8.10 |
1669 | 2024-05-14T03:19:49.307Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1670 | 2024-05-14T03:19:50.852Z | Compiling group v0.13.0 |
1671 | 2024-05-14T03:19:51.970Z | Compiling inout v0.1.3 |
1672 | 2024-05-14T03:19:53.860Z | Compiling phf v0.11.2 |
1673 | 2024-05-14T03:19:53.914Z | Compiling hyper-tls v0.5.0 |
1674 | 2024-05-14T03:19:54.159Z | Compiling signal-hook-mio v0.2.3 |
1675 | 2024-05-14T03:19:54.265Z | Compiling bzip2 v0.4.4 |
1676 | 2024-05-14T03:19:54.301Z | Compiling flate2 v1.0.28 |
1677 | 2024-05-14T03:19:54.679Z | Compiling hyper-rustls v0.24.2 |
1678 | 2024-05-14T03:19:54.778Z | Compiling cookie_store v0.20.0 |
1679 | 2024-05-14T03:19:55.190Z | Compiling postgres-types v0.2.6 |
1680 | 2024-05-14T03:19:55.323Z | Compiling zerocopy v0.6.6 |
1681 | 2024-05-14T03:19:56.075Z | Compiling hubpack v0.1.2 |
1682 | 2024-05-14T03:19:56.110Z | Compiling rustls-pemfile v1.0.3 |
1683 | 2024-05-14T03:19:56.187Z | Compiling phf_shared v0.10.0 |
1684 | 2024-05-14T03:19:56.209Z | Compiling hkdf v0.12.4 |
1685 | 2024-05-14T03:19:56.431Z | Compiling serde_urlencoded v0.7.1 |
1686 | 2024-05-14T03:19:56.434Z | Compiling crossbeam-epoch v0.9.18 |
1687 | 2024-05-14T03:19:56.542Z | Compiling ipnetwork v0.20.0 |
1688 | 2024-05-14T03:19:56.584Z | Compiling futures-executor v0.3.30 |
1689 | 2024-05-14T03:19:57.178Z | Compiling crypto-bigint v0.5.2 |
1690 | 2024-05-14T03:19:57.293Z | Compiling float-cmp v0.9.0 |
1691 | 2024-05-14T03:19:57.334Z | Compiling memmap v0.7.0 |
1692 | 2024-05-14T03:19:57.720Z | Compiling sync_wrapper v0.1.2 |
1693 | 2024-05-14T03:19:57.855Z | Compiling data-encoding v2.4.0 |
1694 | 2024-05-14T03:19:57.883Z | Compiling either v1.11.0 |
1695 | 2024-05-14T03:19:58.253Z | Compiling whoami v1.5.1 |
1696 | 2024-05-14T03:19:58.299Z | Compiling precomputed-hash v0.1.1 |
1697 | 2024-05-14T03:19:58.419Z | Compiling webpki-roots v0.25.2 |
1698 | 2024-05-14T03:19:58.802Z | Compiling unicode-segmentation v1.10.1 |
1699 | 2024-05-14T03:19:59.078Z | Compiling new_debug_unreachable v1.0.4 |
1700 | 2024-05-14T03:19:59.174Z | Compiling normalize-line-endings v0.3.0 |
1701 | 2024-05-14T03:19:59.196Z | Compiling fixedbitset v0.4.2 |
1702 | 2024-05-14T03:19:59.313Z | Compiling winnow v0.6.1 |
1703 | 2024-05-14T03:19:59.530Z | Compiling minimal-lexical v0.2.1 |
1704 | 2024-05-14T03:19:59.590Z | Compiling static_assertions v1.1.0 |
1705 | 2024-05-14T03:19:59.611Z | Compiling difflib v0.4.0 |
1706 | 2024-05-14T03:20:00.032Z | Compiling predicates-core v1.0.6 |
1707 | 2024-05-14T03:20:00.349Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1708 | 2024-05-14T03:20:00.784Z | Compiling predicates v3.1.0 |
1709 | 2024-05-14T03:20:00.857Z | Compiling nom v7.1.3 |
1710 | 2024-05-14T03:20:00.920Z | Compiling reqwest v0.11.27 |
1711 | 2024-05-14T03:20:02.352Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1712 | 2024-05-14T03:20:02.436Z | Compiling petgraph v0.6.4 |
1713 | 2024-05-14T03:20:03.085Z | Compiling toml_edit v0.22.12 |
1714 | 2024-05-14T03:20:04.487Z | Compiling similar v2.4.0 |
1715 | 2024-05-14T03:20:04.714Z | Compiling string_cache v0.8.7 |
1716 | 2024-05-14T03:20:05.136Z | Compiling elliptic-curve v0.13.8 |
1717 | 2024-05-14T03:20:05.835Z | Compiling tokio-postgres v0.7.10 |
1718 | 2024-05-14T03:20:06.304Z | Compiling trust-dns-proto v0.22.0 |
1719 | 2024-05-14T03:20:06.449Z | Compiling itertools v0.10.5 |
1720 | 2024-05-14T03:20:07.897Z | Compiling usdt v0.5.0 |
1721 | 2024-05-14T03:20:09.278Z | Compiling diesel v2.1.6 |
1722 | 2024-05-14T03:20:09.493Z | Compiling futures v0.3.30 |
1723 | 2024-05-14T03:20:09.633Z | Compiling yasna v0.5.2 |
1724 | 2024-05-14T03:20:10.181Z | Compiling zip v0.6.6 |
1725 | 2024-05-14T03:20:10.322Z | Compiling crossterm v0.27.0 |
1726 | 2024-05-14T03:20:11.218Z | Compiling cipher v0.4.4 |
1727 | 2024-05-14T03:20:11.364Z | Compiling darling_macro v0.20.8 |
1728 | 2024-05-14T03:20:12.342Z | Compiling clap v4.5.4 |
1729 | 2024-05-14T03:20:12.362Z | Compiling bit-set v0.5.3 |
1730 | 2024-05-14T03:20:12.639Z | Compiling num-iter v0.1.44 |
1731 | 2024-05-14T03:20:13.180Z | Compiling console v0.15.8 |
1732 | 2024-05-14T03:20:13.549Z | Compiling tokio-stream v0.1.15 |
1733 | 2024-05-14T03:20:13.570Z | Compiling toml v0.7.8 |
1734 | 2024-05-14T03:20:14.389Z | Compiling bstr v1.9.0 |
1735 | 2024-05-14T03:20:14.520Z | Compiling hex v0.4.3 |
1736 | 2024-05-14T03:20:15.151Z | Compiling peg-runtime v0.8.3 |
1737 | 2024-05-14T03:20:15.296Z | Compiling lalrpop-util v0.19.12 |
1738 | 2024-05-14T03:20:17.108Z | Compiling darling v0.20.8 |
1739 | 2024-05-14T03:20:17.224Z | Compiling proc-macro-crate v1.3.1 |
1740 | 2024-05-14T03:20:18.587Z | Compiling camino v1.1.6 |
1741 | 2024-05-14T03:20:18.655Z | Compiling heapless v0.8.0 |
1742 | 2024-05-14T03:20:19.685Z | Compiling num_enum_derive v0.5.11 |
1743 | 2024-05-14T03:20:26.580Z | Compiling hash32 v0.3.1 |
1744 | 2024-05-14T03:20:27.310Z | Compiling rustls-pki-types v1.3.0 |
1745 | 2024-05-14T03:20:28.539Z | Compiling smoltcp v0.11.0 |
1746 | 2024-05-14T03:20:28.611Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1747 | 2024-05-14T03:20:38.220Z | Compiling num_enum v0.5.11 |
1748 | 2024-05-14T03:20:41.934Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1749 | 2024-05-14T03:20:42.164Z | Compiling getopts v0.2.21 |
1750 | 2024-05-14T03:20:43.489Z | Compiling dirs-sys-next v0.1.2 |
1751 | 2024-05-14T03:20:44.877Z | Compiling proc-macro-error-attr v1.0.4 |
1752 | 2024-05-14T03:20:45.204Z | Compiling cobs v0.2.3 |
1753 | 2024-05-14T03:20:45.607Z | Compiling unsafe-libyaml v0.2.10 |
1754 | 2024-05-14T03:20:45.764Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1755 | 2024-05-14T03:20:45.789Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1756 | 2024-05-14T03:20:46.073Z | Compiling paste v1.0.14 |
1757 | 2024-05-14T03:20:47.031Z | Compiling embedded-io v0.4.0 |
1758 | 2024-05-14T03:20:47.160Z | Compiling rustls v0.22.4 |
1759 | 2024-05-14T03:20:47.262Z | Compiling postcard v1.0.8 |
1760 | 2024-05-14T03:20:47.298Z | Compiling serde_yaml v0.9.25 |
1761 | 2024-05-14T03:20:51.444Z | Compiling dirs-next v2.0.0 |
1762 | 2024-05-14T03:20:53.178Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1763 | 2024-05-14T03:21:00.468Z | Compiling rustls-webpki v0.102.1 |
1764 | 2024-05-14T03:21:05.724Z | Compiling strum_macros v0.26.1 |
1765 | 2024-05-14T03:21:05.985Z | Compiling structmeta-derive v0.3.0 |
1766 | 2024-05-14T03:21:06.070Z | Compiling foreign-types-macros v0.2.3 |
1767 | 2024-05-14T03:21:07.621Z | Compiling thread_local v1.1.7 |
1768 | 2024-05-14T03:21:07.704Z | Compiling proc-macro-error v1.0.4 |
1769 | 2024-05-14T03:21:08.030Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1770 | 2024-05-14T03:21:08.336Z | Compiling multer v3.1.0 |
1771 | 2024-05-14T03:21:08.450Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1772 | 2024-05-14T03:21:08.614Z | Compiling match_cfg v0.1.0 |
1773 | 2024-05-14T03:21:08.643Z | Compiling foreign-types-shared v0.3.1 |
1774 | 2024-05-14T03:21:08.647Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1775 | 2024-05-14T03:21:08.972Z | Compiling slog-async v2.8.0 |
1776 | 2024-05-14T03:21:10.278Z | Compiling strum v0.26.2 |
1777 | 2024-05-14T03:21:15.060Z | Compiling foreign-types v0.5.0 |
1778 | 2024-05-14T03:21:15.188Z | Compiling hostname v0.3.1 |
1779 | 2024-05-14T03:21:15.529Z | Compiling structmeta v0.3.0 |
1780 | 2024-05-14T03:21:15.920Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1781 | 2024-05-14T03:21:21.592Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1782 | 2024-05-14T03:21:30.309Z | Compiling term v0.7.0 |
1783 | 2024-05-14T03:21:33.846Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1784 | 2024-05-14T03:21:33.887Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1785 | 2024-05-14T03:21:35.135Z | Compiling slog-json v2.6.1 |
1786 | 2024-05-14T03:21:35.434Z | Compiling is-terminal v0.4.9 |
1787 | 2024-05-14T03:21:35.580Z | Compiling tabwriter v1.4.0 |
1788 | 2024-05-14T03:21:35.652Z | Compiling crossbeam-channel v0.5.8 |
1789 | 2024-05-14T03:21:37.040Z | Compiling http v1.0.0 |
1790 | 2024-05-14T03:21:37.353Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1791 | 2024-05-14T03:21:37.501Z | Compiling async-stream-impl v0.3.5 |
1792 | 2024-05-14T03:21:38.168Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1793 | 2024-05-14T03:21:38.765Z | Compiling cstr-argument v0.1.2 |
1794 | 2024-05-14T03:21:39.034Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1795 | 2024-05-14T03:21:39.056Z | Compiling take_mut v0.2.2 |
1796 | 2024-05-14T03:21:39.131Z | Compiling base64 v0.22.1 |
1797 | 2024-05-14T03:21:39.224Z | Compiling fastrand v2.0.1 |
1798 | 2024-05-14T03:21:39.807Z | Compiling pretty-hex v0.2.1 |
1799 | 2024-05-14T03:21:40.185Z | Compiling crucible-workspace-hack v0.1.0 |
1800 | 2024-05-14T03:21:40.213Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1801 | 2024-05-14T03:21:40.287Z | Compiling atomic-waker v1.1.1 |
1802 | 2024-05-14T03:21:40.326Z | Compiling rayon-core v1.12.1 |
1803 | 2024-05-14T03:21:40.485Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1804 | 2024-05-14T03:21:40.713Z | Compiling waitgroup v0.1.2 |
1805 | 2024-05-14T03:21:40.861Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1806 | 2024-05-14T03:21:40.959Z | Compiling rustls-pemfile v2.1.2 |
1807 | 2024-05-14T03:21:41.240Z | Compiling tempfile v3.10.1 |
1808 | 2024-05-14T03:21:41.798Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1809 | 2024-05-14T03:21:41.950Z | Compiling async-stream v0.3.5 |
1810 | 2024-05-14T03:21:42.888Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1811 | 2024-05-14T03:21:43.117Z | Compiling slog-term v2.9.1 |
1812 | 2024-05-14T03:21:43.120Z | Compiling slog-bunyan v2.5.0 |
1813 | 2024-05-14T03:21:44.145Z | Compiling tokio-rustls v0.25.0 |
1814 | 2024-05-14T03:21:44.599Z | Compiling parse-display-derive v0.9.0 |
1815 | 2024-05-14T03:21:44.704Z | Compiling toml v0.8.12 |
1816 | 2024-05-14T03:21:45.178Z | Compiling serde_with_macros v3.7.0 |
1817 | 2024-05-14T03:21:46.027Z | Compiling sha1 v0.10.6 |
1818 | 2024-05-14T03:21:46.956Z | Compiling crossbeam-deque v0.8.3 |
1819 | 2024-05-14T03:21:47.368Z | Compiling colored v2.1.0 |
1820 | 2024-05-14T03:21:47.930Z | Compiling newtype-uuid v1.1.0 |
1821 | 2024-05-14T03:21:48.256Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1822 | 2024-05-14T03:21:48.533Z | Compiling serde_path_to_error v0.1.16 |
1823 | 2024-05-14T03:21:48.700Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1824 | 2024-05-14T03:21:49.514Z | Compiling socket2 v0.4.9 |
1825 | 2024-05-14T03:21:49.546Z | Compiling hostname v0.4.0 |
1826 | 2024-05-14T03:21:49.830Z | Compiling instant v0.1.12 |
1827 | 2024-05-14T03:21:50.009Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1828 | 2024-05-14T03:21:50.266Z | Compiling debug-ignore v1.0.5 |
1829 | 2024-05-14T03:21:50.441Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1830 | 2024-05-14T03:21:52.150Z | Compiling backoff v0.4.0 |
1831 | 2024-05-14T03:21:52.411Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1832 | 2024-05-14T03:21:52.511Z | Compiling parse-display v0.9.0 |
1833 | 2024-05-14T03:21:52.613Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1834 | 2024-05-14T03:21:52.954Z | Compiling serde_with v3.7.0 |
1835 | 2024-05-14T03:21:54.540Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1836 | 2024-05-14T03:21:55.958Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1837 | 2024-05-14T03:21:56.846Z | Compiling camino-tempfile v1.1.1 |
1838 | 2024-05-14T03:21:57.462Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1839 | 2024-05-14T03:21:57.670Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1840 | 2024-05-14T03:21:57.864Z | Compiling macaddr v1.0.1 |
1841 | 2024-05-14T03:21:57.968Z | Compiling num-derive v0.4.0 |
1842 | 2024-05-14T03:21:58.486Z | Compiling sigpipe v0.1.3 |
1843 | 2024-05-14T03:21:58.625Z | Compiling libefi-sys v0.1.0 |
1844 | 2024-05-14T03:21:58.732Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1845 | 2024-05-14T03:21:58.980Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1846 | 2024-05-14T03:21:59.263Z | Compiling rayon v1.10.0 |
1847 | 2024-05-14T03:22:00.220Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1848 | 2024-05-14T03:22:00.415Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1849 | 2024-05-14T03:22:01.842Z | Compiling smf v0.2.3 |
1850 | 2024-05-14T03:22:02.922Z | Compiling blake3 v1.5.0 |
1851 | 2024-05-14T03:22:03.397Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1852 | 2024-05-14T03:22:03.499Z | Compiling portable-atomic v1.4.3 |
1853 | 2024-05-14T03:22:04.408Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1854 | 2024-05-14T03:22:04.472Z | Compiling filetime v0.2.23 |
1855 | 2024-05-14T03:22:04.678Z | Compiling xattr v1.0.1 |
1856 | 2024-05-14T03:22:04.857Z | Compiling memmap2 v0.7.1 |
1857 | 2024-05-14T03:22:04.996Z | Compiling arrayref v0.3.7 |
1858 | 2024-05-14T03:22:05.032Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1859 | 2024-05-14T03:22:05.113Z | Compiling constant_time_eq v0.3.0 |
1860 | 2024-05-14T03:22:05.299Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1861 | 2024-05-14T03:22:05.323Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1862 | 2024-05-14T03:22:05.364Z | Compiling arrayvec v0.7.4 |
1863 | 2024-05-14T03:22:05.549Z | Compiling same-file v1.0.6 |
1864 | 2024-05-14T03:22:05.839Z | Compiling walkdir v2.5.0 |
1865 | 2024-05-14T03:22:07.412Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1866 | 2024-05-14T03:22:08.453Z | Compiling tar v0.4.40 |
1867 | 2024-05-14T03:22:08.859Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1868 | 2024-05-14T03:22:09.950Z | Compiling gethostname v0.4.3 |
1869 | 2024-05-14T03:22:10.220Z | Compiling topological-sort v0.2.2 |
1870 | 2024-05-14T03:22:10.488Z | Compiling number_prefix v0.4.0 |
1871 | 2024-05-14T03:22:10.738Z | Compiling indicatif v0.17.8 |
1872 | 2024-05-14T03:22:11.198Z | Compiling omicron-zone-package v0.11.0 |
1873 | 2024-05-14T03:22:13.239Z | Compiling swrite v0.1.0 |
1874 | 2024-05-14T03:22:16.080Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1875 | 2024-05-14T03:22:19.594Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1876 | 2024-05-14T03:22:20.970Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1877 | 2024-05-14T03:22:22.442Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1878 | 2024-05-14T03:22:40.981Z | Finished release [optimized] target(s) in 5m 01s |
1879 | 2024-05-14T03:22:41.234Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1880 | 2024-05-14T03:22:41.303Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1881 | 2024-05-14T03:22:41.305Z | Created new build target 'test' and set it as active |
1882 | 2024-05-14T03:22:41.306Z | |
1883 | 2024-05-14T03:22:41.306Z | real 5:01.891976285 |
1884 | 2024-05-14T03:22:41.306Z | user 31:48.043045200 |
1885 | 2024-05-14T03:22:41.306Z | sys 3:54.526866891 |
1886 | 2024-05-14T03:22:41.306Z | trap 0.924927556 |
1887 | 2024-05-14T03:22:41.306Z | tflt 4.875231982 |
1888 | 2024-05-14T03:22:41.306Z | dflt 4.121298215 |
1889 | 2024-05-14T03:22:41.306Z | kflt 0.024695490 |
1890 | 2024-05-14T03:22:41.306Z | lock 1:07:28.667197199 |
1891 | 2024-05-14T03:22:41.306Z | slp 1:30:29.006712708 |
1892 | 2024-05-14T03:22:41.306Z | lat 2:04.740448257 |
1893 | 2024-05-14T03:22:41.306Z | stop 3:43.911540942 |
1894 | 2024-05-14T03:22:41.306Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1895 | 2024-05-14T03:22:42.100Z | Finished release [optimized] target(s) in 0.75s |
1896 | 2024-05-14T03:22:42.122Z | Running `target/release/omicron-package -t test package` |
1897 | 2024-05-14T03:22:42.151Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1898 | 2024-05-14T03:22:42.999Z | Compiling newline-converter v0.3.0 |
1899 | 2024-05-14T03:22:43.005Z | Compiling humantime v2.1.0 |
1900 | 2024-05-14T03:22:43.075Z | Compiling unicode-xid v0.2.4 |
1901 | 2024-05-14T03:22:43.080Z | Compiling linked-hash-map v0.5.6 |
1902 | 2024-05-14T03:22:43.086Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1903 | 2024-05-14T03:22:43.090Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1904 | 2024-05-14T03:22:43.090Z | Compiling password-hash v0.5.0 |
1905 | 2024-05-14T03:22:43.090Z | Compiling blake2 v0.10.6 |
1906 | 2024-05-14T03:22:43.200Z | Compiling expectorate v1.1.0 |
1907 | 2024-05-14T03:22:43.204Z | Compiling semver v0.1.20 |
1908 | 2024-05-14T03:22:43.344Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1909 | 2024-05-14T03:22:43.372Z | Compiling bytecount v0.6.3 |
1910 | 2024-05-14T03:22:43.428Z | Compiling lru-cache v0.1.2 |
1911 | 2024-05-14T03:22:43.628Z | Compiling argon2 v0.5.3 |
1912 | 2024-05-14T03:22:43.653Z | Compiling rustc_version v0.1.7 |
1913 | 2024-05-14T03:22:43.776Z | Compiling papergrid v0.11.0 |
1914 | 2024-05-14T03:22:43.859Z | Compiling tabled_derive v0.7.0 |
1915 | 2024-05-14T03:22:44.041Z | Compiling newtype_derive v0.1.6 |
1916 | 2024-05-14T03:22:44.344Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1917 | 2024-05-14T03:22:44.462Z | Compiling quick-error v1.2.3 |
1918 | 2024-05-14T03:22:44.601Z | Compiling resolv-conf v0.7.0 |
1919 | 2024-05-14T03:22:45.088Z | Compiling steno v0.4.0 |
1920 | 2024-05-14T03:22:45.366Z | Compiling trust-dns-resolver v0.22.0 |
1921 | 2024-05-14T03:22:46.153Z | Compiling tabled v0.15.0 |
1922 | 2024-05-14T03:22:46.200Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1923 | 2024-05-14T03:22:46.283Z | Compiling derive-where v1.2.7 |
1924 | 2024-05-14T03:22:49.462Z | Compiling num-rational v0.4.1 |
1925 | 2024-05-14T03:22:49.664Z | Compiling slog-dtrace v0.3.0 |
1926 | 2024-05-14T03:22:49.775Z | Compiling termcolor v1.2.0 |
1927 | 2024-05-14T03:22:50.277Z | Compiling itertools v0.12.1 |
1928 | 2024-05-14T03:22:50.816Z | Compiling utf-8 v0.7.6 |
1929 | 2024-05-14T03:22:54.084Z | Compiling num-complex v0.4.5 |
1930 | 2024-05-14T03:22:55.252Z | Compiling num v0.4.2 |
1931 | 2024-05-14T03:22:55.353Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1932 | 2024-05-14T03:22:55.360Z | Compiling nibble_vec v0.1.0 |
1933 | 2024-05-14T03:22:55.989Z | Compiling endian-type v0.1.2 |
1934 | 2024-05-14T03:22:56.421Z | Compiling radium v0.7.0 |
1935 | 2024-05-14T03:22:56.426Z | Compiling radix_trie v0.2.1 |
1936 | 2024-05-14T03:22:56.427Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1937 | 2024-05-14T03:22:57.134Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1938 | 2024-05-14T03:22:57.710Z | Compiling tungstenite v0.20.1 |
1939 | 2024-05-14T03:22:59.070Z | Compiling maybe-uninit v2.0.0 |
1940 | 2024-05-14T03:22:59.571Z | Compiling tap v1.0.1 |
1941 | 2024-05-14T03:22:59.727Z | Compiling wyz v0.5.1 |
1942 | 2024-05-14T03:23:00.255Z | Compiling tokio-tungstenite v0.20.1 |
1943 | 2024-05-14T03:23:01.369Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1944 | 2024-05-14T03:23:03.044Z | Compiling funty v2.0.0 |
1945 | 2024-05-14T03:23:05.599Z | Compiling crc-catalog v2.2.0 |
1946 | 2024-05-14T03:23:05.721Z | Compiling num-bigint-dig v0.8.4 |
1947 | 2024-05-14T03:23:06.029Z | Compiling packed_struct v0.10.1 |
1948 | 2024-05-14T03:23:06.451Z | Compiling display-error-chain v0.2.0 |
1949 | 2024-05-14T03:23:06.628Z | Compiling arc-swap v1.6.0 |
1950 | 2024-05-14T03:23:07.276Z | Compiling cancel-safe-futures v0.1.5 |
1951 | 2024-05-14T03:23:07.362Z | Compiling slog-scope v4.4.0 |
1952 | 2024-05-14T03:23:07.681Z | Compiling crc v3.0.1 |
1953 | 2024-05-14T03:23:08.282Z | Compiling bitvec v1.0.1 |
1954 | 2024-05-14T03:23:08.524Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1955 | 2024-05-14T03:23:08.584Z | Compiling fxhash v0.2.1 |
1956 | 2024-05-14T03:23:08.614Z | Compiling packed_struct_codegen v0.10.1 |
1957 | 2024-05-14T03:23:08.712Z | Compiling indexmap v1.9.3 |
1958 | 2024-05-14T03:23:08.776Z | Compiling nodrop v0.1.14 |
1959 | 2024-05-14T03:23:09.342Z | Compiling array-init v0.0.4 |
1960 | 2024-05-14T03:23:09.348Z | Compiling smallvec v0.6.14 |
1961 | 2024-05-14T03:23:10.852Z | Compiling slog-stdlog v4.1.1 |
1962 | 2024-05-14T03:23:11.172Z | Compiling rayon-core v1.12.1 |
1963 | 2024-05-14T03:23:11.190Z | Compiling synstructure v0.12.6 |
1964 | 2024-05-14T03:23:11.806Z | Compiling pkcs1 v0.7.5 |
1965 | 2024-05-14T03:23:12.648Z | Compiling signature v2.1.0 |
1966 | 2024-05-14T03:23:12.878Z | Compiling crossbeam-deque v0.8.3 |
1967 | 2024-05-14T03:23:13.191Z | Compiling dirs-sys-next v0.1.2 |
1968 | 2024-05-14T03:23:13.686Z | Compiling half v2.3.1 |
1969 | 2024-05-14T03:23:14.352Z | Compiling glob v0.3.1 |
1970 | 2024-05-14T03:23:15.126Z | Compiling same-file v1.0.6 |
1971 | 2024-05-14T03:23:15.330Z | Compiling ciborium-io v0.2.2 |
1972 | 2024-05-14T03:23:15.455Z | Compiling bitfield v0.14.0 |
1973 | 2024-05-14T03:23:15.738Z | Compiling hashbrown v0.12.3 |
1974 | 2024-05-14T03:23:15.829Z | Compiling crunchy v0.2.2 |
1975 | 2024-05-14T03:23:16.276Z | Compiling fastrand v2.0.1 |
1976 | 2024-05-14T03:23:16.686Z | Compiling tempfile v3.10.1 |
1977 | 2024-05-14T03:23:16.781Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1978 | 2024-05-14T03:23:17.431Z | Compiling ciborium-ll v0.2.2 |
1979 | 2024-05-14T03:23:17.918Z | Compiling walkdir v2.5.0 |
1980 | 2024-05-14T03:23:18.041Z | Compiling clang-sys v1.6.1 |
1981 | 2024-05-14T03:23:18.581Z | Compiling dirs-next v2.0.0 |
1982 | 2024-05-14T03:23:18.752Z | Compiling rsa v0.9.2 |
1983 | 2024-05-14T03:23:20.278Z | Compiling zerocopy-derive v0.2.0 |
1984 | 2024-05-14T03:23:21.340Z | Compiling slog-envlogger v2.2.0 |
1985 | 2024-05-14T03:23:22.052Z | Compiling serde-hex v0.1.0 |
1986 | 2024-05-14T03:23:22.647Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1987 | 2024-05-14T03:23:22.957Z | Compiling env_logger v0.10.0 |
1988 | 2024-05-14T03:23:24.013Z | Compiling camino v1.1.6 |
1989 | 2024-05-14T03:23:24.071Z | Compiling x509-cert v0.2.4 |
1990 | 2024-05-14T03:23:24.205Z | Compiling ron v0.8.1 |
1991 | 2024-05-14T03:23:26.915Z | Compiling hashbrown v0.13.2 |
1992 | 2024-05-14T03:23:27.150Z | Compiling tiny-keccak v2.0.2 |
1993 | 2024-05-14T03:23:27.450Z | Compiling crc-any v2.4.3 |
1994 | 2024-05-14T03:23:28.243Z | Compiling prettyplease v0.2.19 |
1995 | 2024-05-14T03:23:28.411Z | Compiling maplit v1.0.2 |
1996 | 2024-05-14T03:23:28.525Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1997 | 2024-05-14T03:23:28.568Z | Compiling object v0.30.4 |
1998 | 2024-05-14T03:23:30.507Z | Compiling blake3 v1.5.0 |
1999 | 2024-05-14T03:23:30.538Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2000 | 2024-05-14T03:23:31.730Z | Compiling rayon v1.10.0 |
2001 | 2024-05-14T03:23:32.232Z | Compiling term v0.7.0 |
2002 | 2024-05-14T03:23:32.366Z | Compiling ciborium v0.2.2 |
2003 | 2024-05-14T03:23:33.596Z | Compiling xattr v1.0.1 |
2004 | 2024-05-14T03:23:33.842Z | Compiling filetime v0.2.23 |
2005 | 2024-05-14T03:23:34.140Z | Compiling memmap2 v0.7.1 |
2006 | 2024-05-14T03:23:34.489Z | Compiling atty v0.2.14 |
2007 | 2024-05-14T03:23:34.516Z | Compiling arrayref v0.3.7 |
2008 | 2024-05-14T03:23:34.621Z | Compiling constant_time_eq v0.3.0 |
2009 | 2024-05-14T03:23:34.640Z | Compiling arrayvec v0.7.4 |
2010 | 2024-05-14T03:23:34.768Z | Compiling home v0.5.5 |
2011 | 2024-05-14T03:23:34.998Z | Compiling path-slash v0.1.5 |
2012 | 2024-05-14T03:23:35.032Z | Compiling toolchain_find v0.4.0 |
2013 | 2024-05-14T03:23:35.209Z | Compiling tar v0.4.40 |
2014 | 2024-05-14T03:23:35.969Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2015 | 2024-05-14T03:23:36.530Z | Compiling ascii-canvas v3.0.0 |
2016 | 2024-05-14T03:23:36.984Z | Compiling camino-tempfile v1.1.1 |
2017 | 2024-05-14T03:23:36.996Z | Compiling toml v0.8.12 |
2018 | 2024-05-14T03:23:37.379Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2019 | 2024-05-14T03:23:37.736Z | Compiling is-terminal v0.4.9 |
2020 | 2024-05-14T03:23:37.801Z | Compiling libsw v3.3.1 |
2021 | 2024-05-14T03:23:37.860Z | Compiling ena v0.14.2 |
2022 | 2024-05-14T03:23:38.117Z | Compiling usdt-impl v0.3.5 |
2023 | 2024-05-14T03:23:38.257Z | Compiling libloading v0.7.4 |
2024 | 2024-05-14T03:23:38.485Z | Compiling owo-colors v4.0.0 |
2025 | 2024-05-14T03:23:38.553Z | Compiling convert_case v0.4.0 |
2026 | 2024-05-14T03:23:38.629Z | Compiling regex-syntax v0.6.29 |
2027 | 2024-05-14T03:23:39.331Z | Compiling parking_lot_core v0.8.6 |
2028 | 2024-05-14T03:23:39.780Z | Compiling topological-sort v0.2.2 |
2029 | 2024-05-14T03:23:40.000Z | Compiling bindgen v0.69.2 |
2030 | 2024-05-14T03:23:40.440Z | Compiling linear-map v1.2.0 |
2031 | 2024-05-14T03:23:40.825Z | Compiling diff v0.1.13 |
2032 | 2024-05-14T03:23:41.083Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2033 | 2024-05-14T03:23:41.378Z | Compiling omicron-zone-package v0.11.0 |
2034 | 2024-05-14T03:23:42.072Z | Compiling lalrpop v0.19.12 |
2035 | 2024-05-14T03:23:43.870Z | Compiling derive_more v0.99.17 |
2036 | 2024-05-14T03:23:47.239Z | Compiling rustfmt-wrapper v0.2.1 |
2037 | 2024-05-14T03:23:47.800Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2038 | 2024-05-14T03:23:48.007Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2039 | 2024-05-14T03:23:48.677Z | Compiling cexpr v0.6.0 |
2040 | 2024-05-14T03:23:50.124Z | Compiling which v4.4.0 |
2041 | 2024-05-14T03:23:50.491Z | Compiling unicase v2.7.0 |
2042 | 2024-05-14T03:23:50.649Z | Compiling rustc-hash v1.1.0 |
2043 | 2024-05-14T03:23:50.783Z | Compiling lazycell v1.3.0 |
2044 | 2024-05-14T03:23:50.811Z | Compiling shlex v1.3.0 |
2045 | 2024-05-14T03:23:50.934Z | Compiling peeking_take_while v0.1.2 |
2046 | 2024-05-14T03:23:51.062Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2047 | 2024-05-14T03:23:52.034Z | Compiling zerocopy v0.3.0 |
2048 | 2024-05-14T03:23:52.883Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2049 | 2024-05-14T03:23:53.862Z | Compiling derive_builder_core v0.20.0 |
2050 | 2024-05-14T03:23:56.041Z | Compiling pem v3.0.4 |
2051 | 2024-05-14T03:23:57.283Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2052 | 2024-05-14T03:23:57.504Z | Compiling headers-core v0.2.0 |
2053 | 2024-05-14T03:23:57.550Z | Compiling libxml v0.3.3 |
2054 | 2024-05-14T03:23:57.661Z | Compiling async-recursion v1.1.0 |
2055 | 2024-05-14T03:23:57.907Z | Compiling platforms v3.0.2 |
2056 | 2024-05-14T03:23:58.257Z | Compiling ref-cast v1.0.22 |
2057 | 2024-05-14T03:23:58.823Z | Compiling headers v0.3.9 |
2058 | 2024-05-14T03:23:59.101Z | Compiling derive_builder_macro v0.20.0 |
2059 | 2024-05-14T03:23:59.158Z | Compiling dof v0.1.5 |
2060 | 2024-05-14T03:23:59.930Z | Compiling parking_lot v0.11.2 |
2061 | 2024-05-14T03:23:59.962Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2062 | 2024-05-14T03:24:02.252Z | Compiling trust-dns-client v0.22.0 |
2063 | 2024-05-14T03:24:02.315Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2064 | 2024-05-14T03:24:02.612Z | Compiling dtrace-parser v0.1.14 |
2065 | 2024-05-14T03:24:02.623Z | Compiling strum_macros v0.24.3 |
2066 | 2024-05-14T03:24:03.541Z | Compiling toml v0.5.11 |
2067 | 2024-05-14T03:24:04.194Z | Compiling ref-cast-impl v1.0.22 |
2068 | 2024-05-14T03:24:04.526Z | Compiling samael v0.0.15 |
2069 | 2024-05-14T03:24:05.399Z | Compiling vte_generate_state_changes v0.1.1 |
2070 | 2024-05-14T03:24:06.021Z | Compiling cookie v0.18.1 |
2071 | 2024-05-14T03:24:06.035Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2072 | 2024-05-14T03:24:06.121Z | Compiling buf-list v1.0.3 |
2073 | 2024-05-14T03:24:06.341Z | Compiling indoc v1.0.9 |
2074 | 2024-05-14T03:24:06.345Z | Compiling cfg_aliases v0.1.1 |
2075 | 2024-05-14T03:24:06.435Z | Compiling nix v0.28.0 |
2076 | 2024-05-14T03:24:06.708Z | Compiling vte v0.11.1 |
2077 | 2024-05-14T03:24:07.168Z | Compiling trust-dns-server v0.22.1 |
2078 | 2024-05-14T03:24:07.792Z | Compiling polar-core v0.27.3 |
2079 | 2024-05-14T03:24:09.969Z | Compiling sled v0.34.7 |
2080 | 2024-05-14T03:24:10.663Z | Compiling derive_builder v0.20.0 |
2081 | 2024-05-14T03:24:13.229Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2082 | 2024-05-14T03:24:14.748Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2083 | 2024-05-14T03:24:15.042Z | Compiling const_format_proc_macros v0.2.32 |
2084 | 2024-05-14T03:24:16.165Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2085 | 2024-05-14T03:24:16.534Z | Compiling fd-lock v4.0.2 |
2086 | 2024-05-14T03:24:16.749Z | Compiling bb8 v0.8.3 |
2087 | 2024-05-14T03:24:17.017Z | Compiling impl-trait-for-tuples v0.2.2 |
2088 | 2024-05-14T03:24:17.248Z | Compiling serde_tokenstream v0.1.7 |
2089 | 2024-05-14T03:24:17.721Z | Compiling quick-xml v0.31.0 |
2090 | 2024-05-14T03:24:21.292Z | Compiling oso-derive v0.27.3 |
2091 | 2024-05-14T03:24:22.273Z | Compiling pin-project-internal v1.1.3 |
2092 | 2024-05-14T03:24:24.041Z | Compiling memoffset v0.7.1 |
2093 | 2024-05-14T03:24:24.372Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2094 | 2024-05-14T03:24:25.077Z | Compiling pin-project v1.1.3 |
2095 | 2024-05-14T03:24:25.208Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2096 | 2024-05-14T03:24:25.808Z | Compiling const_format v0.2.32 |
2097 | 2024-05-14T03:24:28.469Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2098 | 2024-05-14T03:24:29.773Z | Compiling curve25519-dalek v4.1.2 |
2099 | 2024-05-14T03:24:30.204Z | Compiling strip-ansi-escapes v0.2.0 |
2100 | 2024-05-14T03:24:30.982Z | Compiling oso v0.27.3 |
2101 | 2024-05-14T03:24:46.236Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2102 | 2024-05-14T03:24:47.945Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2103 | 2024-05-14T03:24:48.415Z | Compiling kstat-rs v0.2.3 |
2104 | 2024-05-14T03:24:49.525Z | Compiling snafu-derive v0.8.2 |
2105 | 2024-05-14T03:24:50.003Z | Compiling fs-err v2.11.0 |
2106 | 2024-05-14T03:24:50.318Z | Compiling keccak v0.1.4 |
2107 | 2024-05-14T03:24:51.329Z | Compiling nu-ansi-term v0.50.0 |
2108 | 2024-05-14T03:24:52.585Z | Compiling reedline v0.31.0 |
2109 | 2024-05-14T03:24:53.009Z | Compiling sha3 v0.10.8 |
2110 | 2024-05-14T03:24:53.467Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2111 | 2024-05-14T03:24:54.230Z | Compiling snafu v0.8.2 |
2112 | 2024-05-14T03:24:55.654Z | Compiling mime_guess v2.0.4 |
2113 | 2024-05-14T03:24:58.440Z | Compiling usdt-attr-macro v0.3.5 |
2114 | 2024-05-14T03:24:59.829Z | Compiling usdt-macro v0.3.5 |
2115 | 2024-05-14T03:25:01.047Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2116 | 2024-05-14T03:25:01.725Z | Compiling env_logger v0.9.3 |
2117 | 2024-05-14T03:25:04.140Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2118 | 2024-05-14T03:25:06.395Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2119 | 2024-05-14T03:25:09.004Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2120 | 2024-05-14T03:25:09.503Z | Compiling globset v0.4.13 |
2121 | 2024-05-14T03:25:12.092Z | Compiling peg-macros v0.8.3 |
2122 | 2024-05-14T03:25:15.531Z | Compiling olpc-cjson v0.1.3 |
2123 | 2024-05-14T03:25:15.639Z | Compiling universal-hash v0.5.1 |
2124 | 2024-05-14T03:25:15.851Z | Compiling secrecy v0.8.0 |
2125 | 2024-05-14T03:25:15.859Z | Compiling serde_plain v1.0.2 |
2126 | 2024-05-14T03:25:16.113Z | Compiling thiserror-impl-no-std v2.0.2 |
2127 | 2024-05-14T03:25:16.380Z | Compiling bitstruct_derive v0.1.0 |
2128 | 2024-05-14T03:25:16.841Z | Compiling nanorand v0.7.0 |
2129 | 2024-05-14T03:25:17.586Z | Compiling curve25519-dalek-derive v0.1.0 |
2130 | 2024-05-14T03:25:17.679Z | Compiling sqlparser_derive v0.2.2 |
2131 | 2024-05-14T03:25:17.901Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2132 | 2024-05-14T03:25:18.042Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2133 | 2024-05-14T03:25:18.361Z | Compiling salty v0.2.0 |
2134 | 2024-05-14T03:25:18.691Z | Compiling unicode_categories v0.1.1 |
2135 | 2024-05-14T03:25:18.771Z | Compiling typed-path v0.7.0 |
2136 | 2024-05-14T03:25:18.774Z | Compiling ascii v1.1.0 |
2137 | 2024-05-14T03:25:18.965Z | Compiling opaque-debug v0.3.0 |
2138 | 2024-05-14T03:25:19.058Z | Compiling signature v1.6.4 |
2139 | 2024-05-14T03:25:19.208Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2140 | 2024-05-14T03:25:19.327Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2141 | 2024-05-14T03:25:19.508Z | Compiling ed25519 v1.5.3 |
2142 | 2024-05-14T03:25:19.549Z | Compiling rustyline v14.0.0 |
2143 | 2024-05-14T03:25:19.840Z | Compiling poly1305 v0.8.0 |
2144 | 2024-05-14T03:25:21.478Z | Compiling tough v0.17.1 |
2145 | 2024-05-14T03:25:23.438Z | Compiling sqlformat v0.2.3 |
2146 | 2024-05-14T03:25:25.691Z | Compiling thiserror-no-std v2.0.2 |
2147 | 2024-05-14T03:25:25.828Z | Compiling sqlparser v0.45.0 |
2148 | 2024-05-14T03:25:29.308Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2149 | 2024-05-14T03:25:29.589Z | Compiling bitstruct v0.1.1 |
2150 | 2024-05-14T03:25:29.719Z | Compiling flume v0.11.0 |
2151 | 2024-05-14T03:25:30.430Z | Compiling peg v0.8.3 |
2152 | 2024-05-14T03:25:30.540Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2153 | 2024-05-14T03:25:31.587Z | Compiling usdt v0.3.5 |
2154 | 2024-05-14T03:25:31.975Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2155 | 2024-05-14T03:25:32.045Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2156 | 2024-05-14T03:25:33.399Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2157 | 2024-05-14T03:25:41.749Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2158 | 2024-05-14T03:25:42.068Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2159 | 2024-05-14T03:25:42.375Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2160 | 2024-05-14T03:25:43.560Z | Compiling chacha20 v0.9.1 |
2161 | 2024-05-14T03:25:44.055Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2162 | 2024-05-14T03:25:45.866Z | Compiling aead v0.5.2 |
2163 | 2024-05-14T03:25:46.203Z | Compiling bcs v0.1.6 |
2164 | 2024-05-14T03:25:46.316Z | Compiling erased-serde v0.3.31 |
2165 | 2024-05-14T03:25:47.110Z | Compiling serde_arrays v0.1.0 |
2166 | 2024-05-14T03:25:47.296Z | Compiling serde-big-array v0.5.1 |
2167 | 2024-05-14T03:25:47.555Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2168 | 2024-05-14T03:25:48.016Z | Compiling parse-size v1.0.0 |
2169 | 2024-05-14T03:25:48.297Z | Compiling highway v1.1.0 |
2170 | 2024-05-14T03:25:48.417Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2171 | 2024-05-14T03:25:48.923Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2172 | 2024-05-14T03:25:49.651Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2173 | 2024-05-14T03:25:55.127Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2174 | 2024-05-14T03:26:13.713Z | Compiling chacha20poly1305 v0.10.1 |
2175 | 2024-05-14T03:26:15.640Z | Compiling vsss-rs v3.3.4 |
2176 | 2024-05-14T03:26:20.165Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2177 | 2024-05-14T03:26:20.239Z | Compiling signal-hook-tokio v0.3.1 |
2178 | 2024-05-14T03:26:20.436Z | Compiling heck v0.3.3 |
2179 | 2024-05-14T03:26:20.794Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2180 | 2024-05-14T03:26:20.879Z | Compiling castaway v0.2.2 |
2181 | 2024-05-14T03:26:21.070Z | Compiling rand_seeder v0.2.3 |
2182 | 2024-05-14T03:26:21.453Z | Compiling serde-big-array v0.4.1 |
2183 | 2024-05-14T03:26:21.684Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2184 | 2024-05-14T03:26:21.993Z | Compiling http-range v0.1.5 |
2185 | 2024-05-14T03:26:22.585Z | Compiling hyper-staticfile v0.9.5 |
2186 | 2024-05-14T03:26:23.065Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2187 | 2024-05-14T03:26:23.117Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2188 | 2024-05-14T03:26:23.605Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2189 | 2024-05-14T03:26:24.027Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2190 | 2024-05-14T03:26:24.459Z | Compiling compact_str v0.7.1 |
2191 | 2024-05-14T03:26:25.859Z | Compiling zone_cfg_derive v0.1.2 |
2192 | 2024-05-14T03:26:26.038Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2193 | 2024-05-14T03:26:34.454Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2194 | 2024-05-14T03:26:35.067Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2195 | 2024-05-14T03:26:41.453Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2196 | 2024-05-14T03:26:43.076Z | Compiling tungstenite v0.21.0 |
2197 | 2024-05-14T03:26:47.046Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2198 | 2024-05-14T03:26:47.340Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2199 | 2024-05-14T03:26:47.644Z | Compiling lru v0.12.1 |
2200 | 2024-05-14T03:26:47.998Z | Compiling stability v0.2.0 |
2201 | 2024-05-14T03:26:48.418Z | Compiling indoc v2.0.3 |
2202 | 2024-05-14T03:26:48.954Z | Compiling base64 v0.13.1 |
2203 | 2024-05-14T03:26:49.408Z | Compiling cassowary v0.3.0 |
2204 | 2024-05-14T03:26:49.731Z | Compiling corncobs v0.1.3 |
2205 | 2024-05-14T03:26:50.092Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2206 | 2024-05-14T03:26:50.918Z | Compiling ratatui v0.26.2 |
2207 | 2024-05-14T03:26:53.755Z | Compiling ron v0.7.1 |
2208 | 2024-05-14T03:26:57.055Z | Compiling tokio-tungstenite v0.21.0 |
2209 | 2024-05-14T03:26:57.650Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2210 | 2024-05-14T03:26:59.331Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2211 | 2024-05-14T03:26:59.999Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2212 | 2024-05-14T03:27:08.609Z | Compiling zone v0.1.8 |
2213 | 2024-05-14T03:27:10.808Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2214 | 2024-05-14T03:27:16.880Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2215 | 2024-05-14T03:27:19.911Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2216 | 2024-05-14T03:27:21.297Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2217 | 2024-05-14T03:27:21.407Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2218 | 2024-05-14T03:27:21.702Z | Compiling portpicker v0.1.1 |
2219 | 2024-05-14T03:27:22.233Z | Compiling smawk v0.3.1 |
2220 | 2024-05-14T03:27:22.474Z | Compiling unicode-linebreak v0.1.5 |
2221 | 2024-05-14T03:27:23.004Z | Compiling textwrap v0.16.1 |
2222 | 2024-05-14T03:27:26.581Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2223 | 2024-05-14T03:27:29.680Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2224 | 2024-05-14T03:27:31.964Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2225 | 2024-05-14T03:27:40.045Z | Compiling rcgen v0.12.1 |
2226 | 2024-05-14T03:27:41.300Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2227 | 2024-05-14T03:27:41.780Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2228 | 2024-05-14T03:27:42.189Z | Compiling atomicwrites v0.4.3 |
2229 | 2024-05-14T03:27:42.724Z | Compiling fatfs v0.3.6 |
2230 | 2024-05-14T03:27:45.577Z | Compiling rtoolbox v0.0.1 |
2231 | 2024-05-14T03:27:45.895Z | Compiling subprocess v0.2.9 |
2232 | 2024-05-14T03:27:45.973Z | Compiling assert_matches v1.5.0 |
2233 | 2024-05-14T03:27:46.073Z | Compiling is_ci v1.2.0 |
2234 | 2024-05-14T03:27:46.368Z | Compiling supports-color v3.0.0 |
2235 | 2024-05-14T03:27:47.037Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2236 | 2024-05-14T03:27:50.949Z | Compiling rpassword v7.3.1 |
2237 | 2024-05-14T03:27:51.230Z | Compiling tui-tree-widget v0.19.0 |
2238 | 2024-05-14T03:27:51.406Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2239 | 2024-05-14T03:27:51.624Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2240 | 2024-05-14T03:27:53.396Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2241 | 2024-05-14T03:27:53.715Z | Compiling csv-core v0.1.11 |
2242 | 2024-05-14T03:27:53.982Z | Compiling shell-words v1.1.0 |
2243 | 2024-05-14T03:27:54.051Z | Compiling csv v1.3.0 |
2244 | 2024-05-14T03:27:54.420Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2245 | 2024-05-14T03:27:54.635Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2246 | 2024-05-14T03:27:56.135Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2247 | 2024-05-14T03:28:06.852Z | Compiling uzers v0.11.3 |
2248 | 2024-05-14T03:28:10.055Z | Compiling multimap v0.10.0 |
2249 | 2024-05-14T03:28:10.451Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2250 | 2024-05-14T03:30:33.685Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2251 | 2024-05-14T03:30:34.047Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2252 | 2024-05-14T03:37:18.455Z | Finished release [optimized] target(s) in 14m 32s |
2253 | 2024-05-14T03:38:26.621Z | |
2254 | 2024-05-14T03:38:26.625Z | real 15:45.259515266 |
2255 | 2024-05-14T03:38:26.625Z | user 1:48:46.715573221 |
2256 | 2024-05-14T03:38:26.626Z | sys 4:38.731047670 |
2257 | 2024-05-14T03:38:26.626Z | trap 2.501624675 |
2258 | 2024-05-14T03:38:26.626Z | tflt 2.177315444 |
2259 | 2024-05-14T03:38:26.626Z | dflt 2.586610306 |
2260 | 2024-05-14T03:38:26.626Z | kflt 0.130407493 |
2261 | 2024-05-14T03:38:26.626Z | lock 7:04:52.963175205 |
2262 | 2024-05-14T03:38:26.626Z | slp 4:21:39.403295695 |
2263 | 2024-05-14T03:38:26.626Z | lat 2:27.496734973 |
2264 | 2024-05-14T03:38:26.626Z | stop 1:04.593703894 |
2265 | 2024-05-14T03:38:26.626Z | + ptime -m cargo build --locked --release -p xtask |
2266 | 2024-05-14T03:38:27.114Z | Downloading crates ... |
2267 | 2024-05-14T03:38:27.212Z | Downloaded cargo-platform v0.1.3 |
2268 | 2024-05-14T03:38:27.222Z | Downloaded cargo_metadata v0.18.1 |
2269 | 2024-05-14T03:38:27.225Z | Downloaded cargo_toml v0.20.2 |
2270 | 2024-05-14T03:38:27.237Z | Compiling serde v1.0.201 |
2271 | 2024-05-14T03:38:27.237Z | Compiling libc v0.2.154 |
2272 | 2024-05-14T03:38:27.240Z | Compiling rustix v0.38.31 |
2273 | 2024-05-14T03:38:27.240Z | Compiling hashbrown v0.14.3 |
2274 | 2024-05-14T03:38:27.240Z | Compiling bitflags v2.4.2 |
2275 | 2024-05-14T03:38:27.240Z | Compiling syn v2.0.60 |
2276 | 2024-05-14T03:38:27.301Z | Compiling serde_json v1.0.116 |
2277 | 2024-05-14T03:38:27.341Z | Compiling anyhow v1.0.83 |
2278 | 2024-05-14T03:38:28.433Z | Compiling indexmap v2.2.6 |
2279 | 2024-05-14T03:38:28.750Z | Compiling errno v0.3.8 |
2280 | 2024-05-14T03:38:29.669Z | Compiling terminal_size v0.3.0 |
2281 | 2024-05-14T03:38:29.769Z | Compiling clap_builder v4.5.2 |
2282 | 2024-05-14T03:38:31.763Z | Compiling serde_derive v1.0.201 |
2283 | 2024-05-14T03:38:31.763Z | Compiling thiserror-impl v1.0.59 |
2284 | 2024-05-14T03:38:31.768Z | Compiling clap_derive v4.5.4 |
2285 | 2024-05-14T03:38:33.326Z | Compiling thiserror v1.0.59 |
2286 | 2024-05-14T03:38:34.823Z | Compiling clap v4.5.4 |
2287 | 2024-05-14T03:38:41.102Z | Compiling toml_datetime v0.6.5 |
2288 | 2024-05-14T03:38:41.102Z | Compiling serde_spanned v0.6.5 |
2289 | 2024-05-14T03:38:41.105Z | Compiling camino v1.1.6 |
2290 | 2024-05-14T03:38:41.105Z | Compiling cargo-platform v0.1.3 |
2291 | 2024-05-14T03:38:41.105Z | Compiling semver v1.0.22 |
2292 | 2024-05-14T03:38:41.105Z | Compiling macaddr v1.0.1 |
2293 | 2024-05-14T03:38:41.423Z | Compiling toml_edit v0.22.12 |
2294 | 2024-05-14T03:38:42.628Z | Compiling cargo_metadata v0.18.1 |
2295 | 2024-05-14T03:38:43.902Z | Compiling toml v0.8.12 |
2296 | 2024-05-14T03:38:44.861Z | Compiling cargo_toml v0.20.2 |
2297 | 2024-05-14T03:38:57.140Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2298 | 2024-05-14T03:39:08.099Z | Finished release [optimized] target(s) in 41.42s |
2299 | 2024-05-14T03:39:08.155Z | |
2300 | 2024-05-14T03:39:08.158Z | real 41.512322647 |
2301 | 2024-05-14T03:39:08.158Z | user 3:04.818735693 |
2302 | 2024-05-14T03:39:08.158Z | sys 14.791913792 |
2303 | 2024-05-14T03:39:08.158Z | trap 0.063360117 |
2304 | 2024-05-14T03:39:08.158Z | tflt 0.181460619 |
2305 | 2024-05-14T03:39:08.158Z | dflt 0.714004675 |
2306 | 2024-05-14T03:39:08.158Z | kflt 0.000007069 |
2307 | 2024-05-14T03:39:08.158Z | lock 4:09.403290201 |
2308 | 2024-05-14T03:39:08.158Z | slp 3:27.405648268 |
2309 | 2024-05-14T03:39:08.158Z | lat 3.541319926 |
2310 | 2024-05-14T03:39:08.158Z | stop 3.462468398 |
2311 | 2024-05-14T03:39:08.158Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask) |
2312 | 2024-05-14T03:39:08.158Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/pumpkind-gz.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask |
2313 | 2024-05-14T03:39:17.869Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2314 | 2024-05-14T03:39:17.869Z | a out/mg-ddm-gz.tar 60398K |
2315 | 2024-05-14T03:39:17.869Z | a out/omicron-sled-agent.tar 94611K |
2316 | 2024-05-14T03:39:17.869Z | a out/oxlog.tar 2915K |
2317 | 2024-05-14T03:39:17.869Z | a out/pumpkind-gz.tar 26665K |
2318 | 2024-05-14T03:39:17.869Z | a out/target/test 1K |
2319 | 2024-05-14T03:39:17.869Z | a out/npuzone/npuzone 23144K |
2320 | 2024-05-14T03:39:17.869Z | a package-manifest.toml 27K |
2321 | 2024-05-14T03:39:17.869Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2322 | 2024-05-14T03:39:17.869Z | a target/release/omicron-package 31493K |
2323 | 2024-05-14T03:39:17.869Z | a target/release/xtask 6665K |
2324 | 2024-05-14T03:39:17.873Z | |
2325 | 2024-05-14T03:39:17.873Z | real 9.711822420 |
2326 | 2024-05-14T03:39:17.873Z | user 9.399840537 |
2327 | 2024-05-14T03:39:17.873Z | sys 0.642984653 |
2328 | 2024-05-14T03:39:17.873Z | trap 0.000993270 |
2329 | 2024-05-14T03:39:17.873Z | tflt 0.000000000 |
2330 | 2024-05-14T03:39:17.873Z | dflt 0.000000000 |
2331 | 2024-05-14T03:39:17.873Z | kflt 0.000000000 |
2332 | 2024-05-14T03:39:17.873Z | lock 0.000000000 |
2333 | 2024-05-14T03:39:17.873Z | slp 9.164325912 |
2334 | 2024-05-14T03:39:17.873Z | lat 0.212090727 |
2335 | 2024-05-14T03:39:17.873Z | stop 0.000188294 |
2336 | 2024-05-14T03:39:17.873Z | ++ pwd |
2337 | 2024-05-14T03:39:17.877Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2338 | 2024-05-14T03:39:17.877Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
2339 | 2024-05-14T03:39:17.877Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2340 | 2024-05-14T03:39:18.662Z | Finished release [optimized] target(s) in 0.73s |
2341 | 2024-05-14T03:39:18.685Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2342 | 2024-05-14T03:39:18.717Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2343 | 2024-05-14T03:39:18.721Z | Created new build target 'host' and set it as active |
2344 | 2024-05-14T03:39:18.721Z | |
2345 | 2024-05-14T03:39:18.721Z | real 0.840020406 |
2346 | 2024-05-14T03:39:18.721Z | user 0.557959719 |
2347 | 2024-05-14T03:39:18.721Z | sys 0.266559647 |
2348 | 2024-05-14T03:39:18.721Z | trap 0.000050127 |
2349 | 2024-05-14T03:39:18.722Z | tflt 0.000001900 |
2350 | 2024-05-14T03:39:18.722Z | dflt 0.000035147 |
2351 | 2024-05-14T03:39:18.722Z | kflt 0.000000000 |
2352 | 2024-05-14T03:39:18.722Z | lock 0.024983202 |
2353 | 2024-05-14T03:39:18.722Z | slp 0.107156568 |
2354 | 2024-05-14T03:39:18.722Z | lat 0.003980249 |
2355 | 2024-05-14T03:39:18.722Z | stop 0.000253730 |
2356 | 2024-05-14T03:39:18.722Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2357 | 2024-05-14T03:39:19.496Z | Finished release [optimized] target(s) in 0.72s |
2358 | 2024-05-14T03:39:19.517Z | Running `target/release/omicron-package -t host package` |
2359 | 2024-05-14T03:39:19.550Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2360 | 2024-05-14T03:39:20.360Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2361 | 2024-05-14T03:41:47.948Z | Finished release [optimized] target(s) in 2m 28s |
2362 | 2024-05-14T03:42:36.697Z | |
2363 | 2024-05-14T03:42:36.707Z | real 3:17.949559122 |
2364 | 2024-05-14T03:42:36.707Z | user 14:10.476727222 |
2365 | 2024-05-14T03:42:36.707Z | sys 39.881828287 |
2366 | 2024-05-14T03:42:36.708Z | trap 0.244739682 |
2367 | 2024-05-14T03:42:36.708Z | tflt 0.095796362 |
2368 | 2024-05-14T03:42:36.708Z | dflt 6.968019463 |
2369 | 2024-05-14T03:42:36.708Z | kflt 0.093071989 |
2370 | 2024-05-14T03:42:36.708Z | lock 1:11:45.052038196 |
2371 | 2024-05-14T03:42:36.709Z | slp 12:33.888401316 |
2372 | 2024-05-14T03:42:36.709Z | lat 7.500231969 |
2373 | 2024-05-14T03:42:36.709Z | stop 2.564476047 |
2374 | 2024-05-14T03:42:36.709Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog pumpkind-gz |
2375 | 2024-05-14T03:42:36.709Z | + for package in "$@" |
2376 | 2024-05-14T03:42:36.710Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 8.0.0-0.ci+git3e7038e67b5 |
2377 | 2024-05-14T03:42:37.500Z | Finished release [optimized] target(s) in 0.75s |
2378 | 2024-05-14T03:42:37.526Z | Running `target/release/omicron-package stamp omicron-sled-agent 8.0.0-0.ci+git3e7038e67b5` |
2379 | 2024-05-14T03:42:37.957Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2380 | 2024-05-14T03:42:37.968Z | Created: out/versioned/omicron-sled-agent.tar |
2381 | 2024-05-14T03:42:37.968Z | + for package in "$@" |
2382 | 2024-05-14T03:42:37.968Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git3e7038e67b5 |
2383 | 2024-05-14T03:42:38.500Z | Finished release [optimized] target(s) in 0.72s |
2384 | 2024-05-14T03:42:38.521Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git3e7038e67b5` |
2385 | 2024-05-14T03:42:38.554Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2386 | 2024-05-14T03:42:38.670Z | Created: out/versioned/mg-ddm-gz.tar |
2387 | 2024-05-14T03:42:38.677Z | + for package in "$@" |
2388 | 2024-05-14T03:42:38.677Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 8.0.0-0.ci+git3e7038e67b5 |
2389 | 2024-05-14T03:42:39.453Z | Finished release [optimized] target(s) in 0.73s |
2390 | 2024-05-14T03:42:39.478Z | Running `target/release/omicron-package stamp propolis-server 8.0.0-0.ci+git3e7038e67b5` |
2391 | 2024-05-14T03:42:39.529Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2392 | 2024-05-14T03:42:40.551Z | Created: out/versioned/propolis-server.tar.gz |
2393 | 2024-05-14T03:42:40.555Z | + for package in "$@" |
2394 | 2024-05-14T03:42:40.555Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 8.0.0-0.ci+git3e7038e67b5 |
2395 | 2024-05-14T03:42:41.366Z | Finished release [optimized] target(s) in 0.74s |
2396 | 2024-05-14T03:42:41.388Z | Running `target/release/omicron-package stamp overlay 8.0.0-0.ci+git3e7038e67b5` |
2397 | 2024-05-14T03:42:41.815Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2398 | 2024-05-14T03:42:41.815Z | Created: out/versioned/overlay.tar.gz |
2399 | 2024-05-14T03:42:41.815Z | + for package in "$@" |
2400 | 2024-05-14T03:42:41.815Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 8.0.0-0.ci+git3e7038e67b5 |
2401 | 2024-05-14T03:42:42.173Z | Finished release [optimized] target(s) in 0.73s |
2402 | 2024-05-14T03:42:42.197Z | Running `target/release/omicron-package stamp oxlog 8.0.0-0.ci+git3e7038e67b5` |
2403 | 2024-05-14T03:42:42.232Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2404 | 2024-05-14T03:42:42.244Z | Created: out/versioned/oxlog.tar |
2405 | 2024-05-14T03:42:42.244Z | + for package in "$@" |
2406 | 2024-05-14T03:42:42.245Z | + cargo run --locked --release --bin omicron-package -- stamp pumpkind-gz 8.0.0-0.ci+git3e7038e67b5 |
2407 | 2024-05-14T03:42:43.009Z | Finished release [optimized] target(s) in 0.72s |
2408 | 2024-05-14T03:42:43.032Z | Running `target/release/omicron-package stamp pumpkind-gz 8.0.0-0.ci+git3e7038e67b5` |
2409 | 2024-05-14T03:42:43.061Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2410 | 2024-05-14T03:42:43.128Z | Created: out/versioned/pumpkind-gz.tar |
2411 | 2024-05-14T03:42:43.137Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2412 | 2024-05-14T03:42:43.156Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2413 | 2024-05-14T03:42:43.156Z | ++ cd -- ./tools |
2414 | 2024-05-14T03:42:43.157Z | ++ pwd |
2415 | 2024-05-14T03:42:43.157Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2416 | 2024-05-14T03:42:43.157Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2417 | 2024-05-14T03:42:43.187Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2418 | 2024-05-14T03:42:43.190Z | ++ readlink -f /work |
2419 | 2024-05-14T03:42:43.190Z | + out_dir=/work |
2420 | 2024-05-14T03:42:43.190Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/pumpkind-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar") |
2421 | 2024-05-14T03:42:43.190Z | + for dep in "${deps[@]}" |
2422 | 2024-05-14T03:42:43.191Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2423 | 2024-05-14T03:42:43.191Z | + for dep in "${deps[@]}" |
2424 | 2024-05-14T03:42:43.191Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2425 | 2024-05-14T03:42:43.191Z | + for dep in "${deps[@]}" |
2426 | 2024-05-14T03:42:43.191Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar ]] |
2427 | 2024-05-14T03:42:43.191Z | + for dep in "${deps[@]}" |
2428 | 2024-05-14T03:42:43.191Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2429 | 2024-05-14T03:42:43.191Z | + for dep in "${deps[@]}" |
2430 | 2024-05-14T03:42:43.191Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2431 | 2024-05-14T03:42:43.191Z | + for dep in "${deps[@]}" |
2432 | 2024-05-14T03:42:43.191Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2433 | 2024-05-14T03:42:43.194Z | ++ mktemp -d |
2434 | 2024-05-14T03:42:43.195Z | + tmp_gz=/tmp/tmp.v6aOxi |
2435 | 2024-05-14T03:42:43.195Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2436 | 2024-05-14T03:42:43.195Z | + echo '{"v":"1","t":"layer"}' |
2437 | 2024-05-14T03:42:43.195Z | + pkg_dir=/tmp/tmp.v6aOxi/root/opt/oxide/sled-agent |
2438 | 2024-05-14T03:42:43.195Z | + mkdir -p /tmp/tmp.v6aOxi/root/opt/oxide/sled-agent |
2439 | 2024-05-14T03:42:43.198Z | + cd /tmp/tmp.v6aOxi/root/opt/oxide/sled-agent |
2440 | 2024-05-14T03:42:43.198Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2441 | 2024-05-14T03:42:43.263Z | x ., 0 bytes, 0 tape blocks |
2442 | 2024-05-14T03:42:43.263Z | x zone-bundle, 27619368 bytes, 53945 tape blocks |
2443 | 2024-05-14T03:42:43.263Z | x sled-agent, 69222136 bytes, 135200 tape blocks |
2444 | 2024-05-14T03:42:43.264Z | x pkg, 0 bytes, 0 tape blocks |
2445 | 2024-05-14T03:42:43.264Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2446 | 2024-05-14T03:42:43.264Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2447 | 2024-05-14T03:42:43.264Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2448 | 2024-05-14T03:42:43.264Z | x VERSION, 25 bytes, 1 tape blocks |
2449 | 2024-05-14T03:42:43.274Z | + mkdir -p /tmp/tmp.v6aOxi/root/lib/svc/manifest/site/ |
2450 | 2024-05-14T03:42:43.274Z | + mv pkg/manifest.xml /tmp/tmp.v6aOxi/root/lib/svc/manifest/site/sled-agent.xml |
2451 | 2024-05-14T03:42:43.274Z | + cd - |
2452 | 2024-05-14T03:42:43.275Z | /work/oxidecomputer/omicron |
2453 | 2024-05-14T03:42:43.275Z | + pkg_dir=/tmp/tmp.v6aOxi/root/opt/oxide/mg-ddm |
2454 | 2024-05-14T03:42:43.275Z | + mkdir -p /tmp/tmp.v6aOxi/root/opt/oxide/mg-ddm |
2455 | 2024-05-14T03:42:43.275Z | + cd /tmp/tmp.v6aOxi/root/opt/oxide/mg-ddm |
2456 | 2024-05-14T03:42:43.275Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2457 | 2024-05-14T03:42:43.309Z | x ., 0 bytes, 0 tape blocks |
2458 | 2024-05-14T03:42:43.310Z | x ddmadm, 18870416 bytes, 36857 tape blocks |
2459 | 2024-05-14T03:42:43.310Z | x ddmd, 42960632 bytes, 83908 tape blocks |
2460 | 2024-05-14T03:42:43.310Z | x pkg, 0 bytes, 0 tape blocks |
2461 | 2024-05-14T03:42:43.310Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2462 | 2024-05-14T03:42:43.310Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2463 | 2024-05-14T03:42:43.310Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2464 | 2024-05-14T03:42:43.311Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2465 | 2024-05-14T03:42:43.311Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2466 | 2024-05-14T03:42:43.311Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2467 | 2024-05-14T03:42:43.311Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2468 | 2024-05-14T03:42:43.311Z | x VERSION, 25 bytes, 1 tape blocks |
2469 | 2024-05-14T03:42:43.319Z | + cd - |
2470 | 2024-05-14T03:42:43.319Z | /work/oxidecomputer/omicron |
2471 | 2024-05-14T03:42:43.319Z | + pkg_dir=/tmp/tmp.v6aOxi/root/opt/oxide/pumpkind |
2472 | 2024-05-14T03:42:43.320Z | + mkdir -p /tmp/tmp.v6aOxi/root/opt/oxide/pumpkind |
2473 | 2024-05-14T03:42:43.320Z | + cd /tmp/tmp.v6aOxi/root/opt/oxide/pumpkind |
2474 | 2024-05-14T03:42:43.320Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
2475 | 2024-05-14T03:42:43.334Z | x ., 0 bytes, 0 tape blocks |
2476 | 2024-05-14T03:42:43.334Z | x lib, 0 bytes, 0 tape blocks |
2477 | 2024-05-14T03:42:43.334Z | x lib/svc, 0 bytes, 0 tape blocks |
2478 | 2024-05-14T03:42:43.334Z | x lib/svc/manifest, 0 bytes, 0 tape blocks |
2479 | 2024-05-14T03:42:43.335Z | x lib/svc/manifest/system, 0 bytes, 0 tape blocks |
2480 | 2024-05-14T03:42:43.335Z | x lib/svc/manifest/system/pumpkind.xml, 1272 bytes, 3 tape blocks |
2481 | 2024-05-14T03:42:43.335Z | x bin, 0 bytes, 0 tape blocks |
2482 | 2024-05-14T03:42:43.335Z | x bin/svc-pumpkind, 509 bytes, 1 tape blocks |
2483 | 2024-05-14T03:42:43.335Z | x bin/pumpkinadm, 10675184 bytes, 20850 tape blocks |
2484 | 2024-05-14T03:42:43.335Z | x bin/pumpkind, 16621896 bytes, 32465 tape blocks |
2485 | 2024-05-14T03:42:43.336Z | x VERSION, 25 bytes, 1 tape blocks |
2486 | 2024-05-14T03:42:43.348Z | + cd - |
2487 | 2024-05-14T03:42:43.348Z | /work/oxidecomputer/omicron |
2488 | 2024-05-14T03:42:43.348Z | + pkg_dir=/tmp/tmp.v6aOxi/root/opt/oxide/oxlog |
2489 | 2024-05-14T03:42:43.348Z | + mkdir -p /tmp/tmp.v6aOxi/root/opt/oxide/oxlog |
2490 | 2024-05-14T03:42:43.348Z | + cd /tmp/tmp.v6aOxi/root/opt/oxide/oxlog |
2491 | 2024-05-14T03:42:43.349Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2492 | 2024-05-14T03:42:43.349Z | x ., 0 bytes, 0 tape blocks |
2493 | 2024-05-14T03:42:43.349Z | x oxlog, 2981448 bytes, 5824 tape blocks |
2494 | 2024-05-14T03:42:43.349Z | x VERSION, 25 bytes, 1 tape blocks |
2495 | 2024-05-14T03:42:43.349Z | + cd - |
2496 | 2024-05-14T03:42:43.349Z | /work/oxidecomputer/omicron |
2497 | 2024-05-14T03:42:43.349Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.v6aOxi/root/opt/oxide |
2498 | 2024-05-14T03:42:43.428Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.v6aOxi/root/opt/oxide |
2499 | 2024-05-14T03:42:43.452Z | + cd /tmp/tmp.v6aOxi |
2500 | 2024-05-14T03:42:43.453Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2501 | 2024-05-14T03:42:52.328Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2502 | 2024-05-14T03:42:52.328Z | a oxide.json 1K |
2503 | 2024-05-14T03:42:52.328Z | a root/ 0K |
2504 | 2024-05-14T03:42:52.329Z | a root/opt/ 0K |
2505 | 2024-05-14T03:42:52.329Z | a root/opt/oxide/ 0K |
2506 | 2024-05-14T03:42:52.329Z | a root/opt/oxide/sled-agent/ 0K |
2507 | 2024-05-14T03:42:52.329Z | a root/opt/oxide/sled-agent/zone-bundle 26973K |
2508 | 2024-05-14T03:42:52.329Z | a root/opt/oxide/sled-agent/sled-agent 67600K |
2509 | 2024-05-14T03:42:52.330Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2510 | 2024-05-14T03:42:52.330Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2511 | 2024-05-14T03:42:52.330Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2512 | 2024-05-14T03:42:52.330Z | a root/opt/oxide/sled-agent/VERSION 1K |
2513 | 2024-05-14T03:42:52.330Z | a root/opt/oxide/mg-ddm/ 0K |
2514 | 2024-05-14T03:42:52.330Z | a root/opt/oxide/mg-ddm/ddmadm 18429K |
2515 | 2024-05-14T03:42:52.331Z | a root/opt/oxide/mg-ddm/ddmd 41954K |
2516 | 2024-05-14T03:42:52.331Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2517 | 2024-05-14T03:42:52.331Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2518 | 2024-05-14T03:42:52.331Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2519 | 2024-05-14T03:42:52.332Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2520 | 2024-05-14T03:42:52.332Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2521 | 2024-05-14T03:42:52.332Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2522 | 2024-05-14T03:42:52.332Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2523 | 2024-05-14T03:42:52.333Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2524 | 2024-05-14T03:42:52.333Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2525 | 2024-05-14T03:42:52.333Z | a root/opt/oxide/pumpkind/ 0K |
2526 | 2024-05-14T03:42:52.333Z | a root/opt/oxide/pumpkind/lib/ 0K |
2527 | 2024-05-14T03:42:52.333Z | a root/opt/oxide/pumpkind/lib/svc/ 0K |
2528 | 2024-05-14T03:42:52.334Z | a root/opt/oxide/pumpkind/lib/svc/manifest/ 0K |
2529 | 2024-05-14T03:42:52.334Z | a root/opt/oxide/pumpkind/lib/svc/manifest/system/ 0K |
2530 | 2024-05-14T03:42:52.334Z | a root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml 2K |
2531 | 2024-05-14T03:42:52.334Z | a root/opt/oxide/pumpkind/bin/ 0K |
2532 | 2024-05-14T03:42:52.334Z | a root/opt/oxide/pumpkind/bin/svc-pumpkind 1K |
2533 | 2024-05-14T03:42:52.335Z | a root/opt/oxide/pumpkind/bin/pumpkinadm 10425K |
2534 | 2024-05-14T03:42:52.335Z | a root/opt/oxide/pumpkind/bin/pumpkind 16233K |
2535 | 2024-05-14T03:42:52.335Z | a root/opt/oxide/pumpkind/VERSION 1K |
2536 | 2024-05-14T03:42:52.335Z | a root/opt/oxide/oxlog/ 0K |
2537 | 2024-05-14T03:42:52.335Z | a root/opt/oxide/oxlog/oxlog 2912K |
2538 | 2024-05-14T03:42:52.335Z | a root/opt/oxide/oxlog/VERSION 1K |
2539 | 2024-05-14T03:42:52.335Z | a root/opt/oxide/propolis-server.tar.gz 65038K |
2540 | 2024-05-14T03:42:52.336Z | a root/opt/oxide/overlay.tar.gz 3K |
2541 | 2024-05-14T03:42:52.336Z | a root/lib/ 0K |
2542 | 2024-05-14T03:42:52.336Z | a root/lib/svc/ 0K |
2543 | 2024-05-14T03:42:52.336Z | a root/lib/svc/manifest/ 0K |
2544 | 2024-05-14T03:42:52.336Z | a root/lib/svc/manifest/site/ 0K |
2545 | 2024-05-14T03:42:52.336Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2546 | 2024-05-14T03:42:52.342Z | + cd / |
2547 | 2024-05-14T03:42:52.342Z | + rm -rf /tmp/tmp.v6aOxi |
2548 | 2024-05-14T03:42:52.355Z | |
2549 | 2024-05-14T03:42:52.361Z | real 9.222116369 |
2550 | 2024-05-14T03:42:52.361Z | user 8.623074574 |
2551 | 2024-05-14T03:42:52.361Z | sys 0.588868459 |
2552 | 2024-05-14T03:42:52.361Z | trap 0.001417129 |
2553 | 2024-05-14T03:42:52.361Z | tflt 0.000000000 |
2554 | 2024-05-14T03:42:52.361Z | dflt 0.000000000 |
2555 | 2024-05-14T03:42:52.362Z | kflt 0.000000000 |
2556 | 2024-05-14T03:42:52.362Z | lock 0.000000000 |
2557 | 2024-05-14T03:42:52.362Z | slp 17.920101166 |
2558 | 2024-05-14T03:42:52.362Z | lat 0.197778490 |
2559 | 2024-05-14T03:42:52.362Z | stop 0.000212143 |
2560 | 2024-05-14T03:42:52.362Z | + mkdir -p /work/zones |
2561 | 2024-05-14T03:42:52.362Z | + 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) |
2562 | 2024-05-14T03:42:52.362Z | + 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/ |
2563 | 2024-05-14T03:42:54.589Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2564 | 2024-05-14T03:42:55.454Z | Finished release [optimized] target(s) in 0.80s |
2565 | 2024-05-14T03:42:55.472Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2566 | 2024-05-14T03:42:55.503Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2567 | 2024-05-14T03:42:55.515Z | Created new build target 'recovery' and set it as active |
2568 | 2024-05-14T03:42:55.515Z | |
2569 | 2024-05-14T03:42:55.515Z | real 0.904993198 |
2570 | 2024-05-14T03:42:55.515Z | user 0.593706876 |
2571 | 2024-05-14T03:42:55.516Z | sys 0.292020459 |
2572 | 2024-05-14T03:42:55.516Z | trap 0.000817097 |
2573 | 2024-05-14T03:42:55.516Z | tflt 0.000031768 |
2574 | 2024-05-14T03:42:55.516Z | dflt 0.000010848 |
2575 | 2024-05-14T03:42:55.516Z | kflt 0.000000000 |
2576 | 2024-05-14T03:42:55.516Z | lock 0.023082083 |
2577 | 2024-05-14T03:42:55.516Z | slp 0.109678388 |
2578 | 2024-05-14T03:42:55.517Z | lat 0.005465449 |
2579 | 2024-05-14T03:42:55.517Z | stop 0.000259381 |
2580 | 2024-05-14T03:42:55.517Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2581 | 2024-05-14T03:42:56.298Z | Finished release [optimized] target(s) in 0.74s |
2582 | 2024-05-14T03:42:56.319Z | Running `target/release/omicron-package -t recovery package` |
2583 | 2024-05-14T03:42:56.355Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2584 | 2024-05-14T03:42:57.048Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2585 | 2024-05-14T03:42:59.419Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2586 | 2024-05-14T03:43:18.331Z | Finished release [optimized] target(s) in 21.92s |
2587 | 2024-05-14T03:43:18.881Z | |
2588 | 2024-05-14T03:43:18.881Z | real 23.374321364 |
2589 | 2024-05-14T03:43:18.882Z | user 1:37.946758059 |
2590 | 2024-05-14T03:43:18.882Z | sys 6.629424780 |
2591 | 2024-05-14T03:43:18.882Z | trap 0.064835224 |
2592 | 2024-05-14T03:43:18.882Z | tflt 0.076685405 |
2593 | 2024-05-14T03:43:18.883Z | dflt 0.332633603 |
2594 | 2024-05-14T03:43:18.888Z | kflt 0.000025428 |
2595 | 2024-05-14T03:43:18.888Z | lock 5:39.245018021 |
2596 | 2024-05-14T03:43:18.888Z | slp 1:24.892992247 |
2597 | 2024-05-14T03:43:18.888Z | lat 0.921205973 |
2598 | 2024-05-14T03:43:18.889Z | stop 0.617634100 |
2599 | 2024-05-14T03:43:18.889Z | + stamp_packages installinator mg-ddm-gz |
2600 | 2024-05-14T03:43:18.889Z | + for package in "$@" |
2601 | 2024-05-14T03:43:18.889Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 8.0.0-0.ci+git3e7038e67b5 |
2602 | 2024-05-14T03:43:19.695Z | Finished release [optimized] target(s) in 0.74s |
2603 | 2024-05-14T03:43:19.708Z | Running `target/release/omicron-package stamp installinator 8.0.0-0.ci+git3e7038e67b5` |
2604 | 2024-05-14T03:43:19.732Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2605 | 2024-05-14T03:43:19.805Z | Created: out/versioned/installinator.tar |
2606 | 2024-05-14T03:43:19.812Z | + for package in "$@" |
2607 | 2024-05-14T03:43:19.812Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git3e7038e67b5 |
2608 | 2024-05-14T03:43:20.594Z | Finished release [optimized] target(s) in 0.75s |
2609 | 2024-05-14T03:43:20.622Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git3e7038e67b5` |
2610 | 2024-05-14T03:43:21.042Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2611 | 2024-05-14T03:43:21.042Z | Created: out/versioned/mg-ddm-gz.tar |
2612 | 2024-05-14T03:43:21.042Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2613 | 2024-05-14T03:43:21.042Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2614 | 2024-05-14T03:43:21.042Z | ++ cd -- ./tools |
2615 | 2024-05-14T03:43:21.042Z | ++ pwd |
2616 | 2024-05-14T03:43:21.042Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2617 | 2024-05-14T03:43:21.042Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2618 | 2024-05-14T03:43:21.042Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2619 | 2024-05-14T03:43:21.043Z | ++ readlink -f /work |
2620 | 2024-05-14T03:43:21.043Z | + out_dir=/work |
2621 | 2024-05-14T03:43:21.043Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2622 | 2024-05-14T03:43:21.043Z | + for dep in "${deps[@]}" |
2623 | 2024-05-14T03:43:21.043Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2624 | 2024-05-14T03:43:21.043Z | + for dep in "${deps[@]}" |
2625 | 2024-05-14T03:43:21.043Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2626 | 2024-05-14T03:43:21.043Z | ++ mktemp -d |
2627 | 2024-05-14T03:43:21.043Z | + tmp_trampoline=/tmp/tmp.pfayCi |
2628 | 2024-05-14T03:43:21.043Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2629 | 2024-05-14T03:43:21.043Z | + echo '{"v":"1","t":"layer"}' |
2630 | 2024-05-14T03:43:21.043Z | + pkg_dir=/tmp/tmp.pfayCi/root/opt/oxide/installinator |
2631 | 2024-05-14T03:43:21.043Z | + mkdir -p /tmp/tmp.pfayCi/root/opt/oxide/installinator |
2632 | 2024-05-14T03:43:21.043Z | + cd /tmp/tmp.pfayCi/root/opt/oxide/installinator |
2633 | 2024-05-14T03:43:21.043Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2634 | 2024-05-14T03:43:21.043Z | x ., 0 bytes, 0 tape blocks |
2635 | 2024-05-14T03:43:21.043Z | x installinator, 39330088 bytes, 76817 tape blocks |
2636 | 2024-05-14T03:43:21.044Z | x pkg, 0 bytes, 0 tape blocks |
2637 | 2024-05-14T03:43:21.044Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2638 | 2024-05-14T03:43:21.044Z | x VERSION, 25 bytes, 1 tape blocks |
2639 | 2024-05-14T03:43:21.044Z | + mkdir -p /tmp/tmp.pfayCi/root/lib/svc/manifest/site/ |
2640 | 2024-05-14T03:43:21.044Z | + mv pkg/manifest.xml /tmp/tmp.pfayCi/root/lib/svc/manifest/site/installinator.xml |
2641 | 2024-05-14T03:43:21.044Z | + cd - |
2642 | 2024-05-14T03:43:21.044Z | /work/oxidecomputer/omicron |
2643 | 2024-05-14T03:43:21.044Z | + pkg_dir=/tmp/tmp.pfayCi/root/opt/oxide/mg-ddm |
2644 | 2024-05-14T03:43:21.044Z | + mkdir -p /tmp/tmp.pfayCi/root/opt/oxide/mg-ddm |
2645 | 2024-05-14T03:43:21.044Z | + cd /tmp/tmp.pfayCi/root/opt/oxide/mg-ddm |
2646 | 2024-05-14T03:43:21.044Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2647 | 2024-05-14T03:43:21.044Z | x ., 0 bytes, 0 tape blocks |
2648 | 2024-05-14T03:43:21.044Z | x ddmadm, 18870416 bytes, 36857 tape blocks |
2649 | 2024-05-14T03:43:21.044Z | x ddmd, 42960632 bytes, 83908 tape blocks |
2650 | 2024-05-14T03:43:21.045Z | x pkg, 0 bytes, 0 tape blocks |
2651 | 2024-05-14T03:43:21.045Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2652 | 2024-05-14T03:43:21.045Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2653 | 2024-05-14T03:43:21.045Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2654 | 2024-05-14T03:43:21.045Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2655 | 2024-05-14T03:43:21.045Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2656 | 2024-05-14T03:43:21.045Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2657 | 2024-05-14T03:43:21.045Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2658 | 2024-05-14T03:43:21.045Z | x VERSION, 25 bytes, 1 tape blocks |
2659 | 2024-05-14T03:43:21.045Z | + cd - |
2660 | 2024-05-14T03:43:21.045Z | /work/oxidecomputer/omicron |
2661 | 2024-05-14T03:43:21.045Z | + cd /tmp/tmp.pfayCi |
2662 | 2024-05-14T03:43:21.045Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2663 | 2024-05-14T03:43:24.865Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2664 | 2024-05-14T03:43:24.865Z | a oxide.json 1K |
2665 | 2024-05-14T03:43:24.865Z | a root/ 0K |
2666 | 2024-05-14T03:43:24.865Z | a root/opt/ 0K |
2667 | 2024-05-14T03:43:24.865Z | a root/opt/oxide/ 0K |
2668 | 2024-05-14T03:43:24.866Z | a root/opt/oxide/installinator/ 0K |
2669 | 2024-05-14T03:43:24.866Z | a root/opt/oxide/installinator/installinator 38409K |
2670 | 2024-05-14T03:43:24.866Z | a root/opt/oxide/installinator/pkg/ 0K |
2671 | 2024-05-14T03:43:24.866Z | a root/opt/oxide/installinator/VERSION 1K |
2672 | 2024-05-14T03:43:24.866Z | a root/opt/oxide/mg-ddm/ 0K |
2673 | 2024-05-14T03:43:24.866Z | a root/opt/oxide/mg-ddm/ddmadm 18429K |
2674 | 2024-05-14T03:43:24.866Z | a root/opt/oxide/mg-ddm/ddmd 41954K |
2675 | 2024-05-14T03:43:24.866Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2676 | 2024-05-14T03:43:24.867Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2677 | 2024-05-14T03:43:24.867Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2678 | 2024-05-14T03:43:24.867Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2679 | 2024-05-14T03:43:24.867Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2680 | 2024-05-14T03:43:24.867Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2681 | 2024-05-14T03:43:24.867Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2682 | 2024-05-14T03:43:24.867Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2683 | 2024-05-14T03:43:24.867Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2684 | 2024-05-14T03:43:24.867Z | a root/lib/ 0K |
2685 | 2024-05-14T03:43:24.867Z | a root/lib/svc/ 0K |
2686 | 2024-05-14T03:43:24.867Z | a root/lib/svc/manifest/ 0K |
2687 | 2024-05-14T03:43:24.867Z | a root/lib/svc/manifest/site/ 0K |
2688 | 2024-05-14T03:43:24.867Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2689 | 2024-05-14T03:43:24.873Z | + cd / |
2690 | 2024-05-14T03:43:24.873Z | + rm -rf /tmp/tmp.pfayCi |
2691 | 2024-05-14T03:43:24.882Z | |
2692 | 2024-05-14T03:43:24.882Z | real 4.137311988 |
2693 | 2024-05-14T03:43:24.883Z | user 3.922445082 |
2694 | 2024-05-14T03:43:24.883Z | sys 0.226768342 |
2695 | 2024-05-14T03:43:24.883Z | trap 0.000438592 |
2696 | 2024-05-14T03:43:24.883Z | tflt 0.000000000 |
2697 | 2024-05-14T03:43:24.883Z | dflt 0.000000000 |
2698 | 2024-05-14T03:43:24.883Z | kflt 0.000000000 |
2699 | 2024-05-14T03:43:24.884Z | lock 0.000000000 |
2700 | 2024-05-14T03:43:24.884Z | slp 8.052558985 |
2701 | 2024-05-14T03:43:24.884Z | lat 0.077986888 |
2702 | 2024-05-14T03:43:24.884Z | stop 0.000221556 |
2703 | 2024-05-14T03:43:24.884Z | process exited: duration 1714410 ms, exit code 0 |
|
2704 | 2024-05-14T03:43:24.910Z | found 22 output files |
2705 | 2024-05-14T03:43:24.910Z | uploading: /work/version.txt (26 bytes) |
2706 | 2024-05-14T03:43:25.981Z | uploaded: /work/version.txt |
2707 | 2024-05-14T03:43:25.981Z | uploading: /work/package.tar.gz (85511349 bytes) |
2708 | 2024-05-14T03:43:57.615Z | uploaded: /work/package.tar.gz |
2709 | 2024-05-14T03:43:57.633Z | uploading: /work/global-zone-packages.tar.gz (130412492 bytes) |
2710 | 2024-05-14T03:44:57.603Z | uploaded: /work/global-zone-packages.tar.gz |
2711 | 2024-05-14T03:44:57.603Z | uploading: /work/trampoline-global-zone-packages.tar.gz (34276587 bytes) |
2712 | 2024-05-14T03:45:13.972Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2713 | 2024-05-14T03:45:13.973Z | uploading: /work/zones/clickhouse.tar.gz (228102725 bytes) |
2714 | 2024-05-14T03:46:49.863Z | uploaded: /work/zones/clickhouse.tar.gz |
2715 | 2024-05-14T03:46:49.863Z | uploading: /work/zones/clickhouse_keeper.tar.gz (228073504 bytes) |
2716 | 2024-05-14T03:48:29.731Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2717 | 2024-05-14T03:48:29.731Z | uploading: /work/zones/cockroachdb.tar.gz (123588903 bytes) |
2718 | 2024-05-14T03:49:23.600Z | uploaded: /work/zones/cockroachdb.tar.gz |
2719 | 2024-05-14T03:49:23.600Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (27727085 bytes) |
2720 | 2024-05-14T03:49:32.836Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2721 | 2024-05-14T03:49:32.837Z | uploading: /work/zones/crucible-zone.tar.gz (38644485 bytes) |
2722 | 2024-05-14T03:49:47.044Z | uploaded: /work/zones/crucible-zone.tar.gz |
2723 | 2024-05-14T03:49:47.044Z | uploading: /work/zones/external-dns.tar.gz (25722066 bytes) |
2724 | 2024-05-14T03:50:01.713Z | uploaded: /work/zones/external-dns.tar.gz |
2725 | 2024-05-14T03:50:01.713Z | uploading: /work/zones/internal-dns.tar.gz (25721377 bytes) |
2726 | 2024-05-14T03:50:14.612Z | uploaded: /work/zones/internal-dns.tar.gz |
2727 | 2024-05-14T03:50:14.612Z | uploading: /work/zones/nexus-single-sled.tar.gz (84631324 bytes) |
2728 | 2024-05-14T03:50:40.105Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
2729 | 2024-05-14T03:50:40.139Z | uploading: /work/zones/nexus.tar.gz (84639596 bytes) |
2730 | 2024-05-14T03:51:12.988Z | uploaded: /work/zones/nexus.tar.gz |
2731 | 2024-05-14T03:51:12.988Z | uploading: /work/zones/ntp.tar.gz (8920749 bytes) |
2732 | 2024-05-14T03:51:18.594Z | uploaded: /work/zones/ntp.tar.gz |
2733 | 2024-05-14T03:51:18.599Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (14671815 bytes) |
2734 | 2024-05-14T03:51:23.391Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2735 | 2024-05-14T03:51:23.413Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (14670965 bytes) |
2736 | 2024-05-14T03:51:28.239Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2737 | 2024-05-14T03:51:28.239Z | uploading: /work/zones/overlay.tar.gz (2622 bytes) |
2738 | 2024-05-14T03:51:29.252Z | uploaded: /work/zones/overlay.tar.gz |
2739 | 2024-05-14T03:51:29.252Z | uploading: /work/zones/oximeter.tar.gz (41984755 bytes) |
2740 | 2024-05-14T03:51:46.353Z | uploaded: /work/zones/oximeter.tar.gz |
2741 | 2024-05-14T03:51:46.353Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
2742 | 2024-05-14T03:51:48.341Z | uploaded: /work/zones/probe.tar.gz |
2743 | 2024-05-14T03:51:48.341Z | uploading: /work/zones/propolis-server.tar.gz (66596368 bytes) |
2744 | 2024-05-14T03:52:10.512Z | uploaded: /work/zones/propolis-server.tar.gz |
2745 | 2024-05-14T03:52:10.966Z | uploading: /work/zones/switch-asic.tar.gz (296418347 bytes) |
2746 | 2024-05-14T03:53:53.953Z | uploaded: /work/zones/switch-asic.tar.gz |
2747 | 2024-05-14T03:53:53.953Z | uploading: /work/zones/switch-softnpu.tar.gz (200335347 bytes) |
2748 | 2024-05-14T03:55:21.091Z | uploaded: /work/zones/switch-softnpu.tar.gz |