|
|
|
1 | 2024-04-03T04:15:18.926Z | job assigned to worker 01HTH2JP41FFDAJN3VS2BA9CBM (queued for 2 m 2 s) |
|
2 | 2024-04-03T04:15:25.528Z | starting task 0: "setup" |
3 | 2024-04-03T04:15:25.678Z | ++ uname -s |
4 | 2024-04-03T04:15:25.688Z | + kern=SunOS |
5 | 2024-04-03T04:15:25.688Z | + case "$kern" in |
6 | 2024-04-03T04:15:25.689Z | + groupadd -g 12345 build |
7 | 2024-04-03T04:15:25.708Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-03T04:15:27.718Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-03T04:15:27.785Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-03T04:15:27.793Z | + home_fs=zfs |
11 | 2024-04-03T04:15:27.793Z | + [[ zfs == autofs ]] |
12 | 2024-04-03T04:15:27.793Z | + mkdir -p /home/build |
13 | 2024-04-03T04:15:27.793Z | + chown build:build /home/build /work |
14 | 2024-04-03T04:15:29.797Z | + chmod 0700 /home/build /work |
15 | 2024-04-03T04:15:29.807Z | process exited: duration 4273 ms, exit code 0 |
|
16 | 2024-04-03T04:15:29.837Z | starting task 1: "rust-toolchain" |
17 | 2024-04-03T04:15:29.844Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-03T04:15:29.844Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-03T04:15:30.179Z | info: downloading installer |
20 | 2024-04-03T04:15:32.156Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-03T04:15:32.156Z | warning: /opt/ooce/bin |
22 | 2024-04-03T04:15:32.156Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-03T04:15:32.157Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-03T04:15:32.157Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-03T04:15:32.157Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-03T04:15:32.158Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-03T04:15:32.158Z | error: cannot install while Rust is installed |
28 | 2024-04-03T04:15:32.158Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-03T04:15:32.344Z | info: profile set to 'default' |
30 | 2024-04-03T04:15:32.344Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-03T04:15:32.354Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-03T04:15:32.530Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-03T04:15:32.530Z | info: downloading component 'cargo' |
34 | 2024-04-03T04:15:33.630Z | info: downloading component 'clippy' |
35 | 2024-04-03T04:15:34.040Z | info: downloading component 'rust-docs' |
36 | 2024-04-03T04:15:35.536Z | info: downloading component 'rust-std' |
37 | 2024-04-03T04:15:38.064Z | info: downloading component 'rustc' |
38 | 2024-04-03T04:15:44.663Z | info: downloading component 'rustfmt' |
39 | 2024-04-03T04:15:45.101Z | info: installing component 'cargo' |
40 | 2024-04-03T04:15:46.131Z | info: installing component 'clippy' |
41 | 2024-04-03T04:15:46.617Z | info: installing component 'rust-docs' |
42 | 2024-04-03T04:15:48.179Z | info: installing component 'rust-std' |
43 | 2024-04-03T04:15:49.982Z | info: installing component 'rustc' |
44 | 2024-04-03T04:15:54.309Z | info: installing component 'rustfmt' |
45 | 2024-04-03T04:15:54.965Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-04-03T04:15:54.965Z | |
47 | 2024-04-03T04:15:55.227Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-03T04:15:55.227Z | |
49 | 2024-04-03T04:15:55.230Z | |
50 | 2024-04-03T04:15:55.230Z | Rust is installed now. Great! |
51 | 2024-04-03T04:15:55.230Z | |
52 | 2024-04-03T04:15:55.230Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-03T04:15:55.230Z | environment variable. This has not been done automatically. |
54 | 2024-04-03T04:15:55.230Z | |
55 | 2024-04-03T04:15:55.230Z | To configure your current shell, you need to source |
56 | 2024-04-03T04:15:55.230Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-03T04:15:55.230Z | |
58 | 2024-04-03T04:15:55.230Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-03T04:15:55.230Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-03T04:15:55.230Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-03T04:15:55.321Z | + rustc --version |
62 | 2024-04-03T04:15:55.389Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-03T04:15:55.412Z | process exited: duration 25561 ms, exit code 0 |
|
64 | 2024-04-03T04:15:55.435Z | starting task 2: "authentication" |
65 | 2024-04-03T04:15:55.458Z | process exited: duration 22 ms, exit code 0 |
|
66 | 2024-04-03T04:15:55.475Z | starting task 3: "clone repository" |
67 | 2024-04-03T04:15:55.485Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-04-03T04:15:55.485Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-04-03T04:15:55.919Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-04-03T04:16:26.571Z | + cd /work/oxidecomputer/omicron |
71 | 2024-04-03T04:16:26.571Z | + git fetch origin 6dfdadfbd861ce8a1a1844bb927f3f062e72bf79 |
72 | 2024-04-03T04:16:27.297Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-04-03T04:16:27.297Z | * branch 6dfdadfbd861ce8a1a1844bb927f3f062e72bf79 -> FETCH_HEAD |
74 | 2024-04-03T04:16:27.306Z | + [[ -n renovate/diesel-2.x ]] |
75 | 2024-04-03T04:16:27.309Z | ++ git branch --show-current |
76 | 2024-04-03T04:16:27.313Z | + current=main |
77 | 2024-04-03T04:16:27.313Z | + [[ main != renovate/diesel-2.x ]] |
78 | 2024-04-03T04:16:27.313Z | + git branch -f renovate/diesel-2.x 6dfdadfbd861ce8a1a1844bb927f3f062e72bf79 |
79 | 2024-04-03T04:16:27.316Z | + git checkout -f renovate/diesel-2.x |
80 | 2024-04-03T04:16:27.444Z | Switched to branch 'renovate/diesel-2.x' |
81 | 2024-04-03T04:16:27.454Z | + git reset --hard 6dfdadfbd861ce8a1a1844bb927f3f062e72bf79 |
82 | 2024-04-03T04:16:27.468Z | HEAD is now at 6dfdadfbd Update Rust crate diesel to 2.1.5 |
83 | 2024-04-03T04:16:27.468Z | process exited: duration 31983 ms, exit code 0 |
|
84 | 2024-04-03T04:16:27.491Z | starting task 4: "build" |
85 | 2024-04-03T04:16:27.534Z | + cargo --version |
86 | 2024-04-03T04:16:27.534Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-04-03T04:16:27.671Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-04-03T04:16:27.672Z | info: downloading component 'cargo' |
89 | 2024-04-03T04:16:28.518Z | info: downloading component 'clippy' |
90 | 2024-04-03T04:16:28.781Z | info: downloading component 'rust-docs' |
91 | 2024-04-03T04:16:29.844Z | info: downloading component 'rust-std' |
92 | 2024-04-03T04:16:31.590Z | info: downloading component 'rustc' |
93 | 2024-04-03T04:16:35.992Z | info: downloading component 'rustfmt' |
94 | 2024-04-03T04:16:36.294Z | info: installing component 'cargo' |
95 | 2024-04-03T04:16:37.213Z | info: installing component 'clippy' |
96 | 2024-04-03T04:16:37.549Z | info: installing component 'rust-docs' |
97 | 2024-04-03T04:16:39.038Z | info: installing component 'rust-std' |
98 | 2024-04-03T04:16:40.970Z | info: installing component 'rustc' |
99 | 2024-04-03T04:16:44.934Z | info: installing component 'rustfmt' |
100 | 2024-04-03T04:16:45.329Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-04-03T04:16:45.332Z | + rustc --version |
102 | 2024-04-03T04:16:45.397Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-04-03T04:16:45.404Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-04-03T04:16:56.166Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-04-03T04:16:57.626Z | Startup: Caching catalogs ... Done |
106 | 2024-04-03T04:16:59.410Z | Planning: Solver setup ... Done (1.394s) |
107 | 2024-04-03T04:16:59.435Z | Planning: Running solver ... Done (0.027s) |
108 | 2024-04-03T04:16:59.653Z | Planning: Finding local manifests ... Done (0.190s) |
109 | 2024-04-03T04:16:59.732Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-04-03T04:17:00.554Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-04-03T04:17:00.609Z | Planning: Package planning ... Done (0.052s) |
112 | 2024-04-03T04:17:00.660Z | Planning: Merging actions ... Done (0.052s) |
113 | 2024-04-03T04:17:01.217Z | Planning: Checking for conflicting actions ... Done (0.559s) |
114 | 2024-04-03T04:17:01.230Z | Planning: Consolidating action changes ... Done (0.011s) |
115 | 2024-04-03T04:17:06.907Z | Planning: Evaluating mediators ... Done (5.677s) |
116 | 2024-04-03T04:17:06.917Z | Planning: Planning completed in 9.23 seconds |
117 | 2024-04-03T04:17:06.931Z | Packages to install: 4 |
118 | 2024-04-03T04:17:06.931Z | Mediators to change: 2 |
119 | 2024-04-03T04:17:06.934Z | Services to change: 1 |
120 | 2024-04-03T04:17:06.934Z | Estimated space available: 155.32 GB |
121 | 2024-04-03T04:17:06.935Z | Estimated space to be consumed: 1.43 GB |
122 | 2024-04-03T04:17:06.935Z | Create boot environment: No |
123 | 2024-04-03T04:17:06.935Z | Create backup boot environment: No |
124 | 2024-04-03T04:17:06.935Z | Rebuild boot archive: No |
125 | 2024-04-03T04:17:06.935Z | |
126 | 2024-04-03T04:17:06.935Z | Changed mediators: |
127 | 2024-04-03T04:17:06.935Z | mediator clang: |
128 | 2024-04-03T04:17:06.935Z | version: None -> 15 (system default) |
129 | 2024-04-03T04:17:06.935Z | |
130 | 2024-04-03T04:17:06.935Z | mediator llvm: |
131 | 2024-04-03T04:17:06.935Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-04-03T04:17:06.935Z | |
133 | 2024-04-03T04:17:06.935Z | Changed packages: |
134 | 2024-04-03T04:17:06.935Z | helios-dev |
135 | 2024-04-03T04:17:06.935Z | developer/build-essential |
136 | 2024-04-03T04:17:06.935Z | None -> 11-2.0 |
137 | 2024-04-03T04:17:06.935Z | library/libxmlsec1 |
138 | 2024-04-03T04:17:06.935Z | None -> 1.2.35-2.0 |
139 | 2024-04-03T04:17:06.935Z | ooce/developer/clang-15 |
140 | 2024-04-03T04:17:06.935Z | None -> 15.0.7-2.0 |
141 | 2024-04-03T04:17:06.935Z | ooce/developer/llvm-15 |
142 | 2024-04-03T04:17:06.936Z | None -> 15.0.7-2.0 |
143 | 2024-04-03T04:17:06.936Z | |
144 | 2024-04-03T04:17:06.936Z | Services: |
145 | 2024-04-03T04:17:06.936Z | restart_fmri: |
146 | 2024-04-03T04:17:06.936Z | svc:/system/update-man-index:default |
147 | 2024-04-03T04:17:07.014Z | |
148 | 2024-04-03T04:17:07.014Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-04-03T04:17:12.014Z | Download: 1188/3290 items 54.8/212.6MB 25% complete (11.2M/s) |
150 | 2024-04-03T04:17:17.054Z | Download: 2214/3290 items 119.2/212.6MB 56% complete (12.2M/s) |
151 | 2024-04-03T04:17:22.059Z | Download: 3213/3290 items 162.5/212.6MB 76% complete (10.7M/s) |
152 | 2024-04-03T04:17:23.914Z | Download: Completed 212.60 MB in 16.90 seconds (12.6M/s) |
153 | 2024-04-03T04:17:24.171Z | Actions: 1/3689 actions (Installing new actions) |
154 | 2024-04-03T04:17:29.213Z | Actions: 3662/3689 actions (Installing new actions) |
155 | 2024-04-03T04:17:29.374Z | Actions: Completed 3689 actions in 5.22 seconds. |
156 | 2024-04-03T04:17:29.573Z | Done (0.194s) |
157 | 2024-04-03T04:17:29.574Z | Done (0.000s) |
158 | 2024-04-03T04:17:29.832Z | Done (0.258s) |
159 | 2024-04-03T04:17:34.871Z | Done (4.898s) |
160 | 2024-04-03T04:17:35.070Z | Done (0.122s) |
161 | 2024-04-03T04:17:35.078Z | Done (0.000s) |
162 | 2024-04-03T04:17:35.237Z | Done (0.000s) |
163 | 2024-04-03T04:17:35.780Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-04-03T04:17:35.944Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-04-03T04:17:35.947Z | Planning: Consolidating action changes ... Done |
166 | 2024-04-03T04:17:36.225Z | Planning: Evaluating mediators ... Done |
167 | 2024-04-03T04:17:36.228Z | Planning: Planning completed in 0.45 seconds |
168 | 2024-04-03T04:17:36.260Z | Mediators to change: 2 |
169 | 2024-04-03T04:17:36.263Z | Create boot environment: No |
170 | 2024-04-03T04:17:36.263Z | Create backup boot environment: No |
171 | 2024-04-03T04:17:36.328Z | Done |
172 | 2024-04-03T04:17:36.328Z | Done |
173 | 2024-04-03T04:17:36.480Z | Done |
174 | 2024-04-03T04:17:40.226Z | Done |
175 | 2024-04-03T04:17:40.336Z | Done |
176 | 2024-04-03T04:17:40.345Z | Done |
177 | 2024-04-03T04:17:40.434Z | Done |
178 | 2024-04-03T04:17:41.097Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-04-03T04:17:41.108Z | Planning: Merging actions ... Done |
180 | 2024-04-03T04:17:41.290Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-04-03T04:17:41.300Z | Planning: Consolidating action changes ... Done |
182 | 2024-04-03T04:17:41.563Z | Planning: Evaluating mediators ... Done |
183 | 2024-04-03T04:17:41.620Z | Planning: Planning completed in 0.81 seconds |
184 | 2024-04-03T04:17:41.656Z | Packages to change: 1 |
185 | 2024-04-03T04:17:41.656Z | Mediators to change: 1 |
186 | 2024-04-03T04:17:41.670Z | Services to change: 1 |
187 | 2024-04-03T04:17:41.670Z | Create boot environment: No |
188 | 2024-04-03T04:17:41.671Z | Create backup boot environment: Yes |
189 | 2024-04-03T04:17:43.593Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2024-04-03T04:17:43.596Z | Actions: Completed 6 actions in 0.00 seconds. |
191 | 2024-04-03T04:17:43.596Z | Done |
192 | 2024-04-03T04:17:43.596Z | Done |
193 | 2024-04-03T04:17:43.648Z | Done |
194 | 2024-04-03T04:17:47.470Z | Done |
195 | 2024-04-03T04:17:47.561Z | Done |
196 | 2024-04-03T04:17:47.564Z | Done |
197 | 2024-04-03T04:17:47.683Z | Done |
198 | 2024-04-03T04:17:48.127Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2024-04-03T04:17:48.127Z | clang system 15 system |
200 | 2024-04-03T04:17:48.127Z | csh system system illumos |
201 | 2024-04-03T04:17:48.127Z | ctags system system illumos |
202 | 2024-04-03T04:17:48.127Z | gcc vendor 12 vendor |
203 | 2024-04-03T04:17:48.127Z | gcc system 10 system |
204 | 2024-04-03T04:17:48.127Z | gcc system 7 system |
205 | 2024-04-03T04:17:48.128Z | go system 1.20 system |
206 | 2024-04-03T04:17:48.128Z | go system 1.19 system |
207 | 2024-04-03T04:17:48.128Z | llvm system 15 system |
208 | 2024-04-03T04:17:48.128Z | llvm system 14 system |
209 | 2024-04-03T04:17:48.128Z | mariadb system 10.6 system |
210 | 2024-04-03T04:17:48.128Z | mta vendor vendor dma |
211 | 2024-04-03T04:17:48.128Z | openjdk system 17 system |
212 | 2024-04-03T04:17:48.128Z | openjdk system 11 system |
213 | 2024-04-03T04:17:48.128Z | openjdk system 1.8 system |
214 | 2024-04-03T04:17:48.128Z | openssl vendor 3 vendor |
215 | 2024-04-03T04:17:48.128Z | perl system 5.36 system |
216 | 2024-04-03T04:17:48.128Z | postgresql system 15 system |
217 | 2024-04-03T04:17:48.128Z | postgresql system 13 system |
218 | 2024-04-03T04:17:48.128Z | python vendor 3 vendor |
219 | 2024-04-03T04:17:48.128Z | python system 2 system |
220 | 2024-04-03T04:17:48.128Z | python3 system 3.11 system |
221 | 2024-04-03T04:17:48.128Z | ruby system 3.0 system |
222 | 2024-04-03T04:17:48.128Z | words vendor vendor american-english |
223 | 2024-04-03T04:17:48.128Z | words system system australian-english |
224 | 2024-04-03T04:17:48.128Z | words system system british-english |
225 | 2024-04-03T04:17:48.128Z | words system system canadian-english |
226 | 2024-04-03T04:17:48.129Z | words system system french |
227 | 2024-04-03T04:17:48.129Z | words system system italian |
228 | 2024-04-03T04:17:48.129Z | words system system ngerman |
229 | 2024-04-03T04:17:48.129Z | words system system ogerman |
230 | 2024-04-03T04:17:48.129Z | words system system spanish |
231 | 2024-04-03T04:17:48.465Z | PUBLISHER TYPE STATUS P LOCATION |
232 | 2024-04-03T04:17:48.465Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
233 | 2024-04-03T04:17:49.745Z | FMRI IFO |
234 | 2024-04-03T04:17:49.746Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2024-04-03T04:17:49.746Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2024-04-03T04:17:49.746Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2024-04-03T04:17:49.746Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
238 | 2024-04-03T04:17:49.746Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
239 | 2024-04-03T04:17:49.746Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2024-04-03T04:17:49.746Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
241 | 2024-04-03T04:17:49.746Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
242 | 2024-04-03T04:17:49.746Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
243 | 2024-04-03T04:17:49.746Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
244 | 2024-04-03T04:17:49.747Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
245 | 2024-04-03T04:17:49.747Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
246 | 2024-04-03T04:17:49.998Z | + set -o errexit |
247 | 2024-04-03T04:17:50.012Z | +++ dirname ./tools/ci_download_cockroachdb |
248 | 2024-04-03T04:17:50.012Z | ++ cd ./tools |
249 | 2024-04-03T04:17:50.012Z | ++ pwd |
250 | 2024-04-03T04:17:50.013Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
251 | 2024-04-03T04:17:50.013Z | ++ basename ./tools/ci_download_cockroachdb |
252 | 2024-04-03T04:17:50.013Z | + ARG0=ci_download_cockroachdb |
253 | 2024-04-03T04:17:50.013Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
254 | 2024-04-03T04:17:50.013Z | + CIDL_VERSION=v22.1.9 |
255 | 2024-04-03T04:17:50.013Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
256 | 2024-04-03T04:17:50.013Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
257 | 2024-04-03T04:17:50.013Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
258 | 2024-04-03T04:17:50.013Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
259 | 2024-04-03T04:17:50.013Z | + TARGET_DIR=out |
260 | 2024-04-03T04:17:50.013Z | + DOWNLOAD_DIR=out/downloads |
261 | 2024-04-03T04:17:50.013Z | + DEST_DIR=./out/cockroachdb |
262 | 2024-04-03T04:17:50.013Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
263 | 2024-04-03T04:17:50.013Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
264 | 2024-04-03T04:17:50.013Z | + main |
265 | 2024-04-03T04:17:50.014Z | + [[ 0 != 0 ]] |
266 | 2024-04-03T04:17:50.014Z | + CIDL_OS=solaris2.11 |
267 | 2024-04-03T04:17:50.014Z | + [[ 0 != 0 ]] |
268 | 2024-04-03T04:17:50.014Z | + configure_os solaris2.11 |
269 | 2024-04-03T04:17:50.014Z | + echo 'current directory: /work/oxidecomputer/omicron' |
270 | 2024-04-03T04:17:50.014Z | current directory: /work/oxidecomputer/omicron |
271 | 2024-04-03T04:17:50.014Z | + echo 'configuring based on OS: "solaris2.11"' |
272 | 2024-04-03T04:17:50.014Z | + case "$1" in |
273 | 2024-04-03T04:17:50.014Z | + CIDL_BUILD=illumos |
274 | 2024-04-03T04:17:50.014Z | configuring based on OS: "solaris2.11" |
275 | 2024-04-03T04:17:50.014Z | + CIDL_SUFFIX=tar.gz |
276 | 2024-04-03T04:17:50.014Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
277 | 2024-04-03T04:17:50.014Z | + CIDL_URL_BASE=https://illumos.org/downloads |
278 | 2024-04-03T04:17:50.014Z | + CIDL_ASSEMBLE=do_assemble_illumos |
279 | 2024-04-03T04:17:50.015Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
280 | 2024-04-03T04:17:50.015Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-04-03T04:17:50.015Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-04-03T04:17:50.015Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
283 | 2024-04-03T04:17:50.015Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-04-03T04:17:50.015Z | + CIDL_SHA256FUNC=do_sha256sum |
285 | 2024-04-03T04:17:50.015Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
286 | 2024-04-03T04:17:50.015Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-04-03T04:17:50.015Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-04-03T04:17:50.015Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
289 | 2024-04-03T04:17:50.015Z | + mkdir -p out/downloads |
290 | 2024-04-03T04:17:50.015Z | + mkdir -p ./out/cockroachdb |
291 | 2024-04-03T04:17:50.016Z | + local DO_DOWNLOAD=true |
292 | 2024-04-03T04:17:50.016Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
293 | 2024-04-03T04:17:50.016Z | + '[' true == true ']' |
294 | 2024-04-03T04:17:50.016Z | + echo Downloading... |
295 | 2024-04-03T04:17:50.016Z | Downloading... |
296 | 2024-04-03T04:17:50.016Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-04-03T04:17:50.016Z | + 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 |
298 | 2024-04-03T04:17:52.662Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-04-03T04:17:52.670Z | ++ sha256sum |
300 | 2024-04-03T04:17:52.670Z | ++ awk '{print $1}' |
301 | 2024-04-03T04:17:52.785Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
302 | 2024-04-03T04:17:52.786Z | + [[ 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 ]] |
303 | 2024-04-03T04:17:52.789Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2024-04-03T04:17:52.789Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
305 | 2024-04-03T04:17:54.960Z | + do_assemble_illumos |
306 | 2024-04-03T04:17:54.960Z | + rm -r ./out/cockroachdb |
307 | 2024-04-03T04:17:54.969Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
308 | 2024-04-03T04:17:55.411Z | + ./out/cockroachdb/bin/cockroach version |
309 | 2024-04-03T04:17:55.589Z | Build Tag: v22.1.9-dirty |
310 | 2024-04-03T04:17:55.589Z | Build Time: 2022/10/26 21:17:46 |
311 | 2024-04-03T04:17:55.589Z | Distribution: OSS |
312 | 2024-04-03T04:17:55.589Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
313 | 2024-04-03T04:17:55.590Z | Go Version: go1.17.13 |
314 | 2024-04-03T04:17:55.590Z | C Compiler: gcc 10.3.0 |
315 | 2024-04-03T04:17:55.590Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
316 | 2024-04-03T04:17:55.590Z | Build Type: release |
317 | 2024-04-03T04:17:55.608Z | + set -o errexit |
318 | 2024-04-03T04:17:55.612Z | +++ dirname ./tools/ci_download_clickhouse |
319 | 2024-04-03T04:17:55.615Z | ++ cd ./tools |
320 | 2024-04-03T04:17:55.615Z | ++ pwd |
321 | 2024-04-03T04:17:55.615Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
322 | 2024-04-03T04:17:55.615Z | ++ basename ./tools/ci_download_clickhouse |
323 | 2024-04-03T04:17:55.615Z | + ARG0=ci_download_clickhouse |
324 | 2024-04-03T04:17:55.616Z | + TARGET_DIR=out |
325 | 2024-04-03T04:17:55.616Z | + DOWNLOAD_DIR=out/downloads |
326 | 2024-04-03T04:17:55.616Z | + DEST_DIR=./out/clickhouse |
327 | 2024-04-03T04:17:55.619Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
328 | 2024-04-03T04:17:55.619Z | + CIDL_VERSION=v23.8.7.24 |
329 | 2024-04-03T04:17:55.620Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
330 | 2024-04-03T04:17:55.620Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
331 | 2024-04-03T04:17:55.620Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
332 | 2024-04-03T04:17:55.620Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
333 | 2024-04-03T04:17:55.620Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
334 | 2024-04-03T04:17:55.620Z | + main |
335 | 2024-04-03T04:17:55.620Z | + [[ 0 != 0 ]] |
336 | 2024-04-03T04:17:55.620Z | + CIDL_OS=solaris2.11 |
337 | 2024-04-03T04:17:55.620Z | + [[ 0 != 0 ]] |
338 | 2024-04-03T04:17:55.620Z | + configure_os solaris2.11 |
339 | 2024-04-03T04:17:55.620Z | + echo 'current directory: /work/oxidecomputer/omicron' |
340 | 2024-04-03T04:17:55.620Z | current directory: /work/oxidecomputer/omicron |
341 | 2024-04-03T04:17:55.620Z | + echo 'configuring based on OS: "solaris2.11"' |
342 | 2024-04-03T04:17:55.620Z | + CIDL_DASHREV= |
343 | 2024-04-03T04:17:55.620Z | + case "$1" in |
344 | 2024-04-03T04:17:55.620Z | configuring based on OS: "solaris2.11" |
345 | 2024-04-03T04:17:55.620Z | + CIDL_PLATFORM=illumos |
346 | 2024-04-03T04:17:55.620Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
347 | 2024-04-03T04:17:55.620Z | + CIDL_MD5FUNC=do_md5sum |
348 | 2024-04-03T04:17:55.621Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
349 | 2024-04-03T04:17:55.621Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
350 | 2024-04-03T04:17:55.621Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
351 | 2024-04-03T04:17:55.621Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
352 | 2024-04-03T04:17:55.621Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
353 | 2024-04-03T04:17:55.621Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
354 | 2024-04-03T04:17:55.621Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-04-03T04:17:55.621Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-04-03T04:17:55.621Z | + mkdir -p out/downloads |
357 | 2024-04-03T04:17:55.625Z | + mkdir -p ./out/clickhouse |
358 | 2024-04-03T04:17:55.625Z | + local DO_DOWNLOAD=true |
359 | 2024-04-03T04:17:55.625Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
360 | 2024-04-03T04:17:55.625Z | + '[' true == true ']' |
361 | 2024-04-03T04:17:55.625Z | + echo Downloading... |
362 | 2024-04-03T04:17:55.625Z | Downloading... |
363 | 2024-04-03T04:17:55.625Z | + 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 |
364 | 2024-04-03T04:17:55.625Z | + 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 |
365 | 2024-04-03T04:17:57.240Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
366 | 2024-04-03T04:17:57.245Z | ++ md5sum |
367 | 2024-04-03T04:17:57.245Z | ++ awk '{print $1}' |
368 | 2024-04-03T04:17:57.458Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
369 | 2024-04-03T04:17:57.458Z | + [[ 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 ]] |
370 | 2024-04-03T04:17:57.458Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
371 | 2024-04-03T04:17:57.461Z | + mkdir -p ./out/clickhouse |
372 | 2024-04-03T04:17:57.462Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
373 | 2024-04-03T04:18:01.290Z | + [[ solaris2.11 == darwin* ]] |
374 | 2024-04-03T04:18:01.290Z | + ./out/clickhouse/clickhouse server --version |
375 | 2024-04-03T04:18:01.539Z | ClickHouse server version 23.8.7.1. |
376 | 2024-04-03T04:18:01.560Z | + set -o errexit |
377 | 2024-04-03T04:18:01.563Z | +++ dirname ./tools/ci_download_console |
378 | 2024-04-03T04:18:01.567Z | ++ cd ./tools |
379 | 2024-04-03T04:18:01.567Z | ++ pwd |
380 | 2024-04-03T04:18:01.567Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
381 | 2024-04-03T04:18:01.567Z | ++ basename ./tools/ci_download_console |
382 | 2024-04-03T04:18:01.567Z | + ARG0=ci_download_console |
383 | 2024-04-03T04:18:01.570Z | + TARGET_DIR=out |
384 | 2024-04-03T04:18:01.570Z | + DOWNLOAD_DIR=out/downloads |
385 | 2024-04-03T04:18:01.570Z | + DEST_DIR=./out/console-assets |
386 | 2024-04-03T04:18:01.570Z | + source /work/oxidecomputer/omicron/tools/console_version |
387 | 2024-04-03T04:18:01.570Z | ++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3 |
388 | 2024-04-03T04:18:01.570Z | ++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
389 | 2024-04-03T04:18:01.570Z | + URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
390 | 2024-04-03T04:18:01.571Z | + TARBALL_FILE=out/downloads/console.tar.gz |
391 | 2024-04-03T04:18:01.571Z | + main |
392 | 2024-04-03T04:18:01.571Z | + [[ 0 != 0 ]] |
393 | 2024-04-03T04:18:01.571Z | + echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz' |
394 | 2024-04-03T04:18:01.571Z | + echo 'Local file: out/downloads/console.tar.gz' |
395 | 2024-04-03T04:18:01.571Z | + local DO_DOWNLOAD=true |
396 | 2024-04-03T04:18:01.571Z | URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
397 | 2024-04-03T04:18:01.571Z | Local file: out/downloads/console.tar.gz |
398 | 2024-04-03T04:18:01.571Z | + [[ -f out/downloads/console.tar.gz ]] |
399 | 2024-04-03T04:18:01.571Z | + mkdir -p out/downloads |
400 | 2024-04-03T04:18:01.571Z | + '[' true == true ']' |
401 | 2024-04-03T04:18:01.571Z | + echo Downloading... |
402 | 2024-04-03T04:18:01.571Z | Downloading... |
403 | 2024-04-03T04:18:01.571Z | + do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz |
404 | 2024-04-03T04:18:01.571Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
405 | 2024-04-03T04:18:02.242Z | ++ do_sha256sum out/downloads/console.tar.gz |
406 | 2024-04-03T04:18:02.246Z | ++ case "$OSTYPE" in |
407 | 2024-04-03T04:18:02.246Z | ++ SHA=sha256sum |
408 | 2024-04-03T04:18:02.246Z | ++ sha256sum |
409 | 2024-04-03T04:18:02.246Z | ++ awk '{print $1}' |
410 | 2024-04-03T04:18:02.251Z | + calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
411 | 2024-04-03T04:18:02.254Z | + [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]] |
412 | 2024-04-03T04:18:02.254Z | + rm -rf ./out/console-assets |
413 | 2024-04-03T04:18:02.254Z | + mkdir -p ./out/console-assets |
414 | 2024-04-03T04:18:02.258Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
415 | 2024-04-03T04:18:02.258Z | + mkdir -p ./out/console-assets |
416 | 2024-04-03T04:18:02.258Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
417 | 2024-04-03T04:18:02.349Z | + set -o errexit |
418 | 2024-04-03T04:18:02.352Z | +++ dirname ./tools/ci_download_maghemite_openapi |
419 | 2024-04-03T04:18:02.356Z | ++ cd ./tools |
420 | 2024-04-03T04:18:02.356Z | ++ pwd |
421 | 2024-04-03T04:18:02.356Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
422 | 2024-04-03T04:18:02.356Z | ++ basename ./tools/ci_download_maghemite_openapi |
423 | 2024-04-03T04:18:02.356Z | + ARG0=ci_download_maghemite_openapi |
424 | 2024-04-03T04:18:02.356Z | + TARGET_DIR=out |
425 | 2024-04-03T04:18:02.356Z | + DOWNLOAD_DIR=out/downloads |
426 | 2024-04-03T04:18:02.359Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
427 | 2024-04-03T04:18:02.359Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
428 | 2024-04-03T04:18:02.360Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
429 | 2024-04-03T04:18:02.360Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
430 | 2024-04-03T04:18:02.360Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
431 | 2024-04-03T04:18:02.360Z | + main |
432 | 2024-04-03T04:18:02.360Z | + rm -rf out/downloads/root |
433 | 2024-04-03T04:18:02.360Z | + [[ 0 != 0 ]] |
434 | 2024-04-03T04:18:02.360Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
435 | 2024-04-03T04:18:02.360Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
436 | 2024-04-03T04:18:02.360Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
437 | 2024-04-03T04:18:02.360Z | + local DO_DOWNLOAD=true |
438 | 2024-04-03T04:18:02.360Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
439 | 2024-04-03T04:18:02.360Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
440 | 2024-04-03T04:18:02.360Z | + mkdir -p out/downloads |
441 | 2024-04-03T04:18:02.363Z | + '[' true == true ']' |
442 | 2024-04-03T04:18:02.364Z | + echo Downloading... |
443 | 2024-04-03T04:18:02.364Z | Downloading... |
444 | 2024-04-03T04:18:02.364Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
445 | 2024-04-03T04:18:02.364Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
446 | 2024-04-03T04:18:02.599Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
447 | 2024-04-03T04:18:02.599Z | ++ case "$OSTYPE" in |
448 | 2024-04-03T04:18:02.602Z | ++ SHA=sha256sum |
449 | 2024-04-03T04:18:02.602Z | ++ sha256sum |
450 | 2024-04-03T04:18:02.602Z | ++ awk '{print $1}' |
451 | 2024-04-03T04:18:02.608Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
452 | 2024-04-03T04:18:02.608Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
453 | 2024-04-03T04:18:02.608Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
454 | 2024-04-03T04:18:02.608Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
455 | 2024-04-03T04:18:02.608Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
456 | 2024-04-03T04:18:02.608Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
457 | 2024-04-03T04:18:02.608Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
458 | 2024-04-03T04:18:02.608Z | + main |
459 | 2024-04-03T04:18:02.609Z | + rm -rf out/downloads/root |
460 | 2024-04-03T04:18:02.609Z | + [[ 0 != 0 ]] |
461 | 2024-04-03T04:18:02.609Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
462 | 2024-04-03T04:18:02.609Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
463 | 2024-04-03T04:18:02.609Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
464 | 2024-04-03T04:18:02.609Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
465 | 2024-04-03T04:18:02.609Z | + local DO_DOWNLOAD=true |
466 | 2024-04-03T04:18:02.609Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
467 | 2024-04-03T04:18:02.609Z | + mkdir -p out/downloads |
468 | 2024-04-03T04:18:02.612Z | + '[' true == true ']' |
469 | 2024-04-03T04:18:02.612Z | + echo Downloading... |
470 | 2024-04-03T04:18:02.613Z | Downloading... |
471 | 2024-04-03T04:18:02.613Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
472 | 2024-04-03T04:18:02.613Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
473 | 2024-04-03T04:18:02.713Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
474 | 2024-04-03T04:18:02.716Z | ++ case "$OSTYPE" in |
475 | 2024-04-03T04:18:02.716Z | ++ SHA=sha256sum |
476 | 2024-04-03T04:18:02.716Z | ++ sha256sum |
477 | 2024-04-03T04:18:02.716Z | ++ awk '{print $1}' |
478 | 2024-04-03T04:18:02.719Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
479 | 2024-04-03T04:18:02.719Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
480 | 2024-04-03T04:18:02.728Z | + set -o errexit |
481 | 2024-04-03T04:18:02.732Z | +++ dirname ./tools/ci_download_dendrite_openapi |
482 | 2024-04-03T04:18:02.732Z | ++ cd ./tools |
483 | 2024-04-03T04:18:02.732Z | ++ pwd |
484 | 2024-04-03T04:18:02.732Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
485 | 2024-04-03T04:18:02.736Z | ++ basename ./tools/ci_download_dendrite_openapi |
486 | 2024-04-03T04:18:02.736Z | + ARG0=ci_download_dendrite_openapi |
487 | 2024-04-03T04:18:02.736Z | + TARGET_DIR=out |
488 | 2024-04-03T04:18:02.736Z | + DOWNLOAD_DIR=out/downloads |
489 | 2024-04-03T04:18:02.736Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
490 | 2024-04-03T04:18:02.736Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
491 | 2024-04-03T04:18:02.736Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
492 | 2024-04-03T04:18:02.736Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
493 | 2024-04-03T04:18:02.736Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
494 | 2024-04-03T04:18:02.736Z | + main |
495 | 2024-04-03T04:18:02.736Z | + [[ 0 != 0 ]] |
496 | 2024-04-03T04:18:02.736Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
497 | 2024-04-03T04:18:02.737Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
498 | 2024-04-03T04:18:02.737Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
499 | 2024-04-03T04:18:02.737Z | + local DO_DOWNLOAD=true |
500 | 2024-04-03T04:18:02.737Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
501 | 2024-04-03T04:18:02.737Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
502 | 2024-04-03T04:18:02.737Z | + mkdir -p out/downloads |
503 | 2024-04-03T04:18:02.737Z | + '[' true == true ']' |
504 | 2024-04-03T04:18:02.737Z | + echo Downloading... |
505 | 2024-04-03T04:18:02.737Z | Downloading... |
506 | 2024-04-03T04:18:02.737Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
507 | 2024-04-03T04:18:02.737Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
508 | 2024-04-03T04:18:02.850Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
509 | 2024-04-03T04:18:02.850Z | ++ case "$OSTYPE" in |
510 | 2024-04-03T04:18:02.855Z | ++ SHA=sha256sum |
511 | 2024-04-03T04:18:02.855Z | ++ sha256sum |
512 | 2024-04-03T04:18:02.855Z | ++ awk '{print $1}' |
513 | 2024-04-03T04:18:02.860Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
514 | 2024-04-03T04:18:02.861Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
515 | 2024-04-03T04:18:02.864Z | + set -o errexit |
516 | 2024-04-03T04:18:02.869Z | +++ dirname ./tools/ci_download_dendrite_stub |
517 | 2024-04-03T04:18:02.869Z | ++ cd ./tools |
518 | 2024-04-03T04:18:02.869Z | ++ pwd |
519 | 2024-04-03T04:18:02.877Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
520 | 2024-04-03T04:18:02.877Z | ++ basename ./tools/ci_download_dendrite_stub |
521 | 2024-04-03T04:18:02.877Z | + ARG0=ci_download_dendrite_stub |
522 | 2024-04-03T04:18:02.877Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
523 | 2024-04-03T04:18:02.877Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
524 | 2024-04-03T04:18:02.877Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
525 | 2024-04-03T04:18:02.877Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
526 | 2024-04-03T04:18:02.877Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
527 | 2024-04-03T04:18:02.877Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
528 | 2024-04-03T04:18:02.877Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
529 | 2024-04-03T04:18:02.877Z | + TARGET_DIR=out |
530 | 2024-04-03T04:18:02.877Z | + DOWNLOAD_DIR=out/downloads |
531 | 2024-04-03T04:18:02.877Z | + DEST_DIR=./out/dendrite-stub |
532 | 2024-04-03T04:18:02.877Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
533 | 2024-04-03T04:18:02.878Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
534 | 2024-04-03T04:18:02.878Z | + REPO=oxidecomputer/dendrite |
535 | 2024-04-03T04:18:02.878Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
536 | 2024-04-03T04:18:02.878Z | + main |
537 | 2024-04-03T04:18:02.878Z | + [[ 0 != 0 ]] |
538 | 2024-04-03T04:18:02.878Z | + CIDL_OS=solaris2.11 |
539 | 2024-04-03T04:18:02.878Z | + [[ 0 != 0 ]] |
540 | 2024-04-03T04:18:02.878Z | + configure_os solaris2.11 |
541 | 2024-04-03T04:18:02.878Z | + echo 'current directory: /work/oxidecomputer/omicron' |
542 | 2024-04-03T04:18:02.878Z | + echo 'configuring based on OS: "solaris2.11"' |
543 | 2024-04-03T04:18:02.878Z | current directory: /work/oxidecomputer/omicron |
544 | 2024-04-03T04:18:02.878Z | configuring based on OS: "solaris2.11" |
545 | 2024-04-03T04:18:02.878Z | + case "$1" in |
546 | 2024-04-03T04:18:02.878Z | + SET_BINARIES= |
547 | 2024-04-03T04:18:02.878Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
548 | 2024-04-03T04:18:02.878Z | + CIDL_SHA256FUNC=do_sha256sum |
549 | 2024-04-03T04:18:02.878Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
550 | 2024-04-03T04:18:02.878Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
551 | 2024-04-03T04:18:02.878Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
552 | 2024-04-03T04:18:02.879Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
553 | 2024-04-03T04:18:02.879Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
554 | 2024-04-03T04:18:02.879Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
555 | 2024-04-03T04:18:02.879Z | + mkdir -p out/downloads |
556 | 2024-04-03T04:18:02.879Z | Local file: out/downloads/dendrite-stub.tar.gz |
557 | 2024-04-03T04:18:02.879Z | + mkdir -p ./out/dendrite-stub |
558 | 2024-04-03T04:18:02.885Z | + fetch_and_verify |
559 | 2024-04-03T04:18:02.885Z | + local DO_DOWNLOAD=true |
560 | 2024-04-03T04:18:02.885Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
561 | 2024-04-03T04:18:02.885Z | + '[' true == true ']' |
562 | 2024-04-03T04:18:02.885Z | + echo Downloading... |
563 | 2024-04-03T04:18:02.885Z | Downloading... |
564 | 2024-04-03T04:18:02.885Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
565 | 2024-04-03T04:18:02.885Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
566 | 2024-04-03T04:18:09.157Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
567 | 2024-04-03T04:18:09.163Z | ++ sha256sum |
568 | 2024-04-03T04:18:09.163Z | ++ awk '{print $1}' |
569 | 2024-04-03T04:18:09.186Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
570 | 2024-04-03T04:18:09.186Z | + [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]] |
571 | 2024-04-03T04:18:09.190Z | + do_untar out/downloads/dendrite-stub.tar.gz |
572 | 2024-04-03T04:18:09.190Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
573 | 2024-04-03T04:18:09.782Z | + do_assemble |
574 | 2024-04-03T04:18:09.782Z | + rm -r ./out/dendrite-stub |
575 | 2024-04-03T04:18:09.785Z | + mkdir ./out/dendrite-stub |
576 | 2024-04-03T04:18:09.796Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
577 | 2024-04-03T04:18:09.872Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
578 | 2024-04-03T04:18:09.880Z | + set -o errexit |
579 | 2024-04-03T04:18:09.883Z | +++ dirname ./tools/ci_download_maghemite_mgd |
580 | 2024-04-03T04:18:09.889Z | ++ cd ./tools |
581 | 2024-04-03T04:18:09.889Z | ++ pwd |
582 | 2024-04-03T04:18:09.889Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
583 | 2024-04-03T04:18:09.889Z | ++ basename ./tools/ci_download_maghemite_mgd |
584 | 2024-04-03T04:18:09.889Z | + ARG0=ci_download_maghemite_mgd |
585 | 2024-04-03T04:18:09.889Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
586 | 2024-04-03T04:18:09.889Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
587 | 2024-04-03T04:18:09.889Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
588 | 2024-04-03T04:18:09.889Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
589 | 2024-04-03T04:18:09.889Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
590 | 2024-04-03T04:18:09.889Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
591 | 2024-04-03T04:18:09.889Z | + TARGET_DIR=out |
592 | 2024-04-03T04:18:09.889Z | + DOWNLOAD_DIR=out/downloads |
593 | 2024-04-03T04:18:09.889Z | + DEST_DIR=./out/mgd |
594 | 2024-04-03T04:18:09.889Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
595 | 2024-04-03T04:18:09.889Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
596 | 2024-04-03T04:18:09.890Z | + REPO=oxidecomputer/maghemite |
597 | 2024-04-03T04:18:09.890Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
598 | 2024-04-03T04:18:09.890Z | + main |
599 | 2024-04-03T04:18:09.890Z | + rm -rf out/downloads/root |
600 | 2024-04-03T04:18:09.899Z | + [[ 0 != 0 ]] |
601 | 2024-04-03T04:18:09.899Z | + CIDL_OS=solaris2.11 |
602 | 2024-04-03T04:18:09.903Z | + [[ 0 != 0 ]] |
603 | 2024-04-03T04:18:09.903Z | + configure_os solaris2.11 |
604 | 2024-04-03T04:18:09.903Z | + echo 'current directory: /work/oxidecomputer/omicron' |
605 | 2024-04-03T04:18:09.903Z | current directory: /work/oxidecomputer/omicron |
606 | 2024-04-03T04:18:09.903Z | configuring based on OS: "solaris2.11" |
607 | 2024-04-03T04:18:09.903Z | + echo 'configuring based on OS: "solaris2.11"' |
608 | 2024-04-03T04:18:09.903Z | + case "$1" in |
609 | 2024-04-03T04:18:09.903Z | + SET_BINARIES= |
610 | 2024-04-03T04:18:09.903Z | + CIDL_SHA256FUNC=do_sha256sum |
611 | 2024-04-03T04:18:09.903Z | + TARBALL_FILENAME=mgd.tar.gz |
612 | 2024-04-03T04:18:09.903Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
613 | 2024-04-03T04:18:09.903Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
614 | 2024-04-03T04:18:09.903Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
615 | 2024-04-03T04:18:09.903Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
616 | 2024-04-03T04:18:09.903Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
617 | 2024-04-03T04:18:09.903Z | Local file: out/downloads/mgd.tar.gz |
618 | 2024-04-03T04:18:09.903Z | + mkdir -p out/downloads |
619 | 2024-04-03T04:18:09.903Z | + mkdir -p ./out/mgd |
620 | 2024-04-03T04:18:09.903Z | + fetch_and_verify |
621 | 2024-04-03T04:18:09.904Z | + local DO_DOWNLOAD=true |
622 | 2024-04-03T04:18:09.904Z | + [[ -f out/downloads/mgd.tar.gz ]] |
623 | 2024-04-03T04:18:09.904Z | + '[' true == true ']' |
624 | 2024-04-03T04:18:09.904Z | + echo Downloading... |
625 | 2024-04-03T04:18:09.904Z | Downloading... |
626 | 2024-04-03T04:18:09.904Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
627 | 2024-04-03T04:18:09.904Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
628 | 2024-04-03T04:18:19.793Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
629 | 2024-04-03T04:18:19.799Z | ++ sha256sum |
630 | 2024-04-03T04:18:19.799Z | ++ awk '{print $1}' |
631 | 2024-04-03T04:18:19.818Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
632 | 2024-04-03T04:18:19.821Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
633 | 2024-04-03T04:18:19.821Z | + do_untar out/downloads/mgd.tar.gz |
634 | 2024-04-03T04:18:19.821Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
635 | 2024-04-03T04:18:20.423Z | + do_assemble |
636 | 2024-04-03T04:18:20.424Z | + rm -r ./out/mgd |
637 | 2024-04-03T04:18:20.435Z | + mkdir ./out/mgd |
638 | 2024-04-03T04:18:20.435Z | + cp -r out/downloads/root ./out/mgd/root |
639 | 2024-04-03T04:18:20.511Z | + set -o errexit |
640 | 2024-04-03T04:18:20.518Z | +++ dirname ./tools/ci_download_transceiver_control |
641 | 2024-04-03T04:18:20.522Z | ++ cd ./tools |
642 | 2024-04-03T04:18:20.522Z | ++ pwd |
643 | 2024-04-03T04:18:20.522Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
644 | 2024-04-03T04:18:20.522Z | ++ basename ./tools/ci_download_transceiver_control |
645 | 2024-04-03T04:18:20.522Z | + ARG0=ci_download_transceiver_control |
646 | 2024-04-03T04:18:20.522Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
647 | 2024-04-03T04:18:20.522Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
648 | 2024-04-03T04:18:20.522Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
649 | 2024-04-03T04:18:20.523Z | + TARGET_DIR=out |
650 | 2024-04-03T04:18:20.523Z | + DOWNLOAD_DIR=out/downloads |
651 | 2024-04-03T04:18:20.523Z | + DEST_DIR=./out/transceiver-control |
652 | 2024-04-03T04:18:20.523Z | + BIN_DIR=/opt/oxide/bin |
653 | 2024-04-03T04:18:20.523Z | + BINARY=xcvradm |
654 | 2024-04-03T04:18:20.523Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
655 | 2024-04-03T04:18:20.523Z | + REPO=oxidecomputer/transceiver-control |
656 | 2024-04-03T04:18:20.523Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
657 | 2024-04-03T04:18:20.523Z | + main |
658 | 2024-04-03T04:18:20.523Z | + [[ 0 != 0 ]] |
659 | 2024-04-03T04:18:20.523Z | + CIDL_OS=solaris2.11 |
660 | 2024-04-03T04:18:20.523Z | + [[ 0 != 0 ]] |
661 | 2024-04-03T04:18:20.523Z | + configure_os solaris2.11 |
662 | 2024-04-03T04:18:20.523Z | + echo 'current directory: /work/oxidecomputer/omicron' |
663 | 2024-04-03T04:18:20.523Z | current directory: /work/oxidecomputer/omicron |
664 | 2024-04-03T04:18:20.524Z | + echo 'configuring based on OS: "solaris2.11"' |
665 | 2024-04-03T04:18:20.524Z | + case "$1" in |
666 | 2024-04-03T04:18:20.524Z | + SET_BINARIES= |
667 | 2024-04-03T04:18:20.524Z | configuring based on OS: "solaris2.11" |
668 | 2024-04-03T04:18:20.524Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
669 | 2024-04-03T04:18:20.524Z | + CIDL_SHA256FUNC=do_sha256sum |
670 | 2024-04-03T04:18:20.524Z | + ARCHIVE_FILENAME=xcvradm.gz |
671 | 2024-04-03T04:18:20.524Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
672 | 2024-04-03T04:18:20.524Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
673 | 2024-04-03T04:18:20.524Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
674 | 2024-04-03T04:18:20.524Z | + echo 'Local file: out/downloads/xcvradm.gz' |
675 | 2024-04-03T04:18:20.524Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
676 | 2024-04-03T04:18:20.524Z | Local file: out/downloads/xcvradm.gz |
677 | 2024-04-03T04:18:20.524Z | + mkdir -p out/downloads |
678 | 2024-04-03T04:18:20.524Z | + mkdir -p ./out/transceiver-control |
679 | 2024-04-03T04:18:20.527Z | + fetch_and_verify |
680 | 2024-04-03T04:18:20.528Z | + local DO_DOWNLOAD=true |
681 | 2024-04-03T04:18:20.528Z | + [[ -f out/downloads/xcvradm.gz ]] |
682 | 2024-04-03T04:18:20.528Z | + '[' true == true ']' |
683 | 2024-04-03T04:18:20.528Z | + echo Downloading... |
684 | 2024-04-03T04:18:20.528Z | Downloading... |
685 | 2024-04-03T04:18:20.528Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
686 | 2024-04-03T04:18:20.528Z | + 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 |
687 | 2024-04-03T04:18:22.589Z | ++ do_sha256sum out/downloads/xcvradm.gz |
688 | 2024-04-03T04:18:22.592Z | ++ sha256sum |
689 | 2024-04-03T04:18:22.592Z | ++ awk '{print $1}' |
690 | 2024-04-03T04:18:22.598Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
691 | 2024-04-03T04:18:22.601Z | + [[ 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 ]] |
692 | 2024-04-03T04:18:22.601Z | + do_unpack out/downloads/xcvradm.gz |
693 | 2024-04-03T04:18:22.601Z | + mkdir -p out/downloads/root//opt/oxide/bin |
694 | 2024-04-03T04:18:22.601Z | + gzip -dc out/downloads/xcvradm.gz |
695 | 2024-04-03T04:18:22.723Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
696 | 2024-04-03T04:18:22.726Z | + do_assemble |
697 | 2024-04-03T04:18:22.726Z | + rm -r ./out/transceiver-control |
698 | 2024-04-03T04:18:22.729Z | + mkdir ./out/transceiver-control |
699 | 2024-04-03T04:18:22.729Z | + cp -r out/downloads/root ./out/transceiver-control/root |
700 | 2024-04-03T04:18:22.835Z | + set -o errexit |
701 | 2024-04-03T04:18:22.838Z | +++ dirname ./tools/ci_download_thundermuffin |
702 | 2024-04-03T04:18:22.838Z | ++ cd ./tools |
703 | 2024-04-03T04:18:22.838Z | ++ pwd |
704 | 2024-04-03T04:18:22.841Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
705 | 2024-04-03T04:18:22.841Z | ++ basename ./tools/ci_download_thundermuffin |
706 | 2024-04-03T04:18:22.841Z | + ARG0=ci_download_thundermuffin |
707 | 2024-04-03T04:18:22.841Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
708 | 2024-04-03T04:18:22.845Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
709 | 2024-04-03T04:18:22.845Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
710 | 2024-04-03T04:18:22.845Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
711 | 2024-04-03T04:18:22.845Z | + TARGET_DIR=out |
712 | 2024-04-03T04:18:22.845Z | + DOWNLOAD_DIR=out/downloads |
713 | 2024-04-03T04:18:22.845Z | + DEST_DIR=./out/thundermuffin |
714 | 2024-04-03T04:18:22.845Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
715 | 2024-04-03T04:18:22.845Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
716 | 2024-04-03T04:18:22.845Z | + REPO=oxidecomputer/thundermuffin |
717 | 2024-04-03T04:18:22.845Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
718 | 2024-04-03T04:18:22.845Z | + main |
719 | 2024-04-03T04:18:22.845Z | + rm -rf out/downloads/root |
720 | 2024-04-03T04:18:22.852Z | + [[ 0 != 0 ]] |
721 | 2024-04-03T04:18:22.852Z | + CIDL_OS=solaris2.11 |
722 | 2024-04-03T04:18:22.856Z | + [[ 0 != 0 ]] |
723 | 2024-04-03T04:18:22.856Z | + configure_os solaris2.11 |
724 | 2024-04-03T04:18:22.856Z | + echo 'current directory: /work/oxidecomputer/omicron' |
725 | 2024-04-03T04:18:22.856Z | current directory: /work/oxidecomputer/omicron |
726 | 2024-04-03T04:18:22.856Z | + echo 'configuring based on OS: "solaris2.11"' |
727 | 2024-04-03T04:18:22.856Z | + case "$1" in |
728 | 2024-04-03T04:18:22.856Z | configuring based on OS: "solaris2.11" |
729 | 2024-04-03T04:18:22.856Z | + SET_BINARIES= |
730 | 2024-04-03T04:18:22.856Z | + CIDL_SHA256FUNC=do_sha256sum |
731 | 2024-04-03T04:18:22.856Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
732 | 2024-04-03T04:18:22.857Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
733 | 2024-04-03T04:18:22.857Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
734 | 2024-04-03T04:18:22.857Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
735 | 2024-04-03T04:18:22.857Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
736 | 2024-04-03T04:18:22.857Z | Local file: out/downloads/thundermuffin.tar.gz |
737 | 2024-04-03T04:18:22.857Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
738 | 2024-04-03T04:18:22.857Z | + mkdir -p out/downloads |
739 | 2024-04-03T04:18:22.857Z | + mkdir -p ./out/thundermuffin |
740 | 2024-04-03T04:18:22.857Z | + fetch_and_verify |
741 | 2024-04-03T04:18:22.857Z | + local DO_DOWNLOAD=true |
742 | 2024-04-03T04:18:22.857Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
743 | 2024-04-03T04:18:22.857Z | + '[' true == true ']' |
744 | 2024-04-03T04:18:22.857Z | + echo Downloading... |
745 | 2024-04-03T04:18:22.857Z | Downloading... |
746 | 2024-04-03T04:18:22.857Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
747 | 2024-04-03T04:18:22.857Z | + 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 |
748 | 2024-04-03T04:18:23.553Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
749 | 2024-04-03T04:18:23.580Z | ++ sha256sum |
750 | 2024-04-03T04:18:23.580Z | ++ awk '{print $1}' |
751 | 2024-04-03T04:18:23.580Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
752 | 2024-04-03T04:18:23.580Z | + [[ 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 ]] |
753 | 2024-04-03T04:18:23.580Z | + do_untar out/downloads/thundermuffin.tar.gz |
754 | 2024-04-03T04:18:23.580Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
755 | 2024-04-03T04:18:23.619Z | + do_assemble |
756 | 2024-04-03T04:18:23.619Z | + rm -r ./out/thundermuffin |
757 | 2024-04-03T04:18:23.629Z | + mkdir ./out/thundermuffin |
758 | 2024-04-03T04:18:23.629Z | + cp -r out/downloads/root ./out/thundermuffin/root |
759 | 2024-04-03T04:18:23.640Z | All prerequisites installed successfully |
760 | 2024-04-03T04:18:23.640Z | |
761 | 2024-04-03T04:18:23.640Z | real 1:38.115951338 |
762 | 2024-04-03T04:18:23.640Z | user 37.819851524 |
763 | 2024-04-03T04:18:23.640Z | sys 7.058077643 |
764 | 2024-04-03T04:18:23.640Z | trap 0.009422947 |
765 | 2024-04-03T04:18:23.641Z | tflt 0.147158594 |
766 | 2024-04-03T04:18:23.641Z | dflt 0.394847242 |
767 | 2024-04-03T04:18:23.641Z | kflt 0.140106806 |
768 | 2024-04-03T04:18:23.641Z | lock 1.024242941 |
769 | 2024-04-03T04:18:23.641Z | slp 3:11.516826261 |
770 | 2024-04-03T04:18:23.641Z | lat 1.924661416 |
771 | 2024-04-03T04:18:23.642Z | stop 0.144461176 |
772 | 2024-04-03T04:18:23.642Z | + banner end-to-end-tests |
773 | 2024-04-03T04:18:23.642Z | |
774 | 2024-04-03T04:18:23.642Z | ###### # # ##### ##### #### ###### # # ##### |
775 | 2024-04-03T04:18:23.642Z | # ## # # # # # # # ## # # # |
776 | 2024-04-03T04:18:23.643Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
777 | 2024-04-03T04:18:23.643Z | # # # # # # # # # # # # # # # |
778 | 2024-04-03T04:18:23.643Z | # # ## # # # # # # # ## # # |
779 | 2024-04-03T04:18:23.643Z | ###### # # ##### # #### ###### # # ##### |
780 | 2024-04-03T04:18:23.643Z | |
781 | 2024-04-03T04:18:23.663Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
782 | 2024-04-03T04:18:23.664Z | + CARGO_PROFILE_DEV_DEBUG=1 |
783 | 2024-04-03T04:18:23.664Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
784 | 2024-04-03T04:18:23.664Z | + CARGO_PROFILE_TEST_DEBUG=1 |
785 | 2024-04-03T04:18:23.664Z | + export CARGO_INCREMENTAL=0 |
786 | 2024-04-03T04:18:23.664Z | + CARGO_INCREMENTAL=0 |
787 | 2024-04-03T04:18:23.665Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
788 | 2024-04-03T04:18:23.856Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
789 | 2024-04-03T04:18:24.808Z | Updating git repository `https://github.com/oxidecomputer/samael` |
790 | 2024-04-03T04:18:25.782Z | Updating git repository `https://github.com/oxidecomputer/zone` |
791 | 2024-04-03T04:18:26.599Z | Updating crates.io index |
792 | 2024-04-03T04:18:26.605Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
793 | 2024-04-03T04:18:28.664Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
794 | 2024-04-03T04:18:30.099Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
795 | 2024-04-03T04:18:34.207Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
796 | 2024-04-03T04:18:34.995Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
797 | 2024-04-03T04:18:35.700Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
798 | 2024-04-03T04:18:38.751Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
799 | 2024-04-03T04:18:43.957Z | Updating git repository `https://github.com/oxidecomputer/opte` |
800 | 2024-04-03T04:18:46.522Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
801 | 2024-04-03T04:18:50.694Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
802 | 2024-04-03T04:18:51.565Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
803 | 2024-04-03T04:18:52.976Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
804 | 2024-04-03T04:18:53.849Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
805 | 2024-04-03T04:18:54.597Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
806 | 2024-04-03T04:18:56.140Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
807 | 2024-04-03T04:18:56.610Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
808 | 2024-04-03T04:18:57.461Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
809 | 2024-04-03T04:18:58.130Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
810 | 2024-04-03T04:18:58.836Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
811 | 2024-04-03T04:18:59.601Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
812 | 2024-04-03T04:19:00.447Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
813 | 2024-04-03T04:19:01.142Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
814 | 2024-04-03T04:19:03.241Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
815 | 2024-04-03T04:19:04.239Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
816 | 2024-04-03T04:19:04.919Z | Updating git repository `https://github.com/jgallagher/nix` |
817 | 2024-04-03T04:19:09.297Z | Updating git repository `https://github.com/cbiffle/hubpack` |
818 | 2024-04-03T04:19:10.079Z | Updating git repository `https://github.com/oxidecomputer/typify` |
819 | 2024-04-03T04:19:13.483Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
820 | 2024-04-03T04:19:14.972Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
821 | 2024-04-03T04:19:15.733Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
822 | 2024-04-03T04:19:17.261Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
823 | 2024-04-03T04:19:19.185Z | Downloading crates ... |
824 | 2024-04-03T04:19:19.299Z | Downloaded allocator-api2 v0.2.16 |
825 | 2024-04-03T04:19:19.799Z | Downloaded anstyle-query v1.0.0 |
826 | 2024-04-03T04:19:19.799Z | Downloaded addr2line v0.21.0 |
827 | 2024-04-03T04:19:19.799Z | Downloaded ipnet v2.9.0 |
828 | 2024-04-03T04:19:19.799Z | Downloaded aes v0.8.3 |
829 | 2024-04-03T04:19:19.799Z | Downloaded lru-cache v0.1.2 |
830 | 2024-04-03T04:19:19.800Z | Downloaded iana-time-zone v0.1.57 |
831 | 2024-04-03T04:19:19.800Z | Downloaded lock_api v0.4.10 |
832 | 2024-04-03T04:19:19.800Z | Downloaded arc-swap v1.6.0 |
833 | 2024-04-03T04:19:19.800Z | Downloaded instant v0.1.12 |
834 | 2024-04-03T04:19:19.800Z | Downloaded anstyle v1.0.6 |
835 | 2024-04-03T04:19:19.800Z | Downloaded ident_case v1.0.1 |
836 | 2024-04-03T04:19:19.800Z | Downloaded defmt-parser v0.3.3 |
837 | 2024-04-03T04:19:19.801Z | Downloaded adler v1.0.2 |
838 | 2024-04-03T04:19:19.801Z | Downloaded ipnetwork v0.20.0 |
839 | 2024-04-03T04:19:19.801Z | Downloaded anyhow v1.0.79 |
840 | 2024-04-03T04:19:19.801Z | Downloaded aes-gcm v0.10.3 |
841 | 2024-04-03T04:19:19.801Z | Downloaded lalrpop-util v0.19.12 |
842 | 2024-04-03T04:19:19.801Z | Downloaded internet-checksum v0.2.1 |
843 | 2024-04-03T04:19:19.801Z | Downloaded lazy_static v1.4.0 |
844 | 2024-04-03T04:19:19.801Z | Downloaded indexmap v1.9.3 |
845 | 2024-04-03T04:19:19.802Z | Downloaded linear-map v1.2.0 |
846 | 2024-04-03T04:19:19.802Z | Downloaded ansi_term v0.12.1 |
847 | 2024-04-03T04:19:19.802Z | Downloaded keccak v0.1.4 |
848 | 2024-04-03T04:19:19.802Z | Downloaded ahash v0.8.8 |
849 | 2024-04-03T04:19:19.802Z | Downloaded argon2 v0.5.3 |
850 | 2024-04-03T04:19:19.802Z | Downloaded anstyle-parse v0.2.1 |
851 | 2024-04-03T04:19:19.802Z | Downloaded libefi-sys v0.1.0 |
852 | 2024-04-03T04:19:19.803Z | Downloaded itoa v1.0.9 |
853 | 2024-04-03T04:19:19.803Z | Downloaded hyper-tls v0.5.0 |
854 | 2024-04-03T04:19:19.803Z | Downloaded atty v0.2.14 |
855 | 2024-04-03T04:19:19.803Z | Downloaded blowfish v0.9.1 |
856 | 2024-04-03T04:19:19.803Z | Downloaded md5 v0.7.0 |
857 | 2024-04-03T04:19:19.803Z | Downloaded linked-hash-map v0.5.6 |
858 | 2024-04-03T04:19:19.803Z | Downloaded itertools v0.12.1 |
859 | 2024-04-03T04:19:19.803Z | Downloaded miniz_oxide v0.7.1 |
860 | 2024-04-03T04:19:19.803Z | Downloaded macaddr v1.0.1 |
861 | 2024-04-03T04:19:19.803Z | Downloaded kstat-rs v0.2.3 |
862 | 2024-04-03T04:19:19.803Z | Downloaded matches v0.1.10 |
863 | 2024-04-03T04:19:19.804Z | Downloaded log v0.4.21 |
864 | 2024-04-03T04:19:19.804Z | Downloaded newline-converter v0.3.0 |
865 | 2024-04-03T04:19:19.804Z | Downloaded match_cfg v0.1.0 |
866 | 2024-04-03T04:19:19.804Z | Downloaded indexmap v2.2.5 |
867 | 2024-04-03T04:19:19.804Z | Downloaded new_debug_unreachable v1.0.4 |
868 | 2024-04-03T04:19:19.804Z | Downloaded base64 v0.21.7 |
869 | 2024-04-03T04:19:19.804Z | Downloaded num_enum_derive v0.5.11 |
870 | 2024-04-03T04:19:19.804Z | Downloaded mime v0.3.17 |
871 | 2024-04-03T04:19:19.804Z | Downloaded num_cpus v1.16.0 |
872 | 2024-04-03T04:19:19.805Z | Downloaded num_threads v0.1.6 |
873 | 2024-04-03T04:19:19.805Z | Downloaded data-encoding v2.4.0 |
874 | 2024-04-03T04:19:19.805Z | Downloaded aho-corasick v1.1.2 |
875 | 2024-04-03T04:19:19.805Z | Downloaded num v0.4.1 |
876 | 2024-04-03T04:19:19.805Z | Downloaded num-complex v0.4.4 |
877 | 2024-04-03T04:19:19.805Z | Downloaded native-tls v0.2.11 |
878 | 2024-04-03T04:19:19.805Z | Downloaded openssl-probe v0.1.5 |
879 | 2024-04-03T04:19:19.805Z | Downloaded num-derive v0.4.0 |
880 | 2024-04-03T04:19:19.806Z | Downloaded openssl-macros v0.1.1 |
881 | 2024-04-03T04:19:19.806Z | Downloaded opaque-debug v0.3.0 |
882 | 2024-04-03T04:19:19.806Z | Downloaded async-stream-impl v0.3.5 |
883 | 2024-04-03T04:19:19.806Z | Downloaded num-conv v0.1.0 |
884 | 2024-04-03T04:19:19.806Z | Downloaded normalize-line-endings v0.3.0 |
885 | 2024-04-03T04:19:19.806Z | Downloaded bstr v1.9.0 |
886 | 2024-04-03T04:19:19.806Z | Downloaded once_cell v1.19.0 |
887 | 2024-04-03T04:19:19.806Z | Downloaded nibble_vec v0.1.0 |
888 | 2024-04-03T04:19:19.806Z | Downloaded atomicwrites v0.4.3 |
889 | 2024-04-03T04:19:19.807Z | Downloaded multer v3.0.0 |
890 | 2024-04-03T04:19:19.807Z | Downloaded itertools v0.10.5 |
891 | 2024-04-03T04:19:19.807Z | Downloaded option-ext v0.2.0 |
892 | 2024-04-03T04:19:19.807Z | Downloaded num_enum v0.5.11 |
893 | 2024-04-03T04:19:19.807Z | Downloaded bitstruct v0.1.1 |
894 | 2024-04-03T04:19:19.807Z | Downloaded newtype-uuid v1.0.1 |
895 | 2024-04-03T04:19:19.807Z | Downloaded nanorand v0.7.0 |
896 | 2024-04-03T04:19:19.807Z | Downloaded ctr v0.9.2 |
897 | 2024-04-03T04:19:19.807Z | Downloaded omicron-zone-package v0.11.0 |
898 | 2024-04-03T04:19:19.807Z | Downloaded pbkdf2 v0.12.2 |
899 | 2024-04-03T04:19:19.807Z | Downloaded defmt-macros v0.3.6 |
900 | 2024-04-03T04:19:19.807Z | Downloaded headers-core v0.2.0 |
901 | 2024-04-03T04:19:19.807Z | Downloaded debug-ignore v1.0.5 |
902 | 2024-04-03T04:19:19.807Z | Downloaded crypto-common v0.1.6 |
903 | 2024-04-03T04:19:19.807Z | Downloaded convert_case v0.4.0 |
904 | 2024-04-03T04:19:19.807Z | Downloaded fnv v1.0.7 |
905 | 2024-04-03T04:19:19.807Z | Downloaded hubpack_derive v0.1.1 |
906 | 2024-04-03T04:19:19.808Z | Downloaded bitflags v1.3.2 |
907 | 2024-04-03T04:19:19.808Z | Downloaded colored v2.1.0 |
908 | 2024-04-03T04:19:19.808Z | Downloaded pest_generator v2.7.6 |
909 | 2024-04-03T04:19:19.808Z | Downloaded slog-scope v4.4.0 |
910 | 2024-04-03T04:19:19.808Z | Downloaded percent-encoding v2.3.1 |
911 | 2024-04-03T04:19:19.808Z | Downloaded pem v3.0.2 |
912 | 2024-04-03T04:19:19.808Z | Downloaded peg-runtime v0.8.2 |
913 | 2024-04-03T04:19:19.808Z | Downloaded portpicker v0.1.1 |
914 | 2024-04-03T04:19:19.808Z | Downloaded parking_lot v0.11.2 |
915 | 2024-04-03T04:19:19.808Z | Downloaded strsim v0.10.0 |
916 | 2024-04-03T04:19:19.808Z | Downloaded pbkdf2 v0.11.0 |
917 | 2024-04-03T04:19:19.808Z | Downloaded usdt-macro v0.5.0 |
918 | 2024-04-03T04:19:19.808Z | Downloaded cookie v0.17.0 |
919 | 2024-04-03T04:19:19.808Z | Downloaded byteorder v1.5.0 |
920 | 2024-04-03T04:19:19.809Z | Downloaded atomic-waker v1.1.1 |
921 | 2024-04-03T04:19:19.809Z | Downloaded russh-cryptovec v0.7.0 |
922 | 2024-04-03T04:19:19.809Z | Downloaded walkdir v2.4.0 |
923 | 2024-04-03T04:19:19.809Z | Downloaded strum v0.26.1 |
924 | 2024-04-03T04:19:19.809Z | Downloaded clap_derive v4.5.0 |
925 | 2024-04-03T04:19:19.839Z | Downloaded precomputed-hash v0.1.1 |
926 | 2024-04-03T04:19:19.839Z | Downloaded pem-rfc7468 v0.7.0 |
927 | 2024-04-03T04:19:19.839Z | Downloaded num-traits v0.2.18 |
928 | 2024-04-03T04:19:19.839Z | Downloaded chacha20 v0.9.1 |
929 | 2024-04-03T04:19:19.839Z | Downloaded float-cmp v0.9.0 |
930 | 2024-04-03T04:19:19.839Z | Downloaded dof v0.3.0 |
931 | 2024-04-03T04:19:19.840Z | Downloaded dof v0.1.5 |
932 | 2024-04-03T04:19:19.840Z | Downloaded minimal-lexical v0.2.1 |
933 | 2024-04-03T04:19:19.840Z | Downloaded humantime v2.1.0 |
934 | 2024-04-03T04:19:19.840Z | Downloaded hubpack v0.1.2 |
935 | 2024-04-03T04:19:19.840Z | Downloaded parking_lot_core v0.8.6 |
936 | 2024-04-03T04:19:19.840Z | Downloaded flagset v0.4.3 |
937 | 2024-04-03T04:19:19.840Z | Downloaded pest_derive v2.7.6 |
938 | 2024-04-03T04:19:19.840Z | Downloaded toml_datetime v0.6.5 |
939 | 2024-04-03T04:19:19.840Z | Downloaded async-trait v0.1.77 |
940 | 2024-04-03T04:19:19.840Z | Downloaded predicates v3.1.0 |
941 | 2024-04-03T04:19:19.840Z | Downloaded crossbeam-deque v0.8.3 |
942 | 2024-04-03T04:19:19.840Z | Downloaded base64ct v1.6.0 |
943 | 2024-04-03T04:19:19.841Z | Downloaded rand_core v0.6.4 |
944 | 2024-04-03T04:19:19.841Z | Downloaded tower-service v0.3.2 |
945 | 2024-04-03T04:19:19.841Z | Downloaded cbc v0.1.2 |
946 | 2024-04-03T04:19:19.841Z | Downloaded strum_macros v0.26.1 |
947 | 2024-04-03T04:19:19.841Z | Downloaded rustversion v1.0.14 |
948 | 2024-04-03T04:19:19.841Z | Downloaded parking_lot v0.12.1 |
949 | 2024-04-03T04:19:19.841Z | Downloaded untrusted v0.9.0 |
950 | 2024-04-03T04:19:19.842Z | Downloaded usdt-attr-macro v0.3.5 |
951 | 2024-04-03T04:19:19.842Z | Downloaded secrecy v0.8.0 |
952 | 2024-04-03T04:19:19.842Z | Downloaded dirs-sys-next v0.1.2 |
953 | 2024-04-03T04:19:19.842Z | Downloaded yasna v0.5.2 |
954 | 2024-04-03T04:19:19.842Z | Downloaded fixedbitset v0.4.2 |
955 | 2024-04-03T04:19:19.842Z | Downloaded semver v0.1.20 |
956 | 2024-04-03T04:19:19.842Z | Downloaded bytecount v0.6.3 |
957 | 2024-04-03T04:19:19.842Z | Downloaded darling v0.20.3 |
958 | 2024-04-03T04:19:19.843Z | Downloaded tokio-tungstenite v0.21.0 |
959 | 2024-04-03T04:19:19.843Z | Downloaded slog-stdlog v4.1.1 |
960 | 2024-04-03T04:19:19.843Z | Downloaded equivalent v1.0.1 |
961 | 2024-04-03T04:19:19.843Z | Downloaded thiserror-no-std v2.0.2 |
962 | 2024-04-03T04:19:19.843Z | Downloaded phf_shared v0.10.0 |
963 | 2024-04-03T04:19:19.843Z | Downloaded papergrid v0.11.0 |
964 | 2024-04-03T04:19:19.844Z | Downloaded tar v0.4.40 |
965 | 2024-04-03T04:19:19.844Z | Downloaded defmt v0.3.5 |
966 | 2024-04-03T04:19:19.844Z | Downloaded tracing-attributes v0.1.27 |
967 | 2024-04-03T04:19:19.844Z | Downloaded crossbeam-epoch v0.9.18 |
968 | 2024-04-03T04:19:19.844Z | Downloaded const-oid v0.9.6 |
969 | 2024-04-03T04:19:19.844Z | Downloaded version_check v0.9.4 |
970 | 2024-04-03T04:19:19.844Z | Downloaded thiserror-impl-no-std v2.0.2 |
971 | 2024-04-03T04:19:19.845Z | Downloaded darling_core v0.20.3 |
972 | 2024-04-03T04:19:19.845Z | Downloaded dhcproto-macros v0.1.0 |
973 | 2024-04-03T04:19:19.845Z | Downloaded usdt-macro v0.3.5 |
974 | 2024-04-03T04:19:19.845Z | Downloaded tokio-native-tls v0.3.1 |
975 | 2024-04-03T04:19:19.845Z | Downloaded semver v1.0.22 |
976 | 2024-04-03T04:19:19.845Z | Downloaded futures-executor v0.3.30 |
977 | 2024-04-03T04:19:19.846Z | Downloaded dirs-next v2.0.0 |
978 | 2024-04-03T04:19:19.846Z | Downloaded smf v0.2.2 |
979 | 2024-04-03T04:19:19.846Z | Downloaded blake2 v0.10.6 |
980 | 2024-04-03T04:19:19.846Z | Downloaded futures-channel v0.3.30 |
981 | 2024-04-03T04:19:19.846Z | Downloaded futures-io v0.3.30 |
982 | 2024-04-03T04:19:19.846Z | Downloaded swrite v0.1.0 |
983 | 2024-04-03T04:19:19.847Z | Downloaded futures-core v0.3.30 |
984 | 2024-04-03T04:19:19.847Z | Downloaded slog-json v2.6.1 |
985 | 2024-04-03T04:19:19.847Z | Downloaded pin-utils v0.1.0 |
986 | 2024-04-03T04:19:19.847Z | Downloaded rustc_version v0.4.0 |
987 | 2024-04-03T04:19:19.847Z | Downloaded rfc6979 v0.4.0 |
988 | 2024-04-03T04:19:19.847Z | Downloaded pretty-hex v0.4.1 |
989 | 2024-04-03T04:19:19.847Z | Downloaded phf_shared v0.11.2 |
990 | 2024-04-03T04:19:19.848Z | Downloaded hash32 v0.3.1 |
991 | 2024-04-03T04:19:19.848Z | Downloaded erased-serde v0.3.31 |
992 | 2024-04-03T04:19:19.848Z | Downloaded openssl-sys v0.9.96 |
993 | 2024-04-03T04:19:19.848Z | Downloaded httpdate v1.0.3 |
994 | 2024-04-03T04:19:19.848Z | Downloaded hostname v0.3.1 |
995 | 2024-04-03T04:19:19.848Z | Downloaded proc-macro2 v1.0.78 |
996 | 2024-04-03T04:19:19.848Z | Downloaded untrusted v0.7.1 |
997 | 2024-04-03T04:19:19.849Z | Downloaded thiserror v1.0.57 |
998 | 2024-04-03T04:19:19.849Z | Downloaded ryu v1.0.15 |
999 | 2024-04-03T04:19:19.849Z | Downloaded tokio-rustls v0.25.0 |
1000 | 2024-04-03T04:19:19.849Z | Downloaded spki v0.7.2 |
1001 | 2024-04-03T04:19:19.849Z | Downloaded socket2 v0.4.9 |
1002 | 2024-04-03T04:19:19.849Z | Downloaded time-core v0.1.2 |
1003 | 2024-04-03T04:19:19.849Z | Downloaded terminal_size v0.3.0 |
1004 | 2024-04-03T04:19:19.849Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1005 | 2024-04-03T04:19:19.849Z | Downloaded foreign-types-shared v0.1.1 |
1006 | 2024-04-03T04:19:19.850Z | Downloaded futures-task v0.3.30 |
1007 | 2024-04-03T04:19:19.850Z | Downloaded pin-project-lite v0.2.13 |
1008 | 2024-04-03T04:19:19.850Z | Downloaded static_assertions v1.1.0 |
1009 | 2024-04-03T04:19:19.850Z | Downloaded foreign-types-shared v0.3.1 |
1010 | 2024-04-03T04:19:19.850Z | Downloaded foreign-types-macros v0.2.3 |
1011 | 2024-04-03T04:19:19.851Z | Downloaded hyper-staticfile v0.9.5 |
1012 | 2024-04-03T04:19:19.851Z | Downloaded whoami v1.5.0 |
1013 | 2024-04-03T04:19:19.851Z | Downloaded diesel_derives v2.1.2 |
1014 | 2024-04-03T04:19:19.851Z | Downloaded http-range v0.1.5 |
1015 | 2024-04-03T04:19:19.851Z | Downloaded group v0.13.0 |
1016 | 2024-04-03T04:19:19.851Z | Downloaded usdt-impl v0.5.0 |
1017 | 2024-04-03T04:19:19.851Z | Downloaded rayon-core v1.12.1 |
1018 | 2024-04-03T04:19:19.852Z | Downloaded scopeguard v1.2.0 |
1019 | 2024-04-03T04:19:19.852Z | Downloaded rand_chacha v0.3.1 |
1020 | 2024-04-03T04:19:19.852Z | Downloaded strsim v0.8.0 |
1021 | 2024-04-03T04:19:19.852Z | Downloaded httparse v1.8.0 |
1022 | 2024-04-03T04:19:19.852Z | Downloaded signature v2.1.0 |
1023 | 2024-04-03T04:19:19.852Z | Downloaded signal-hook-registry v1.4.1 |
1024 | 2024-04-03T04:19:19.852Z | Downloaded tinyvec_macros v0.1.1 |
1025 | 2024-04-03T04:19:19.867Z | Downloaded zeroize v1.7.0 |
1026 | 2024-04-03T04:19:19.868Z | Downloaded futures v0.3.30 |
1027 | 2024-04-03T04:19:19.868Z | Downloaded strsim v0.11.0 |
1028 | 2024-04-03T04:19:19.868Z | Downloaded want v0.3.1 |
1029 | 2024-04-03T04:19:19.869Z | Downloaded env_logger v0.9.3 |
1030 | 2024-04-03T04:19:19.869Z | Downloaded headers v0.3.9 |
1031 | 2024-04-03T04:19:19.869Z | Downloaded xattr v1.0.1 |
1032 | 2024-04-03T04:19:19.869Z | Downloaded termcolor v1.2.0 |
1033 | 2024-04-03T04:19:19.870Z | Downloaded proc-macro-crate v1.3.1 |
1034 | 2024-04-03T04:19:19.870Z | Downloaded tokio-stream v0.1.14 |
1035 | 2024-04-03T04:19:19.870Z | Downloaded filetime v0.2.23 |
1036 | 2024-04-03T04:19:19.871Z | Downloaded serde_derive v1.0.197 |
1037 | 2024-04-03T04:19:19.871Z | Downloaded schemars v0.8.16 |
1038 | 2024-04-03T04:19:19.872Z | Downloaded psl-types v2.0.11 |
1039 | 2024-04-03T04:19:19.872Z | Downloaded time-macros v0.2.17 |
1040 | 2024-04-03T04:19:19.872Z | Downloaded zerocopy v0.6.4 |
1041 | 2024-04-03T04:19:19.873Z | Downloaded elliptic-curve v0.13.8 |
1042 | 2024-04-03T04:19:19.873Z | Downloaded endian-type v0.1.2 |
1043 | 2024-04-03T04:19:19.873Z | Downloaded dtrace-parser v0.2.0 |
1044 | 2024-04-03T04:19:19.873Z | Downloaded sha1 v0.10.6 |
1045 | 2024-04-03T04:19:19.874Z | Downloaded heapless v0.7.16 |
1046 | 2024-04-03T04:19:19.874Z | Downloaded getopts v0.2.21 |
1047 | 2024-04-03T04:19:19.874Z | Downloaded proc-macro-error v1.0.4 |
1048 | 2024-04-03T04:19:19.874Z | Downloaded sync_wrapper v0.1.2 |
1049 | 2024-04-03T04:19:19.875Z | Downloaded quote v1.0.35 |
1050 | 2024-04-03T04:19:19.875Z | Downloaded crossbeam-channel v0.5.8 |
1051 | 2024-04-03T04:19:19.876Z | Downloaded proc-macro-error-attr v1.0.4 |
1052 | 2024-04-03T04:19:19.876Z | Downloaded tracing v0.1.40 |
1053 | 2024-04-03T04:19:19.876Z | Downloaded futures-macro v0.3.30 |
1054 | 2024-04-03T04:19:19.877Z | Downloaded zone_cfg_derive v0.1.2 |
1055 | 2024-04-03T04:19:19.877Z | Downloaded usdt-attr-macro v0.5.0 |
1056 | 2024-04-03T04:19:19.877Z | Downloaded embedded-io v0.4.0 |
1057 | 2024-04-03T04:19:19.877Z | Downloaded slog-envlogger v2.2.0 |
1058 | 2024-04-03T04:19:19.878Z | Downloaded thread_local v1.1.7 |
1059 | 2024-04-03T04:19:19.884Z | Downloaded waitgroup v0.1.2 |
1060 | 2024-04-03T04:19:19.884Z | Downloaded serde_with_macros v3.6.1 |
1061 | 2024-04-03T04:19:19.885Z | Downloaded slab v0.4.9 |
1062 | 2024-04-03T04:19:19.885Z | Downloaded siphasher v0.3.11 |
1063 | 2024-04-03T04:19:19.886Z | Downloaded signal-hook-mio v0.2.3 |
1064 | 2024-04-03T04:19:19.886Z | Downloaded tabled_derive v0.7.0 |
1065 | 2024-04-03T04:19:19.886Z | Downloaded serde_repr v0.1.16 |
1066 | 2024-04-03T04:19:19.887Z | Downloaded hash32 v0.2.1 |
1067 | 2024-04-03T04:19:19.887Z | Downloaded ecdsa v0.16.9 |
1068 | 2024-04-03T04:19:19.887Z | Downloaded scroll v0.12.0 |
1069 | 2024-04-03T04:19:19.888Z | Downloaded nom v7.1.3 |
1070 | 2024-04-03T04:19:19.888Z | Downloaded ppv-lite86 v0.2.17 |
1071 | 2024-04-03T04:19:19.888Z | Downloaded powerfmt v0.2.0 |
1072 | 2024-04-03T04:19:19.888Z | Downloaded heck v0.4.1 |
1073 | 2024-04-03T04:19:19.889Z | Downloaded scroll_derive v0.12.0 |
1074 | 2024-04-03T04:19:19.889Z | Downloaded difflib v0.4.0 |
1075 | 2024-04-03T04:19:19.889Z | Downloaded deranged v0.3.11 |
1076 | 2024-04-03T04:19:19.890Z | Downloaded heck v0.3.3 |
1077 | 2024-04-03T04:19:19.890Z | Downloaded scheduled-thread-pool v0.2.7 |
1078 | 2024-04-03T04:19:19.890Z | Downloaded postgres-protocol v0.6.6 |
1079 | 2024-04-03T04:19:19.891Z | Downloaded half v2.3.1 |
1080 | 2024-04-03T04:19:19.891Z | Downloaded structopt-derive v0.4.18 |
1081 | 2024-04-03T04:19:19.891Z | Downloaded sha2 v0.10.8 |
1082 | 2024-04-03T04:19:19.892Z | Downloaded base64 v0.22.0 |
1083 | 2024-04-03T04:19:19.892Z | Downloaded home v0.5.5 |
1084 | 2024-04-03T04:19:19.892Z | Downloaded synstructure v0.12.6 |
1085 | 2024-04-03T04:19:19.893Z | Downloaded russh-keys v0.42.0 |
1086 | 2024-04-03T04:19:19.893Z | Downloaded crypto-bigint v0.5.2 |
1087 | 2024-04-03T04:19:19.893Z | Downloaded rcgen v0.12.1 |
1088 | 2024-04-03T04:19:19.894Z | Downloaded zeroize_derive v1.4.2 |
1089 | 2024-04-03T04:19:19.894Z | Downloaded p521 v0.13.3 |
1090 | 2024-04-03T04:19:19.894Z | Downloaded serde_urlencoded v0.7.1 |
1091 | 2024-04-03T04:19:19.895Z | Downloaded uuid v0.8.2 |
1092 | 2024-04-03T04:19:19.895Z | Downloaded hex v0.4.3 |
1093 | 2024-04-03T04:19:19.895Z | Downloaded fxhash v0.2.1 |
1094 | 2024-04-03T04:19:19.895Z | Downloaded tabwriter v1.4.0 |
1095 | 2024-04-03T04:19:19.896Z | Downloaded subtle v2.5.0 |
1096 | 2024-04-03T04:19:19.896Z | Downloaded try-lock v0.2.4 |
1097 | 2024-04-03T04:19:19.896Z | Downloaded toolchain_find v0.2.0 |
1098 | 2024-04-03T04:19:19.896Z | Downloaded quick-error v1.2.3 |
1099 | 2024-04-03T04:19:19.897Z | Downloaded toml v0.7.8 |
1100 | 2024-04-03T04:19:19.897Z | Downloaded structmeta-derive v0.3.0 |
1101 | 2024-04-03T04:19:19.897Z | Downloaded http-body v0.4.5 |
1102 | 2024-04-03T04:19:19.897Z | Downloaded toml v0.8.12 |
1103 | 2024-04-03T04:19:19.898Z | Downloaded ghash v0.5.0 |
1104 | 2024-04-03T04:19:19.898Z | Downloaded universal-hash v0.5.1 |
1105 | 2024-04-03T04:19:19.898Z | Downloaded subprocess v0.2.9 |
1106 | 2024-04-03T04:19:19.898Z | Downloaded predicates-core v1.0.6 |
1107 | 2024-04-03T04:19:19.899Z | Downloaded plain v0.2.3 |
1108 | 2024-04-03T04:19:19.899Z | Downloaded serde_tokenstream v0.1.7 |
1109 | 2024-04-03T04:19:19.932Z | Downloaded r2d2 v0.8.10 |
1110 | 2024-04-03T04:19:19.932Z | Downloaded primeorder v0.13.6 |
1111 | 2024-04-03T04:19:19.932Z | Downloaded futures-sink v0.3.30 |
1112 | 2024-04-03T04:19:19.932Z | Downloaded unicode-xid v0.2.4 |
1113 | 2024-04-03T04:19:19.932Z | Downloaded rustls-pemfile v2.1.1 |
1114 | 2024-04-03T04:19:19.932Z | Downloaded socket2 v0.5.5 |
1115 | 2024-04-03T04:19:19.933Z | Downloaded serde_spanned v0.6.5 |
1116 | 2024-04-03T04:19:19.933Z | Downloaded sct v0.7.0 |
1117 | 2024-04-03T04:19:19.933Z | Downloaded usdt v0.3.5 |
1118 | 2024-04-03T04:19:19.933Z | Downloaded gethostname v0.4.3 |
1119 | 2024-04-03T04:19:19.933Z | Downloaded form_urlencoded v1.2.1 |
1120 | 2024-04-03T04:19:19.933Z | Downloaded fastrand v2.0.1 |
1121 | 2024-04-03T04:19:19.933Z | Downloaded usdt v0.5.0 |
1122 | 2024-04-03T04:19:19.934Z | Downloaded postgres-types v0.2.6 |
1123 | 2024-04-03T04:19:19.934Z | Downloaded structmeta v0.3.0 |
1124 | 2024-04-03T04:19:19.934Z | Downloaded slog-async v2.8.0 |
1125 | 2024-04-03T04:19:19.934Z | Downloaded resolv-conf v0.7.0 |
1126 | 2024-04-03T04:19:19.934Z | Downloaded rand_chacha v0.2.2 |
1127 | 2024-04-03T04:19:19.934Z | Downloaded hashbrown v0.12.3 |
1128 | 2024-04-03T04:19:19.935Z | Downloaded topological-sort v0.2.2 |
1129 | 2024-04-03T04:19:19.935Z | Downloaded serde_tokenstream v0.2.0 |
1130 | 2024-04-03T04:19:19.935Z | Downloaded getrandom v0.2.12 |
1131 | 2024-04-03T04:19:19.935Z | Downloaded unicode-bidi v0.3.15 |
1132 | 2024-04-03T04:19:19.935Z | Downloaded vsss-rs v3.3.4 |
1133 | 2024-04-03T04:19:19.935Z | Downloaded pkcs8 v0.10.2 |
1134 | 2024-04-03T04:19:19.935Z | Downloaded ron v0.7.1 |
1135 | 2024-04-03T04:19:19.935Z | Downloaded crossterm v0.27.0 |
1136 | 2024-04-03T04:19:20.363Z | Downloaded usdt-impl v0.3.5 |
1137 | 2024-04-03T04:19:20.363Z | Downloaded uuid v1.7.0 |
1138 | 2024-04-03T04:19:20.363Z | Downloaded structopt v0.3.26 |
1139 | 2024-04-03T04:19:20.363Z | Downloaded hmac v0.12.1 |
1140 | 2024-04-03T04:19:20.363Z | Downloaded rustls-pemfile v1.0.3 |
1141 | 2024-04-03T04:19:20.363Z | Downloaded trust-dns-resolver v0.22.0 |
1142 | 2024-04-03T04:19:20.363Z | Downloaded derive_more v0.99.17 |
1143 | 2024-04-03T04:19:20.363Z | Downloaded http v1.0.0 |
1144 | 2024-04-03T04:19:20.364Z | Downloaded heapless v0.8.0 |
1145 | 2024-04-03T04:19:20.826Z | Downloaded trust-dns-client v0.22.0 |
1146 | 2024-04-03T04:19:20.826Z | Downloaded publicsuffix v2.2.3 |
1147 | 2024-04-03T04:19:20.826Z | Downloaded postcard v1.0.8 |
1148 | 2024-04-03T04:19:20.826Z | Downloaded serde_yaml v0.9.25 |
1149 | 2024-04-03T04:19:20.826Z | Downloaded toml_edit v0.19.15 |
1150 | 2024-04-03T04:19:20.826Z | Downloaded tungstenite v0.20.1 |
1151 | 2024-04-03T04:19:20.826Z | Downloaded regex-automata v0.1.10 |
1152 | 2024-04-03T04:19:20.826Z | Downloaded hashbrown v0.14.3 |
1153 | 2024-04-03T04:19:20.826Z | Downloaded ucd-trie v0.1.6 |
1154 | 2024-04-03T04:19:20.826Z | Downloaded goblin v0.8.0 |
1155 | 2024-04-03T04:19:20.826Z | Downloaded ed25519-dalek v2.0.0 |
1156 | 2024-04-03T04:19:20.827Z | Downloaded idna v0.2.3 |
1157 | 2024-04-03T04:19:20.827Z | Downloaded russh v0.42.0 |
1158 | 2024-04-03T04:19:20.827Z | Downloaded der v0.7.8 |
1159 | 2024-04-03T04:19:20.827Z | Downloaded serde_json v1.0.114 |
1160 | 2024-04-03T04:19:20.827Z | Downloaded tungstenite v0.21.0 |
1161 | 2024-04-03T04:19:20.827Z | Downloaded http v0.2.12 |
1162 | 2024-04-03T04:19:20.827Z | Downloaded unicode-segmentation v1.10.1 |
1163 | 2024-04-03T04:19:20.827Z | Downloaded zerocopy v0.7.32 |
1164 | 2024-04-03T04:19:20.827Z | Downloaded rand v0.8.5 |
1165 | 2024-04-03T04:19:20.827Z | Downloaded unicode-normalization v0.1.22 |
1166 | 2024-04-03T04:19:20.827Z | Downloaded futures-util v0.3.30 |
1167 | 2024-04-03T04:19:20.827Z | Downloaded winnow v0.6.1 |
1168 | 2024-04-03T04:19:20.827Z | Downloaded serde_with v3.6.1 |
1169 | 2024-04-03T04:19:20.827Z | Downloaded rand v0.7.3 |
1170 | 2024-04-03T04:19:20.827Z | Downloaded h2 v0.3.24 |
1171 | 2024-04-03T04:19:20.827Z | Downloaded chrono v0.4.34 |
1172 | 2024-04-03T04:19:20.827Z | Downloaded winnow v0.5.15 |
1173 | 2024-04-03T04:19:20.827Z | Downloaded hkdf v0.12.4 |
1174 | 2024-04-03T04:19:20.827Z | Downloaded rustls-webpki v0.102.1 |
1175 | 2024-04-03T04:19:20.827Z | Downloaded vcpkg v0.2.15 |
1176 | 2024-04-03T04:19:20.827Z | Downloaded tabled v0.15.0 |
1177 | 2024-04-03T04:19:20.827Z | Downloaded regex v1.10.3 |
1178 | 2024-04-03T04:19:20.828Z | Downloaded gimli v0.28.0 |
1179 | 2024-04-03T04:19:20.828Z | Downloaded webpki-roots v0.25.2 |
1180 | 2024-04-03T04:19:20.828Z | Downloaded trust-dns-proto v0.22.0 |
1181 | 2024-04-03T04:19:20.828Z | Downloaded rustls v0.21.9 |
1182 | 2024-04-03T04:19:20.828Z | Downloaded smoltcp v0.11.0 |
1183 | 2024-04-03T04:19:20.828Z | Downloaded openapiv3 v2.0.0 |
1184 | 2024-04-03T04:19:20.828Z | Downloaded syn v2.0.52 |
1185 | 2024-04-03T04:19:20.828Z | Downloaded zerocopy-derive v0.2.0 |
1186 | 2024-04-03T04:19:20.828Z | Downloaded regress v0.9.0 |
1187 | 2024-04-03T04:19:20.828Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1188 | 2024-04-03T04:19:20.828Z | Downloaded rustls v0.22.2 |
1189 | 2024-04-03T04:19:20.828Z | Downloaded sha3 v0.10.8 |
1190 | 2024-04-03T04:19:20.828Z | Downloaded rustix v0.38.31 |
1191 | 2024-04-03T04:19:20.828Z | Downloaded regex-syntax v0.8.2 |
1192 | 2024-04-03T04:19:20.828Z | Downloaded diesel v2.1.5 |
1193 | 2024-04-03T04:19:20.828Z | Downloaded sled v0.34.7 |
1194 | 2024-04-03T04:19:20.828Z | Downloaded zerocopy-derive v0.6.4 |
1195 | 2024-04-03T04:19:20.828Z | Downloaded regex-automata v0.4.5 |
1196 | 2024-04-03T04:19:20.828Z | Downloaded libc v0.2.153 |
1197 | 2024-04-03T04:19:20.829Z | Downloaded bstr v0.2.17 |
1198 | 2024-04-03T04:19:20.829Z | Downloaded curve25519-dalek v4.1.1 |
1199 | 2024-04-03T04:19:20.829Z | Downloaded syn v1.0.109 |
1200 | 2024-04-03T04:19:20.829Z | Downloaded tokio v1.36.0 |
1201 | 2024-04-03T04:19:20.829Z | Downloaded radix_trie v0.2.1 |
1202 | 2024-04-03T04:19:20.829Z | Downloaded smoltcp v0.9.1 |
1203 | 2024-04-03T04:19:20.829Z | Downloaded openssl v0.10.60 |
1204 | 2024-04-03T04:19:20.829Z | Downloaded hyper v0.14.28 |
1205 | 2024-04-03T04:19:20.829Z | Downloaded object v0.32.1 |
1206 | 2024-04-03T04:19:20.829Z | Downloaded rustls-webpki v0.101.7 |
1207 | 2024-04-03T04:19:20.829Z | Downloaded winapi v0.3.9 |
1208 | 2024-04-03T04:19:20.829Z | Downloaded reqwest v0.11.24 |
1209 | 2024-04-03T04:19:20.829Z | Downloaded encoding_rs v0.8.33 |
1210 | 2024-04-03T04:19:20.829Z | Downloaded petgraph v0.6.4 |
1211 | 2024-04-03T04:19:20.829Z | Downloaded clap v2.34.0 |
1212 | 2024-04-03T04:19:20.829Z | Downloaded clap_builder v4.5.1 |
1213 | 2024-04-03T04:19:20.829Z | Downloaded idna v0.5.0 |
1214 | 2024-04-03T04:19:20.829Z | Downloaded rayon v1.9.0 |
1215 | 2024-04-03T04:19:20.829Z | Downloaded toml_edit v0.22.9 |
1216 | 2024-04-03T04:19:20.829Z | Downloaded ring v0.16.20 |
1217 | 2024-04-03T04:19:20.830Z | Downloaded blake3 v1.5.0 |
1218 | 2024-04-03T04:19:20.830Z | Downloaded zip v0.6.6 |
1219 | 2024-04-03T04:19:20.830Z | Downloaded steno v0.4.0 |
1220 | 2024-04-03T04:19:20.830Z | Downloaded unsafe-libyaml v0.2.10 |
1221 | 2024-04-03T04:19:20.830Z | Downloaded unicode-ident v1.0.12 |
1222 | 2024-04-03T04:19:20.830Z | Downloaded time v0.3.34 |
1223 | 2024-04-03T04:19:20.834Z | Downloaded typenum v1.16.0 |
1224 | 2024-04-03T04:19:20.834Z | Downloaded trust-dns-server v0.22.1 |
1225 | 2024-04-03T04:19:20.839Z | Downloaded expectorate v1.1.0 |
1226 | 2024-04-03T04:19:20.850Z | Downloaded serde v1.0.197 |
1227 | 2024-04-03T04:19:20.851Z | Downloaded generic-array v0.14.7 |
1228 | 2024-04-03T04:19:20.851Z | Downloaded tinyvec v1.6.0 |
1229 | 2024-04-03T04:19:20.854Z | Downloaded rustls-pki-types v1.3.0 |
1230 | 2024-04-03T04:19:20.854Z | Downloaded der_derive v0.7.2 |
1231 | 2024-04-03T04:19:20.854Z | Downloaded tokio-util v0.7.10 |
1232 | 2024-04-03T04:19:20.861Z | Downloaded pest v2.7.6 |
1233 | 2024-04-03T04:19:20.865Z | Downloaded slog-dtrace v0.3.0 |
1234 | 2024-04-03T04:19:20.868Z | Downloaded slog-bunyan v2.5.0 |
1235 | 2024-04-03T04:19:20.868Z | Downloaded hex-literal v0.4.1 |
1236 | 2024-04-03T04:19:20.871Z | Downloaded rustc-demangle v0.1.23 |
1237 | 2024-04-03T04:19:20.871Z | Downloaded ring v0.17.8 |
1238 | 2024-04-03T04:19:20.946Z | Downloaded polyval v0.6.1 |
1239 | 2024-04-03T04:19:20.950Z | Downloaded same-file v1.0.6 |
1240 | 2024-04-03T04:19:20.950Z | Downloaded tokio-postgres v0.7.10 |
1241 | 2024-04-03T04:19:20.954Z | Downloaded idna v0.3.0 |
1242 | 2024-04-03T04:19:20.960Z | Downloaded glob v0.3.1 |
1243 | 2024-04-03T04:19:20.964Z | Downloaded schemars_derive v0.8.16 |
1244 | 2024-04-03T04:19:20.964Z | Downloaded fallible-iterator v0.2.0 |
1245 | 2024-04-03T04:19:20.968Z | Downloaded either v1.10.0 |
1246 | 2024-04-03T04:19:20.968Z | Downloaded dyn-clone v1.0.17 |
1247 | 2024-04-03T04:19:20.968Z | Downloaded unicase v2.7.0 |
1248 | 2024-04-03T04:19:20.977Z | Downloaded dtrace-parser v0.1.14 |
1249 | 2024-04-03T04:19:20.977Z | Downloaded rustc_version v0.1.7 |
1250 | 2024-04-03T04:19:20.977Z | Downloaded dhcproto v0.11.0 |
1251 | 2024-04-03T04:19:20.977Z | Downloaded url v2.5.0 |
1252 | 2024-04-03T04:19:20.992Z | Downloaded backtrace v0.3.69 |
1253 | 2024-04-03T04:19:20.992Z | Downloaded ff v0.13.0 |
1254 | 2024-04-03T04:19:20.992Z | Downloaded ed25519 v2.2.2 |
1255 | 2024-04-03T04:19:20.992Z | Downloaded utf8parse v0.2.1 |
1256 | 2024-04-03T04:19:20.993Z | Downloaded poly1305 v0.8.0 |
1257 | 2024-04-03T04:19:21.000Z | Downloaded foreign-types v0.5.0 |
1258 | 2024-04-03T04:19:21.000Z | Downloaded thread-id v4.2.0 |
1259 | 2024-04-03T04:19:21.000Z | Downloaded thiserror-impl v1.0.57 |
1260 | 2024-04-03T04:19:21.000Z | Downloaded stringprep v0.1.3 |
1261 | 2024-04-03T04:19:21.000Z | Downloaded string_cache v0.8.7 |
1262 | 2024-04-03T04:19:21.000Z | Downloaded hyper-rustls v0.24.2 |
1263 | 2024-04-03T04:19:21.000Z | Downloaded cc v1.0.83 |
1264 | 2024-04-03T04:19:21.000Z | Downloaded flate2 v1.0.28 |
1265 | 2024-04-03T04:19:21.012Z | Downloaded zerocopy-derive v0.7.32 |
1266 | 2024-04-03T04:19:21.012Z | Downloaded pretty-hex v0.2.1 |
1267 | 2024-04-03T04:19:21.024Z | Downloaded serde_derive_internals v0.26.0 |
1268 | 2024-04-03T04:19:21.024Z | Downloaded toml v0.5.11 |
1269 | 2024-04-03T04:19:21.024Z | Downloaded slog v2.7.0 |
1270 | 2024-04-03T04:19:21.024Z | Downloaded base64 v0.13.1 |
1271 | 2024-04-03T04:19:21.024Z | Downloaded stable_deref_trait v1.2.0 |
1272 | 2024-04-03T04:19:21.024Z | Downloaded p256 v0.13.2 |
1273 | 2024-04-03T04:19:21.027Z | Downloaded enum-as-inner v0.5.1 |
1274 | 2024-04-03T04:19:21.027Z | Downloaded semver-parser v0.10.2 |
1275 | 2024-04-03T04:19:21.027Z | Downloaded foreign-types v0.3.2 |
1276 | 2024-04-03T04:19:21.028Z | Downloaded derive-where v1.2.7 |
1277 | 2024-04-03T04:19:21.028Z | Downloaded tokio-rustls v0.24.1 |
1278 | 2024-04-03T04:19:21.032Z | Downloaded flume v0.11.0 |
1279 | 2024-04-03T04:19:21.035Z | Downloaded signal-hook v0.3.17 |
1280 | 2024-04-03T04:19:21.035Z | Downloaded clap v4.5.1 |
1281 | 2024-04-03T04:19:21.046Z | Downloaded bzip2 v0.4.4 |
1282 | 2024-04-03T04:19:21.066Z | Downloaded textwrap v0.11.0 |
1283 | 2024-04-03T04:19:21.066Z | Downloaded serde_path_to_error v0.1.16 |
1284 | 2024-04-03T04:19:21.066Z | Downloaded serde_arrays v0.1.0 |
1285 | 2024-04-03T04:19:21.067Z | Downloaded vec_map v0.8.2 |
1286 | 2024-04-03T04:19:21.067Z | Downloaded term v0.7.0 |
1287 | 2024-04-03T04:19:21.083Z | Downloaded similar v2.4.0 |
1288 | 2024-04-03T04:19:21.083Z | Downloaded num-bigint v0.4.4 |
1289 | 2024-04-03T04:19:21.083Z | Downloaded mio v0.8.11 |
1290 | 2024-04-03T04:19:21.084Z | Downloaded crossbeam-utils v0.8.19 |
1291 | 2024-04-03T04:19:21.084Z | Downloaded bytes v1.5.0 |
1292 | 2024-04-03T04:19:21.084Z | Downloaded tracing-core v0.1.32 |
1293 | 2024-04-03T04:19:21.097Z | Downloaded errno v0.3.8 |
1294 | 2024-04-03T04:19:21.097Z | Downloaded dirs v5.0.1 |
1295 | 2024-04-03T04:19:21.097Z | Downloaded digest v0.10.7 |
1296 | 2024-04-03T04:19:21.097Z | Downloaded phf v0.11.2 |
1297 | 2024-04-03T04:19:21.097Z | Downloaded smallvec v1.13.1 |
1298 | 2024-04-03T04:19:21.098Z | Downloaded slog-term v2.9.0 |
1299 | 2024-04-03T04:19:21.098Z | Downloaded semver v0.11.0 |
1300 | 2024-04-03T04:19:21.098Z | Downloaded sec1 v0.7.3 |
1301 | 2024-04-03T04:19:21.098Z | Downloaded cancel-safe-futures v0.1.5 |
1302 | 2024-04-03T04:19:21.098Z | Downloaded bitflags v2.4.2 |
1303 | 2024-04-03T04:19:21.106Z | Downloaded spin v0.9.8 |
1304 | 2024-04-03T04:19:21.106Z | Downloaded rustfmt-wrapper v0.2.0 |
1305 | 2024-04-03T04:19:21.106Z | Downloaded rand_core v0.5.1 |
1306 | 2024-04-03T04:19:21.107Z | Downloaded getrandom v0.1.16 |
1307 | 2024-04-03T04:19:21.107Z | Downloaded pest_meta v2.7.6 |
1308 | 2024-04-03T04:19:21.107Z | Downloaded owo-colors v4.0.0 |
1309 | 2024-04-03T04:19:21.118Z | Downloaded ciborium v0.2.2 |
1310 | 2024-04-03T04:19:21.118Z | Downloaded pkg-config v0.3.27 |
1311 | 2024-04-03T04:19:21.119Z | Downloaded dirs-sys v0.4.1 |
1312 | 2024-04-03T04:19:21.119Z | Downloaded strum_macros v0.25.2 |
1313 | 2024-04-03T04:19:21.124Z | Downloaded cookie_store v0.20.0 |
1314 | 2024-04-03T04:19:21.124Z | Downloaded ciborium-ll v0.2.2 |
1315 | 2024-04-03T04:19:21.124Z | Downloaded sigpipe v0.1.3 |
1316 | 2024-04-03T04:19:21.124Z | Downloaded memchr v2.7.1 |
1317 | 2024-04-03T04:19:21.124Z | Downloaded crc32fast v1.3.2 |
1318 | 2024-04-03T04:19:21.125Z | Downloaded utf-8 v0.7.6 |
1319 | 2024-04-03T04:19:21.130Z | Downloaded unicode-width v0.1.11 |
1320 | 2024-04-03T04:19:21.130Z | Downloaded tokio-tungstenite v0.20.1 |
1321 | 2024-04-03T04:19:21.130Z | Downloaded tempfile v3.10.0 |
1322 | 2024-04-03T04:19:21.130Z | Downloaded ascii v1.1.0 |
1323 | 2024-04-03T04:19:21.136Z | Downloaded arrayvec v0.7.4 |
1324 | 2024-04-03T04:19:21.136Z | Downloaded console v0.15.8 |
1325 | 2024-04-03T04:19:21.136Z | Downloaded camino v1.1.6 |
1326 | 2024-04-03T04:19:21.142Z | Downloaded base16ct v0.2.0 |
1327 | 2024-04-03T04:19:21.142Z | Downloaded zone v0.1.8 |
1328 | 2024-04-03T04:19:21.142Z | Downloaded clap_lex v0.7.0 |
1329 | 2024-04-03T04:19:21.142Z | Downloaded cfg-if v1.0.0 |
1330 | 2024-04-03T04:19:21.142Z | Downloaded camino-tempfile v1.1.1 |
1331 | 2024-04-03T04:19:21.148Z | Downloaded arrayref v0.3.7 |
1332 | 2024-04-03T04:19:21.148Z | Downloaded backoff v0.4.0 |
1333 | 2024-04-03T04:19:21.148Z | Downloaded tokio-macros v2.2.0 |
1334 | 2024-04-03T04:19:21.148Z | Downloaded take_mut v0.2.2 |
1335 | 2024-04-03T04:19:21.148Z | Downloaded spin v0.5.2 |
1336 | 2024-04-03T04:19:21.149Z | Downloaded password-hash v0.5.0 |
1337 | 2024-04-03T04:19:21.155Z | Downloaded parking_lot_core v0.9.8 |
1338 | 2024-04-03T04:19:21.155Z | Downloaded num-rational v0.4.1 |
1339 | 2024-04-03T04:19:21.155Z | Downloaded paste v1.0.14 |
1340 | 2024-04-03T04:19:21.164Z | Downloaded parse-display-derive v0.9.0 |
1341 | 2024-04-03T04:19:21.164Z | Downloaded num-integer v0.1.46 |
1342 | 2024-04-03T04:19:21.164Z | Downloaded constant_time_eq v0.3.0 |
1343 | 2024-04-03T04:19:21.164Z | Downloaded cipher v0.4.4 |
1344 | 2024-04-03T04:19:21.164Z | Downloaded block-padding v0.3.3 |
1345 | 2024-04-03T04:19:21.172Z | Downloaded display-error-chain v0.2.0 |
1346 | 2024-04-03T04:19:21.172Z | Downloaded zerocopy v0.3.0 |
1347 | 2024-04-03T04:19:21.172Z | Downloaded password-hash v0.4.2 |
1348 | 2024-04-03T04:19:21.172Z | Downloaded parse-display v0.9.0 |
1349 | 2024-04-03T04:19:21.172Z | Downloaded async-stream v0.3.5 |
1350 | 2024-04-03T04:19:21.172Z | Downloaded mime_guess v2.0.4 |
1351 | 2024-04-03T04:19:21.172Z | Downloaded cpufeatures v0.2.12 |
1352 | 2024-04-03T04:19:21.172Z | Downloaded ciborium-io v0.2.2 |
1353 | 2024-04-03T04:19:21.173Z | Downloaded num-iter v0.1.44 |
1354 | 2024-04-03T04:19:21.173Z | Downloaded cobs v0.2.3 |
1355 | 2024-04-03T04:19:21.180Z | Downloaded cstr-argument v0.1.2 |
1356 | 2024-04-03T04:19:21.180Z | Downloaded bit-vec v0.6.3 |
1357 | 2024-04-03T04:19:21.180Z | Downloaded autocfg v1.1.0 |
1358 | 2024-04-03T04:19:21.180Z | Downloaded bcrypt-pbkdf v0.10.0 |
1359 | 2024-04-03T04:19:21.180Z | Downloaded memmap v0.7.0 |
1360 | 2024-04-03T04:19:21.180Z | Downloaded md-5 v0.10.5 |
1361 | 2024-04-03T04:19:21.180Z | Downloaded colorchoice v1.0.0 |
1362 | 2024-04-03T04:19:21.180Z | Downloaded bitstruct_derive v0.1.0 |
1363 | 2024-04-03T04:19:21.186Z | Downloaded newtype_derive v0.1.6 |
1364 | 2024-04-03T04:19:21.186Z | Downloaded bit-set v0.5.3 |
1365 | 2024-04-03T04:19:21.186Z | Downloaded managed v0.8.0 |
1366 | 2024-04-03T04:19:21.186Z | Downloaded libm v0.2.7 |
1367 | 2024-04-03T04:19:21.194Z | Downloaded crucible-workspace-hack v0.1.0 |
1368 | 2024-04-03T04:19:21.194Z | Downloaded memmap2 v0.7.1 |
1369 | 2024-04-03T04:19:21.194Z | Downloaded anstream v0.6.11 |
1370 | 2024-04-03T04:19:21.202Z | Downloaded libsw v3.3.1 |
1371 | 2024-04-03T04:19:21.202Z | Downloaded inout v0.1.3 |
1372 | 2024-04-03T04:19:21.203Z | Downloaded block-buffer v0.10.4 |
1373 | 2024-04-03T04:19:21.203Z | Downloaded darling_macro v0.20.3 |
1374 | 2024-04-03T04:19:21.203Z | Downloaded curve25519-dalek-derive v0.1.0 |
1375 | 2024-04-03T04:19:21.203Z | Downloaded chacha20poly1305 v0.10.1 |
1376 | 2024-04-03T04:19:21.211Z | Downloaded aead v0.5.2 |
1377 | 2024-04-03T04:19:24.424Z | Downloaded platforms v3.0.2 |
1378 | 2024-04-03T04:19:24.876Z | Compiling proc-macro2 v1.0.78 |
1379 | 2024-04-03T04:19:24.876Z | Compiling unicode-ident v1.0.12 |
1380 | 2024-04-03T04:19:24.895Z | Compiling libc v0.2.153 |
1381 | 2024-04-03T04:19:24.895Z | Compiling serde v1.0.197 |
1382 | 2024-04-03T04:19:24.895Z | Compiling version_check v0.9.4 |
1383 | 2024-04-03T04:19:24.895Z | Compiling cfg-if v1.0.0 |
1384 | 2024-04-03T04:19:24.917Z | Compiling autocfg v1.1.0 |
1385 | 2024-04-03T04:19:25.086Z | Compiling syn v1.0.109 |
1386 | 2024-04-03T04:19:25.100Z | Compiling thiserror v1.0.57 |
1387 | 2024-04-03T04:19:25.140Z | Compiling once_cell v1.19.0 |
1388 | 2024-04-03T04:19:25.560Z | Compiling typenum v1.16.0 |
1389 | 2024-04-03T04:19:25.763Z | Compiling parking_lot_core v0.9.8 |
1390 | 2024-04-03T04:19:26.258Z | Compiling lock_api v0.4.10 |
1391 | 2024-04-03T04:19:26.261Z | Compiling generic-array v0.14.7 |
1392 | 2024-04-03T04:19:26.261Z | Compiling memchr v2.7.1 |
1393 | 2024-04-03T04:19:26.261Z | Compiling byteorder v1.5.0 |
1394 | 2024-04-03T04:19:26.261Z | Compiling libm v0.2.7 |
1395 | 2024-04-03T04:19:26.472Z | Compiling serde_json v1.0.114 |
1396 | 2024-04-03T04:19:26.553Z | Compiling num-traits v0.2.18 |
1397 | 2024-04-03T04:19:26.576Z | Compiling ahash v0.8.8 |
1398 | 2024-04-03T04:19:26.833Z | Compiling log v0.4.21 |
1399 | 2024-04-03T04:19:26.861Z | Compiling itoa v1.0.9 |
1400 | 2024-04-03T04:19:27.088Z | Compiling quote v1.0.35 |
1401 | 2024-04-03T04:19:27.383Z | Compiling getrandom v0.2.12 |
1402 | 2024-04-03T04:19:27.429Z | Compiling cc v1.0.83 |
1403 | 2024-04-03T04:19:27.709Z | Compiling syn v2.0.52 |
1404 | 2024-04-03T04:19:27.882Z | Compiling rand_core v0.6.4 |
1405 | 2024-04-03T04:19:27.956Z | Compiling scopeguard v1.2.0 |
1406 | 2024-04-03T04:19:28.015Z | Compiling slab v0.4.9 |
1407 | 2024-04-03T04:19:28.568Z | Compiling smallvec v1.13.1 |
1408 | 2024-04-03T04:19:28.596Z | Compiling ryu v1.0.15 |
1409 | 2024-04-03T04:19:29.009Z | Compiling heck v0.4.1 |
1410 | 2024-04-03T04:19:29.009Z | Compiling allocator-api2 v0.2.16 |
1411 | 2024-04-03T04:19:29.009Z | Compiling pin-project-lite v0.2.13 |
1412 | 2024-04-03T04:19:29.026Z | Compiling subtle v2.5.0 |
1413 | 2024-04-03T04:19:29.373Z | Compiling pkg-config v0.3.27 |
1414 | 2024-04-03T04:19:29.566Z | Compiling parking_lot v0.12.1 |
1415 | 2024-04-03T04:19:29.758Z | Compiling schemars v0.8.16 |
1416 | 2024-04-03T04:19:29.841Z | Compiling signal-hook-registry v1.4.1 |
1417 | 2024-04-03T04:19:30.131Z | Compiling mio v0.8.11 |
1418 | 2024-04-03T04:19:30.637Z | Compiling equivalent v1.0.1 |
1419 | 2024-04-03T04:19:30.760Z | Compiling ring v0.17.8 |
1420 | 2024-04-03T04:19:30.783Z | Compiling socket2 v0.5.5 |
1421 | 2024-04-03T04:19:30.865Z | Compiling num_cpus v1.16.0 |
1422 | 2024-04-03T04:19:31.005Z | Compiling time-core v0.1.2 |
1423 | 2024-04-03T04:19:31.385Z | Compiling num-conv v0.1.0 |
1424 | 2024-04-03T04:19:31.478Z | Compiling time-macros v0.2.17 |
1425 | 2024-04-03T04:19:31.500Z | Compiling futures-core v0.3.30 |
1426 | 2024-04-03T04:19:31.801Z | Compiling httparse v1.8.0 |
1427 | 2024-04-03T04:19:31.827Z | Compiling const-oid v0.9.6 |
1428 | 2024-04-03T04:19:31.970Z | Compiling vcpkg v0.2.15 |
1429 | 2024-04-03T04:19:33.168Z | Compiling ucd-trie v0.1.6 |
1430 | 2024-04-03T04:19:33.790Z | Compiling fnv v1.0.7 |
1431 | 2024-04-03T04:19:33.813Z | Compiling futures-sink v0.3.30 |
1432 | 2024-04-03T04:19:33.928Z | Compiling spin v0.5.2 |
1433 | 2024-04-03T04:19:33.985Z | Compiling ring v0.16.20 |
1434 | 2024-04-03T04:19:34.289Z | Compiling futures-channel v0.3.30 |
1435 | 2024-04-03T04:19:34.320Z | Compiling openssl-sys v0.9.96 |
1436 | 2024-04-03T04:19:34.624Z | Compiling futures-task v0.3.30 |
1437 | 2024-04-03T04:19:34.700Z | Compiling pin-utils v0.1.0 |
1438 | 2024-04-03T04:19:35.209Z | Compiling serde_derive_internals v0.26.0 |
1439 | 2024-04-03T04:19:35.232Z | Compiling futures-io v0.3.30 |
1440 | 2024-04-03T04:19:35.233Z | Compiling slog v2.7.0 |
1441 | 2024-04-03T04:19:35.233Z | Compiling openssl v0.10.60 |
1442 | 2024-04-03T04:19:35.708Z | Compiling async-trait v0.1.77 |
1443 | 2024-04-03T04:19:35.708Z | Compiling iana-time-zone v0.1.57 |
1444 | 2024-04-03T04:19:35.708Z | Compiling semver v1.0.22 |
1445 | 2024-04-03T04:19:35.708Z | Compiling native-tls v0.2.11 |
1446 | 2024-04-03T04:19:35.787Z | Compiling rustls v0.21.9 |
1447 | 2024-04-03T04:19:35.936Z | Compiling tinyvec_macros v0.1.1 |
1448 | 2024-04-03T04:19:36.034Z | Compiling cpufeatures v0.2.12 |
1449 | 2024-04-03T04:19:36.066Z | Compiling tinyvec v1.6.0 |
1450 | 2024-04-03T04:19:36.100Z | Compiling backtrace v0.3.69 |
1451 | 2024-04-03T04:19:36.138Z | Compiling cookie v0.17.0 |
1452 | 2024-04-03T04:19:36.691Z | Compiling aho-corasick v1.1.2 |
1453 | 2024-04-03T04:19:36.719Z | Compiling uuid v0.8.2 |
1454 | 2024-04-03T04:19:37.342Z | Compiling regex-syntax v0.8.2 |
1455 | 2024-04-03T04:19:37.429Z | Compiling rustix v0.38.31 |
1456 | 2024-04-03T04:19:37.560Z | Compiling unicode-normalization v0.1.22 |
1457 | 2024-04-03T04:19:37.592Z | Compiling dyn-clone v1.0.17 |
1458 | 2024-04-03T04:19:37.697Z | Compiling unicode-bidi v0.3.15 |
1459 | 2024-04-03T04:19:38.188Z | Compiling anyhow v1.0.79 |
1460 | 2024-04-03T04:19:38.675Z | Compiling crossbeam-utils v0.8.19 |
1461 | 2024-04-03T04:19:38.692Z | Compiling ppv-lite86 v0.2.17 |
1462 | 2024-04-03T04:19:38.913Z | Compiling tracing-core v0.1.32 |
1463 | 2024-04-03T04:19:40.128Z | Compiling percent-encoding v2.3.1 |
1464 | 2024-04-03T04:19:40.805Z | Compiling rand_chacha v0.3.1 |
1465 | 2024-04-03T04:19:41.403Z | Compiling regex-automata v0.4.5 |
1466 | 2024-04-03T04:19:42.707Z | Compiling serde_derive v1.0.197 |
1467 | 2024-04-03T04:19:42.730Z | Compiling zeroize_derive v1.4.2 |
1468 | 2024-04-03T04:19:42.822Z | Compiling thiserror-impl v1.0.57 |
1469 | 2024-04-03T04:19:42.960Z | Compiling zerocopy-derive v0.7.32 |
1470 | 2024-04-03T04:19:43.315Z | Compiling tokio-macros v2.2.0 |
1471 | 2024-04-03T04:19:44.281Z | Compiling futures-macro v0.3.30 |
1472 | 2024-04-03T04:19:44.322Z | Compiling tracing-attributes v0.1.27 |
1473 | 2024-04-03T04:19:44.446Z | Compiling zeroize v1.7.0 |
1474 | 2024-04-03T04:19:45.078Z | Compiling schemars_derive v0.8.16 |
1475 | 2024-04-03T04:19:45.533Z | Compiling zerocopy v0.7.32 |
1476 | 2024-04-03T04:19:46.347Z | Compiling crypto-common v0.1.6 |
1477 | 2024-04-03T04:19:46.563Z | Compiling pest v2.7.6 |
1478 | 2024-04-03T04:19:46.686Z | Compiling block-buffer v0.10.4 |
1479 | 2024-04-03T04:19:46.978Z | Compiling digest v0.10.7 |
1480 | 2024-04-03T04:19:47.460Z | Compiling futures-util v0.3.30 |
1481 | 2024-04-03T04:19:47.820Z | Compiling hashbrown v0.14.3 |
1482 | 2024-04-03T04:19:48.687Z | Compiling openssl-macros v0.1.1 |
1483 | 2024-04-03T04:19:48.804Z | Compiling pest_meta v2.7.6 |
1484 | 2024-04-03T04:19:49.297Z | Compiling tracing v0.1.40 |
1485 | 2024-04-03T04:19:49.602Z | Compiling regex v1.10.3 |
1486 | 2024-04-03T04:19:49.856Z | Compiling der_derive v0.7.2 |
1487 | 2024-04-03T04:19:50.821Z | Compiling pest_generator v2.7.6 |
1488 | 2024-04-03T04:19:51.221Z | Compiling scroll_derive v0.12.0 |
1489 | 2024-04-03T04:19:52.583Z | Compiling rand v0.8.5 |
1490 | 2024-04-03T04:19:52.822Z | Compiling spin v0.9.8 |
1491 | 2024-04-03T04:19:52.962Z | Compiling thread-id v4.2.0 |
1492 | 2024-04-03T04:19:52.992Z | Compiling powerfmt v0.2.0 |
1493 | 2024-04-03T04:19:53.069Z | Compiling rustversion v1.0.14 |
1494 | 2024-04-03T04:19:53.408Z | Compiling deranged v0.3.11 |
1495 | 2024-04-03T04:19:53.853Z | Compiling form_urlencoded v1.2.1 |
1496 | 2024-04-03T04:19:53.979Z | Compiling pest_derive v2.7.6 |
1497 | 2024-04-03T04:19:54.059Z | Compiling num_threads v0.1.6 |
1498 | 2024-04-03T04:19:54.204Z | Compiling unicode-width v0.1.11 |
1499 | 2024-04-03T04:19:54.361Z | Compiling winnow v0.5.15 |
1500 | 2024-04-03T04:19:55.376Z | Compiling lazy_static v1.4.0 |
1501 | 2024-04-03T04:19:55.506Z | Compiling time v0.3.34 |
1502 | 2024-04-03T04:19:56.457Z | Compiling unicode-xid v0.2.4 |
1503 | 2024-04-03T04:19:56.633Z | Compiling synstructure v0.12.6 |
1504 | 2024-04-03T04:19:57.799Z | Compiling bytes v1.5.0 |
1505 | 2024-04-03T04:19:58.103Z | Compiling indexmap v2.2.5 |
1506 | 2024-04-03T04:19:58.292Z | Compiling uuid v1.7.0 |
1507 | 2024-04-03T04:19:59.486Z | Compiling chrono v0.4.34 |
1508 | 2024-04-03T04:20:00.125Z | Compiling tokio v1.36.0 |
1509 | 2024-04-03T04:20:00.746Z | Compiling http v0.2.12 |
1510 | 2024-04-03T04:20:01.578Z | Compiling bitflags v2.4.2 |
1511 | 2024-04-03T04:20:03.445Z | Compiling toml_datetime v0.6.5 |
1512 | 2024-04-03T04:20:03.601Z | Compiling serde_spanned v0.6.5 |
1513 | 2024-04-03T04:20:03.636Z | Compiling rustc_version v0.4.0 |
1514 | 2024-04-03T04:20:03.852Z | Compiling toml_edit v0.19.15 |
1515 | 2024-04-03T04:20:03.971Z | Compiling openapiv3 v2.0.0 |
1516 | 2024-04-03T04:20:04.412Z | Compiling serde_tokenstream v0.2.0 |
1517 | 2024-04-03T04:20:05.982Z | Compiling idna v0.5.0 |
1518 | 2024-04-03T04:20:06.326Z | Compiling usdt-impl v0.5.0 |
1519 | 2024-04-03T04:20:06.930Z | Compiling crc32fast v1.3.2 |
1520 | 2024-04-03T04:20:07.240Z | Compiling url v2.5.0 |
1521 | 2024-04-03T04:20:07.453Z | Compiling zerocopy-derive v0.2.0 |
1522 | 2024-04-03T04:20:07.527Z | Compiling scroll v0.12.0 |
1523 | 2024-04-03T04:20:08.419Z | Compiling plain v0.2.3 |
1524 | 2024-04-03T04:20:08.596Z | Compiling goblin v0.8.0 |
1525 | 2024-04-03T04:20:10.058Z | Compiling foreign-types-shared v0.1.1 |
1526 | 2024-04-03T04:20:10.632Z | Compiling untrusted v0.9.0 |
1527 | 2024-04-03T04:20:10.817Z | Compiling pretty-hex v0.4.1 |
1528 | 2024-04-03T04:20:11.023Z | Compiling untrusted v0.7.1 |
1529 | 2024-04-03T04:20:12.182Z | Compiling tokio-util v0.7.10 |
1530 | 2024-04-03T04:20:15.375Z | Compiling dof v0.3.0 |
1531 | 2024-04-03T04:20:16.295Z | Compiling foreign-types v0.3.2 |
1532 | 2024-04-03T04:20:17.780Z | Compiling dtrace-parser v0.2.0 |
1533 | 2024-04-03T04:20:17.997Z | Compiling errno v0.3.8 |
1534 | 2024-04-03T04:20:18.020Z | Compiling usdt-impl v0.3.5 |
1535 | 2024-04-03T04:20:18.237Z | Compiling try-lock v0.2.4 |
1536 | 2024-04-03T04:20:18.276Z | Compiling base64 v0.21.7 |
1537 | 2024-04-03T04:20:18.526Z | Compiling adler v1.0.2 |
1538 | 2024-04-03T04:20:18.635Z | Compiling miniz_oxide v0.7.1 |
1539 | 2024-04-03T04:20:19.072Z | Compiling want v0.3.1 |
1540 | 2024-04-03T04:20:19.782Z | Compiling rustls-webpki v0.101.7 |
1541 | 2024-04-03T04:20:20.254Z | Compiling sct v0.7.0 |
1542 | 2024-04-03T04:20:20.273Z | Compiling h2 v0.3.24 |
1543 | 2024-04-03T04:20:20.864Z | Compiling http-body v0.4.5 |
1544 | 2024-04-03T04:20:21.912Z | Compiling num-bigint v0.4.4 |
1545 | 2024-04-03T04:20:22.271Z | Compiling httpdate v1.0.3 |
1546 | 2024-04-03T04:20:22.622Z | Compiling tower-service v0.3.2 |
1547 | 2024-04-03T04:20:22.772Z | Compiling openssl-probe v0.1.5 |
1548 | 2024-04-03T04:20:24.178Z | Compiling zerocopy v0.3.0 |
1549 | 2024-04-03T04:20:24.771Z | Compiling heapless v0.7.16 |
1550 | 2024-04-03T04:20:24.811Z | Compiling idna v0.3.0 |
1551 | 2024-04-03T04:20:25.248Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1552 | 2024-04-03T04:20:25.308Z | Compiling base64ct v1.6.0 |
1553 | 2024-04-03T04:20:26.543Z | Compiling signal-hook v0.3.17 |
1554 | 2024-04-03T04:20:26.614Z | Compiling unicode-segmentation v1.10.1 |
1555 | 2024-04-03T04:20:26.743Z | Compiling psl-types v2.0.11 |
1556 | 2024-04-03T04:20:26.944Z | Compiling publicsuffix v2.2.3 |
1557 | 2024-04-03T04:20:27.227Z | Compiling tokio-rustls v0.24.1 |
1558 | 2024-04-03T04:20:27.482Z | Compiling tokio-native-tls v0.3.1 |
1559 | 2024-04-03T04:20:27.655Z | Compiling hyper v0.14.28 |
1560 | 2024-04-03T04:20:28.401Z | Compiling dof v0.1.5 |
1561 | 2024-04-03T04:20:28.736Z | Compiling crossbeam-epoch v0.9.18 |
1562 | 2024-04-03T04:20:28.908Z | Compiling dtrace-parser v0.1.14 |
1563 | 2024-04-03T04:20:29.323Z | Compiling gimli v0.28.0 |
1564 | 2024-04-03T04:20:29.450Z | Compiling ipnet v2.9.0 |
1565 | 2024-04-03T04:20:29.722Z | Compiling bitflags v1.3.2 |
1566 | 2024-04-03T04:20:30.890Z | Compiling cookie_store v0.20.0 |
1567 | 2024-04-03T04:20:32.172Z | Compiling rustls-pemfile v1.0.3 |
1568 | 2024-04-03T04:20:32.510Z | Compiling serde_urlencoded v0.7.1 |
1569 | 2024-04-03T04:20:32.914Z | Compiling serde_tokenstream v0.1.7 |
1570 | 2024-04-03T04:20:33.071Z | Compiling enum-as-inner v0.5.1 |
1571 | 2024-04-03T04:20:33.148Z | Compiling object v0.32.1 |
1572 | 2024-04-03T04:20:33.494Z | Compiling encoding_rs v0.8.33 |
1573 | 2024-04-03T04:20:34.150Z | Compiling addr2line v0.21.0 |
1574 | 2024-04-03T04:20:34.841Z | Compiling hyper-rustls v0.24.2 |
1575 | 2024-04-03T04:20:35.159Z | Compiling hyper-tls v0.5.0 |
1576 | 2024-04-03T04:20:35.189Z | Compiling data-encoding v2.4.0 |
1577 | 2024-04-03T04:20:35.232Z | Compiling mime v0.3.17 |
1578 | 2024-04-03T04:20:36.001Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1579 | 2024-04-03T04:20:37.725Z | Compiling sync_wrapper v0.1.2 |
1580 | 2024-04-03T04:20:37.748Z | Compiling either v1.10.0 |
1581 | 2024-04-03T04:20:37.862Z | Compiling webpki-roots v0.25.2 |
1582 | 2024-04-03T04:20:38.157Z | Compiling rustc-demangle v0.1.23 |
1583 | 2024-04-03T04:20:38.196Z | Compiling smoltcp v0.9.1 |
1584 | 2024-04-03T04:20:38.477Z | Compiling reqwest v0.11.24 |
1585 | 2024-04-03T04:20:40.144Z | Compiling pem-rfc7468 v0.7.0 |
1586 | 2024-04-03T04:20:41.020Z | Compiling hmac v0.12.1 |
1587 | 2024-04-03T04:20:41.062Z | Compiling futures-executor v0.3.30 |
1588 | 2024-04-03T04:20:41.288Z | Compiling regress v0.9.0 |
1589 | 2024-04-03T04:20:42.258Z | Compiling flagset v0.4.3 |
1590 | 2024-04-03T04:20:42.496Z | Compiling siphasher v0.3.11 |
1591 | 2024-04-03T04:20:43.432Z | Compiling der v0.7.8 |
1592 | 2024-04-03T04:20:44.886Z | Compiling flate2 v1.0.28 |
1593 | 2024-04-03T04:20:45.933Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1594 | 2024-04-03T04:20:46.089Z | Compiling usdt-attr-macro v0.3.5 |
1595 | 2024-04-03T04:20:46.646Z | Compiling usdt-macro v0.3.5 |
1596 | 2024-04-03T04:20:48.084Z | Compiling hubpack_derive v0.1.1 |
1597 | 2024-04-03T04:20:48.405Z | Compiling clap_derive v4.5.0 |
1598 | 2024-04-03T04:20:49.188Z | Compiling zerocopy-derive v0.6.4 |
1599 | 2024-04-03T04:20:49.549Z | Compiling utf8parse v0.2.1 |
1600 | 2024-04-03T04:20:49.635Z | Compiling winnow v0.6.1 |
1601 | 2024-04-03T04:20:50.211Z | Compiling anstyle v1.0.6 |
1602 | 2024-04-03T04:20:51.422Z | Compiling sha2 v0.10.8 |
1603 | 2024-04-03T04:20:52.474Z | Compiling anstyle-parse v0.2.1 |
1604 | 2024-04-03T04:20:52.910Z | Compiling futures v0.3.30 |
1605 | 2024-04-03T04:20:53.149Z | Compiling spki v0.7.2 |
1606 | 2024-04-03T04:20:53.534Z | Compiling toml_edit v0.22.9 |
1607 | 2024-04-03T04:20:53.872Z | Compiling md-5 v0.10.5 |
1608 | 2024-04-03T04:20:54.142Z | Compiling toml v0.7.8 |
1609 | 2024-04-03T04:20:54.464Z | Compiling hex v0.4.3 |
1610 | 2024-04-03T04:20:54.496Z | Compiling block-padding v0.3.3 |
1611 | 2024-04-03T04:20:54.536Z | Compiling stringprep v0.1.3 |
1612 | 2024-04-03T04:20:55.134Z | Compiling num-integer v0.1.46 |
1613 | 2024-04-03T04:20:55.594Z | Compiling diesel_table_macro_syntax v0.1.0 |
1614 | 2024-04-03T04:20:55.643Z | Compiling hash32 v0.2.1 |
1615 | 2024-04-03T04:20:55.878Z | Compiling stable_deref_trait v1.2.0 |
1616 | 2024-04-03T04:20:55.964Z | Compiling colorchoice v1.0.0 |
1617 | 2024-04-03T04:20:56.011Z | Compiling anstyle-query v1.0.0 |
1618 | 2024-04-03T04:20:56.156Z | Compiling fallible-iterator v0.2.0 |
1619 | 2024-04-03T04:20:56.449Z | Compiling anstream v0.6.11 |
1620 | 2024-04-03T04:20:56.897Z | Compiling postgres-protocol v0.6.6 |
1621 | 2024-04-03T04:20:57.667Z | Compiling diesel_derives v2.1.2 |
1622 | 2024-04-03T04:20:58.302Z | Compiling inout v0.1.3 |
1623 | 2024-04-03T04:20:59.054Z | Compiling pkcs8 v0.10.2 |
1624 | 2024-04-03T04:20:59.728Z | Compiling phf_shared v0.11.2 |
1625 | 2024-04-03T04:20:59.952Z | Compiling terminal_size v0.3.0 |
1626 | 2024-04-03T04:21:00.136Z | Compiling ff v0.13.0 |
1627 | 2024-04-03T04:21:00.349Z | Compiling strum_macros v0.25.2 |
1628 | 2024-04-03T04:21:00.441Z | Compiling serde_repr v0.1.16 |
1629 | 2024-04-03T04:21:00.645Z | Compiling scheduled-thread-pool v0.2.7 |
1630 | 2024-04-03T04:21:00.876Z | Compiling managed v0.8.0 |
1631 | 2024-04-03T04:21:01.281Z | Compiling clap_lex v0.7.0 |
1632 | 2024-04-03T04:21:01.320Z | Compiling bit-vec v0.6.3 |
1633 | 2024-04-03T04:21:01.644Z | Compiling regex-automata v0.1.10 |
1634 | 2024-04-03T04:21:01.745Z | Compiling matches v0.1.10 |
1635 | 2024-04-03T04:21:01.830Z | Compiling strsim v0.11.0 |
1636 | 2024-04-03T04:21:01.958Z | Compiling base16ct v0.2.0 |
1637 | 2024-04-03T04:21:02.143Z | Compiling bstr v0.2.17 |
1638 | 2024-04-03T04:21:02.259Z | Compiling sec1 v0.7.3 |
1639 | 2024-04-03T04:21:02.290Z | Compiling clap_builder v4.5.1 |
1640 | 2024-04-03T04:21:02.796Z | Compiling idna v0.2.3 |
1641 | 2024-04-03T04:21:02.834Z | Compiling r2d2 v0.8.10 |
1642 | 2024-04-03T04:21:03.537Z | Compiling group v0.13.0 |
1643 | 2024-04-03T04:21:03.869Z | Compiling phf v0.11.2 |
1644 | 2024-04-03T04:21:04.466Z | Compiling signal-hook-mio v0.2.3 |
1645 | 2024-04-03T04:21:04.639Z | Compiling bzip2 v0.4.4 |
1646 | 2024-04-03T04:21:04.758Z | Compiling cipher v0.4.4 |
1647 | 2024-04-03T04:21:05.005Z | Compiling postgres-types v0.2.6 |
1648 | 2024-04-03T04:21:05.278Z | Compiling zerocopy v0.6.4 |
1649 | 2024-04-03T04:21:05.457Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1650 | 2024-04-03T04:21:05.658Z | Compiling hubpack v0.1.2 |
1651 | 2024-04-03T04:21:06.031Z | Compiling phf_shared v0.10.0 |
1652 | 2024-04-03T04:21:06.190Z | Compiling hkdf v0.12.4 |
1653 | 2024-04-03T04:21:06.467Z | Compiling crypto-bigint v0.5.2 |
1654 | 2024-04-03T04:21:06.470Z | Compiling ipnetwork v0.20.0 |
1655 | 2024-04-03T04:21:07.474Z | Compiling float-cmp v0.9.0 |
1656 | 2024-04-03T04:21:07.713Z | Compiling whoami v1.5.0 |
1657 | 2024-04-03T04:21:08.383Z | Compiling static_assertions v1.1.0 |
1658 | 2024-04-03T04:21:08.497Z | Compiling difflib v0.4.0 |
1659 | 2024-04-03T04:21:09.935Z | Compiling precomputed-hash v0.1.1 |
1660 | 2024-04-03T04:21:10.208Z | Compiling normalize-line-endings v0.3.0 |
1661 | 2024-04-03T04:21:10.368Z | Compiling minimal-lexical v0.2.1 |
1662 | 2024-04-03T04:21:10.947Z | Compiling predicates-core v1.0.6 |
1663 | 2024-04-03T04:21:11.312Z | Compiling new_debug_unreachable v1.0.4 |
1664 | 2024-04-03T04:21:11.335Z | Compiling fixedbitset v0.4.2 |
1665 | 2024-04-03T04:21:11.427Z | Compiling string_cache v0.8.7 |
1666 | 2024-04-03T04:21:11.828Z | Compiling petgraph v0.6.4 |
1667 | 2024-04-03T04:21:11.928Z | Compiling predicates v3.1.0 |
1668 | 2024-04-03T04:21:12.437Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1669 | 2024-04-03T04:21:12.582Z | Compiling nom v7.1.3 |
1670 | 2024-04-03T04:21:12.675Z | Compiling trust-dns-proto v0.22.0 |
1671 | 2024-04-03T04:21:13.801Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1672 | 2024-04-03T04:21:14.611Z | Compiling diesel v2.1.5 |
1673 | 2024-04-03T04:21:14.790Z | Compiling elliptic-curve v0.13.8 |
1674 | 2024-04-03T04:21:15.630Z | Compiling tokio-postgres v0.7.10 |
1675 | 2024-04-03T04:21:15.838Z | Compiling yasna v0.5.2 |
1676 | 2024-04-03T04:21:16.464Z | Compiling clap v4.5.1 |
1677 | 2024-04-03T04:21:17.184Z | Compiling zip v0.6.6 |
1678 | 2024-04-03T04:21:17.764Z | Compiling crossterm v0.27.0 |
1679 | 2024-04-03T04:21:19.112Z | Compiling similar v2.4.0 |
1680 | 2024-04-03T04:21:20.044Z | Compiling bit-set v0.5.3 |
1681 | 2024-04-03T04:21:20.375Z | Compiling num-iter v0.1.44 |
1682 | 2024-04-03T04:21:20.582Z | Compiling usdt v0.3.5 |
1683 | 2024-04-03T04:21:20.756Z | Compiling itertools v0.10.5 |
1684 | 2024-04-03T04:21:20.853Z | Compiling console v0.15.8 |
1685 | 2024-04-03T04:21:21.333Z | Compiling tokio-stream v0.1.14 |
1686 | 2024-04-03T04:21:22.065Z | Compiling getopts v0.2.21 |
1687 | 2024-04-03T04:21:22.231Z | Compiling bstr v1.9.0 |
1688 | 2024-04-03T04:21:22.451Z | Compiling lalrpop-util v0.19.12 |
1689 | 2024-04-03T04:21:22.649Z | Compiling peg-runtime v0.8.2 |
1690 | 2024-04-03T04:21:22.694Z | Compiling unsafe-libyaml v0.2.10 |
1691 | 2024-04-03T04:21:23.943Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1692 | 2024-04-03T04:21:24.075Z | Compiling serde_yaml v0.9.25 |
1693 | 2024-04-03T04:21:27.379Z | Compiling camino v1.1.6 |
1694 | 2024-04-03T04:21:29.084Z | Compiling atty v0.2.14 |
1695 | 2024-04-03T04:21:32.480Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1696 | 2024-04-03T04:21:32.686Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1697 | 2024-04-03T04:21:36.544Z | Compiling sha1 v0.10.6 |
1698 | 2024-04-03T04:21:51.856Z | Compiling strsim v0.10.0 |
1699 | 2024-04-03T04:21:51.905Z | Compiling ident_case v1.0.1 |
1700 | 2024-04-03T04:21:51.970Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1701 | 2024-04-03T04:21:52.207Z | Compiling darling_core v0.20.3 |
1702 | 2024-04-03T04:21:53.253Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1703 | 2024-04-03T04:21:54.220Z | Compiling strum_macros v0.26.1 |
1704 | 2024-04-03T04:21:58.683Z | Compiling darling_macro v0.20.3 |
1705 | 2024-04-03T04:21:59.771Z | Compiling strum v0.26.1 |
1706 | 2024-04-03T04:22:00.032Z | Compiling darling v0.20.3 |
1707 | 2024-04-03T04:22:00.162Z | Compiling dirs-sys-next v0.1.2 |
1708 | 2024-04-03T04:22:00.180Z | Compiling match_cfg v0.1.0 |
1709 | 2024-04-03T04:22:00.293Z | Compiling hostname v0.3.1 |
1710 | 2024-04-03T04:22:00.296Z | Compiling http v1.0.0 |
1711 | 2024-04-03T04:22:00.605Z | Compiling dirs-next v2.0.0 |
1712 | 2024-04-03T04:22:00.628Z | Compiling thread_local v1.1.7 |
1713 | 2024-04-03T04:22:00.659Z | Compiling slog-async v2.8.0 |
1714 | 2024-04-03T04:22:00.814Z | Compiling rustls-pki-types v1.3.0 |
1715 | 2024-04-03T04:22:00.844Z | Compiling term v0.7.0 |
1716 | 2024-04-03T04:22:01.310Z | Compiling crossbeam-channel v0.5.8 |
1717 | 2024-04-03T04:22:01.558Z | Compiling proc-macro-error-attr v1.0.4 |
1718 | 2024-04-03T04:22:01.617Z | Compiling rustls v0.22.2 |
1719 | 2024-04-03T04:22:01.799Z | Compiling take_mut v0.2.2 |
1720 | 2024-04-03T04:22:01.942Z | Compiling slog-term v2.9.0 |
1721 | 2024-04-03T04:22:01.986Z | Compiling rustls-webpki v0.102.1 |
1722 | 2024-04-03T04:22:02.084Z | Compiling proc-macro-error v1.0.4 |
1723 | 2024-04-03T04:22:02.417Z | Compiling multer v3.0.0 |
1724 | 2024-04-03T04:22:02.444Z | Compiling instant v0.1.12 |
1725 | 2024-04-03T04:22:02.496Z | Compiling paste v1.0.14 |
1726 | 2024-04-03T04:22:02.887Z | Compiling slog-json v2.6.1 |
1727 | 2024-04-03T04:22:03.112Z | Compiling async-stream-impl v0.3.5 |
1728 | 2024-04-03T04:22:03.228Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1729 | 2024-04-03T04:22:03.292Z | Compiling atomic-waker v1.1.1 |
1730 | 2024-04-03T04:22:03.895Z | Compiling debug-ignore v1.0.5 |
1731 | 2024-04-03T04:22:04.311Z | Compiling waitgroup v0.1.2 |
1732 | 2024-04-03T04:22:04.311Z | Compiling slog-bunyan v2.5.0 |
1733 | 2024-04-03T04:22:04.311Z | Compiling rustls-pemfile v2.1.1 |
1734 | 2024-04-03T04:22:04.315Z | Compiling serde_with_macros v3.6.1 |
1735 | 2024-04-03T04:22:04.360Z | Compiling toml v0.8.12 |
1736 | 2024-04-03T04:22:04.444Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1737 | 2024-04-03T04:22:04.577Z | Compiling async-stream v0.3.5 |
1738 | 2024-04-03T04:22:04.916Z | Compiling serde_path_to_error v0.1.16 |
1739 | 2024-04-03T04:22:04.938Z | Compiling structmeta-derive v0.3.0 |
1740 | 2024-04-03T04:22:04.971Z | Compiling newtype-uuid v1.0.1 |
1741 | 2024-04-03T04:22:05.318Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1742 | 2024-04-03T04:22:05.829Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1743 | 2024-04-03T04:22:06.106Z | Compiling backoff v0.4.0 |
1744 | 2024-04-03T04:22:06.144Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1745 | 2024-04-03T04:22:06.237Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1746 | 2024-04-03T04:22:06.337Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1747 | 2024-04-03T04:22:06.481Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1748 | 2024-04-03T04:22:06.642Z | Compiling macaddr v1.0.1 |
1749 | 2024-04-03T04:22:06.779Z | Compiling proc-macro-crate v1.3.1 |
1750 | 2024-04-03T04:22:07.026Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1751 | 2024-04-03T04:22:07.526Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1752 | 2024-04-03T04:22:07.534Z | Compiling tokio-rustls v0.25.0 |
1753 | 2024-04-03T04:22:07.534Z | Compiling foreign-types-macros v0.2.3 |
1754 | 2024-04-03T04:22:07.535Z | Compiling serde_with v3.6.1 |
1755 | 2024-04-03T04:22:07.908Z | Compiling num_enum_derive v0.5.11 |
1756 | 2024-04-03T04:22:08.196Z | Compiling structmeta v0.3.0 |
1757 | 2024-04-03T04:22:08.695Z | Compiling parse-display-derive v0.9.0 |
1758 | 2024-04-03T04:22:08.855Z | Compiling foreign-types-shared v0.3.1 |
1759 | 2024-04-03T04:22:09.006Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1760 | 2024-04-03T04:22:09.315Z | Compiling heapless v0.8.0 |
1761 | 2024-04-03T04:22:10.299Z | Compiling foreign-types v0.5.0 |
1762 | 2024-04-03T04:22:10.853Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1763 | 2024-04-03T04:22:10.913Z | Compiling num_enum v0.5.11 |
1764 | 2024-04-03T04:22:11.089Z | Compiling cstr-argument v0.1.2 |
1765 | 2024-04-03T04:22:11.371Z | Compiling hash32 v0.3.1 |
1766 | 2024-04-03T04:22:11.521Z | Compiling pretty-hex v0.2.1 |
1767 | 2024-04-03T04:22:11.651Z | Compiling smoltcp v0.11.0 |
1768 | 2024-04-03T04:22:11.724Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1769 | 2024-04-03T04:22:12.096Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1770 | 2024-04-03T04:22:12.438Z | Compiling tabwriter v1.4.0 |
1771 | 2024-04-03T04:22:12.688Z | Compiling colored v2.1.0 |
1772 | 2024-04-03T04:22:12.979Z | Compiling socket2 v0.4.9 |
1773 | 2024-04-03T04:22:13.104Z | Compiling embedded-io v0.4.0 |
1774 | 2024-04-03T04:22:13.364Z | Compiling fastrand v2.0.1 |
1775 | 2024-04-03T04:22:13.499Z | Compiling cobs v0.2.3 |
1776 | 2024-04-03T04:22:13.785Z | Compiling tempfile v3.10.0 |
1777 | 2024-04-03T04:22:13.805Z | Compiling postcard v1.0.8 |
1778 | 2024-04-03T04:22:13.824Z | Compiling parse-display v0.9.0 |
1779 | 2024-04-03T04:22:13.898Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1780 | 2024-04-03T04:22:13.951Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1781 | 2024-04-03T04:22:14.141Z | Compiling crucible-workspace-hack v0.1.0 |
1782 | 2024-04-03T04:22:14.307Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1783 | 2024-04-03T04:22:14.481Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1784 | 2024-04-03T04:22:14.511Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1785 | 2024-04-03T04:22:14.666Z | Compiling smf v0.2.2 |
1786 | 2024-04-03T04:22:14.745Z | Compiling humantime v2.1.0 |
1787 | 2024-04-03T04:22:14.832Z | Compiling platforms v3.0.2 |
1788 | 2024-04-03T04:22:15.194Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1789 | 2024-04-03T04:22:15.480Z | Compiling camino-tempfile v1.1.1 |
1790 | 2024-04-03T04:22:15.500Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1791 | 2024-04-03T04:22:15.579Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
1792 | 2024-04-03T04:22:15.959Z | Compiling heck v0.3.3 |
1793 | 2024-04-03T04:22:16.085Z | Compiling usdt-macro v0.5.0 |
1794 | 2024-04-03T04:22:16.117Z | Compiling usdt-attr-macro v0.5.0 |
1795 | 2024-04-03T04:22:16.379Z | Compiling num-derive v0.4.0 |
1796 | 2024-04-03T04:22:16.396Z | Compiling memmap v0.7.0 |
1797 | 2024-04-03T04:22:16.773Z | Compiling sigpipe v0.1.3 |
1798 | 2024-04-03T04:22:16.919Z | Compiling utf-8 v0.7.6 |
1799 | 2024-04-03T04:22:17.106Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1800 | 2024-04-03T04:22:17.259Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1801 | 2024-04-03T04:22:17.664Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
1802 | 2024-04-03T04:22:17.812Z | Compiling usdt v0.5.0 |
1803 | 2024-04-03T04:22:18.343Z | Compiling unicase v2.7.0 |
1804 | 2024-04-03T04:22:18.748Z | Compiling rayon-core v1.12.1 |
1805 | 2024-04-03T04:22:18.785Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
1806 | 2024-04-03T04:22:18.852Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1807 | 2024-04-03T04:22:18.899Z | Compiling semver v0.1.20 |
1808 | 2024-04-03T04:22:18.956Z | Compiling curve25519-dalek v4.1.1 |
1809 | 2024-04-03T04:22:19.084Z | Compiling newline-converter v0.3.0 |
1810 | 2024-04-03T04:22:19.274Z | Compiling rustc_version v0.1.7 |
1811 | 2024-04-03T04:22:19.364Z | Compiling crossbeam-deque v0.8.3 |
1812 | 2024-04-03T04:22:19.387Z | Compiling universal-hash v0.5.1 |
1813 | 2024-04-03T04:22:19.600Z | Compiling same-file v1.0.6 |
1814 | 2024-04-03T04:22:19.619Z | Compiling opaque-debug v0.3.0 |
1815 | 2024-04-03T04:22:19.733Z | Compiling expectorate v1.1.0 |
1816 | 2024-04-03T04:22:19.813Z | Compiling newtype_derive v0.1.6 |
1817 | 2024-04-03T04:22:19.836Z | Compiling walkdir v2.4.0 |
1818 | 2024-04-03T04:22:19.875Z | Compiling tungstenite v0.20.1 |
1819 | 2024-04-03T04:22:20.131Z | Compiling semver-parser v0.10.2 |
1820 | 2024-04-03T04:22:20.214Z | Compiling signature v2.1.0 |
1821 | 2024-04-03T04:22:20.533Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1822 | 2024-04-03T04:22:20.699Z | Compiling curve25519-dalek-derive v0.1.0 |
1823 | 2024-04-03T04:22:20.792Z | Compiling blake3 v1.5.0 |
1824 | 2024-04-03T04:22:20.873Z | Compiling num-rational v0.4.1 |
1825 | 2024-04-03T04:22:21.221Z | Compiling arc-swap v1.6.0 |
1826 | 2024-04-03T04:22:21.425Z | Compiling getrandom v0.1.16 |
1827 | 2024-04-03T04:22:21.628Z | Compiling termcolor v1.2.0 |
1828 | 2024-04-03T04:22:21.899Z | Compiling slog-scope v4.4.0 |
1829 | 2024-04-03T04:22:22.115Z | Compiling env_logger v0.9.3 |
1830 | 2024-04-03T04:22:22.193Z | Compiling tokio-tungstenite v0.20.1 |
1831 | 2024-04-03T04:22:22.305Z | Compiling semver v0.11.0 |
1832 | 2024-04-03T04:22:22.432Z | Compiling rayon v1.9.0 |
1833 | 2024-04-03T04:22:22.692Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1834 | 2024-04-03T04:22:22.763Z | Compiling password-hash v0.5.0 |
1835 | 2024-04-03T04:22:23.159Z | Compiling textwrap v0.11.0 |
1836 | 2024-04-03T04:22:23.190Z | Compiling blake2 v0.10.6 |
1837 | 2024-04-03T04:22:23.544Z | Compiling bitstruct_derive v0.1.0 |
1838 | 2024-04-03T04:22:23.569Z | Compiling filetime v0.2.23 |
1839 | 2024-04-03T04:22:23.724Z | Compiling memmap2 v0.7.1 |
1840 | 2024-04-03T04:22:23.898Z | Compiling xattr v1.0.1 |
1841 | 2024-04-03T04:22:23.929Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1842 | 2024-04-03T04:22:24.074Z | Compiling ascii v1.1.0 |
1843 | 2024-04-03T04:22:24.176Z | Compiling ansi_term v0.12.1 |
1844 | 2024-04-03T04:22:24.197Z | Compiling libefi-sys v0.1.0 |
1845 | 2024-04-03T04:22:24.494Z | Compiling vec_map v0.8.2 |
1846 | 2024-04-03T04:22:24.658Z | Compiling linked-hash-map v0.5.6 |
1847 | 2024-04-03T04:22:24.698Z | Compiling home v0.5.5 |
1848 | 2024-04-03T04:22:24.768Z | Compiling parking_lot_core v0.8.6 |
1849 | 2024-04-03T04:22:24.798Z | Compiling quick-error v1.2.3 |
1850 | 2024-04-03T04:22:24.951Z | Compiling constant_time_eq v0.3.0 |
1851 | 2024-04-03T04:22:24.973Z | Compiling base64 v0.22.0 |
1852 | 2024-04-03T04:22:25.008Z | Compiling strsim v0.8.0 |
1853 | 2024-04-03T04:22:25.052Z | Compiling arrayvec v0.7.4 |
1854 | 2024-04-03T04:22:25.134Z | Compiling arrayref v0.3.7 |
1855 | 2024-04-03T04:22:25.235Z | Compiling bytecount v0.6.3 |
1856 | 2024-04-03T04:22:25.334Z | Compiling clap v2.34.0 |
1857 | 2024-04-03T04:22:25.468Z | Compiling papergrid v0.11.0 |
1858 | 2024-04-03T04:22:25.513Z | Compiling lru-cache v0.1.2 |
1859 | 2024-04-03T04:22:25.673Z | Compiling bitstruct v0.1.1 |
1860 | 2024-04-03T04:22:25.749Z | Compiling resolv-conf v0.7.0 |
1861 | 2024-04-03T04:22:25.851Z | Compiling toolchain_find v0.2.0 |
1862 | 2024-04-03T04:22:25.892Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1863 | 2024-04-03T04:22:26.504Z | Compiling tar v0.4.40 |
1864 | 2024-04-03T04:22:26.591Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1865 | 2024-04-03T04:22:26.957Z | Compiling argon2 v0.5.3 |
1866 | 2024-04-03T04:22:41.291Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1867 | 2024-04-03T04:22:41.410Z | Compiling slog-stdlog v4.1.1 |
1868 | 2024-04-03T04:22:41.410Z | Compiling structopt-derive v0.4.18 |
1869 | 2024-04-03T04:22:41.410Z | Compiling tabled_derive v0.7.0 |
1870 | 2024-04-03T04:22:41.410Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1871 | 2024-04-03T04:22:41.410Z | Compiling rfc6979 v0.4.0 |
1872 | 2024-04-03T04:22:41.478Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1873 | 2024-04-03T04:22:41.478Z | Compiling erased-serde v0.3.31 |
1874 | 2024-04-03T04:22:41.479Z | Compiling serde_arrays v0.1.0 |
1875 | 2024-04-03T04:22:41.609Z | Compiling toml v0.5.11 |
1876 | 2024-04-03T04:22:41.609Z | Compiling aead v0.5.2 |
1877 | 2024-04-03T04:22:41.609Z | Compiling num-complex v0.4.4 |
1878 | 2024-04-03T04:22:41.609Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1879 | 2024-04-03T04:22:41.609Z | Compiling nibble_vec v0.1.0 |
1880 | 2024-04-03T04:22:41.609Z | Compiling slog-dtrace v0.3.0 |
1881 | 2024-04-03T04:22:41.610Z | Compiling topological-sort v0.2.2 |
1882 | 2024-04-03T04:22:41.610Z | Compiling endian-type v0.1.2 |
1883 | 2024-04-03T04:22:41.610Z | Compiling keccak v0.1.4 |
1884 | 2024-04-03T04:22:41.610Z | Compiling winapi v0.3.9 |
1885 | 2024-04-03T04:22:41.610Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1886 | 2024-04-03T04:22:41.610Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1887 | 2024-04-03T04:22:41.610Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1888 | 2024-04-03T04:22:41.610Z | Compiling cancel-safe-futures v0.1.5 |
1889 | 2024-04-03T04:22:41.610Z | Compiling sha3 v0.10.8 |
1890 | 2024-04-03T04:22:41.610Z | Compiling rustfmt-wrapper v0.2.0 |
1891 | 2024-04-03T04:22:41.610Z | Compiling structopt v0.3.26 |
1892 | 2024-04-03T04:22:41.610Z | Compiling radix_trie v0.2.1 |
1893 | 2024-04-03T04:22:41.610Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1894 | 2024-04-03T04:22:41.610Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1895 | 2024-04-03T04:22:41.610Z | Compiling omicron-zone-package v0.11.0 |
1896 | 2024-04-03T04:22:41.610Z | Compiling tabled v0.15.0 |
1897 | 2024-04-03T04:22:41.610Z | Compiling num v0.4.1 |
1898 | 2024-04-03T04:22:41.610Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1899 | 2024-04-03T04:22:41.610Z | Compiling ecdsa v0.16.9 |
1900 | 2024-04-03T04:22:41.610Z | Compiling slog-envlogger v2.2.0 |
1901 | 2024-04-03T04:22:41.610Z | Compiling rand_core v0.5.1 |
1902 | 2024-04-03T04:22:41.611Z | Compiling steno v0.4.0 |
1903 | 2024-04-03T04:22:41.611Z | Compiling mime_guess v2.0.4 |
1904 | 2024-04-03T04:22:41.611Z | Compiling trust-dns-resolver v0.22.0 |
1905 | 2024-04-03T04:22:41.611Z | Compiling poly1305 v0.8.0 |
1906 | 2024-04-03T04:22:41.611Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1907 | 2024-04-03T04:22:41.611Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1908 | 2024-04-03T04:22:41.611Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1909 | 2024-04-03T04:22:41.627Z | Compiling primeorder v0.13.6 |
1910 | 2024-04-03T04:22:41.753Z | Compiling chacha20 v0.9.1 |
1911 | 2024-04-03T04:22:42.132Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1912 | 2024-04-03T04:22:42.158Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1913 | 2024-04-03T04:22:42.535Z | Compiling secrecy v0.8.0 |
1914 | 2024-04-03T04:22:42.638Z | Compiling thiserror-impl-no-std v2.0.2 |
1915 | 2024-04-03T04:22:42.822Z | Compiling half v2.3.1 |
1916 | 2024-04-03T04:22:43.420Z | Compiling convert_case v0.4.0 |
1917 | 2024-04-03T04:22:43.924Z | Compiling option-ext v0.2.0 |
1918 | 2024-04-03T04:22:44.077Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1919 | 2024-04-03T04:22:44.333Z | Compiling ciborium-io v0.2.2 |
1920 | 2024-04-03T04:22:44.395Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1921 | 2024-04-03T04:22:44.477Z | Compiling derive_more v0.99.17 |
1922 | 2024-04-03T04:22:44.498Z | Compiling ciborium-ll v0.2.2 |
1923 | 2024-04-03T04:22:44.565Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1924 | 2024-04-03T04:22:44.958Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1925 | 2024-04-03T04:22:45.230Z | Compiling dirs-sys v0.4.1 |
1926 | 2024-04-03T04:22:45.924Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1927 | 2024-04-03T04:22:46.079Z | Compiling thiserror-no-std v2.0.2 |
1928 | 2024-04-03T04:22:46.221Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1929 | 2024-04-03T04:22:46.684Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1930 | 2024-04-03T04:22:47.018Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1931 | 2024-04-03T04:22:47.902Z | Compiling parking_lot v0.11.2 |
1932 | 2024-04-03T04:22:48.229Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1933 | 2024-04-03T04:22:48.682Z | Compiling rand_chacha v0.2.2 |
1934 | 2024-04-03T04:22:49.563Z | Compiling trust-dns-client v0.22.0 |
1935 | 2024-04-03T04:22:50.394Z | Compiling ed25519 v2.2.2 |
1936 | 2024-04-03T04:22:50.599Z | Compiling polyval v0.6.1 |
1937 | 2024-04-03T04:22:50.840Z | Compiling tungstenite v0.21.0 |
1938 | 2024-04-03T04:22:51.034Z | Compiling zone_cfg_derive v0.1.2 |
1939 | 2024-04-03T04:22:52.637Z | Compiling aes v0.8.3 |
1940 | 2024-04-03T04:22:52.753Z | Compiling blowfish v0.9.1 |
1941 | 2024-04-03T04:22:53.115Z | Compiling ctr v0.9.2 |
1942 | 2024-04-03T04:22:53.239Z | Compiling password-hash v0.4.2 |
1943 | 2024-04-03T04:22:53.487Z | Compiling libsw v3.3.1 |
1944 | 2024-04-03T04:22:53.837Z | Compiling pbkdf2 v0.12.2 |
1945 | 2024-04-03T04:22:54.039Z | Compiling derive-where v1.2.7 |
1946 | 2024-04-03T04:22:54.282Z | Compiling gethostname v0.4.3 |
1947 | 2024-04-03T04:22:54.970Z | Compiling fxhash v0.2.1 |
1948 | 2024-04-03T04:22:55.178Z | Compiling linear-map v1.2.0 |
1949 | 2024-04-03T04:22:55.235Z | Compiling owo-colors v4.0.0 |
1950 | 2024-04-03T04:22:55.578Z | Compiling swrite v0.1.0 |
1951 | 2024-04-03T04:22:55.629Z | Compiling base64 v0.13.1 |
1952 | 2024-04-03T04:22:55.725Z | Compiling trust-dns-server v0.22.1 |
1953 | 2024-04-03T04:22:56.252Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1954 | 2024-04-03T04:22:57.584Z | Compiling ron v0.7.1 |
1955 | 2024-04-03T04:22:57.727Z | Compiling sled v0.34.7 |
1956 | 2024-04-03T04:22:57.895Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1957 | 2024-04-03T04:23:00.704Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1958 | 2024-04-03T04:23:01.944Z | Compiling bcrypt-pbkdf v0.10.0 |
1959 | 2024-04-03T04:23:02.400Z | Compiling pbkdf2 v0.11.0 |
1960 | 2024-04-03T04:23:02.582Z | Compiling zone v0.1.8 |
1961 | 2024-04-03T04:23:02.757Z | Compiling tokio-tungstenite v0.21.0 |
1962 | 2024-04-03T04:23:02.774Z | Compiling ghash v0.5.0 |
1963 | 2024-04-03T04:23:02.973Z | Compiling ed25519-dalek v2.0.0 |
1964 | 2024-04-03T04:23:03.316Z | Compiling russh-cryptovec v0.7.0 |
1965 | 2024-04-03T04:23:03.658Z | Compiling rand v0.7.3 |
1966 | 2024-04-03T04:23:04.263Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1967 | 2024-04-03T04:23:04.543Z | Compiling vsss-rs v3.3.4 |
1968 | 2024-04-03T04:23:04.886Z | Compiling dirs v5.0.1 |
1969 | 2024-04-03T04:23:05.029Z | Compiling ciborium v0.2.2 |
1970 | 2024-04-03T04:23:05.091Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1971 | 2024-04-03T04:23:05.895Z | Compiling p521 v0.13.3 |
1972 | 2024-04-03T04:23:06.312Z | Compiling p256 v0.13.2 |
1973 | 2024-04-03T04:23:06.580Z | Compiling chacha20poly1305 v0.10.1 |
1974 | 2024-04-03T04:23:06.839Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1975 | 2024-04-03T04:23:07.174Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1976 | 2024-04-03T04:23:08.377Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1977 | 2024-04-03T04:23:08.988Z | Compiling cbc v0.1.2 |
1978 | 2024-04-03T04:23:09.285Z | Compiling pem v3.0.2 |
1979 | 2024-04-03T04:23:09.337Z | Compiling headers-core v0.2.0 |
1980 | 2024-04-03T04:23:09.503Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
1981 | 2024-04-03T04:23:09.526Z | Compiling portpicker v0.1.1 |
1982 | 2024-04-03T04:23:09.859Z | Compiling kstat-rs v0.2.3 |
1983 | 2024-04-03T04:23:09.878Z | Compiling nanorand v0.7.0 |
1984 | 2024-04-03T04:23:10.131Z | Compiling glob v0.3.1 |
1985 | 2024-04-03T04:23:10.171Z | Compiling md5 v0.7.0 |
1986 | 2024-04-03T04:23:10.281Z | Compiling http-range v0.1.5 |
1987 | 2024-04-03T04:23:10.482Z | Compiling hyper-staticfile v0.9.5 |
1988 | 2024-04-03T04:23:10.504Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1989 | 2024-04-03T04:23:10.687Z | Compiling russh-keys v0.42.0 |
1990 | 2024-04-03T04:23:10.736Z | Compiling flume v0.11.0 |
1991 | 2024-04-03T04:23:11.160Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1992 | 2024-04-03T04:23:11.430Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1993 | 2024-04-03T04:23:12.657Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1994 | 2024-04-03T04:23:14.129Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
1995 | 2024-04-03T04:23:14.528Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1996 | 2024-04-03T04:23:14.803Z | Compiling rcgen v0.12.1 |
1997 | 2024-04-03T04:23:14.924Z | Compiling headers v0.3.9 |
1998 | 2024-04-03T04:23:17.073Z | Compiling aes-gcm v0.10.3 |
1999 | 2024-04-03T04:23:17.366Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2000 | 2024-04-03T04:23:17.388Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2001 | 2024-04-03T04:23:19.422Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2002 | 2024-04-03T04:23:19.711Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2003 | 2024-04-03T04:23:19.736Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
2004 | 2024-04-03T04:23:23.002Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
2005 | 2024-04-03T04:23:24.253Z | Compiling atomicwrites v0.4.3 |
2006 | 2024-04-03T04:23:24.419Z | Compiling itertools v0.12.1 |
2007 | 2024-04-03T04:23:24.632Z | Compiling subprocess v0.2.9 |
2008 | 2024-04-03T04:23:24.734Z | Compiling hex-literal v0.4.1 |
2009 | 2024-04-03T04:23:24.904Z | Compiling display-error-chain v0.2.0 |
2010 | 2024-04-03T04:23:25.107Z | Compiling dhcproto-macros v0.1.0 |
2011 | 2024-04-03T04:23:27.840Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2012 | 2024-04-03T04:23:27.846Z | Compiling dhcproto v0.11.0 |
2013 | 2024-04-03T04:23:27.846Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2014 | 2024-04-03T04:23:27.846Z | Compiling russh v0.42.0 |
2015 | 2024-04-03T04:23:29.219Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2016 | 2024-04-03T04:23:30.074Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2017 | 2024-04-03T04:23:30.548Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2018 | 2024-04-03T04:23:31.017Z | Compiling internet-checksum v0.2.1 |
2019 | 2024-04-03T04:23:52.944Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2020 | 2024-04-03T04:24:35.481Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 11s |
2021 | 2024-04-03T04:24:35.816Z | |
2022 | 2024-04-03T04:24:35.816Z | real 6:12.070277195 |
2023 | 2024-04-03T04:24:35.816Z | user 29:38.368073213 |
2024 | 2024-04-03T04:24:35.816Z | sys 6:15.283008204 |
2025 | 2024-04-03T04:24:35.816Z | trap 0.875907515 |
2026 | 2024-04-03T04:24:35.819Z | tflt 3.915392787 |
2027 | 2024-04-03T04:24:35.819Z | dflt 4.621563290 |
2028 | 2024-04-03T04:24:35.819Z | kflt 0.092692256 |
2029 | 2024-04-03T04:24:35.819Z | lock 55:32.809523006 |
2030 | 2024-04-03T04:24:35.819Z | slp 1:25:34.298893076 |
2031 | 2024-04-03T04:24:35.819Z | lat 1:47.455238940 |
2032 | 2024-04-03T04:24:35.819Z | stop 4:39.552467227 |
2033 | 2024-04-03T04:24:35.819Z | + mkdir -p /work |
2034 | 2024-04-03T04:24:35.819Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest |
2035 | 2024-04-03T04:24:36.653Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2036 | 2024-04-03T04:24:45.822Z | Finished dev [unoptimized + debuginfo] target(s) in 9.95s |
2037 | 2024-04-03T04:24:45.921Z | |
2038 | 2024-04-03T04:24:45.921Z | real 10.072922975 |
2039 | 2024-04-03T04:24:45.921Z | user 7.168766934 |
2040 | 2024-04-03T04:24:45.922Z | sys 3.900269653 |
2041 | 2024-04-03T04:24:45.922Z | trap 0.002276220 |
2042 | 2024-04-03T04:24:45.922Z | tflt 0.024988566 |
2043 | 2024-04-03T04:24:45.922Z | dflt 0.050880097 |
2044 | 2024-04-03T04:24:45.922Z | kflt 0.000000000 |
2045 | 2024-04-03T04:24:45.922Z | lock 27.544388476 |
2046 | 2024-04-03T04:24:45.950Z | slp 40.095465361 |
2047 | 2024-04-03T04:24:45.950Z | lat 0.049806487 |
2048 | 2024-04-03T04:24:45.950Z | stop 0.352103138 |
2049 | 2024-04-03T04:24:45.950Z | + cp target/debug/commtest /work/commtest |
2050 | 2024-04-03T04:24:46.358Z | + mkdir -p /work/end-to-end-tests |
2051 | 2024-04-03T04:24:46.362Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2052 | 2024-04-03T04:24:47.482Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2053 | 2024-04-03T04:24:47.482Z | + ptime -m gzip |
2054 | 2024-04-03T04:24:47.485Z | ++ basename target/debug/bootstrap |
2055 | 2024-04-03T04:25:00.154Z | |
2056 | 2024-04-03T04:25:00.154Z | real 12.664073361 |
2057 | 2024-04-03T04:25:00.154Z | user 12.559195101 |
2058 | 2024-04-03T04:25:00.160Z | sys 0.091687967 |
2059 | 2024-04-03T04:25:00.160Z | trap 0.003795913 |
2060 | 2024-04-03T04:25:00.160Z | tflt 0.000000000 |
2061 | 2024-04-03T04:25:00.160Z | dflt 0.000000000 |
2062 | 2024-04-03T04:25:00.160Z | kflt 0.000000000 |
2063 | 2024-04-03T04:25:00.160Z | lock 0.000000000 |
2064 | 2024-04-03T04:25:00.160Z | slp 0.000000000 |
2065 | 2024-04-03T04:25:00.160Z | lat 0.008989525 |
2066 | 2024-04-03T04:25:00.160Z | stop 0.000177582 |
2067 | 2024-04-03T04:25:00.160Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2068 | 2024-04-03T04:25:00.161Z | + ptime -m gzip |
2069 | 2024-04-03T04:25:00.161Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-1cbf87e3974c7dcf |
2070 | 2024-04-03T04:25:01.390Z | |
2071 | 2024-04-03T04:25:01.394Z | real 1.229418036 |
2072 | 2024-04-03T04:25:01.394Z | user 1.180701061 |
2073 | 2024-04-03T04:25:01.395Z | sys 0.047224941 |
2074 | 2024-04-03T04:25:01.395Z | trap 0.000412820 |
2075 | 2024-04-03T04:25:01.395Z | tflt 0.000000000 |
2076 | 2024-04-03T04:25:01.395Z | dflt 0.000000000 |
2077 | 2024-04-03T04:25:01.395Z | kflt 0.000000000 |
2078 | 2024-04-03T04:25:01.395Z | lock 0.000000000 |
2079 | 2024-04-03T04:25:01.395Z | slp 0.000000000 |
2080 | 2024-04-03T04:25:01.395Z | lat 0.000667814 |
2081 | 2024-04-03T04:25:01.395Z | stop 0.000180552 |
2082 | 2024-04-03T04:25:01.395Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2083 | 2024-04-03T04:25:01.395Z | + ptime -m gzip |
2084 | 2024-04-03T04:25:01.395Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-402e6553774c9599 |
2085 | 2024-04-03T04:25:02.593Z | |
2086 | 2024-04-03T04:25:02.593Z | real 1.191807740 |
2087 | 2024-04-03T04:25:02.593Z | user 1.179575023 |
2088 | 2024-04-03T04:25:02.593Z | sys 0.011430025 |
2089 | 2024-04-03T04:25:02.593Z | trap 0.000237136 |
2090 | 2024-04-03T04:25:02.594Z | tflt 0.000000000 |
2091 | 2024-04-03T04:25:02.594Z | dflt 0.000000000 |
2092 | 2024-04-03T04:25:02.599Z | kflt 0.000000000 |
2093 | 2024-04-03T04:25:02.599Z | lock 0.000000000 |
2094 | 2024-04-03T04:25:02.599Z | slp 0.000000000 |
2095 | 2024-04-03T04:25:02.599Z | lat 0.000153083 |
2096 | 2024-04-03T04:25:02.599Z | stop 0.000181862 |
2097 | 2024-04-03T04:25:02.600Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2098 | 2024-04-03T04:25:02.600Z | + ptime -m gzip |
2099 | 2024-04-03T04:25:02.600Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b40ff418488753dc |
2100 | 2024-04-03T04:25:03.774Z | |
2101 | 2024-04-03T04:25:03.774Z | real 1.177964718 |
2102 | 2024-04-03T04:25:03.774Z | user 1.167408525 |
2103 | 2024-04-03T04:25:03.774Z | sys 0.009968271 |
2104 | 2024-04-03T04:25:03.775Z | trap 0.000075212 |
2105 | 2024-04-03T04:25:03.775Z | tflt 0.000000000 |
2106 | 2024-04-03T04:25:03.780Z | dflt 0.000000000 |
2107 | 2024-04-03T04:25:03.781Z | kflt 0.000000000 |
2108 | 2024-04-03T04:25:03.781Z | lock 0.000000000 |
2109 | 2024-04-03T04:25:03.781Z | slp 0.000000000 |
2110 | 2024-04-03T04:25:03.781Z | lat 0.000100820 |
2111 | 2024-04-03T04:25:03.781Z | stop 0.000179181 |
2112 | 2024-04-03T04:25:03.781Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2113 | 2024-04-03T04:25:03.781Z | + ptime -m gzip |
2114 | 2024-04-03T04:25:03.781Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-feefe2df301c88ff |
2115 | 2024-04-03T04:25:16.719Z | |
2116 | 2024-04-03T04:25:16.722Z | real 12.936768982 |
2117 | 2024-04-03T04:25:16.722Z | user 12.853891417 |
2118 | 2024-04-03T04:25:16.722Z | sys 0.078975298 |
2119 | 2024-04-03T04:25:16.722Z | trap 0.001938724 |
2120 | 2024-04-03T04:25:16.722Z | tflt 0.000000000 |
2121 | 2024-04-03T04:25:16.722Z | dflt 0.000000000 |
2122 | 2024-04-03T04:25:16.722Z | kflt 0.000000000 |
2123 | 2024-04-03T04:25:16.722Z | lock 0.000000000 |
2124 | 2024-04-03T04:25:16.722Z | slp 0.000000000 |
2125 | 2024-04-03T04:25:16.722Z | lat 0.001551619 |
2126 | 2024-04-03T04:25:16.722Z | stop 0.000179152 |
2127 | 2024-04-03T04:25:16.722Z | + banner caboose-util |
2128 | 2024-04-03T04:25:16.722Z | |
2129 | 2024-04-03T04:25:16.722Z | #### ## ##### #### #### #### ###### # # ##### |
2130 | 2024-04-03T04:25:16.723Z | # # # # # # # # # # # # # # # |
2131 | 2024-04-03T04:25:16.723Z | # # # ##### # # # # #### ##### ##### # # # |
2132 | 2024-04-03T04:25:16.723Z | # ###### # # # # # # # # # # # |
2133 | 2024-04-03T04:25:16.723Z | # # # # # # # # # # # # # # # # |
2134 | 2024-04-03T04:25:16.723Z | #### # # ##### #### #### #### ###### #### # |
2135 | 2024-04-03T04:25:16.723Z | |
2136 | 2024-04-03T04:25:16.723Z | + ptime -m cargo build --locked -p caboose-util --release |
2137 | 2024-04-03T04:25:17.228Z | Downloading crates ... |
2138 | 2024-04-03T04:25:17.391Z | Downloaded crc v3.0.1 |
2139 | 2024-04-03T04:25:17.395Z | Downloaded crc-catalog v2.2.0 |
2140 | 2024-04-03T04:25:17.410Z | Downloaded rsa v0.9.2 |
2141 | 2024-04-03T04:25:17.414Z | Downloaded crc-any v2.4.3 |
2142 | 2024-04-03T04:25:17.420Z | Downloaded radium v0.7.0 |
2143 | 2024-04-03T04:25:17.423Z | Downloaded bitfield v0.14.0 |
2144 | 2024-04-03T04:25:17.425Z | Downloaded path-slash v0.1.5 |
2145 | 2024-04-03T04:25:17.429Z | Downloaded env_logger v0.10.0 |
2146 | 2024-04-03T04:25:17.432Z | Downloaded nodrop v0.1.14 |
2147 | 2024-04-03T04:25:17.432Z | Downloaded funty v2.0.0 |
2148 | 2024-04-03T04:25:17.438Z | Downloaded packed_struct v0.10.1 |
2149 | 2024-04-03T04:25:17.441Z | Downloaded wyz v0.5.1 |
2150 | 2024-04-03T04:25:17.441Z | Downloaded tap v1.0.1 |
2151 | 2024-04-03T04:25:17.441Z | Downloaded smallvec v0.6.14 |
2152 | 2024-04-03T04:25:17.444Z | Downloaded serde-hex v0.1.0 |
2153 | 2024-04-03T04:25:17.444Z | Downloaded pkcs1 v0.7.5 |
2154 | 2024-04-03T04:25:17.447Z | Downloaded array-init v0.0.4 |
2155 | 2024-04-03T04:25:17.447Z | Downloaded packed_struct_codegen v0.10.1 |
2156 | 2024-04-03T04:25:17.449Z | Downloaded maybe-uninit v2.0.0 |
2157 | 2024-04-03T04:25:17.450Z | Downloaded is-terminal v0.4.9 |
2158 | 2024-04-03T04:25:17.455Z | Downloaded x509-cert v0.2.4 |
2159 | 2024-04-03T04:25:17.461Z | Downloaded ron v0.8.1 |
2160 | 2024-04-03T04:25:17.466Z | Downloaded hashbrown v0.13.2 |
2161 | 2024-04-03T04:25:17.470Z | Downloaded num-bigint-dig v0.8.4 |
2162 | 2024-04-03T04:25:17.478Z | Downloaded bitvec v1.0.1 |
2163 | 2024-04-03T04:25:17.492Z | Downloaded object v0.30.4 |
2164 | 2024-04-03T04:25:17.600Z | Compiling proc-macro2 v1.0.78 |
2165 | 2024-04-03T04:25:17.600Z | Compiling unicode-ident v1.0.12 |
2166 | 2024-04-03T04:25:17.600Z | Compiling libc v0.2.153 |
2167 | 2024-04-03T04:25:17.603Z | Compiling serde v1.0.197 |
2168 | 2024-04-03T04:25:17.603Z | Compiling autocfg v1.1.0 |
2169 | 2024-04-03T04:25:17.603Z | Compiling version_check v0.9.4 |
2170 | 2024-04-03T04:25:17.603Z | Compiling cfg-if v1.0.0 |
2171 | 2024-04-03T04:25:17.766Z | Compiling typenum v1.16.0 |
2172 | 2024-04-03T04:25:17.783Z | Compiling once_cell v1.19.0 |
2173 | 2024-04-03T04:25:18.238Z | Compiling parking_lot_core v0.9.8 |
2174 | 2024-04-03T04:25:18.241Z | Compiling memchr v2.7.1 |
2175 | 2024-04-03T04:25:18.241Z | Compiling syn v1.0.109 |
2176 | 2024-04-03T04:25:18.241Z | Compiling byteorder v1.5.0 |
2177 | 2024-04-03T04:25:18.334Z | Compiling lock_api v0.4.10 |
2178 | 2024-04-03T04:25:19.038Z | Compiling generic-array v0.14.7 |
2179 | 2024-04-03T04:25:19.041Z | Compiling libm v0.2.7 |
2180 | 2024-04-03T04:25:19.041Z | Compiling num-traits v0.2.18 |
2181 | 2024-04-03T04:25:19.041Z | Compiling ahash v0.8.8 |
2182 | 2024-04-03T04:25:19.041Z | Compiling serde_json v1.0.114 |
2183 | 2024-04-03T04:25:19.062Z | Compiling quote v1.0.35 |
2184 | 2024-04-03T04:25:19.217Z | Compiling pkg-config v0.3.27 |
2185 | 2024-04-03T04:25:19.285Z | Compiling thiserror v1.0.57 |
2186 | 2024-04-03T04:25:19.683Z | Compiling syn v2.0.52 |
2187 | 2024-04-03T04:25:19.696Z | Compiling cc v1.0.83 |
2188 | 2024-04-03T04:25:19.707Z | Compiling getrandom v0.2.12 |
2189 | 2024-04-03T04:25:20.275Z | Compiling scopeguard v1.2.0 |
2190 | 2024-04-03T04:25:20.286Z | Compiling itoa v1.0.9 |
2191 | 2024-04-03T04:25:20.307Z | Compiling log v0.4.21 |
2192 | 2024-04-03T04:25:20.527Z | Compiling slab v0.4.9 |
2193 | 2024-04-03T04:25:20.820Z | Compiling rand_core v0.6.4 |
2194 | 2024-04-03T04:25:21.073Z | Compiling smallvec v1.13.1 |
2195 | 2024-04-03T04:25:21.458Z | Compiling vcpkg v0.2.15 |
2196 | 2024-04-03T04:25:22.354Z | Compiling const-oid v0.9.6 |
2197 | 2024-04-03T04:25:22.439Z | Compiling parking_lot v0.12.1 |
2198 | 2024-04-03T04:25:22.668Z | Compiling ryu v1.0.15 |
2199 | 2024-04-03T04:25:22.944Z | Compiling pin-project-lite v0.2.13 |
2200 | 2024-04-03T04:25:23.165Z | Compiling ring v0.17.8 |
2201 | 2024-04-03T04:25:23.214Z | Compiling openssl-sys v0.9.96 |
2202 | 2024-04-03T04:25:23.323Z | Compiling ucd-trie v0.1.6 |
2203 | 2024-04-03T04:25:24.003Z | Compiling signal-hook-registry v1.4.1 |
2204 | 2024-04-03T04:25:24.190Z | Compiling subtle v2.5.0 |
2205 | 2024-04-03T04:25:24.520Z | Compiling rustix v0.38.31 |
2206 | 2024-04-03T04:25:24.597Z | Compiling ring v0.16.20 |
2207 | 2024-04-03T04:25:24.652Z | Compiling mio v0.8.11 |
2208 | 2024-04-03T04:25:25.230Z | Compiling futures-core v0.3.30 |
2209 | 2024-04-03T04:25:25.468Z | Compiling semver v1.0.22 |
2210 | 2024-04-03T04:25:25.611Z | Compiling tinyvec_macros v0.1.1 |
2211 | 2024-04-03T04:25:25.697Z | Compiling tinyvec v1.6.0 |
2212 | 2024-04-03T04:25:26.539Z | Compiling spin v0.5.2 |
2213 | 2024-04-03T04:25:27.200Z | Compiling unicode-normalization v0.1.22 |
2214 | 2024-04-03T04:25:27.504Z | Compiling num_cpus v1.16.0 |
2215 | 2024-04-03T04:25:27.625Z | Compiling socket2 v0.5.5 |
2216 | 2024-04-03T04:25:28.260Z | Compiling unicode-xid v0.2.4 |
2217 | 2024-04-03T04:25:28.427Z | Compiling unicode-bidi v0.3.15 |
2218 | 2024-04-03T04:25:28.478Z | Compiling httparse v1.8.0 |
2219 | 2024-04-03T04:25:28.489Z | Compiling futures-sink v0.3.30 |
2220 | 2024-04-03T04:25:28.539Z | Compiling allocator-api2 v0.2.16 |
2221 | 2024-04-03T04:25:28.641Z | Compiling openssl v0.10.60 |
2222 | 2024-04-03T04:25:28.872Z | Compiling heck v0.4.1 |
2223 | 2024-04-03T04:25:29.235Z | Compiling synstructure v0.12.6 |
2224 | 2024-04-03T04:25:29.363Z | Compiling time-core v0.1.2 |
2225 | 2024-04-03T04:25:29.423Z | Compiling num-conv v0.1.0 |
2226 | 2024-04-03T04:25:29.530Z | Compiling equivalent v1.0.1 |
2227 | 2024-04-03T04:25:29.716Z | Compiling time-macros v0.2.17 |
2228 | 2024-04-03T04:25:29.754Z | Compiling futures-channel v0.3.30 |
2229 | 2024-04-03T04:25:30.301Z | Compiling native-tls v0.2.11 |
2230 | 2024-04-03T04:25:30.467Z | Compiling rustls v0.21.9 |
2231 | 2024-04-03T04:25:30.640Z | Compiling ppv-lite86 v0.2.17 |
2232 | 2024-04-03T04:25:30.748Z | Compiling futures-io v0.3.30 |
2233 | 2024-04-03T04:25:30.847Z | Compiling pin-utils v0.1.0 |
2234 | 2024-04-03T04:25:30.936Z | Compiling futures-task v0.3.30 |
2235 | 2024-04-03T04:25:31.256Z | Compiling crc32fast v1.3.2 |
2236 | 2024-04-03T04:25:31.485Z | Compiling rand_chacha v0.3.1 |
2237 | 2024-04-03T04:25:31.713Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2238 | 2024-04-03T04:25:32.042Z | Compiling spin v0.9.8 |
2239 | 2024-04-03T04:25:32.088Z | Compiling tracing-core v0.1.32 |
2240 | 2024-04-03T04:25:32.145Z | Compiling base64ct v1.6.0 |
2241 | 2024-04-03T04:25:32.735Z | Compiling pem-rfc7468 v0.7.0 |
2242 | 2024-04-03T04:25:32.840Z | Compiling rand v0.8.5 |
2243 | 2024-04-03T04:25:33.191Z | Compiling serde_derive v1.0.197 |
2244 | 2024-04-03T04:25:33.235Z | Compiling zeroize_derive v1.4.2 |
2245 | 2024-04-03T04:25:33.350Z | Compiling zerocopy-derive v0.7.32 |
2246 | 2024-04-03T04:25:33.452Z | Compiling thiserror-impl v1.0.57 |
2247 | 2024-04-03T04:25:34.235Z | Compiling tokio-macros v2.2.0 |
2248 | 2024-04-03T04:25:34.348Z | Compiling futures-macro v0.3.30 |
2249 | 2024-04-03T04:25:34.506Z | Compiling zeroize v1.7.0 |
2250 | 2024-04-03T04:25:34.620Z | Compiling tracing-attributes v0.1.27 |
2251 | 2024-04-03T04:25:35.403Z | Compiling zerocopy v0.7.32 |
2252 | 2024-04-03T04:25:36.348Z | Compiling pest v2.7.6 |
2253 | 2024-04-03T04:25:36.360Z | Compiling der_derive v0.7.2 |
2254 | 2024-04-03T04:25:36.372Z | Compiling crypto-common v0.1.6 |
2255 | 2024-04-03T04:25:36.421Z | Compiling block-buffer v0.10.4 |
2256 | 2024-04-03T04:25:36.690Z | Compiling digest v0.10.7 |
2257 | 2024-04-03T04:25:36.791Z | Compiling zerocopy-derive v0.2.0 |
2258 | 2024-04-03T04:25:37.193Z | Compiling openssl-macros v0.1.1 |
2259 | 2024-04-03T04:25:37.868Z | Compiling hashbrown v0.14.3 |
2260 | 2024-04-03T04:25:37.885Z | Compiling futures-util v0.3.30 |
2261 | 2024-04-03T04:25:38.966Z | Compiling pest_meta v2.7.6 |
2262 | 2024-04-03T04:25:38.969Z | Compiling tracing v0.1.40 |
2263 | 2024-04-03T04:25:38.969Z | Compiling zerocopy-derive v0.6.4 |
2264 | 2024-04-03T04:25:38.981Z | Compiling scroll_derive v0.12.0 |
2265 | 2024-04-03T04:25:39.234Z | Compiling usdt-impl v0.3.5 |
2266 | 2024-04-03T04:25:39.359Z | Compiling cookie v0.17.0 |
2267 | 2024-04-03T04:25:39.501Z | Compiling flagset v0.4.3 |
2268 | 2024-04-03T04:25:39.554Z | Compiling signal-hook v0.3.17 |
2269 | 2024-04-03T04:25:39.832Z | Compiling pest_generator v2.7.6 |
2270 | 2024-04-03T04:25:40.057Z | Compiling percent-encoding v2.3.1 |
2271 | 2024-04-03T04:25:40.371Z | Compiling schemars v0.8.16 |
2272 | 2024-04-03T04:25:40.819Z | Compiling der v0.7.8 |
2273 | 2024-04-03T04:25:41.524Z | Compiling serde_derive_internals v0.26.0 |
2274 | 2024-04-03T04:25:42.807Z | Compiling pest_derive v2.7.6 |
2275 | 2024-04-03T04:25:44.011Z | Compiling errno v0.3.8 |
2276 | 2024-04-03T04:25:44.228Z | Compiling fnv v1.0.7 |
2277 | 2024-04-03T04:25:44.257Z | Compiling schemars_derive v0.8.16 |
2278 | 2024-04-03T04:25:44.361Z | Compiling spki v0.7.2 |
2279 | 2024-04-03T04:25:45.785Z | Compiling zerocopy v0.3.0 |
2280 | 2024-04-03T04:25:46.325Z | Compiling lazy_static v1.4.0 |
2281 | 2024-04-03T04:25:46.697Z | Compiling backtrace v0.3.69 |
2282 | 2024-04-03T04:25:47.118Z | Compiling bytes v1.5.0 |
2283 | 2024-04-03T04:25:47.400Z | Compiling bitflags v2.4.2 |
2284 | 2024-04-03T04:25:48.270Z | Compiling tokio v1.36.0 |
2285 | 2024-04-03T04:25:48.341Z | Compiling indexmap v2.2.5 |
2286 | 2024-04-03T04:25:49.031Z | Compiling rustc_version v0.4.0 |
2287 | 2024-04-03T04:25:49.657Z | Compiling heapless v0.7.16 |
2288 | 2024-04-03T04:25:49.962Z | Compiling http v0.2.12 |
2289 | 2024-04-03T04:25:50.265Z | Compiling uuid v1.7.0 |
2290 | 2024-04-03T04:25:50.851Z | Compiling thread-id v4.2.0 |
2291 | 2024-04-03T04:25:50.960Z | Compiling num-bigint v0.4.4 |
2292 | 2024-04-03T04:25:50.998Z | Compiling crossbeam-utils v0.8.19 |
2293 | 2024-04-03T04:25:51.450Z | Compiling iana-time-zone v0.1.57 |
2294 | 2024-04-03T04:25:51.603Z | Compiling smoltcp v0.9.1 |
2295 | 2024-04-03T04:25:51.834Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2296 | 2024-04-03T04:25:52.235Z | Compiling untrusted v0.7.1 |
2297 | 2024-04-03T04:25:52.249Z | Compiling foreign-types-shared v0.1.1 |
2298 | 2024-04-03T04:25:52.344Z | Compiling async-trait v0.1.77 |
2299 | 2024-04-03T04:25:52.404Z | Compiling untrusted v0.9.0 |
2300 | 2024-04-03T04:25:52.785Z | Compiling powerfmt v0.2.0 |
2301 | 2024-04-03T04:25:53.027Z | Compiling base64 v0.21.7 |
2302 | 2024-04-03T04:25:53.169Z | Compiling deranged v0.3.11 |
2303 | 2024-04-03T04:25:55.062Z | Compiling foreign-types v0.3.2 |
2304 | 2024-04-03T04:25:55.149Z | Compiling chrono v0.4.34 |
2305 | 2024-04-03T04:25:55.215Z | Compiling dof v0.1.5 |
2306 | 2024-04-03T04:25:55.459Z | Compiling dtrace-parser v0.1.14 |
2307 | 2024-04-03T04:25:55.968Z | Compiling form_urlencoded v1.2.1 |
2308 | 2024-04-03T04:25:56.455Z | Compiling hmac v0.12.1 |
2309 | 2024-04-03T04:25:56.686Z | Compiling tokio-util v0.7.10 |
2310 | 2024-04-03T04:25:57.148Z | Compiling clap_derive v4.5.0 |
2311 | 2024-04-03T04:25:57.551Z | Compiling num-integer v0.1.46 |
2312 | 2024-04-03T04:25:57.778Z | Compiling cpufeatures v0.2.12 |
2313 | 2024-04-03T04:25:58.080Z | Compiling adler v1.0.2 |
2314 | 2024-04-03T04:25:58.156Z | Compiling utf8parse v0.2.1 |
2315 | 2024-04-03T04:25:58.278Z | Compiling num_threads v0.1.6 |
2316 | 2024-04-03T04:25:58.292Z | Compiling try-lock v0.2.4 |
2317 | 2024-04-03T04:25:58.419Z | Compiling siphasher v0.3.11 |
2318 | 2024-04-03T04:25:58.640Z | Compiling anstyle v1.0.6 |
2319 | 2024-04-03T04:25:58.705Z | Compiling rustversion v1.0.14 |
2320 | 2024-04-03T04:25:59.125Z | Compiling want v0.3.1 |
2321 | 2024-04-03T04:25:59.203Z | Compiling time v0.3.34 |
2322 | 2024-04-03T04:25:59.323Z | Compiling anstyle-parse v0.2.1 |
2323 | 2024-04-03T04:25:59.381Z | Compiling miniz_oxide v0.7.1 |
2324 | 2024-04-03T04:26:01.913Z | Compiling sha2 v0.10.8 |
2325 | 2024-04-03T04:26:02.253Z | Compiling h2 v0.3.24 |
2326 | 2024-04-03T04:26:04.314Z | Compiling sct v0.7.0 |
2327 | 2024-04-03T04:26:04.617Z | Compiling rustls-webpki v0.101.7 |
2328 | 2024-04-03T04:26:05.516Z | Compiling http-body v0.4.5 |
2329 | 2024-04-03T04:26:05.916Z | Compiling serde_tokenstream v0.1.7 |
2330 | 2024-04-03T04:26:05.955Z | Compiling pkcs8 v0.10.2 |
2331 | 2024-04-03T04:26:06.400Z | Compiling hubpack_derive v0.1.1 |
2332 | 2024-04-03T04:26:06.588Z | Compiling idna v0.5.0 |
2333 | 2024-04-03T04:26:07.569Z | Compiling aho-corasick v1.1.2 |
2334 | 2024-04-03T04:26:07.783Z | Compiling usdt-impl v0.5.0 |
2335 | 2024-04-03T04:26:08.017Z | Compiling colorchoice v1.0.0 |
2336 | 2024-04-03T04:26:08.327Z | Compiling tower-service v0.3.2 |
2337 | 2024-04-03T04:26:08.405Z | Compiling openssl-probe v0.1.5 |
2338 | 2024-04-03T04:26:08.457Z | Compiling regex-syntax v0.8.2 |
2339 | 2024-04-03T04:26:08.479Z | Compiling slog v2.7.0 |
2340 | 2024-04-03T04:26:08.931Z | Compiling httpdate v1.0.3 |
2341 | 2024-04-03T04:26:09.557Z | Compiling radium v0.7.0 |
2342 | 2024-04-03T04:26:09.666Z | Compiling anyhow v1.0.79 |
2343 | 2024-04-03T04:26:10.002Z | Compiling anstyle-query v1.0.0 |
2344 | 2024-04-03T04:26:10.146Z | Compiling anstream v0.6.11 |
2345 | 2024-04-03T04:26:10.846Z | Compiling hyper v0.14.28 |
2346 | 2024-04-03T04:26:12.233Z | Compiling regex-automata v0.4.5 |
2347 | 2024-04-03T04:26:17.001Z | Compiling url v2.5.0 |
2348 | 2024-04-03T04:26:20.529Z | Compiling terminal_size v0.3.0 |
2349 | 2024-04-03T04:26:20.712Z | Compiling toml_datetime v0.6.5 |
2350 | 2024-04-03T04:26:20.731Z | Compiling serde_spanned v0.6.5 |
2351 | 2024-04-03T04:26:20.973Z | Compiling zerocopy v0.6.4 |
2352 | 2024-04-03T04:26:21.390Z | Compiling scroll v0.12.0 |
2353 | 2024-04-03T04:26:21.390Z | Compiling md-5 v0.10.5 |
2354 | 2024-04-03T04:26:21.735Z | Compiling idna v0.3.0 |
2355 | 2024-04-03T04:26:21.738Z | Compiling stringprep v0.1.3 |
2356 | 2024-04-03T04:26:21.913Z | Compiling diesel_table_macro_syntax v0.1.0 |
2357 | 2024-04-03T04:26:21.927Z | Compiling hash32 v0.2.1 |
2358 | 2024-04-03T04:26:22.258Z | Compiling plain v0.2.3 |
2359 | 2024-04-03T04:26:22.280Z | Compiling fallible-iterator v0.2.0 |
2360 | 2024-04-03T04:26:22.338Z | Compiling dyn-clone v1.0.17 |
2361 | 2024-04-03T04:26:22.446Z | Compiling strsim v0.11.0 |
2362 | 2024-04-03T04:26:22.449Z | Compiling psl-types v2.0.11 |
2363 | 2024-04-03T04:26:22.596Z | Compiling stable_deref_trait v1.2.0 |
2364 | 2024-04-03T04:26:22.602Z | Compiling gimli v0.28.0 |
2365 | 2024-04-03T04:26:22.626Z | Compiling tap v1.0.1 |
2366 | 2024-04-03T04:26:22.694Z | Compiling maybe-uninit v2.0.0 |
2367 | 2024-04-03T04:26:22.960Z | Compiling clap_lex v0.7.0 |
2368 | 2024-04-03T04:26:23.042Z | Compiling uuid v0.8.2 |
2369 | 2024-04-03T04:26:23.149Z | Compiling postgres-protocol v0.6.6 |
2370 | 2024-04-03T04:26:23.193Z | Compiling clap_builder v4.5.1 |
2371 | 2024-04-03T04:26:24.379Z | Compiling wyz v0.5.1 |
2372 | 2024-04-03T04:26:24.590Z | Compiling publicsuffix v2.2.3 |
2373 | 2024-04-03T04:26:24.854Z | Compiling goblin v0.8.0 |
2374 | 2024-04-03T04:26:25.172Z | Compiling diesel_derives v2.1.2 |
2375 | 2024-04-03T04:26:25.622Z | Compiling tokio-rustls v0.24.1 |
2376 | 2024-04-03T04:26:27.086Z | Compiling addr2line v0.21.0 |
2377 | 2024-04-03T04:26:27.698Z | Compiling strum_macros v0.25.2 |
2378 | 2024-04-03T04:26:29.872Z | Compiling tokio-native-tls v0.3.1 |
2379 | 2024-04-03T04:26:30.726Z | Compiling usdt-attr-macro v0.3.5 |
2380 | 2024-04-03T04:26:31.488Z | Compiling usdt-macro v0.3.5 |
2381 | 2024-04-03T04:26:33.106Z | Compiling phf_shared v0.11.2 |
2382 | 2024-04-03T04:26:33.492Z | Compiling num-iter v0.1.44 |
2383 | 2024-04-03T04:26:34.368Z | Compiling block-padding v0.3.3 |
2384 | 2024-04-03T04:26:34.388Z | Compiling enum-as-inner v0.5.1 |
2385 | 2024-04-03T04:26:34.479Z | Compiling serde_repr v0.1.16 |
2386 | 2024-04-03T04:26:35.574Z | Compiling ff v0.13.0 |
2387 | 2024-04-03T04:26:35.806Z | Compiling scheduled-thread-pool v0.2.7 |
2388 | 2024-04-03T04:26:37.265Z | Compiling object v0.32.1 |
2389 | 2024-04-03T04:26:38.982Z | Compiling packed_struct v0.10.1 |
2390 | 2024-04-03T04:26:39.614Z | Compiling pretty-hex v0.4.1 |
2391 | 2024-04-03T04:26:39.828Z | Compiling winnow v0.5.15 |
2392 | 2024-04-03T04:26:41.020Z | Compiling managed v0.8.0 |
2393 | 2024-04-03T04:26:41.508Z | Compiling funty v2.0.0 |
2394 | 2024-04-03T04:26:43.675Z | Compiling rustc-demangle v0.1.23 |
2395 | 2024-04-03T04:26:44.077Z | Compiling regex-automata v0.1.10 |
2396 | 2024-04-03T04:26:44.080Z | Compiling matches v0.1.10 |
2397 | 2024-04-03T04:26:44.173Z | Compiling bit-vec v0.6.3 |
2398 | 2024-04-03T04:26:44.254Z | Compiling base16ct v0.2.0 |
2399 | 2024-04-03T04:26:44.544Z | Compiling bitflags v1.3.2 |
2400 | 2024-04-03T04:26:44.579Z | Compiling num-bigint-dig v0.8.4 |
2401 | 2024-04-03T04:26:44.640Z | Compiling ipnet v2.9.0 |
2402 | 2024-04-03T04:26:45.746Z | Compiling bstr v0.2.17 |
2403 | 2024-04-03T04:26:47.215Z | Compiling sec1 v0.7.3 |
2404 | 2024-04-03T04:26:47.593Z | Compiling idna v0.2.3 |
2405 | 2024-04-03T04:26:49.082Z | Compiling toml_edit v0.19.15 |
2406 | 2024-04-03T04:26:50.965Z | Compiling bitvec v1.0.1 |
2407 | 2024-04-03T04:26:53.538Z | Compiling dof v0.3.0 |
2408 | 2024-04-03T04:26:54.562Z | Compiling r2d2 v0.8.10 |
2409 | 2024-04-03T04:26:54.940Z | Compiling group v0.13.0 |
2410 | 2024-04-03T04:26:55.255Z | Compiling inout v0.1.3 |
2411 | 2024-04-03T04:26:56.406Z | Compiling phf v0.11.2 |
2412 | 2024-04-03T04:26:56.666Z | Compiling hyper-tls v0.5.0 |
2413 | 2024-04-03T04:26:56.719Z | Compiling signal-hook-mio v0.2.3 |
2414 | 2024-04-03T04:26:56.825Z | Compiling cookie_store v0.20.0 |
2415 | 2024-04-03T04:26:56.880Z | Compiling flate2 v1.0.28 |
2416 | 2024-04-03T04:26:57.040Z | Compiling clap v4.5.1 |
2417 | 2024-04-03T04:26:57.148Z | Compiling bzip2 v0.4.4 |
2418 | 2024-04-03T04:26:57.553Z | Compiling hyper-rustls v0.24.2 |
2419 | 2024-04-03T04:26:57.804Z | Compiling ipnetwork v0.20.0 |
2420 | 2024-04-03T04:26:57.922Z | Compiling postgres-types v0.2.6 |
2421 | 2024-04-03T04:26:58.329Z | Compiling regex v1.10.3 |
2422 | 2024-04-03T04:26:58.895Z | Compiling hubpack v0.1.2 |
2423 | 2024-04-03T04:26:58.993Z | Compiling rustls-pemfile v1.0.3 |
2424 | 2024-04-03T04:26:59.338Z | Compiling phf_shared v0.10.0 |
2425 | 2024-04-03T04:26:59.360Z | Compiling hkdf v0.12.4 |
2426 | 2024-04-03T04:26:59.373Z | Compiling serde_urlencoded v0.7.1 |
2427 | 2024-04-03T04:26:59.486Z | Compiling futures-executor v0.3.30 |
2428 | 2024-04-03T04:26:59.596Z | Compiling dtrace-parser v0.2.0 |
2429 | 2024-04-03T04:27:00.250Z | Compiling crypto-bigint v0.5.2 |
2430 | 2024-04-03T04:27:00.398Z | Compiling packed_struct_codegen v0.10.1 |
2431 | 2024-04-03T04:27:01.287Z | Compiling float-cmp v0.9.0 |
2432 | 2024-04-03T04:27:02.096Z | Compiling indexmap v1.9.3 |
2433 | 2024-04-03T04:27:02.391Z | Compiling encoding_rs v0.8.33 |
2434 | 2024-04-03T04:27:02.405Z | Compiling winnow v0.6.1 |
2435 | 2024-04-03T04:27:03.021Z | Compiling nodrop v0.1.14 |
2436 | 2024-04-03T04:27:03.368Z | Compiling normalize-line-endings v0.3.0 |
2437 | 2024-04-03T04:27:03.499Z | Compiling either v1.10.0 |
2438 | 2024-04-03T04:27:03.939Z | Compiling minimal-lexical v0.2.1 |
2439 | 2024-04-03T04:27:04.101Z | Compiling mime v0.3.17 |
2440 | 2024-04-03T04:27:04.403Z | Compiling static_assertions v1.1.0 |
2441 | 2024-04-03T04:27:04.633Z | Compiling data-encoding v2.4.0 |
2442 | 2024-04-03T04:27:04.668Z | Compiling whoami v1.5.0 |
2443 | 2024-04-03T04:27:05.598Z | Compiling fixedbitset v0.4.2 |
2444 | 2024-04-03T04:27:06.000Z | Compiling crc-catalog v2.2.0 |
2445 | 2024-04-03T04:27:06.077Z | Compiling sync_wrapper v0.1.2 |
2446 | 2024-04-03T04:27:06.168Z | Compiling predicates-core v1.0.6 |
2447 | 2024-04-03T04:27:06.207Z | Compiling difflib v0.4.0 |
2448 | 2024-04-03T04:27:06.241Z | Compiling unicode-width v0.1.11 |
2449 | 2024-04-03T04:27:06.402Z | Compiling webpki-roots v0.25.2 |
2450 | 2024-04-03T04:27:06.413Z | Compiling new_debug_unreachable v1.0.4 |
2451 | 2024-04-03T04:27:06.487Z | Compiling unicode-segmentation v1.10.1 |
2452 | 2024-04-03T04:27:06.552Z | Compiling precomputed-hash v0.1.1 |
2453 | 2024-04-03T04:27:06.676Z | Compiling string_cache v0.8.7 |
2454 | 2024-04-03T04:27:07.315Z | Compiling similar v2.4.0 |
2455 | 2024-04-03T04:27:07.385Z | Compiling predicates v3.1.0 |
2456 | 2024-04-03T04:27:07.549Z | Compiling reqwest v0.11.24 |
2457 | 2024-04-03T04:27:09.393Z | Compiling console v0.15.8 |
2458 | 2024-04-03T04:27:09.491Z | Compiling crc v3.0.1 |
2459 | 2024-04-03T04:27:10.306Z | Compiling toml_edit v0.22.9 |
2460 | 2024-04-03T04:27:10.945Z | Compiling petgraph v0.6.4 |
2461 | 2024-04-03T04:27:13.676Z | Compiling trust-dns-proto v0.22.0 |
2462 | 2024-04-03T04:27:17.949Z | Compiling tokio-postgres v0.7.10 |
2463 | 2024-04-03T04:27:18.263Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2464 | 2024-04-03T04:27:20.729Z | Compiling nom v7.1.3 |
2465 | 2024-04-03T04:27:22.060Z | Compiling itertools v0.10.5 |
2466 | 2024-04-03T04:27:22.610Z | Compiling array-init v0.0.4 |
2467 | 2024-04-03T04:27:24.390Z | Compiling elliptic-curve v0.13.8 |
2468 | 2024-04-03T04:27:26.069Z | Compiling futures v0.3.30 |
2469 | 2024-04-03T04:27:27.787Z | Compiling smallvec v0.6.14 |
2470 | 2024-04-03T04:27:28.308Z | Compiling diesel v2.1.5 |
2471 | 2024-04-03T04:27:28.405Z | Compiling yasna v0.5.2 |
2472 | 2024-04-03T04:27:28.624Z | Compiling zip v0.6.6 |
2473 | 2024-04-03T04:27:28.663Z | Compiling crossterm v0.27.0 |
2474 | 2024-04-03T04:27:29.921Z | Compiling crossbeam-epoch v0.9.18 |
2475 | 2024-04-03T04:27:30.038Z | Compiling cipher v0.4.4 |
2476 | 2024-04-03T04:27:30.938Z | Compiling toml v0.7.8 |
2477 | 2024-04-03T04:27:32.302Z | Compiling bit-set v0.5.3 |
2478 | 2024-04-03T04:27:32.461Z | Compiling usdt v0.3.5 |
2479 | 2024-04-03T04:27:33.418Z | Compiling bstr v1.9.0 |
2480 | 2024-04-03T04:27:35.098Z | Compiling pkcs1 v0.7.5 |
2481 | 2024-04-03T04:27:35.321Z | Compiling tokio-stream v0.1.14 |
2482 | 2024-04-03T04:27:36.274Z | Compiling is-terminal v0.4.9 |
2483 | 2024-04-03T04:27:36.896Z | Compiling openapiv3 v2.0.0 |
2484 | 2024-04-03T04:27:39.105Z | Compiling hex v0.4.3 |
2485 | 2024-04-03T04:27:39.437Z | Compiling signature v2.1.0 |
2486 | 2024-04-03T04:27:39.944Z | Compiling hashbrown v0.12.3 |
2487 | 2024-04-03T04:27:41.513Z | Compiling bitfield v0.14.0 |
2488 | 2024-04-03T04:27:41.839Z | Compiling lalrpop-util v0.19.12 |
2489 | 2024-04-03T04:27:42.997Z | Compiling termcolor v1.2.0 |
2490 | 2024-04-03T04:27:43.932Z | Compiling peg-runtime v0.8.2 |
2491 | 2024-04-03T04:27:44.485Z | Compiling env_logger v0.10.0 |
2492 | 2024-04-03T04:27:46.061Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2493 | 2024-04-03T04:27:49.491Z | Compiling rsa v0.9.2 |
2494 | 2024-04-03T04:27:55.862Z | Compiling serde-hex v0.1.0 |
2495 | 2024-04-03T04:28:00.324Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2496 | 2024-04-03T04:28:04.629Z | Compiling ron v0.8.1 |
2497 | 2024-04-03T04:28:05.790Z | Compiling x509-cert v0.2.4 |
2498 | 2024-04-03T04:28:06.324Z | Compiling hashbrown v0.13.2 |
2499 | 2024-04-03T04:28:07.390Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2500 | 2024-04-03T04:28:11.168Z | Compiling crc-any v2.4.3 |
2501 | 2024-04-03T04:28:29.899Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2502 | 2024-04-03T04:28:41.544Z | Compiling object v0.30.4 |
2503 | 2024-04-03T04:28:42.041Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2504 | 2024-04-03T04:28:52.896Z | Compiling path-slash v0.1.5 |
2505 | 2024-04-03T04:28:54.586Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2506 | 2024-04-03T04:29:15.403Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2507 | 2024-04-03T04:29:16.221Z | Finished release [optimized] target(s) in 3m 59s |
2508 | 2024-04-03T04:29:16.308Z | |
2509 | 2024-04-03T04:29:16.312Z | real 3:59.529570648 |
2510 | 2024-04-03T04:29:16.312Z | user 26:21.906230670 |
2511 | 2024-04-03T04:29:16.312Z | sys 3:14.427585400 |
2512 | 2024-04-03T04:29:16.312Z | trap 0.836025840 |
2513 | 2024-04-03T04:29:16.312Z | tflt 1.809130727 |
2514 | 2024-04-03T04:29:16.312Z | dflt 0.739693161 |
2515 | 2024-04-03T04:29:16.312Z | kflt 0.000293137 |
2516 | 2024-04-03T04:29:16.312Z | lock 1:00:13.059891193 |
2517 | 2024-04-03T04:29:16.312Z | slp 1:18:01.565710325 |
2518 | 2024-04-03T04:29:16.312Z | lat 1:30.685113677 |
2519 | 2024-04-03T04:29:16.312Z | stop 1:30.911162193 |
2520 | 2024-04-03T04:29:16.312Z | + ptime -m gzip |
2521 | 2024-04-03T04:29:16.666Z | |
2522 | 2024-04-03T04:29:16.670Z | real 0.357213075 |
2523 | 2024-04-03T04:29:16.670Z | user 0.352613232 |
2524 | 2024-04-03T04:29:16.671Z | sys 0.003810788 |
2525 | 2024-04-03T04:29:16.671Z | trap 0.000134787 |
2526 | 2024-04-03T04:29:16.671Z | tflt 0.000000000 |
2527 | 2024-04-03T04:29:16.671Z | dflt 0.000000000 |
2528 | 2024-04-03T04:29:16.671Z | kflt 0.000000000 |
2529 | 2024-04-03T04:29:16.671Z | lock 0.000000000 |
2530 | 2024-04-03T04:29:16.671Z | slp 0.000000000 |
2531 | 2024-04-03T04:29:16.671Z | lat 0.000233916 |
2532 | 2024-04-03T04:29:16.671Z | stop 0.000174983 |
2533 | 2024-04-03T04:29:16.671Z | + banner tufaceous |
2534 | 2024-04-03T04:29:16.671Z | |
2535 | 2024-04-03T04:29:16.671Z | ##### # # ###### ## #### ###### #### # # #### |
2536 | 2024-04-03T04:29:16.671Z | # # # # # # # # # # # # # # |
2537 | 2024-04-03T04:29:16.671Z | # # # ##### # # # ##### # # # # #### |
2538 | 2024-04-03T04:29:16.671Z | # # # # ###### # # # # # # # |
2539 | 2024-04-03T04:29:16.672Z | # # # # # # # # # # # # # # # |
2540 | 2024-04-03T04:29:16.672Z | # #### # # # #### ###### #### #### #### |
2541 | 2024-04-03T04:29:16.672Z | |
2542 | 2024-04-03T04:29:16.672Z | + ptime -m cargo build --locked -p tufaceous --release |
2543 | 2024-04-03T04:29:17.198Z | Downloading crates ... |
2544 | 2024-04-03T04:29:17.376Z | Downloaded doc-comment v0.3.3 |
2545 | 2024-04-03T04:29:17.379Z | Downloaded globset v0.4.13 |
2546 | 2024-04-03T04:29:17.382Z | Downloaded buf-list v1.0.3 |
2547 | 2024-04-03T04:29:17.389Z | Downloaded pin-project v1.1.3 |
2548 | 2024-04-03T04:29:17.396Z | Downloaded snafu v0.7.5 |
2549 | 2024-04-03T04:29:17.402Z | Downloaded tough v0.16.0 |
2550 | 2024-04-03T04:29:17.409Z | Downloaded typed-path v0.7.0 |
2551 | 2024-04-03T04:29:17.415Z | Downloaded snafu-derive v0.7.5 |
2552 | 2024-04-03T04:29:17.418Z | Downloaded async-recursion v1.0.5 |
2553 | 2024-04-03T04:29:17.418Z | Downloaded serde_plain v1.0.2 |
2554 | 2024-04-03T04:29:17.421Z | Downloaded pin-project-internal v1.1.3 |
2555 | 2024-04-03T04:29:17.421Z | Downloaded parse-size v1.0.0 |
2556 | 2024-04-03T04:29:17.421Z | Downloaded olpc-cjson v0.1.3 |
2557 | 2024-04-03T04:29:17.424Z | Downloaded fs-err v2.11.0 |
2558 | 2024-04-03T04:29:17.523Z | Compiling serde_tokenstream v0.2.0 |
2559 | 2024-04-03T04:29:17.595Z | Compiling regress v0.9.0 |
2560 | 2024-04-03T04:29:17.611Z | Compiling dirs-sys-next v0.1.2 |
2561 | 2024-04-03T04:29:17.615Z | Compiling strsim v0.10.0 |
2562 | 2024-04-03T04:29:17.615Z | Compiling ident_case v1.0.1 |
2563 | 2024-04-03T04:29:17.615Z | Compiling rustls-pki-types v1.3.0 |
2564 | 2024-04-03T04:29:17.615Z | Compiling heck v0.4.1 |
2565 | 2024-04-03T04:29:17.794Z | Compiling dirs-next v2.0.0 |
2566 | 2024-04-03T04:29:18.033Z | Compiling darling_core v0.20.3 |
2567 | 2024-04-03T04:29:18.089Z | Compiling getopts v0.2.21 |
2568 | 2024-04-03T04:29:18.244Z | Compiling thread_local v1.1.7 |
2569 | 2024-04-03T04:29:18.750Z | Compiling slog-async v2.8.0 |
2570 | 2024-04-03T04:29:19.221Z | Compiling camino v1.1.6 |
2571 | 2024-04-03T04:29:19.221Z | Compiling rustls v0.22.2 |
2572 | 2024-04-03T04:29:19.221Z | Compiling unsafe-libyaml v0.2.10 |
2573 | 2024-04-03T04:29:19.221Z | Compiling rustls-webpki v0.102.1 |
2574 | 2024-04-03T04:29:19.238Z | Compiling term v0.7.0 |
2575 | 2024-04-03T04:29:19.518Z | Compiling crossbeam-channel v0.5.8 |
2576 | 2024-04-03T04:29:20.802Z | Compiling serde_yaml v0.9.25 |
2577 | 2024-04-03T04:29:21.317Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2578 | 2024-04-03T04:29:21.353Z | Compiling structmeta-derive v0.3.0 |
2579 | 2024-04-03T04:29:23.584Z | Compiling atty v0.2.14 |
2580 | 2024-04-03T04:29:23.597Z | Compiling darling_macro v0.20.3 |
2581 | 2024-04-03T04:29:23.753Z | Compiling multer v3.0.0 |
2582 | 2024-04-03T04:29:24.075Z | Compiling paste v1.0.14 |
2583 | 2024-04-03T04:29:24.165Z | Compiling match_cfg v0.1.0 |
2584 | 2024-04-03T04:29:24.183Z | Compiling doc-comment v0.3.3 |
2585 | 2024-04-03T04:29:24.264Z | Compiling take_mut v0.2.2 |
2586 | 2024-04-03T04:29:24.513Z | Compiling darling v0.20.3 |
2587 | 2024-04-03T04:29:24.562Z | Compiling hostname v0.3.1 |
2588 | 2024-04-03T04:29:24.635Z | Compiling structmeta v0.3.0 |
2589 | 2024-04-03T04:29:24.795Z | Compiling slog-term v2.9.0 |
2590 | 2024-04-03T04:29:25.028Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2591 | 2024-04-03T04:29:26.641Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2592 | 2024-04-03T04:29:26.657Z | Compiling slog-json v2.6.1 |
2593 | 2024-04-03T04:29:26.672Z | Compiling http v1.0.0 |
2594 | 2024-04-03T04:29:26.935Z | Compiling async-stream-impl v0.3.5 |
2595 | 2024-04-03T04:29:27.199Z | Compiling pin-project-internal v1.1.3 |
2596 | 2024-04-03T04:29:27.757Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2597 | 2024-04-03T04:29:27.875Z | Compiling atomic-waker v1.1.1 |
2598 | 2024-04-03T04:29:28.055Z | Compiling fastrand v2.0.1 |
2599 | 2024-04-03T04:29:28.131Z | Compiling waitgroup v0.1.2 |
2600 | 2024-04-03T04:29:28.222Z | Compiling async-stream v0.3.5 |
2601 | 2024-04-03T04:29:28.384Z | Compiling slog-bunyan v2.5.0 |
2602 | 2024-04-03T04:29:28.558Z | Compiling tempfile v3.10.0 |
2603 | 2024-04-03T04:29:28.921Z | Compiling parse-display-derive v0.9.0 |
2604 | 2024-04-03T04:29:30.034Z | Compiling pin-project v1.1.3 |
2605 | 2024-04-03T04:29:30.180Z | Compiling tokio-rustls v0.25.0 |
2606 | 2024-04-03T04:29:30.577Z | Compiling serde_with_macros v3.6.1 |
2607 | 2024-04-03T04:29:31.715Z | Compiling toml v0.8.12 |
2608 | 2024-04-03T04:29:31.737Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2609 | 2024-04-03T04:29:31.770Z | Compiling rustls-pemfile v2.1.1 |
2610 | 2024-04-03T04:29:32.554Z | Compiling sha1 v0.10.6 |
2611 | 2024-04-03T04:29:33.048Z | Compiling strum_macros v0.26.1 |
2612 | 2024-04-03T04:29:33.273Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2613 | 2024-04-03T04:29:33.458Z | Compiling newtype-uuid v1.0.1 |
2614 | 2024-04-03T04:29:33.492Z | Compiling snafu-derive v0.7.5 |
2615 | 2024-04-03T04:29:33.773Z | Compiling serde_path_to_error v0.1.16 |
2616 | 2024-04-03T04:29:33.800Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2617 | 2024-04-03T04:29:34.511Z | Compiling instant v0.1.12 |
2618 | 2024-04-03T04:29:34.687Z | Compiling fs-err v2.11.0 |
2619 | 2024-04-03T04:29:34.783Z | Compiling buf-list v1.0.3 |
2620 | 2024-04-03T04:29:34.993Z | Compiling arc-swap v1.6.0 |
2621 | 2024-04-03T04:29:35.350Z | Compiling debug-ignore v1.0.5 |
2622 | 2024-04-03T04:29:35.506Z | Compiling same-file v1.0.6 |
2623 | 2024-04-03T04:29:35.780Z | Compiling walkdir v2.4.0 |
2624 | 2024-04-03T04:29:35.792Z | Compiling slog-scope v4.4.0 |
2625 | 2024-04-03T04:29:37.639Z | Compiling backoff v0.4.0 |
2626 | 2024-04-03T04:29:37.646Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2627 | 2024-04-03T04:29:37.769Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2628 | 2024-04-03T04:29:37.990Z | Compiling strum v0.26.1 |
2629 | 2024-04-03T04:29:38.181Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2630 | 2024-04-03T04:29:38.381Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2631 | 2024-04-03T04:29:38.517Z | Compiling snafu v0.7.5 |
2632 | 2024-04-03T04:29:38.800Z | Compiling serde_with v3.6.1 |
2633 | 2024-04-03T04:29:39.283Z | Compiling parse-display v0.9.0 |
2634 | 2024-04-03T04:29:39.959Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2635 | 2024-04-03T04:29:40.660Z | Compiling globset v0.4.13 |
2636 | 2024-04-03T04:29:41.483Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2637 | 2024-04-03T04:29:41.659Z | Compiling pem v3.0.2 |
2638 | 2024-04-03T04:29:43.327Z | Compiling olpc-cjson v0.1.3 |
2639 | 2024-04-03T04:29:43.492Z | Compiling serde_plain v1.0.2 |
2640 | 2024-04-03T04:29:43.670Z | Compiling macaddr v1.0.1 |
2641 | 2024-04-03T04:29:44.037Z | Compiling async-recursion v1.0.5 |
2642 | 2024-04-03T04:29:44.326Z | Compiling xattr v1.0.1 |
2643 | 2024-04-03T04:29:44.652Z | Compiling filetime v0.2.23 |
2644 | 2024-04-03T04:29:44.831Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2645 | 2024-04-03T04:29:44.989Z | Compiling typed-path v0.7.0 |
2646 | 2024-04-03T04:29:45.066Z | Compiling tar v0.4.40 |
2647 | 2024-04-03T04:29:49.321Z | Compiling tough v0.16.0 |
2648 | 2024-04-03T04:29:51.950Z | Compiling slog-stdlog v4.1.1 |
2649 | 2024-04-03T04:29:52.886Z | Compiling camino-tempfile v1.1.1 |
2650 | 2024-04-03T04:29:52.924Z | Compiling itertools v0.12.1 |
2651 | 2024-04-03T04:29:53.729Z | Compiling parse-size v1.0.0 |
2652 | 2024-04-03T04:29:54.032Z | Compiling slog-envlogger v2.2.0 |
2653 | 2024-04-03T04:29:56.799Z | Compiling humantime v2.1.0 |
2654 | 2024-04-03T04:30:00.733Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2655 | 2024-04-03T04:30:00.964Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2656 | 2024-04-03T04:30:06.002Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2657 | 2024-04-03T04:30:14.216Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2658 | 2024-04-03T04:30:15.915Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2659 | 2024-04-03T04:30:35.942Z | Finished release [optimized] target(s) in 1m 19s |
2660 | 2024-04-03T04:30:36.032Z | |
2661 | 2024-04-03T04:30:36.032Z | real 1:19.327165162 |
2662 | 2024-04-03T04:30:36.032Z | user 8:46.553007947 |
2663 | 2024-04-03T04:30:36.032Z | sys 41.617521759 |
2664 | 2024-04-03T04:30:36.032Z | trap 0.241596899 |
2665 | 2024-04-03T04:30:36.032Z | tflt 0.378558225 |
2666 | 2024-04-03T04:30:36.032Z | dflt 0.449748724 |
2667 | 2024-04-03T04:30:36.036Z | kflt 0.000076991 |
2668 | 2024-04-03T04:30:36.036Z | lock 17:53.776129264 |
2669 | 2024-04-03T04:30:36.036Z | slp 19:29.736310281 |
2670 | 2024-04-03T04:30:36.037Z | lat 21.151071697 |
2671 | 2024-04-03T04:30:36.037Z | stop 17.228002814 |
2672 | 2024-04-03T04:30:36.037Z | + ptime -m gzip |
2673 | 2024-04-03T04:30:37.546Z | |
2674 | 2024-04-03T04:30:37.550Z | real 1.512652145 |
2675 | 2024-04-03T04:30:37.550Z | user 1.498896526 |
2676 | 2024-04-03T04:30:37.550Z | sys 0.012235138 |
2677 | 2024-04-03T04:30:37.550Z | trap 0.000382922 |
2678 | 2024-04-03T04:30:37.550Z | tflt 0.000000000 |
2679 | 2024-04-03T04:30:37.550Z | dflt 0.000000000 |
2680 | 2024-04-03T04:30:37.550Z | kflt 0.000000000 |
2681 | 2024-04-03T04:30:37.550Z | lock 0.000000000 |
2682 | 2024-04-03T04:30:37.550Z | slp 0.000000000 |
2683 | 2024-04-03T04:30:37.550Z | lat 0.000726678 |
2684 | 2024-04-03T04:30:37.550Z | stop 0.000184632 |
2685 | 2024-04-03T04:30:37.550Z | process exited: duration 849964 ms, exit code 0 |
|
2686 | 2024-04-03T04:30:37.558Z | found 8 output files |
2687 | 2024-04-03T04:30:37.558Z | uploading: /work/end-to-end-tests/bootstrap-b40ff418488753dc.gz (9708793 bytes) |
2688 | 2024-04-03T04:30:40.909Z | uploaded: /work/end-to-end-tests/bootstrap-b40ff418488753dc.gz |
2689 | 2024-04-03T04:30:40.909Z | uploading: /work/end-to-end-tests/bootstrap.gz (104791501 bytes) |
2690 | 2024-04-03T04:31:16.295Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2691 | 2024-04-03T04:31:16.295Z | uploading: /work/end-to-end-tests/commtest-1cbf87e3974c7dcf.gz (9708710 bytes) |
2692 | 2024-04-03T04:31:29.163Z | uploaded: /work/end-to-end-tests/commtest-1cbf87e3974c7dcf.gz |
2693 | 2024-04-03T04:31:29.164Z | uploading: /work/end-to-end-tests/dhcp_server-402e6553774c9599.gz (9708361 bytes) |
2694 | 2024-04-03T04:31:32.126Z | uploaded: /work/end-to-end-tests/dhcp_server-402e6553774c9599.gz |
2695 | 2024-04-03T04:31:32.127Z | uploading: /work/end-to-end-tests/end_to_end_tests-feefe2df301c88ff.gz (107806293 bytes) |
2696 | 2024-04-03T04:32:07.392Z | uploaded: /work/end-to-end-tests/end_to_end_tests-feefe2df301c88ff.gz |
2697 | 2024-04-03T04:32:07.392Z | uploading: /work/caboose-util.gz (3208052 bytes) |
2698 | 2024-04-03T04:32:11.449Z | uploaded: /work/caboose-util.gz |
2699 | 2024-04-03T04:32:11.449Z | uploading: /work/tufaceous.gz (13711102 bytes) |
2700 | 2024-04-03T04:32:18.116Z | uploaded: /work/tufaceous.gz |
2701 | 2024-04-03T04:32:18.117Z | uploading: /work/commtest (473410600 bytes) |
2702 | 2024-04-03T04:34:53.659Z | uploaded: /work/commtest |