|
|
|
1 | 2024-03-26T06:36:06.038Z | job assigned to worker 01HSWQEP70D2MC1QVZE80YD83S (queued for 2 m 4 s) |
|
2 | 2024-03-26T06:36:13.371Z | starting task 0: "setup" |
3 | 2024-03-26T06:36:13.424Z | ++ uname -s |
4 | 2024-03-26T06:36:13.428Z | + kern=SunOS |
5 | 2024-03-26T06:36:13.428Z | + case "$kern" in |
6 | 2024-03-26T06:36:13.428Z | + groupadd -g 12345 build |
7 | 2024-03-26T06:36:13.502Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-26T06:36:15.513Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-26T06:36:15.609Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-26T06:36:15.621Z | + home_fs=zfs |
11 | 2024-03-26T06:36:15.621Z | + [[ zfs == autofs ]] |
12 | 2024-03-26T06:36:15.622Z | + mkdir -p /home/build |
13 | 2024-03-26T06:36:15.622Z | + chown build:build /home/build /work |
14 | 2024-03-26T06:36:17.616Z | + chmod 0700 /home/build /work |
15 | 2024-03-26T06:36:17.621Z | process exited: duration 4247 ms, exit code 0 |
|
16 | 2024-03-26T06:36:18.061Z | starting task 1: "rust-toolchain" |
17 | 2024-03-26T06:36:18.065Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-26T06:36:18.065Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-26T06:36:18.065Z | info: downloading installer |
20 | 2024-03-26T06:36:19.645Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-26T06:36:19.645Z | warning: /opt/ooce/bin |
22 | 2024-03-26T06:36:19.645Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-26T06:36:19.645Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-26T06:36:19.645Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-26T06:36:19.645Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-26T06:36:19.645Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-26T06:36:19.645Z | error: cannot install while Rust is installed |
28 | 2024-03-26T06:36:19.645Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-26T06:36:19.785Z | info: profile set to 'default' |
30 | 2024-03-26T06:36:19.785Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-26T06:36:19.789Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-26T06:36:19.923Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-26T06:36:19.923Z | info: downloading component 'cargo' |
34 | 2024-03-26T06:36:21.123Z | info: downloading component 'clippy' |
35 | 2024-03-26T06:36:21.127Z | info: downloading component 'rust-docs' |
36 | 2024-03-26T06:36:21.973Z | info: downloading component 'rust-std' |
37 | 2024-03-26T06:36:23.758Z | info: downloading component 'rustc' |
38 | 2024-03-26T06:36:28.180Z | info: downloading component 'rustfmt' |
39 | 2024-03-26T06:36:28.492Z | info: installing component 'cargo' |
40 | 2024-03-26T06:36:29.298Z | info: installing component 'clippy' |
41 | 2024-03-26T06:36:29.652Z | info: installing component 'rust-docs' |
42 | 2024-03-26T06:36:31.006Z | info: installing component 'rust-std' |
43 | 2024-03-26T06:36:32.726Z | info: installing component 'rustc' |
44 | 2024-03-26T06:36:36.716Z | info: installing component 'rustfmt' |
45 | 2024-03-26T06:36:37.202Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-26T06:36:37.202Z | |
47 | 2024-03-26T06:36:37.337Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-26T06:36:37.337Z | |
49 | 2024-03-26T06:36:37.340Z | |
50 | 2024-03-26T06:36:37.341Z | Rust is installed now. Great! |
51 | 2024-03-26T06:36:37.341Z | |
52 | 2024-03-26T06:36:37.341Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-26T06:36:37.341Z | environment variable. This has not been done automatically. |
54 | 2024-03-26T06:36:37.341Z | |
55 | 2024-03-26T06:36:37.341Z | To configure your current shell, you need to source |
56 | 2024-03-26T06:36:37.341Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-26T06:36:37.341Z | |
58 | 2024-03-26T06:36:37.341Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-26T06:36:37.341Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-26T06:36:37.341Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-26T06:36:37.441Z | + rustc --version |
62 | 2024-03-26T06:36:37.496Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-03-26T06:36:37.508Z | process exited: duration 19853 ms, exit code 0 |
|
64 | 2024-03-26T06:36:37.537Z | starting task 2: "authentication" |
65 | 2024-03-26T06:36:37.564Z | process exited: duration 24 ms, exit code 0 |
|
66 | 2024-03-26T06:36:37.581Z | starting task 3: "clone repository" |
67 | 2024-03-26T06:36:37.593Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-03-26T06:36:37.593Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-03-26T06:36:37.906Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-03-26T06:36:46.710Z | + cd /work/oxidecomputer/omicron |
71 | 2024-03-26T06:36:46.710Z | + git fetch origin 6a6bc4aa0e716cb077b3445bf7186bec65b92782 |
72 | 2024-03-26T06:36:47.029Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-03-26T06:36:47.029Z | * branch 6a6bc4aa0e716cb077b3445bf7186bec65b92782 -> FETCH_HEAD |
74 | 2024-03-26T06:36:47.043Z | + [[ -n falcon-nextest ]] |
75 | 2024-03-26T06:36:47.043Z | ++ git branch --show-current |
76 | 2024-03-26T06:36:47.044Z | + current=main |
77 | 2024-03-26T06:36:47.044Z | + [[ main != falcon-nextest ]] |
78 | 2024-03-26T06:36:47.044Z | + git branch -f falcon-nextest 6a6bc4aa0e716cb077b3445bf7186bec65b92782 |
79 | 2024-03-26T06:36:47.067Z | + git checkout -f falcon-nextest |
80 | 2024-03-26T06:36:47.162Z | Switched to branch 'falcon-nextest' |
81 | 2024-03-26T06:36:47.192Z | + git reset --hard 6a6bc4aa0e716cb077b3445bf7186bec65b92782 |
82 | 2024-03-26T06:36:47.203Z | HEAD is now at 6a6bc4aa0 derp |
83 | 2024-03-26T06:36:47.204Z | process exited: duration 9613 ms, exit code 0 |
|
84 | 2024-03-26T06:36:47.216Z | starting task 4: "build" |
85 | 2024-03-26T06:36:47.220Z | + cargo --version |
86 | 2024-03-26T06:36:47.228Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-03-26T06:36:47.352Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-03-26T06:36:47.352Z | info: downloading component 'cargo' |
89 | 2024-03-26T06:36:48.088Z | info: downloading component 'clippy' |
90 | 2024-03-26T06:36:48.321Z | info: downloading component 'rust-docs' |
91 | 2024-03-26T06:36:49.226Z | info: downloading component 'rust-std' |
92 | 2024-03-26T06:36:50.691Z | info: downloading component 'rustc' |
93 | 2024-03-26T06:36:54.366Z | info: downloading component 'rustfmt' |
94 | 2024-03-26T06:36:54.564Z | info: installing component 'cargo' |
95 | 2024-03-26T06:36:55.423Z | info: installing component 'clippy' |
96 | 2024-03-26T06:36:56.167Z | info: installing component 'rust-docs' |
97 | 2024-03-26T06:36:57.195Z | info: installing component 'rust-std' |
98 | 2024-03-26T06:36:58.986Z | info: installing component 'rustc' |
99 | 2024-03-26T06:37:03.116Z | info: installing component 'rustfmt' |
100 | 2024-03-26T06:37:03.747Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-03-26T06:37:03.747Z | + rustc --version |
102 | 2024-03-26T06:37:03.747Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-03-26T06:37:03.747Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-03-26T06:37:17.322Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-03-26T06:37:18.732Z | Startup: Caching catalogs ... Done |
106 | 2024-03-26T06:37:20.377Z | Planning: Solver setup ... Done (1.274s) |
107 | 2024-03-26T06:37:20.400Z | Planning: Running solver ... Done (0.025s) |
108 | 2024-03-26T06:37:20.631Z | Planning: Finding local manifests ... Done (0.206s) |
109 | 2024-03-26T06:37:20.643Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-03-26T06:37:21.130Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-03-26T06:37:21.182Z | Planning: Package planning ... Done (0.048s) |
112 | 2024-03-26T06:37:21.230Z | Planning: Merging actions ... Done (0.052s) |
113 | 2024-03-26T06:37:21.674Z | Planning: Checking for conflicting actions ... Done (0.442s) |
114 | 2024-03-26T06:37:21.683Z | Planning: Consolidating action changes ... Done (0.011s) |
115 | 2024-03-26T06:37:28.694Z | Planning: Evaluating mediators ... Done (7.009s) |
116 | 2024-03-26T06:37:28.704Z | Planning: Planning completed in 9.92 seconds |
117 | 2024-03-26T06:37:28.719Z | Packages to install: 4 |
118 | 2024-03-26T06:37:28.719Z | Mediators to change: 2 |
119 | 2024-03-26T06:37:28.723Z | Services to change: 1 |
120 | 2024-03-26T06:37:28.723Z | Estimated space available: 155.32 GB |
121 | 2024-03-26T06:37:28.723Z | Estimated space to be consumed: 1.43 GB |
122 | 2024-03-26T06:37:28.723Z | Create boot environment: No |
123 | 2024-03-26T06:37:28.724Z | Create backup boot environment: No |
124 | 2024-03-26T06:37:28.724Z | Rebuild boot archive: No |
125 | 2024-03-26T06:37:28.724Z | |
126 | 2024-03-26T06:37:28.724Z | Changed mediators: |
127 | 2024-03-26T06:37:28.724Z | mediator clang: |
128 | 2024-03-26T06:37:28.724Z | version: None -> 15 (system default) |
129 | 2024-03-26T06:37:28.724Z | |
130 | 2024-03-26T06:37:28.724Z | mediator llvm: |
131 | 2024-03-26T06:37:28.725Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-03-26T06:37:28.725Z | |
133 | 2024-03-26T06:37:28.725Z | Changed packages: |
134 | 2024-03-26T06:37:28.725Z | helios-dev |
135 | 2024-03-26T06:37:28.725Z | developer/build-essential |
136 | 2024-03-26T06:37:28.725Z | None -> 11-2.0 |
137 | 2024-03-26T06:37:28.726Z | library/libxmlsec1 |
138 | 2024-03-26T06:37:28.726Z | None -> 1.2.35-2.0 |
139 | 2024-03-26T06:37:28.726Z | ooce/developer/clang-15 |
140 | 2024-03-26T06:37:28.726Z | None -> 15.0.7-2.0 |
141 | 2024-03-26T06:37:28.726Z | ooce/developer/llvm-15 |
142 | 2024-03-26T06:37:28.726Z | None -> 15.0.7-2.0 |
143 | 2024-03-26T06:37:28.726Z | |
144 | 2024-03-26T06:37:28.727Z | Services: |
145 | 2024-03-26T06:37:28.727Z | restart_fmri: |
146 | 2024-03-26T06:37:28.727Z | svc:/system/update-man-index:default |
147 | 2024-03-26T06:37:28.855Z | |
148 | 2024-03-26T06:37:28.855Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-03-26T06:37:33.917Z | Download: 573/3290 items 17.5/212.6MB 8% complete (3.6M/s) |
150 | 2024-03-26T06:37:38.927Z | Download: 1166/3290 items 54.2/212.6MB 25% complete (5.3M/s) |
151 | 2024-03-26T06:37:43.969Z | Download: 1286/3290 items 108.4/212.6MB 50% complete (9.1M/s) |
152 | 2024-03-26T06:37:48.939Z | Download: 2008/3290 items 118.7/212.6MB 55% complete (7.1M/s) |
153 | 2024-03-26T06:37:59.737Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (4.3M/s) |
154 | 2024-03-26T06:38:04.964Z | Download: 3280/3290 items 211.4/212.6MB 99% complete (18.4M/s) |
155 | 2024-03-26T06:38:05.302Z | Download: Completed 212.60 MB in 36.42 seconds (5.8M/s) |
156 | 2024-03-26T06:38:05.678Z | Actions: 1/3689 actions (Installing new actions) |
157 | 2024-03-26T06:38:10.635Z | Actions: Completed 3689 actions in 4.95 seconds. |
158 | 2024-03-26T06:38:10.741Z | Done (0.102s) |
159 | 2024-03-26T06:38:10.741Z | Done (0.000s) |
160 | 2024-03-26T06:38:11.011Z | Done (0.248s) |
161 | 2024-03-26T06:38:16.203Z | Done (5.078s) |
162 | 2024-03-26T06:38:16.466Z | Done (0.194s) |
163 | 2024-03-26T06:38:16.472Z | Done (0.000s) |
164 | 2024-03-26T06:38:16.634Z | Done (0.000s) |
165 | 2024-03-26T06:38:17.150Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-03-26T06:38:17.308Z | Planning: Checking for conflicting actions ... Done |
167 | 2024-03-26T06:38:17.311Z | Planning: Consolidating action changes ... Done |
168 | 2024-03-26T06:38:17.577Z | Planning: Evaluating mediators ... Done |
169 | 2024-03-26T06:38:17.581Z | Planning: Planning completed in 0.43 seconds |
170 | 2024-03-26T06:38:17.610Z | Mediators to change: 2 |
171 | 2024-03-26T06:38:17.611Z | Create boot environment: No |
172 | 2024-03-26T06:38:17.614Z | Create backup boot environment: No |
173 | 2024-03-26T06:38:17.689Z | Done |
174 | 2024-03-26T06:38:17.689Z | Done |
175 | 2024-03-26T06:38:17.833Z | Done |
176 | 2024-03-26T06:38:21.390Z | Done |
177 | 2024-03-26T06:38:21.477Z | Done |
178 | 2024-03-26T06:38:21.480Z | Done |
179 | 2024-03-26T06:38:21.580Z | Done |
180 | 2024-03-26T06:38:22.218Z | Planning: Evaluating mediator changes ... Done |
181 | 2024-03-26T06:38:22.222Z | Planning: Merging actions ... Done |
182 | 2024-03-26T06:38:22.408Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-03-26T06:38:22.412Z | Planning: Consolidating action changes ... Done |
184 | 2024-03-26T06:38:22.673Z | Planning: Evaluating mediators ... Done |
185 | 2024-03-26T06:38:22.729Z | Planning: Planning completed in 0.79 seconds |
186 | 2024-03-26T06:38:22.764Z | Packages to change: 1 |
187 | 2024-03-26T06:38:22.764Z | Mediators to change: 1 |
188 | 2024-03-26T06:38:22.768Z | Services to change: 1 |
189 | 2024-03-26T06:38:22.768Z | Create boot environment: No |
190 | 2024-03-26T06:38:22.768Z | Create backup boot environment: Yes |
191 | 2024-03-26T06:38:24.665Z | Actions: 1/6 actions (Updating modified actions) |
192 | 2024-03-26T06:38:24.668Z | Actions: Completed 6 actions in 0.00 seconds. |
193 | 2024-03-26T06:38:24.668Z | Done |
194 | 2024-03-26T06:38:24.668Z | Done |
195 | 2024-03-26T06:38:24.730Z | Done |
196 | 2024-03-26T06:38:28.261Z | Done |
197 | 2024-03-26T06:38:28.347Z | Done |
198 | 2024-03-26T06:38:28.352Z | Done |
199 | 2024-03-26T06:38:28.450Z | Done |
200 | 2024-03-26T06:38:28.883Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
201 | 2024-03-26T06:38:28.884Z | clang system 15 system |
202 | 2024-03-26T06:38:28.884Z | csh system system illumos |
203 | 2024-03-26T06:38:28.884Z | ctags system system illumos |
204 | 2024-03-26T06:38:28.884Z | gcc vendor 12 vendor |
205 | 2024-03-26T06:38:28.884Z | gcc system 10 system |
206 | 2024-03-26T06:38:28.884Z | gcc system 7 system |
207 | 2024-03-26T06:38:28.884Z | go system 1.20 system |
208 | 2024-03-26T06:38:28.884Z | go system 1.19 system |
209 | 2024-03-26T06:38:28.884Z | llvm system 15 system |
210 | 2024-03-26T06:38:28.884Z | llvm system 14 system |
211 | 2024-03-26T06:38:28.884Z | mariadb system 10.6 system |
212 | 2024-03-26T06:38:28.884Z | mta vendor vendor dma |
213 | 2024-03-26T06:38:28.884Z | openjdk system 17 system |
214 | 2024-03-26T06:38:28.884Z | openjdk system 11 system |
215 | 2024-03-26T06:38:28.884Z | openjdk system 1.8 system |
216 | 2024-03-26T06:38:28.884Z | openssl vendor 3 vendor |
217 | 2024-03-26T06:38:28.884Z | perl system 5.36 system |
218 | 2024-03-26T06:38:28.885Z | postgresql system 15 system |
219 | 2024-03-26T06:38:28.885Z | postgresql system 13 system |
220 | 2024-03-26T06:38:28.885Z | python vendor 3 vendor |
221 | 2024-03-26T06:38:28.885Z | python system 2 system |
222 | 2024-03-26T06:38:28.885Z | python3 system 3.11 system |
223 | 2024-03-26T06:38:28.885Z | ruby system 3.0 system |
224 | 2024-03-26T06:38:28.885Z | words vendor vendor american-english |
225 | 2024-03-26T06:38:28.885Z | words system system australian-english |
226 | 2024-03-26T06:38:28.885Z | words system system british-english |
227 | 2024-03-26T06:38:28.885Z | words system system canadian-english |
228 | 2024-03-26T06:38:28.885Z | words system system french |
229 | 2024-03-26T06:38:28.885Z | words system system italian |
230 | 2024-03-26T06:38:28.885Z | words system system ngerman |
231 | 2024-03-26T06:38:28.885Z | words system system ogerman |
232 | 2024-03-26T06:38:28.885Z | words system system spanish |
233 | 2024-03-26T06:38:29.214Z | PUBLISHER TYPE STATUS P LOCATION |
234 | 2024-03-26T06:38:29.214Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
235 | 2024-03-26T06:38:30.456Z | FMRI IFO |
236 | 2024-03-26T06:38:30.456Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
237 | 2024-03-26T06:38:30.456Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
238 | 2024-03-26T06:38:30.457Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
239 | 2024-03-26T06:38:30.457Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
240 | 2024-03-26T06:38:30.457Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
241 | 2024-03-26T06:38:30.457Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
242 | 2024-03-26T06:38:30.457Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
243 | 2024-03-26T06:38:30.457Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
244 | 2024-03-26T06:38:30.457Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
245 | 2024-03-26T06:38:30.457Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
246 | 2024-03-26T06:38:30.457Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
247 | 2024-03-26T06:38:30.457Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
248 | 2024-03-26T06:38:30.685Z | + set -o errexit |
249 | 2024-03-26T06:38:30.699Z | +++ dirname ./tools/ci_download_cockroachdb |
250 | 2024-03-26T06:38:30.699Z | ++ cd ./tools |
251 | 2024-03-26T06:38:30.699Z | ++ pwd |
252 | 2024-03-26T06:38:30.699Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
253 | 2024-03-26T06:38:30.699Z | ++ basename ./tools/ci_download_cockroachdb |
254 | 2024-03-26T06:38:30.699Z | + ARG0=ci_download_cockroachdb |
255 | 2024-03-26T06:38:30.699Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
256 | 2024-03-26T06:38:30.699Z | + CIDL_VERSION=v22.1.9 |
257 | 2024-03-26T06:38:30.699Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
258 | 2024-03-26T06:38:30.699Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
259 | 2024-03-26T06:38:30.699Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
260 | 2024-03-26T06:38:30.699Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
261 | 2024-03-26T06:38:30.700Z | + TARGET_DIR=out |
262 | 2024-03-26T06:38:30.700Z | + DOWNLOAD_DIR=out/downloads |
263 | 2024-03-26T06:38:30.700Z | + DEST_DIR=./out/cockroachdb |
264 | 2024-03-26T06:38:30.700Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
265 | 2024-03-26T06:38:30.700Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
266 | 2024-03-26T06:38:30.700Z | + main |
267 | 2024-03-26T06:38:30.700Z | + [[ 0 != 0 ]] |
268 | 2024-03-26T06:38:30.700Z | + CIDL_OS=solaris2.11 |
269 | 2024-03-26T06:38:30.700Z | + [[ 0 != 0 ]] |
270 | 2024-03-26T06:38:30.700Z | + configure_os solaris2.11 |
271 | 2024-03-26T06:38:30.700Z | + echo 'current directory: /work/oxidecomputer/omicron' |
272 | 2024-03-26T06:38:30.700Z | current directory: /work/oxidecomputer/omicron |
273 | 2024-03-26T06:38:30.700Z | + echo 'configuring based on OS: "solaris2.11"' |
274 | 2024-03-26T06:38:30.700Z | + case "$1" in |
275 | 2024-03-26T06:38:30.700Z | + CIDL_BUILD=illumos |
276 | 2024-03-26T06:38:30.700Z | configuring based on OS: "solaris2.11" |
277 | 2024-03-26T06:38:30.700Z | + CIDL_SUFFIX=tar.gz |
278 | 2024-03-26T06:38:30.700Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
279 | 2024-03-26T06:38:30.701Z | + CIDL_URL_BASE=https://illumos.org/downloads |
280 | 2024-03-26T06:38:30.701Z | + CIDL_ASSEMBLE=do_assemble_illumos |
281 | 2024-03-26T06:38:30.701Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
282 | 2024-03-26T06:38:30.701Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-03-26T06:38:30.701Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-03-26T06:38:30.701Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
285 | 2024-03-26T06:38:30.701Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-03-26T06:38:30.701Z | + CIDL_SHA256FUNC=do_sha256sum |
287 | 2024-03-26T06:38:30.701Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
288 | 2024-03-26T06:38:30.701Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
289 | 2024-03-26T06:38:30.701Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-03-26T06:38:30.701Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-03-26T06:38:30.701Z | + mkdir -p out/downloads |
292 | 2024-03-26T06:38:30.701Z | + mkdir -p ./out/cockroachdb |
293 | 2024-03-26T06:38:30.705Z | + local DO_DOWNLOAD=true |
294 | 2024-03-26T06:38:30.705Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
295 | 2024-03-26T06:38:30.706Z | + '[' true == true ']' |
296 | 2024-03-26T06:38:30.706Z | + echo Downloading... |
297 | 2024-03-26T06:38:30.706Z | Downloading... |
298 | 2024-03-26T06:38:30.706Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-03-26T06:38:30.706Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-03-26T06:38:39.196Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-03-26T06:38:39.205Z | ++ sha256sum |
302 | 2024-03-26T06:38:39.206Z | ++ awk '{print $1}' |
303 | 2024-03-26T06:38:39.291Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
304 | 2024-03-26T06:38:39.291Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
305 | 2024-03-26T06:38:39.292Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-03-26T06:38:39.301Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
307 | 2024-03-26T06:38:41.469Z | + do_assemble_illumos |
308 | 2024-03-26T06:38:41.469Z | + rm -r ./out/cockroachdb |
309 | 2024-03-26T06:38:41.472Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
310 | 2024-03-26T06:38:41.924Z | + ./out/cockroachdb/bin/cockroach version |
311 | 2024-03-26T06:38:48.780Z | Build Tag: v22.1.9-dirty |
312 | 2024-03-26T06:38:48.780Z | Build Time: 2022/10/26 21:17:46 |
313 | 2024-03-26T06:38:48.780Z | Distribution: OSS |
314 | 2024-03-26T06:38:48.780Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
315 | 2024-03-26T06:38:48.780Z | Go Version: go1.17.13 |
316 | 2024-03-26T06:38:48.780Z | C Compiler: gcc 10.3.0 |
317 | 2024-03-26T06:38:48.781Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
318 | 2024-03-26T06:38:48.781Z | Build Type: release |
319 | 2024-03-26T06:38:48.846Z | + set -o errexit |
320 | 2024-03-26T06:38:48.846Z | +++ dirname ./tools/ci_download_clickhouse |
321 | 2024-03-26T06:38:48.846Z | ++ cd ./tools |
322 | 2024-03-26T06:38:48.846Z | ++ pwd |
323 | 2024-03-26T06:38:48.846Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
324 | 2024-03-26T06:38:48.847Z | ++ basename ./tools/ci_download_clickhouse |
325 | 2024-03-26T06:38:48.847Z | + ARG0=ci_download_clickhouse |
326 | 2024-03-26T06:38:48.847Z | + TARGET_DIR=out |
327 | 2024-03-26T06:38:48.847Z | + DOWNLOAD_DIR=out/downloads |
328 | 2024-03-26T06:38:48.847Z | + DEST_DIR=./out/clickhouse |
329 | 2024-03-26T06:38:48.847Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
330 | 2024-03-26T06:38:48.847Z | + CIDL_VERSION=v23.8.7.24 |
331 | 2024-03-26T06:38:48.847Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
332 | 2024-03-26T06:38:48.847Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
333 | 2024-03-26T06:38:48.847Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
334 | 2024-03-26T06:38:48.847Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
335 | 2024-03-26T06:38:48.847Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
336 | 2024-03-26T06:38:48.847Z | + main |
337 | 2024-03-26T06:38:48.847Z | + [[ 0 != 0 ]] |
338 | 2024-03-26T06:38:48.848Z | + CIDL_OS=solaris2.11 |
339 | 2024-03-26T06:38:48.848Z | + [[ 0 != 0 ]] |
340 | 2024-03-26T06:38:48.848Z | + configure_os solaris2.11 |
341 | 2024-03-26T06:38:48.848Z | + echo 'current directory: /work/oxidecomputer/omicron' |
342 | 2024-03-26T06:38:48.848Z | current directory: /work/oxidecomputer/omicron |
343 | 2024-03-26T06:38:48.848Z | + echo 'configuring based on OS: "solaris2.11"' |
344 | 2024-03-26T06:38:48.848Z | + CIDL_DASHREV= |
345 | 2024-03-26T06:38:48.848Z | configuring based on OS: "solaris2.11" |
346 | 2024-03-26T06:38:48.848Z | + case "$1" in |
347 | 2024-03-26T06:38:48.849Z | + CIDL_PLATFORM=illumos |
348 | 2024-03-26T06:38:48.849Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
349 | 2024-03-26T06:38:48.849Z | + CIDL_MD5FUNC=do_md5sum |
350 | 2024-03-26T06:38:48.849Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
351 | 2024-03-26T06:38:48.849Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
352 | 2024-03-26T06:38:48.849Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
353 | 2024-03-26T06:38:48.849Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
354 | 2024-03-26T06:38:48.849Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
355 | 2024-03-26T06:38:48.849Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
356 | 2024-03-26T06:38:48.849Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
357 | 2024-03-26T06:38:48.849Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
358 | 2024-03-26T06:38:48.849Z | + mkdir -p out/downloads |
359 | 2024-03-26T06:38:48.849Z | + mkdir -p ./out/clickhouse |
360 | 2024-03-26T06:38:48.849Z | + local DO_DOWNLOAD=true |
361 | 2024-03-26T06:38:48.849Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
362 | 2024-03-26T06:38:48.850Z | + '[' true == true ']' |
363 | 2024-03-26T06:38:48.850Z | + echo Downloading... |
364 | 2024-03-26T06:38:48.850Z | Downloading... |
365 | 2024-03-26T06:38:48.850Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
366 | 2024-03-26T06:38:48.850Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
367 | 2024-03-26T06:38:48.881Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
368 | 2024-03-26T06:38:48.920Z | ++ md5sum |
369 | 2024-03-26T06:38:48.920Z | ++ awk '{print $1}' |
370 | 2024-03-26T06:38:48.920Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
371 | 2024-03-26T06:38:48.920Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
372 | 2024-03-26T06:38:48.920Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
373 | 2024-03-26T06:38:48.921Z | + mkdir -p ./out/clickhouse |
374 | 2024-03-26T06:38:48.921Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
375 | 2024-03-26T06:38:48.921Z | + [[ solaris2.11 == darwin* ]] |
376 | 2024-03-26T06:38:48.921Z | + ./out/clickhouse/clickhouse server --version |
377 | 2024-03-26T06:38:48.921Z | ClickHouse server version 23.8.7.1. |
378 | 2024-03-26T06:38:48.921Z | + set -o errexit |
379 | 2024-03-26T06:38:48.921Z | +++ dirname ./tools/ci_download_console |
380 | 2024-03-26T06:38:48.921Z | ++ cd ./tools |
381 | 2024-03-26T06:38:48.921Z | ++ pwd |
382 | 2024-03-26T06:38:48.921Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
383 | 2024-03-26T06:38:48.922Z | ++ basename ./tools/ci_download_console |
384 | 2024-03-26T06:38:48.922Z | + ARG0=ci_download_console |
385 | 2024-03-26T06:38:48.922Z | + TARGET_DIR=out |
386 | 2024-03-26T06:38:48.922Z | + DOWNLOAD_DIR=out/downloads |
387 | 2024-03-26T06:38:48.922Z | + DEST_DIR=./out/console-assets |
388 | 2024-03-26T06:38:48.922Z | + source /work/oxidecomputer/omicron/tools/console_version |
389 | 2024-03-26T06:38:48.922Z | ++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198 |
390 | 2024-03-26T06:38:48.922Z | ++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
391 | 2024-03-26T06:38:48.922Z | + URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
392 | 2024-03-26T06:38:48.922Z | + TARBALL_FILE=out/downloads/console.tar.gz |
393 | 2024-03-26T06:38:48.922Z | + main |
394 | 2024-03-26T06:38:48.923Z | + [[ 0 != 0 ]] |
395 | 2024-03-26T06:38:48.923Z | + echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz' |
396 | 2024-03-26T06:38:48.923Z | URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
397 | 2024-03-26T06:38:48.923Z | + echo 'Local file: out/downloads/console.tar.gz' |
398 | 2024-03-26T06:38:48.923Z | Local file: out/downloads/console.tar.gz |
399 | 2024-03-26T06:38:48.923Z | + local DO_DOWNLOAD=true |
400 | 2024-03-26T06:38:48.923Z | + [[ -f out/downloads/console.tar.gz ]] |
401 | 2024-03-26T06:38:48.923Z | + mkdir -p out/downloads |
402 | 2024-03-26T06:38:48.923Z | + '[' true == true ']' |
403 | 2024-03-26T06:38:48.923Z | + echo Downloading... |
404 | 2024-03-26T06:38:48.924Z | Downloading... |
405 | 2024-03-26T06:38:48.924Z | + do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz |
406 | 2024-03-26T06:38:48.924Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
407 | 2024-03-26T06:38:48.924Z | ++ do_sha256sum out/downloads/console.tar.gz |
408 | 2024-03-26T06:38:48.924Z | ++ case "$OSTYPE" in |
409 | 2024-03-26T06:38:48.924Z | ++ SHA=sha256sum |
410 | 2024-03-26T06:38:48.924Z | ++ sha256sum |
411 | 2024-03-26T06:38:48.924Z | ++ awk '{print $1}' |
412 | 2024-03-26T06:38:48.924Z | + calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
413 | 2024-03-26T06:38:48.924Z | + [[ b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 != \b\5\a\f\d\1\2\4\3\e\4\0\e\8\6\d\3\a\7\7\9\f\0\8\9\f\e\6\1\e\d\9\c\b\3\f\b\b\d\6\d\5\9\e\5\4\7\e\5\2\2\a\5\9\c\1\b\0\e\4\b\7\d\8 ]] |
414 | 2024-03-26T06:38:48.925Z | + rm -rf ./out/console-assets |
415 | 2024-03-26T06:38:48.925Z | + mkdir -p ./out/console-assets |
416 | 2024-03-26T06:38:48.925Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
417 | 2024-03-26T06:38:48.925Z | + mkdir -p ./out/console-assets |
418 | 2024-03-26T06:38:48.925Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
419 | 2024-03-26T06:38:48.954Z | + set -o errexit |
420 | 2024-03-26T06:38:48.954Z | +++ dirname ./tools/ci_download_maghemite_openapi |
421 | 2024-03-26T06:38:48.954Z | ++ cd ./tools |
422 | 2024-03-26T06:38:48.954Z | ++ pwd |
423 | 2024-03-26T06:38:48.954Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
424 | 2024-03-26T06:38:48.954Z | ++ basename ./tools/ci_download_maghemite_openapi |
425 | 2024-03-26T06:38:48.954Z | + ARG0=ci_download_maghemite_openapi |
426 | 2024-03-26T06:38:48.954Z | + TARGET_DIR=out |
427 | 2024-03-26T06:38:48.955Z | + DOWNLOAD_DIR=out/downloads |
428 | 2024-03-26T06:38:48.955Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
429 | 2024-03-26T06:38:48.955Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
430 | 2024-03-26T06:38:48.955Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
431 | 2024-03-26T06:38:48.955Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json |
432 | 2024-03-26T06:38:48.955Z | + LOCAL_FILE=out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
433 | 2024-03-26T06:38:48.955Z | + main |
434 | 2024-03-26T06:38:48.955Z | + rm -rf out/downloads/root |
435 | 2024-03-26T06:38:48.955Z | + [[ 0 != 0 ]] |
436 | 2024-03-26T06:38:48.955Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json' |
437 | 2024-03-26T06:38:48.955Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json |
438 | 2024-03-26T06:38:48.955Z | + echo 'Local file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json' |
439 | 2024-03-26T06:38:48.955Z | Local file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
440 | 2024-03-26T06:38:48.955Z | + local DO_DOWNLOAD=true |
441 | 2024-03-26T06:38:48.955Z | + [[ -f out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]] |
442 | 2024-03-26T06:38:48.956Z | + mkdir -p out/downloads |
443 | 2024-03-26T06:38:48.956Z | + '[' true == true ']' |
444 | 2024-03-26T06:38:48.956Z | + echo Downloading... |
445 | 2024-03-26T06:38:48.956Z | Downloading... |
446 | 2024-03-26T06:38:48.956Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
447 | 2024-03-26T06:38:48.956Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json |
448 | 2024-03-26T06:38:49.163Z | ++ do_sha256sum out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
449 | 2024-03-26T06:38:49.163Z | ++ case "$OSTYPE" in |
450 | 2024-03-26T06:38:49.224Z | ++ SHA=sha256sum |
451 | 2024-03-26T06:38:49.224Z | ++ sha256sum |
452 | 2024-03-26T06:38:49.224Z | ++ awk '{print $1}' |
453 | 2024-03-26T06:38:49.224Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
454 | 2024-03-26T06:38:49.224Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
455 | 2024-03-26T06:38:49.224Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
456 | 2024-03-26T06:38:49.224Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
457 | 2024-03-26T06:38:49.224Z | ++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
458 | 2024-03-26T06:38:49.224Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json |
459 | 2024-03-26T06:38:49.224Z | + LOCAL_FILE=out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
460 | 2024-03-26T06:38:49.225Z | + main |
461 | 2024-03-26T06:38:49.225Z | + rm -rf out/downloads/root |
462 | 2024-03-26T06:38:49.225Z | + [[ 0 != 0 ]] |
463 | 2024-03-26T06:38:49.225Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json' |
464 | 2024-03-26T06:38:49.225Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json |
465 | 2024-03-26T06:38:49.225Z | + echo 'Local file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json' |
466 | 2024-03-26T06:38:49.225Z | Local file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
467 | 2024-03-26T06:38:49.225Z | + local DO_DOWNLOAD=true |
468 | 2024-03-26T06:38:49.225Z | + [[ -f out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]] |
469 | 2024-03-26T06:38:49.225Z | + mkdir -p out/downloads |
470 | 2024-03-26T06:38:49.225Z | + '[' true == true ']' |
471 | 2024-03-26T06:38:49.226Z | + echo Downloading... |
472 | 2024-03-26T06:38:49.226Z | Downloading... |
473 | 2024-03-26T06:38:49.226Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
474 | 2024-03-26T06:38:49.226Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json |
475 | 2024-03-26T06:38:49.274Z | ++ do_sha256sum out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
476 | 2024-03-26T06:38:49.274Z | ++ case "$OSTYPE" in |
477 | 2024-03-26T06:38:49.277Z | ++ SHA=sha256sum |
478 | 2024-03-26T06:38:49.278Z | ++ sha256sum |
479 | 2024-03-26T06:38:49.278Z | ++ awk '{print $1}' |
480 | 2024-03-26T06:38:49.293Z | + calculated_sha2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
481 | 2024-03-26T06:38:49.293Z | + [[ 768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e != \7\6\8\b\3\8\a\d\9\b\0\1\2\9\9\b\e\6\6\a\8\9\9\2\4\1\1\5\8\1\2\3\f\c\9\0\e\a\2\4\0\7\0\8\a\5\1\7\c\8\a\c\f\a\5\2\b\4\b\2\e\b\8\e ]] |
482 | 2024-03-26T06:38:49.293Z | + set -o errexit |
483 | 2024-03-26T06:38:49.294Z | +++ dirname ./tools/ci_download_dendrite_openapi |
484 | 2024-03-26T06:38:49.294Z | ++ cd ./tools |
485 | 2024-03-26T06:38:49.294Z | ++ pwd |
486 | 2024-03-26T06:38:49.294Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
487 | 2024-03-26T06:38:49.294Z | ++ basename ./tools/ci_download_dendrite_openapi |
488 | 2024-03-26T06:38:49.294Z | + ARG0=ci_download_dendrite_openapi |
489 | 2024-03-26T06:38:49.294Z | + TARGET_DIR=out |
490 | 2024-03-26T06:38:49.294Z | + DOWNLOAD_DIR=out/downloads |
491 | 2024-03-26T06:38:49.294Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
492 | 2024-03-26T06:38:49.294Z | ++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922 |
493 | 2024-03-26T06:38:49.294Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
494 | 2024-03-26T06:38:49.294Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json |
495 | 2024-03-26T06:38:49.294Z | + LOCAL_FILE=out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
496 | 2024-03-26T06:38:49.298Z | + main |
497 | 2024-03-26T06:38:49.298Z | + [[ 0 != 0 ]] |
498 | 2024-03-26T06:38:49.299Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json' |
499 | 2024-03-26T06:38:49.299Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json |
500 | 2024-03-26T06:38:49.299Z | Local file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
501 | 2024-03-26T06:38:49.299Z | + echo 'Local file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json' |
502 | 2024-03-26T06:38:49.299Z | + local DO_DOWNLOAD=true |
503 | 2024-03-26T06:38:49.299Z | + [[ -f out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json ]] |
504 | 2024-03-26T06:38:49.299Z | + mkdir -p out/downloads |
505 | 2024-03-26T06:38:49.299Z | + '[' true == true ']' |
506 | 2024-03-26T06:38:49.299Z | + echo Downloading... |
507 | 2024-03-26T06:38:49.299Z | Downloading... |
508 | 2024-03-26T06:38:49.299Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
509 | 2024-03-26T06:38:49.299Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json |
510 | 2024-03-26T06:38:49.433Z | ++ do_sha256sum out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
511 | 2024-03-26T06:38:49.433Z | ++ case "$OSTYPE" in |
512 | 2024-03-26T06:38:49.437Z | ++ SHA=sha256sum |
513 | 2024-03-26T06:38:49.437Z | ++ sha256sum |
514 | 2024-03-26T06:38:49.437Z | ++ awk '{print $1}' |
515 | 2024-03-26T06:38:49.437Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
516 | 2024-03-26T06:38:49.437Z | + [[ 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 ]] |
517 | 2024-03-26T06:38:49.443Z | + set -o errexit |
518 | 2024-03-26T06:38:49.447Z | +++ dirname ./tools/ci_download_dendrite_stub |
519 | 2024-03-26T06:38:49.447Z | ++ cd ./tools |
520 | 2024-03-26T06:38:49.447Z | ++ pwd |
521 | 2024-03-26T06:38:49.450Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
522 | 2024-03-26T06:38:49.450Z | ++ basename ./tools/ci_download_dendrite_stub |
523 | 2024-03-26T06:38:49.450Z | + ARG0=ci_download_dendrite_stub |
524 | 2024-03-26T06:38:49.451Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
525 | 2024-03-26T06:38:49.451Z | ++ CIDL_SHA256_ILLUMOS=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 |
526 | 2024-03-26T06:38:49.451Z | ++ CIDL_SHA256_LINUX_DPD=f753444cae478cdedcde743a20a9df5965ed28cddab0f9632f3c263c66cd6397 |
527 | 2024-03-26T06:38:49.451Z | ++ CIDL_SHA256_LINUX_SWADM=66eab497b955751d0704c3cd97ac5c1ed373aa656fc37ccba86ae9900b5ae96d |
528 | 2024-03-26T06:38:49.451Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
529 | 2024-03-26T06:38:49.451Z | ++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922 |
530 | 2024-03-26T06:38:49.451Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
531 | 2024-03-26T06:38:49.451Z | + TARGET_DIR=out |
532 | 2024-03-26T06:38:49.451Z | + DOWNLOAD_DIR=out/downloads |
533 | 2024-03-26T06:38:49.451Z | + DEST_DIR=./out/dendrite-stub |
534 | 2024-03-26T06:38:49.451Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
535 | 2024-03-26T06:38:49.451Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
536 | 2024-03-26T06:38:49.451Z | + REPO=oxidecomputer/dendrite |
537 | 2024-03-26T06:38:49.451Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922 |
538 | 2024-03-26T06:38:49.455Z | + main |
539 | 2024-03-26T06:38:49.455Z | + [[ 0 != 0 ]] |
540 | 2024-03-26T06:38:49.455Z | + CIDL_OS=solaris2.11 |
541 | 2024-03-26T06:38:49.455Z | + [[ 0 != 0 ]] |
542 | 2024-03-26T06:38:49.455Z | + configure_os solaris2.11 |
543 | 2024-03-26T06:38:49.455Z | + echo 'current directory: /work/oxidecomputer/omicron' |
544 | 2024-03-26T06:38:49.455Z | current directory: /work/oxidecomputer/omicron |
545 | 2024-03-26T06:38:49.455Z | + echo 'configuring based on OS: "solaris2.11"' |
546 | 2024-03-26T06:38:49.455Z | + case "$1" in |
547 | 2024-03-26T06:38:49.456Z | configuring based on OS: "solaris2.11" |
548 | 2024-03-26T06:38:49.456Z | + SET_BINARIES= |
549 | 2024-03-26T06:38:49.456Z | + CIDL_SHA256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 |
550 | 2024-03-26T06:38:49.456Z | + CIDL_SHA256FUNC=do_sha256sum |
551 | 2024-03-26T06:38:49.456Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
552 | 2024-03-26T06:38:49.456Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz |
553 | 2024-03-26T06:38:49.456Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
554 | 2024-03-26T06:38:49.456Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz' |
555 | 2024-03-26T06:38:49.456Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz |
556 | 2024-03-26T06:38:49.456Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
557 | 2024-03-26T06:38:49.456Z | + mkdir -p out/downloads |
558 | 2024-03-26T06:38:49.456Z | Local file: out/downloads/dendrite-stub.tar.gz |
559 | 2024-03-26T06:38:49.456Z | + mkdir -p ./out/dendrite-stub |
560 | 2024-03-26T06:38:49.460Z | + fetch_and_verify |
561 | 2024-03-26T06:38:49.460Z | + local DO_DOWNLOAD=true |
562 | 2024-03-26T06:38:49.460Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
563 | 2024-03-26T06:38:49.461Z | + '[' true == true ']' |
564 | 2024-03-26T06:38:49.461Z | + echo Downloading... |
565 | 2024-03-26T06:38:49.461Z | Downloading... |
566 | 2024-03-26T06:38:49.461Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
567 | 2024-03-26T06:38:49.461Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz |
568 | 2024-03-26T06:39:00.706Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
569 | 2024-03-26T06:39:00.716Z | ++ sha256sum |
570 | 2024-03-26T06:39:00.716Z | ++ awk '{print $1}' |
571 | 2024-03-26T06:39:00.722Z | + calculated_sha256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 |
572 | 2024-03-26T06:39:00.723Z | + [[ 8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 != \8\e\b\b\8\8\9\a\5\5\5\c\e\5\9\c\b\0\3\7\3\a\1\e\c\9\5\9\5\5\3\6\e\0\1\5\c\9\5\1\f\6\f\c\4\d\8\9\3\0\8\b\4\e\3\f\0\9\c\8\3\b\2\0 ]] |
573 | 2024-03-26T06:39:00.723Z | + do_untar out/downloads/dendrite-stub.tar.gz |
574 | 2024-03-26T06:39:00.723Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
575 | 2024-03-26T06:39:01.811Z | + do_assemble |
576 | 2024-03-26T06:39:01.812Z | + rm -r ./out/dendrite-stub |
577 | 2024-03-26T06:39:01.822Z | + mkdir ./out/dendrite-stub |
578 | 2024-03-26T06:39:01.822Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
579 | 2024-03-26T06:39:01.823Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
580 | 2024-03-26T06:39:01.823Z | + set -o errexit |
581 | 2024-03-26T06:39:01.823Z | +++ dirname ./tools/ci_download_maghemite_mgd |
582 | 2024-03-26T06:39:01.823Z | ++ cd ./tools |
583 | 2024-03-26T06:39:01.823Z | ++ pwd |
584 | 2024-03-26T06:39:01.824Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
585 | 2024-03-26T06:39:01.824Z | ++ basename ./tools/ci_download_maghemite_mgd |
586 | 2024-03-26T06:39:01.824Z | + ARG0=ci_download_maghemite_mgd |
587 | 2024-03-26T06:39:01.824Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
588 | 2024-03-26T06:39:01.825Z | ++ CIDL_SHA256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b |
589 | 2024-03-26T06:39:01.825Z | ++ MGD_LINUX_SHA256=03bf4e9fbe7d46be5dbcf83f9cd67520383f843767939e06d0db93ce4e584111 |
590 | 2024-03-26T06:39:01.825Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
591 | 2024-03-26T06:39:01.825Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
592 | 2024-03-26T06:39:01.825Z | ++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
593 | 2024-03-26T06:39:01.826Z | + TARGET_DIR=out |
594 | 2024-03-26T06:39:01.826Z | + DOWNLOAD_DIR=out/downloads |
595 | 2024-03-26T06:39:01.826Z | + DEST_DIR=./out/mgd |
596 | 2024-03-26T06:39:01.826Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
597 | 2024-03-26T06:39:01.826Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
598 | 2024-03-26T06:39:01.826Z | + REPO=oxidecomputer/maghemite |
599 | 2024-03-26T06:39:01.827Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb |
600 | 2024-03-26T06:39:01.827Z | + main |
601 | 2024-03-26T06:39:01.827Z | + rm -rf out/downloads/root |
602 | 2024-03-26T06:39:01.827Z | + [[ 0 != 0 ]] |
603 | 2024-03-26T06:39:01.827Z | + CIDL_OS=solaris2.11 |
604 | 2024-03-26T06:39:01.827Z | + [[ 0 != 0 ]] |
605 | 2024-03-26T06:39:01.827Z | + configure_os solaris2.11 |
606 | 2024-03-26T06:39:01.827Z | + echo 'current directory: /work/oxidecomputer/omicron' |
607 | 2024-03-26T06:39:01.828Z | current directory: /work/oxidecomputer/omicron |
608 | 2024-03-26T06:39:01.828Z | configuring based on OS: "solaris2.11" |
609 | 2024-03-26T06:39:01.828Z | + echo 'configuring based on OS: "solaris2.11"' |
610 | 2024-03-26T06:39:01.828Z | + case "$1" in |
611 | 2024-03-26T06:39:01.828Z | + SET_BINARIES= |
612 | 2024-03-26T06:39:01.828Z | + CIDL_SHA256FUNC=do_sha256sum |
613 | 2024-03-26T06:39:01.828Z | + TARBALL_FILENAME=mgd.tar.gz |
614 | 2024-03-26T06:39:01.828Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz |
615 | 2024-03-26T06:39:01.829Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
616 | 2024-03-26T06:39:01.829Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz' |
617 | 2024-03-26T06:39:01.829Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
618 | 2024-03-26T06:39:01.829Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz |
619 | 2024-03-26T06:39:01.829Z | Local file: out/downloads/mgd.tar.gz |
620 | 2024-03-26T06:39:01.829Z | + mkdir -p out/downloads |
621 | 2024-03-26T06:39:01.829Z | + mkdir -p ./out/mgd |
622 | 2024-03-26T06:39:01.829Z | + fetch_and_verify |
623 | 2024-03-26T06:39:01.829Z | + local DO_DOWNLOAD=true |
624 | 2024-03-26T06:39:01.829Z | + [[ -f out/downloads/mgd.tar.gz ]] |
625 | 2024-03-26T06:39:01.829Z | + '[' true == true ']' |
626 | 2024-03-26T06:39:01.829Z | + echo Downloading... |
627 | 2024-03-26T06:39:01.830Z | Downloading... |
628 | 2024-03-26T06:39:01.830Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz out/downloads/mgd.tar.gz |
629 | 2024-03-26T06:39:01.830Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz |
630 | 2024-03-26T06:39:07.146Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
631 | 2024-03-26T06:39:07.155Z | ++ sha256sum |
632 | 2024-03-26T06:39:07.155Z | ++ awk '{print $1}' |
633 | 2024-03-26T06:39:07.571Z | + calculated_sha256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b |
634 | 2024-03-26T06:39:07.582Z | + [[ 813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b != \8\1\3\f\e\3\d\4\0\8\f\5\3\8\a\9\d\7\1\2\1\a\6\1\6\f\c\e\5\f\8\7\e\6\c\4\2\c\f\2\8\0\0\e\2\0\c\1\a\2\7\5\9\c\2\4\c\9\e\8\b\7\7\b ]] |
635 | 2024-03-26T06:39:07.582Z | + do_untar out/downloads/mgd.tar.gz |
636 | 2024-03-26T06:39:07.582Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
637 | 2024-03-26T06:39:07.615Z | + do_assemble |
638 | 2024-03-26T06:39:07.616Z | + rm -r ./out/mgd |
639 | 2024-03-26T06:39:08.042Z | + mkdir ./out/mgd |
640 | 2024-03-26T06:39:08.042Z | + cp -r out/downloads/root ./out/mgd/root |
641 | 2024-03-26T06:39:08.042Z | + set -o errexit |
642 | 2024-03-26T06:39:08.042Z | +++ dirname ./tools/ci_download_transceiver_control |
643 | 2024-03-26T06:39:08.042Z | ++ cd ./tools |
644 | 2024-03-26T06:39:08.043Z | ++ pwd |
645 | 2024-03-26T06:39:08.043Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
646 | 2024-03-26T06:39:08.043Z | ++ basename ./tools/ci_download_transceiver_control |
647 | 2024-03-26T06:39:08.043Z | + ARG0=ci_download_transceiver_control |
648 | 2024-03-26T06:39:08.043Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
649 | 2024-03-26T06:39:08.043Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
650 | 2024-03-26T06:39:08.043Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
651 | 2024-03-26T06:39:08.043Z | + TARGET_DIR=out |
652 | 2024-03-26T06:39:08.043Z | + DOWNLOAD_DIR=out/downloads |
653 | 2024-03-26T06:39:08.043Z | + DEST_DIR=./out/transceiver-control |
654 | 2024-03-26T06:39:08.043Z | + BIN_DIR=/opt/oxide/bin |
655 | 2024-03-26T06:39:08.043Z | + BINARY=xcvradm |
656 | 2024-03-26T06:39:08.044Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
657 | 2024-03-26T06:39:08.044Z | + REPO=oxidecomputer/transceiver-control |
658 | 2024-03-26T06:39:08.044Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
659 | 2024-03-26T06:39:08.044Z | + main |
660 | 2024-03-26T06:39:08.044Z | + [[ 0 != 0 ]] |
661 | 2024-03-26T06:39:08.044Z | + CIDL_OS=solaris2.11 |
662 | 2024-03-26T06:39:08.044Z | + [[ 0 != 0 ]] |
663 | 2024-03-26T06:39:08.044Z | + configure_os solaris2.11 |
664 | 2024-03-26T06:39:08.044Z | + echo 'current directory: /work/oxidecomputer/omicron' |
665 | 2024-03-26T06:39:08.044Z | + echo 'configuring based on OS: "solaris2.11"' |
666 | 2024-03-26T06:39:08.044Z | current directory: /work/oxidecomputer/omicron |
667 | 2024-03-26T06:39:08.044Z | configuring based on OS: "solaris2.11" |
668 | 2024-03-26T06:39:08.045Z | + case "$1" in |
669 | 2024-03-26T06:39:08.045Z | + SET_BINARIES= |
670 | 2024-03-26T06:39:08.045Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
671 | 2024-03-26T06:39:08.045Z | + CIDL_SHA256FUNC=do_sha256sum |
672 | 2024-03-26T06:39:08.045Z | + ARCHIVE_FILENAME=xcvradm.gz |
673 | 2024-03-26T06:39:08.045Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
674 | 2024-03-26T06:39:08.045Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
675 | 2024-03-26T06:39:08.045Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
676 | 2024-03-26T06:39:08.045Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2024-03-26T06:39:08.045Z | + echo 'Local file: out/downloads/xcvradm.gz' |
678 | 2024-03-26T06:39:08.045Z | Local file: out/downloads/xcvradm.gz |
679 | 2024-03-26T06:39:08.046Z | + mkdir -p out/downloads |
680 | 2024-03-26T06:39:08.046Z | + mkdir -p ./out/transceiver-control |
681 | 2024-03-26T06:39:08.046Z | + fetch_and_verify |
682 | 2024-03-26T06:39:08.046Z | + local DO_DOWNLOAD=true |
683 | 2024-03-26T06:39:08.046Z | + [[ -f out/downloads/xcvradm.gz ]] |
684 | 2024-03-26T06:39:08.046Z | + '[' true == true ']' |
685 | 2024-03-26T06:39:08.046Z | + echo Downloading... |
686 | 2024-03-26T06:39:08.046Z | Downloading... |
687 | 2024-03-26T06:39:08.046Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
688 | 2024-03-26T06:39:08.046Z | + 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 |
689 | 2024-03-26T06:39:11.881Z | ++ do_sha256sum out/downloads/xcvradm.gz |
690 | 2024-03-26T06:39:11.884Z | ++ sha256sum |
691 | 2024-03-26T06:39:11.884Z | ++ awk '{print $1}' |
692 | 2024-03-26T06:39:11.890Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
693 | 2024-03-26T06:39:11.894Z | + [[ 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 ]] |
694 | 2024-03-26T06:39:11.894Z | + do_unpack out/downloads/xcvradm.gz |
695 | 2024-03-26T06:39:11.894Z | + mkdir -p out/downloads/root//opt/oxide/bin |
696 | 2024-03-26T06:39:11.894Z | + gzip -dc out/downloads/xcvradm.gz |
697 | 2024-03-26T06:39:12.012Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
698 | 2024-03-26T06:39:12.016Z | + do_assemble |
699 | 2024-03-26T06:39:12.017Z | + rm -r ./out/transceiver-control |
700 | 2024-03-26T06:39:12.017Z | + mkdir ./out/transceiver-control |
701 | 2024-03-26T06:39:12.021Z | + cp -r out/downloads/root ./out/transceiver-control/root |
702 | 2024-03-26T06:39:12.100Z | + set -o errexit |
703 | 2024-03-26T06:39:12.104Z | +++ dirname ./tools/ci_download_thundermuffin |
704 | 2024-03-26T06:39:12.105Z | ++ cd ./tools |
705 | 2024-03-26T06:39:12.105Z | ++ pwd |
706 | 2024-03-26T06:39:12.105Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
707 | 2024-03-26T06:39:12.105Z | ++ basename ./tools/ci_download_thundermuffin |
708 | 2024-03-26T06:39:12.105Z | + ARG0=ci_download_thundermuffin |
709 | 2024-03-26T06:39:12.105Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
710 | 2024-03-26T06:39:12.106Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
711 | 2024-03-26T06:39:12.106Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
712 | 2024-03-26T06:39:12.106Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
713 | 2024-03-26T06:39:12.106Z | + TARGET_DIR=out |
714 | 2024-03-26T06:39:12.106Z | + DOWNLOAD_DIR=out/downloads |
715 | 2024-03-26T06:39:12.106Z | + DEST_DIR=./out/thundermuffin |
716 | 2024-03-26T06:39:12.106Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
717 | 2024-03-26T06:39:12.106Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
718 | 2024-03-26T06:39:12.107Z | + REPO=oxidecomputer/thundermuffin |
719 | 2024-03-26T06:39:12.107Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
720 | 2024-03-26T06:39:12.107Z | + main |
721 | 2024-03-26T06:39:12.107Z | + rm -rf out/downloads/root |
722 | 2024-03-26T06:39:12.110Z | + [[ 0 != 0 ]] |
723 | 2024-03-26T06:39:12.110Z | + CIDL_OS=solaris2.11 |
724 | 2024-03-26T06:39:12.115Z | + [[ 0 != 0 ]] |
725 | 2024-03-26T06:39:12.115Z | + configure_os solaris2.11 |
726 | 2024-03-26T06:39:12.115Z | + echo 'current directory: /work/oxidecomputer/omicron' |
727 | 2024-03-26T06:39:12.115Z | current directory: /work/oxidecomputer/omicron |
728 | 2024-03-26T06:39:12.115Z | + echo 'configuring based on OS: "solaris2.11"' |
729 | 2024-03-26T06:39:12.115Z | + case "$1" in |
730 | 2024-03-26T06:39:12.115Z | configuring based on OS: "solaris2.11" |
731 | 2024-03-26T06:39:12.115Z | + SET_BINARIES= |
732 | 2024-03-26T06:39:12.115Z | + CIDL_SHA256FUNC=do_sha256sum |
733 | 2024-03-26T06:39:12.115Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
734 | 2024-03-26T06:39:12.115Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
735 | 2024-03-26T06:39:12.115Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
736 | 2024-03-26T06:39:12.115Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
737 | 2024-03-26T06:39:12.115Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
738 | 2024-03-26T06:39:12.116Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
739 | 2024-03-26T06:39:12.116Z | Local file: out/downloads/thundermuffin.tar.gz |
740 | 2024-03-26T06:39:12.116Z | + mkdir -p out/downloads |
741 | 2024-03-26T06:39:12.116Z | + mkdir -p ./out/thundermuffin |
742 | 2024-03-26T06:39:12.116Z | + fetch_and_verify |
743 | 2024-03-26T06:39:12.116Z | + local DO_DOWNLOAD=true |
744 | 2024-03-26T06:39:12.116Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
745 | 2024-03-26T06:39:12.116Z | + '[' true == true ']' |
746 | 2024-03-26T06:39:12.116Z | + echo Downloading... |
747 | 2024-03-26T06:39:12.116Z | Downloading... |
748 | 2024-03-26T06:39:12.116Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
749 | 2024-03-26T06:39:12.116Z | + 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 |
750 | 2024-03-26T06:39:12.399Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
751 | 2024-03-26T06:39:12.402Z | ++ sha256sum |
752 | 2024-03-26T06:39:12.402Z | ++ awk '{print $1}' |
753 | 2024-03-26T06:39:12.413Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
754 | 2024-03-26T06:39:12.413Z | + [[ 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 ]] |
755 | 2024-03-26T06:39:12.413Z | + do_untar out/downloads/thundermuffin.tar.gz |
756 | 2024-03-26T06:39:12.413Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
757 | 2024-03-26T06:39:12.469Z | + do_assemble |
758 | 2024-03-26T06:39:12.469Z | + rm -r ./out/thundermuffin |
759 | 2024-03-26T06:39:12.472Z | + mkdir ./out/thundermuffin |
760 | 2024-03-26T06:39:12.475Z | + cp -r out/downloads/root ./out/thundermuffin/root |
761 | 2024-03-26T06:39:12.484Z | All prerequisites installed successfully |
762 | 2024-03-26T06:39:12.487Z | |
763 | 2024-03-26T06:39:12.487Z | real 2:08.794225566 |
764 | 2024-03-26T06:39:12.487Z | user 36.841530118 |
765 | 2024-03-26T06:39:12.488Z | sys 6.879732691 |
766 | 2024-03-26T06:39:12.488Z | trap 0.009026653 |
767 | 2024-03-26T06:39:12.488Z | tflt 0.171996018 |
768 | 2024-03-26T06:39:12.488Z | dflt 0.570056892 |
769 | 2024-03-26T06:39:12.488Z | kflt 0.106230433 |
770 | 2024-03-26T06:39:12.488Z | lock 1.148668553 |
771 | 2024-03-26T06:39:12.488Z | slp 4:21.611828498 |
772 | 2024-03-26T06:39:12.488Z | lat 2.023612329 |
773 | 2024-03-26T06:39:12.488Z | stop 0.151057112 |
774 | 2024-03-26T06:39:12.488Z | + banner end-to-end-tests |
775 | 2024-03-26T06:39:12.491Z | |
776 | 2024-03-26T06:39:12.491Z | ###### # # ##### ##### #### ###### # # ##### |
777 | 2024-03-26T06:39:12.492Z | # ## # # # # # # # ## # # # |
778 | 2024-03-26T06:39:12.492Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
779 | 2024-03-26T06:39:12.492Z | # # # # # # # # # # # # # # # |
780 | 2024-03-26T06:39:12.492Z | # # ## # # # # # # # ## # # |
781 | 2024-03-26T06:39:12.492Z | ###### # # ##### # #### ###### # # ##### |
782 | 2024-03-26T06:39:12.492Z | |
783 | 2024-03-26T06:39:12.492Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
784 | 2024-03-26T06:39:12.492Z | + CARGO_PROFILE_DEV_DEBUG=1 |
785 | 2024-03-26T06:39:12.492Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
786 | 2024-03-26T06:39:12.492Z | + CARGO_PROFILE_TEST_DEBUG=1 |
787 | 2024-03-26T06:39:12.492Z | + export CARGO_INCREMENTAL=0 |
788 | 2024-03-26T06:39:12.492Z | + CARGO_INCREMENTAL=0 |
789 | 2024-03-26T06:39:12.492Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
790 | 2024-03-26T06:39:12.700Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
791 | 2024-03-26T06:39:13.136Z | Updating git repository `https://github.com/oxidecomputer/samael` |
792 | 2024-03-26T06:39:13.602Z | Updating git repository `https://github.com/oxidecomputer/zone` |
793 | 2024-03-26T06:39:13.987Z | Updating crates.io index |
794 | 2024-03-26T06:39:13.992Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
795 | 2024-03-26T06:39:14.872Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
796 | 2024-03-26T06:39:15.517Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
797 | 2024-03-26T06:39:17.836Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
798 | 2024-03-26T06:39:17.848Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
799 | 2024-03-26T06:39:18.205Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
800 | 2024-03-26T06:39:19.222Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
801 | 2024-03-26T06:39:21.601Z | Updating git repository `https://github.com/oxidecomputer/opte` |
802 | 2024-03-26T06:39:22.629Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
803 | 2024-03-26T06:39:23.315Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
804 | 2024-03-26T06:39:23.596Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
805 | 2024-03-26T06:39:24.196Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
806 | 2024-03-26T06:39:24.627Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
807 | 2024-03-26T06:39:24.962Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
808 | 2024-03-26T06:39:25.358Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
809 | 2024-03-26T06:39:25.778Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
810 | 2024-03-26T06:39:26.190Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
811 | 2024-03-26T06:39:26.471Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
812 | 2024-03-26T06:39:26.758Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
813 | 2024-03-26T06:39:27.210Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
814 | 2024-03-26T06:39:27.532Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
815 | 2024-03-26T06:39:27.930Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
816 | 2024-03-26T06:39:28.504Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
817 | 2024-03-26T06:39:28.859Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
818 | 2024-03-26T06:39:29.150Z | Updating git repository `https://github.com/jgallagher/nix` |
819 | 2024-03-26T06:39:30.122Z | Updating git repository `https://github.com/cbiffle/hubpack` |
820 | 2024-03-26T06:39:30.450Z | Updating git repository `https://github.com/oxidecomputer/typify` |
821 | 2024-03-26T06:39:32.186Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
822 | 2024-03-26T06:39:32.561Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
823 | 2024-03-26T06:39:32.883Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
824 | 2024-03-26T06:39:33.380Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
825 | 2024-03-26T06:39:34.743Z | Downloading crates ... |
826 | 2024-03-26T06:39:34.863Z | Downloaded arrayref v0.3.7 |
827 | 2024-03-26T06:39:34.872Z | Downloaded addr2line v0.21.0 |
828 | 2024-03-26T06:39:34.876Z | Downloaded anstyle v1.0.6 |
829 | 2024-03-26T06:39:34.879Z | Downloaded anstream v0.6.11 |
830 | 2024-03-26T06:39:34.882Z | Downloaded anstyle-query v1.0.0 |
831 | 2024-03-26T06:39:34.882Z | Downloaded adler v1.0.2 |
832 | 2024-03-26T06:39:34.890Z | Downloaded aead v0.5.2 |
833 | 2024-03-26T06:39:34.896Z | Downloaded instant v0.1.12 |
834 | 2024-03-26T06:39:34.896Z | Downloaded ident_case v1.0.1 |
835 | 2024-03-26T06:39:34.896Z | Downloaded argon2 v0.5.3 |
836 | 2024-03-26T06:39:34.896Z | Downloaded ansi_term v0.12.1 |
837 | 2024-03-26T06:39:34.899Z | Downloaded anstyle-parse v0.2.1 |
838 | 2024-03-26T06:39:34.899Z | Downloaded internet-checksum v0.2.1 |
839 | 2024-03-26T06:39:34.899Z | Downloaded bitstruct v0.1.1 |
840 | 2024-03-26T06:39:34.899Z | Downloaded anyhow v1.0.79 |
841 | 2024-03-26T06:39:34.903Z | Downloaded block-padding v0.3.3 |
842 | 2024-03-26T06:39:34.903Z | Downloaded keccak v0.1.4 |
843 | 2024-03-26T06:39:34.906Z | Downloaded base16ct v0.2.0 |
844 | 2024-03-26T06:39:34.906Z | Downloaded cbc v0.1.2 |
845 | 2024-03-26T06:39:34.909Z | Downloaded ipnet v2.9.0 |
846 | 2024-03-26T06:39:34.911Z | Downloaded kstat-rs v0.2.3 |
847 | 2024-03-26T06:39:34.911Z | Downloaded indexmap v1.9.3 |
848 | 2024-03-26T06:39:34.914Z | Downloaded aes v0.8.3 |
849 | 2024-03-26T06:39:34.917Z | Downloaded block-buffer v0.10.4 |
850 | 2024-03-26T06:39:34.920Z | Downloaded arc-swap v1.6.0 |
851 | 2024-03-26T06:39:34.923Z | Downloaded base64ct v1.6.0 |
852 | 2024-03-26T06:39:34.926Z | Downloaded byteorder v1.5.0 |
853 | 2024-03-26T06:39:34.926Z | Downloaded bcrypt-pbkdf v0.10.0 |
854 | 2024-03-26T06:39:34.929Z | Downloaded atomicwrites v0.4.3 |
855 | 2024-03-26T06:39:34.929Z | Downloaded atomic-waker v1.1.1 |
856 | 2024-03-26T06:39:34.933Z | Downloaded num v0.4.1 |
857 | 2024-03-26T06:39:34.933Z | Downloaded ciborium-io v0.2.2 |
858 | 2024-03-26T06:39:34.933Z | Downloaded indexmap v2.2.5 |
859 | 2024-03-26T06:39:34.937Z | Downloaded memmap v0.7.0 |
860 | 2024-03-26T06:39:34.941Z | Downloaded crucible-workspace-hack v0.1.0 |
861 | 2024-03-26T06:39:34.941Z | Downloaded colorchoice v1.0.0 |
862 | 2024-03-26T06:39:34.944Z | Downloaded matches v0.1.10 |
863 | 2024-03-26T06:39:34.944Z | Downloaded atty v0.2.14 |
864 | 2024-03-26T06:39:34.944Z | Downloaded newtype_derive v0.1.6 |
865 | 2024-03-26T06:39:34.944Z | Downloaded cstr-argument v0.1.2 |
866 | 2024-03-26T06:39:34.947Z | Downloaded new_debug_unreachable v1.0.4 |
867 | 2024-03-26T06:39:34.947Z | Downloaded convert_case v0.4.0 |
868 | 2024-03-26T06:39:34.954Z | Downloaded darling_macro v0.20.3 |
869 | 2024-03-26T06:39:34.954Z | Downloaded nibble_vec v0.1.0 |
870 | 2024-03-26T06:39:34.954Z | Downloaded num-iter v0.1.44 |
871 | 2024-03-26T06:39:34.958Z | Downloaded camino-tempfile v1.1.1 |
872 | 2024-03-26T06:39:34.958Z | Downloaded async-stream v0.3.5 |
873 | 2024-03-26T06:39:34.958Z | Downloaded num_threads v0.1.6 |
874 | 2024-03-26T06:39:34.961Z | Downloaded bitflags v1.3.2 |
875 | 2024-03-26T06:39:34.961Z | Downloaded camino v1.1.6 |
876 | 2024-03-26T06:39:34.964Z | Downloaded normalize-line-endings v0.3.0 |
877 | 2024-03-26T06:39:34.964Z | Downloaded option-ext v0.2.0 |
878 | 2024-03-26T06:39:34.967Z | Downloaded opaque-debug v0.3.0 |
879 | 2024-03-26T06:39:34.967Z | Downloaded debug-ignore v1.0.5 |
880 | 2024-03-26T06:39:34.967Z | Downloaded bit-set v0.5.3 |
881 | 2024-03-26T06:39:34.970Z | Downloaded openssl-macros v0.1.1 |
882 | 2024-03-26T06:39:34.970Z | Downloaded libefi-sys v0.1.0 |
883 | 2024-03-26T06:39:34.973Z | Downloaded managed v0.8.0 |
884 | 2024-03-26T06:39:34.973Z | Downloaded itertools v0.10.5 |
885 | 2024-03-26T06:39:34.978Z | Downloaded openssl-probe v0.1.5 |
886 | 2024-03-26T06:39:34.981Z | Downloaded cipher v0.4.4 |
887 | 2024-03-26T06:39:34.981Z | Downloaded num-conv v0.1.0 |
888 | 2024-03-26T06:39:34.986Z | Downloaded autocfg v1.1.0 |
889 | 2024-03-26T06:39:34.986Z | Downloaded phf_shared v0.10.0 |
890 | 2024-03-26T06:39:34.986Z | Downloaded md5 v0.7.0 |
891 | 2024-03-26T06:39:34.989Z | Downloaded cobs v0.2.3 |
892 | 2024-03-26T06:39:34.989Z | Downloaded time-core v0.1.2 |
893 | 2024-03-26T06:39:34.989Z | Downloaded strum v0.26.1 |
894 | 2024-03-26T06:39:34.992Z | Downloaded num-derive v0.4.0 |
895 | 2024-03-26T06:39:34.992Z | Downloaded cpufeatures v0.2.12 |
896 | 2024-03-26T06:39:34.995Z | Downloaded clap_lex v0.7.0 |
897 | 2024-03-26T06:39:34.995Z | Downloaded base64 v0.13.1 |
898 | 2024-03-26T06:39:34.997Z | Downloaded num_enum v0.7.2 |
899 | 2024-03-26T06:39:35.002Z | Downloaded parse-display v0.9.0 |
900 | 2024-03-26T06:39:35.005Z | Downloaded md-5 v0.10.5 |
901 | 2024-03-26T06:39:35.005Z | Downloaded lalrpop-util v0.19.12 |
902 | 2024-03-26T06:39:35.008Z | Downloaded chacha20 v0.9.1 |
903 | 2024-03-26T06:39:35.008Z | Downloaded dirs-sys-next v0.1.2 |
904 | 2024-03-26T06:39:35.013Z | Downloaded crossbeam-deque v0.8.3 |
905 | 2024-03-26T06:39:35.013Z | Downloaded equivalent v1.0.1 |
906 | 2024-03-26T06:39:35.017Z | Downloaded ctr v0.9.2 |
907 | 2024-03-26T06:39:35.017Z | Downloaded signature v2.1.0 |
908 | 2024-03-26T06:39:35.017Z | Downloaded native-tls v0.2.11 |
909 | 2024-03-26T06:39:35.020Z | Downloaded foreign-types-shared v0.3.1 |
910 | 2024-03-26T06:39:35.020Z | Downloaded tokio-macros v2.2.0 |
911 | 2024-03-26T06:39:35.020Z | Downloaded tabwriter v1.4.0 |
912 | 2024-03-26T06:39:35.025Z | Downloaded gethostname v0.4.3 |
913 | 2024-03-26T06:39:35.025Z | Downloaded strsim v0.10.0 |
914 | 2024-03-26T06:39:35.034Z | Downloaded synstructure v0.12.6 |
915 | 2024-03-26T06:39:35.034Z | Downloaded num_enum v0.5.11 |
916 | 2024-03-26T06:39:35.039Z | Downloaded untrusted v0.7.1 |
917 | 2024-03-26T06:39:35.039Z | Downloaded cancel-safe-futures v0.1.5 |
918 | 2024-03-26T06:39:35.039Z | Downloaded cookie v0.17.0 |
919 | 2024-03-26T06:39:35.039Z | Downloaded portpicker v0.1.1 |
920 | 2024-03-26T06:39:35.044Z | Downloaded cookie_store v0.20.0 |
921 | 2024-03-26T06:39:35.044Z | Downloaded clap_derive v4.5.0 |
922 | 2024-03-26T06:39:35.044Z | Downloaded multer v3.0.0 |
923 | 2024-03-26T06:39:35.050Z | Downloaded xattr v1.0.1 |
924 | 2024-03-26T06:39:35.050Z | Downloaded strum_macros v0.25.2 |
925 | 2024-03-26T06:39:35.056Z | Downloaded password-hash v0.5.0 |
926 | 2024-03-26T06:39:35.056Z | Downloaded once_cell v1.19.0 |
927 | 2024-03-26T06:39:35.061Z | Downloaded owo-colors v4.0.0 |
928 | 2024-03-26T06:39:35.061Z | Downloaded omicron-zone-package v0.11.0 |
929 | 2024-03-26T06:39:35.065Z | Downloaded enum-as-inner v0.5.1 |
930 | 2024-03-26T06:39:35.065Z | Downloaded form_urlencoded v1.2.1 |
931 | 2024-03-26T06:39:35.065Z | Downloaded thiserror-impl v1.0.57 |
932 | 2024-03-26T06:39:35.071Z | Downloaded smallvec v1.13.1 |
933 | 2024-03-26T06:39:35.071Z | Downloaded hostname v0.3.1 |
934 | 2024-03-26T06:39:35.071Z | Downloaded tinyvec_macros v0.1.1 |
935 | 2024-03-26T06:39:35.077Z | Downloaded hex v0.4.3 |
936 | 2024-03-26T06:39:35.077Z | Downloaded pbkdf2 v0.11.0 |
937 | 2024-03-26T06:39:35.078Z | Downloaded password-hash v0.4.2 |
938 | 2024-03-26T06:39:35.078Z | Downloaded yasna v0.5.2 |
939 | 2024-03-26T06:39:35.082Z | Downloaded postgres-protocol v0.6.6 |
940 | 2024-03-26T06:39:35.082Z | Downloaded blake2 v0.10.6 |
941 | 2024-03-26T06:39:35.087Z | Downloaded fxhash v0.2.1 |
942 | 2024-03-26T06:39:35.087Z | Downloaded num-traits v0.2.18 |
943 | 2024-03-26T06:39:35.092Z | Downloaded rustc_version v0.1.7 |
944 | 2024-03-26T06:39:35.093Z | Downloaded proc-macro-error-attr v1.0.4 |
945 | 2024-03-26T06:39:35.093Z | Downloaded serde_spanned v0.6.5 |
946 | 2024-03-26T06:39:35.093Z | Downloaded rand_core v0.6.4 |
947 | 2024-03-26T06:39:35.099Z | Downloaded semver v0.1.20 |
948 | 2024-03-26T06:39:35.099Z | Downloaded uuid v0.8.2 |
949 | 2024-03-26T06:39:35.099Z | Downloaded parking_lot v0.12.1 |
950 | 2024-03-26T06:39:35.105Z | Downloaded pretty-hex v0.4.1 |
951 | 2024-03-26T06:39:35.105Z | Downloaded base64 v0.22.0 |
952 | 2024-03-26T06:39:35.118Z | Downloaded stable_deref_trait v1.2.0 |
953 | 2024-03-26T06:39:35.118Z | Downloaded spki v0.7.2 |
954 | 2024-03-26T06:39:35.118Z | Downloaded signal-hook-mio v0.2.3 |
955 | 2024-03-26T06:39:35.118Z | Downloaded sha1 v0.10.6 |
956 | 2024-03-26T06:39:35.118Z | Downloaded miniz_oxide v0.7.1 |
957 | 2024-03-26T06:39:35.128Z | Downloaded spin v0.9.8 |
958 | 2024-03-26T06:39:35.128Z | Downloaded tower-service v0.3.2 |
959 | 2024-03-26T06:39:35.128Z | Downloaded hash32 v0.3.1 |
960 | 2024-03-26T06:39:35.128Z | Downloaded pest_meta v2.7.6 |
961 | 2024-03-26T06:39:35.128Z | Downloaded bytes v1.5.0 |
962 | 2024-03-26T06:39:35.137Z | Downloaded diesel_table_macro_syntax v0.1.0 |
963 | 2024-03-26T06:39:35.138Z | Downloaded pkg-config v0.3.27 |
964 | 2024-03-26T06:39:35.138Z | Downloaded toml v0.7.8 |
965 | 2024-03-26T06:39:35.138Z | Downloaded fastrand v2.0.1 |
966 | 2024-03-26T06:39:35.138Z | Downloaded httpdate v1.0.3 |
967 | 2024-03-26T06:39:35.138Z | Downloaded futures-task v0.3.30 |
968 | 2024-03-26T06:39:35.138Z | Downloaded usdt v0.3.5 |
969 | 2024-03-26T06:39:35.154Z | Downloaded errno v0.3.8 |
970 | 2024-03-26T06:39:35.154Z | Downloaded crc32fast v1.3.2 |
971 | 2024-03-26T06:39:35.154Z | Downloaded headers-core v0.2.0 |
972 | 2024-03-26T06:39:35.154Z | Downloaded erased-serde v0.3.31 |
973 | 2024-03-26T06:39:35.154Z | Downloaded proc-macro-error v1.0.4 |
974 | 2024-03-26T06:39:35.165Z | Downloaded primeorder v0.13.6 |
975 | 2024-03-26T06:39:35.165Z | Downloaded heck v0.4.1 |
976 | 2024-03-26T06:39:35.165Z | Downloaded serde_repr v0.1.16 |
977 | 2024-03-26T06:39:35.165Z | Downloaded base64 v0.21.7 |
978 | 2024-03-26T06:39:35.165Z | Downloaded rand_core v0.5.1 |
979 | 2024-03-26T06:39:35.166Z | Downloaded rand_chacha v0.3.1 |
980 | 2024-03-26T06:39:35.166Z | Downloaded usdt-macro v0.3.5 |
981 | 2024-03-26T06:39:35.166Z | Downloaded dhcproto v0.11.0 |
982 | 2024-03-26T06:39:35.179Z | Downloaded chacha20poly1305 v0.10.1 |
983 | 2024-03-26T06:39:35.179Z | Downloaded semver v0.11.0 |
984 | 2024-03-26T06:39:35.179Z | Downloaded usdt-macro v0.5.0 |
985 | 2024-03-26T06:39:35.179Z | Downloaded slog-bunyan v2.5.0 |
986 | 2024-03-26T06:39:35.179Z | Downloaded slog-async v2.8.0 |
987 | 2024-03-26T06:39:35.179Z | Downloaded siphasher v0.3.11 |
988 | 2024-03-26T06:39:35.179Z | Downloaded difflib v0.4.0 |
989 | 2024-03-26T06:39:35.179Z | Downloaded fnv v1.0.7 |
990 | 2024-03-26T06:39:35.179Z | Downloaded vec_map v0.8.2 |
991 | 2024-03-26T06:39:35.184Z | Downloaded topological-sort v0.2.2 |
992 | 2024-03-26T06:39:35.184Z | Downloaded thread_local v1.1.7 |
993 | 2024-03-26T06:39:35.184Z | Downloaded version_check v0.9.4 |
994 | 2024-03-26T06:39:35.184Z | Downloaded iana-time-zone v0.1.57 |
995 | 2024-03-26T06:39:35.184Z | Downloaded futures-io v0.3.30 |
996 | 2024-03-26T06:39:35.184Z | Downloaded futures-core v0.3.30 |
997 | 2024-03-26T06:39:35.184Z | Downloaded unicode-xid v0.2.4 |
998 | 2024-03-26T06:39:35.184Z | Downloaded foreign-types-shared v0.1.1 |
999 | 2024-03-26T06:39:35.188Z | Downloaded dtrace-parser v0.2.0 |
1000 | 2024-03-26T06:39:35.188Z | Downloaded embedded-io v0.4.0 |
1001 | 2024-03-26T06:39:35.188Z | Downloaded zone v0.1.8 |
1002 | 2024-03-26T06:39:35.191Z | Downloaded ron v0.7.1 |
1003 | 2024-03-26T06:39:35.194Z | Downloaded hyper-tls v0.5.0 |
1004 | 2024-03-26T06:39:35.198Z | Downloaded hyper-staticfile v0.9.5 |
1005 | 2024-03-26T06:39:35.198Z | Downloaded scroll_derive v0.12.0 |
1006 | 2024-03-26T06:39:35.201Z | Downloaded scheduled-thread-pool v0.2.7 |
1007 | 2024-03-26T06:39:35.201Z | Downloaded psl-types v2.0.11 |
1008 | 2024-03-26T06:39:35.201Z | Downloaded proc-macro-crate v1.3.1 |
1009 | 2024-03-26T06:39:35.207Z | Downloaded pkcs8 v0.10.2 |
1010 | 2024-03-26T06:39:35.207Z | Downloaded serde_tokenstream v0.1.7 |
1011 | 2024-03-26T06:39:35.212Z | Downloaded serde_path_to_error v0.1.16 |
1012 | 2024-03-26T06:39:35.212Z | Downloaded textwrap v0.11.0 |
1013 | 2024-03-26T06:39:35.215Z | Downloaded pretty-hex v0.2.1 |
1014 | 2024-03-26T06:39:35.215Z | Downloaded precomputed-hash v0.1.1 |
1015 | 2024-03-26T06:39:35.215Z | Downloaded time-macros v0.2.17 |
1016 | 2024-03-26T06:39:35.219Z | Downloaded tar v0.4.40 |
1017 | 2024-03-26T06:39:35.219Z | Downloaded tokio-rustls v0.25.0 |
1018 | 2024-03-26T06:39:35.222Z | Downloaded unicode-ident v1.0.12 |
1019 | 2024-03-26T06:39:35.226Z | Downloaded swrite v0.1.0 |
1020 | 2024-03-26T06:39:35.226Z | Downloaded vsss-rs v3.3.4 |
1021 | 2024-03-26T06:39:35.229Z | Downloaded generic-array v0.14.7 |
1022 | 2024-03-26T06:39:35.229Z | Downloaded dyn-clone v1.0.17 |
1023 | 2024-03-26T06:39:35.232Z | Downloaded hash32 v0.2.1 |
1024 | 2024-03-26T06:39:35.232Z | Downloaded derive_more v0.99.17 |
1025 | 2024-03-26T06:39:35.237Z | Downloaded russh-cryptovec v0.7.0 |
1026 | 2024-03-26T06:39:35.244Z | Downloaded trust-dns-server v0.22.1 |
1027 | 2024-03-26T06:39:35.249Z | Downloaded scroll v0.12.0 |
1028 | 2024-03-26T06:39:35.249Z | Downloaded minimal-lexical v0.2.1 |
1029 | 2024-03-26T06:39:35.254Z | Downloaded thiserror v1.0.57 |
1030 | 2024-03-26T06:39:35.258Z | Downloaded take_mut v0.2.2 |
1031 | 2024-03-26T06:39:35.258Z | Downloaded dirs-next v2.0.0 |
1032 | 2024-03-26T06:39:35.261Z | Downloaded foreign-types-macros v0.2.3 |
1033 | 2024-03-26T06:39:35.262Z | Downloaded zeroize_derive v1.4.2 |
1034 | 2024-03-26T06:39:35.262Z | Downloaded predicates-core v1.0.6 |
1035 | 2024-03-26T06:39:35.265Z | Downloaded tempfile v3.10.0 |
1036 | 2024-03-26T06:39:35.269Z | Downloaded foreign-types v0.5.0 |
1037 | 2024-03-26T06:39:35.269Z | Downloaded foreign-types v0.3.2 |
1038 | 2024-03-26T06:39:35.269Z | Downloaded zerocopy-derive v0.7.32 |
1039 | 2024-03-26T06:39:35.273Z | Downloaded display-error-chain v0.2.0 |
1040 | 2024-03-26T06:39:35.277Z | Downloaded tokio-stream v0.1.14 |
1041 | 2024-03-26T06:39:35.281Z | Downloaded tokio-native-tls v0.3.1 |
1042 | 2024-03-26T06:39:35.285Z | Downloaded ecdsa v0.16.9 |
1043 | 2024-03-26T06:39:35.285Z | Downloaded usdt-impl v0.5.0 |
1044 | 2024-03-26T06:39:35.292Z | Downloaded static_assertions v1.1.0 |
1045 | 2024-03-26T06:39:35.292Z | Downloaded proc-macro2 v1.0.78 |
1046 | 2024-03-26T06:39:35.295Z | Downloaded usdt-impl v0.3.5 |
1047 | 2024-03-26T06:39:35.295Z | Downloaded nom v7.1.3 |
1048 | 2024-03-26T06:39:35.299Z | Downloaded hubpack_derive v0.1.1 |
1049 | 2024-03-26T06:39:35.299Z | Downloaded termcolor v1.2.0 |
1050 | 2024-03-26T06:39:35.302Z | Downloaded want v0.3.1 |
1051 | 2024-03-26T06:39:35.302Z | Downloaded glob v0.3.1 |
1052 | 2024-03-26T06:39:35.306Z | Downloaded ghash v0.5.0 |
1053 | 2024-03-26T06:39:35.306Z | Downloaded stringprep v0.1.3 |
1054 | 2024-03-26T06:39:35.308Z | Downloaded dirs v5.0.1 |
1055 | 2024-03-26T06:39:35.309Z | Downloaded ppv-lite86 v0.2.17 |
1056 | 2024-03-26T06:39:35.309Z | Downloaded resolv-conf v0.7.0 |
1057 | 2024-03-26T06:39:35.312Z | Downloaded http-range v0.1.5 |
1058 | 2024-03-26T06:39:35.315Z | Downloaded float-cmp v0.9.0 |
1059 | 2024-03-26T06:39:35.315Z | Downloaded walkdir v2.4.0 |
1060 | 2024-03-26T06:39:35.318Z | Downloaded strsim v0.11.0 |
1061 | 2024-03-26T06:39:35.318Z | Downloaded predicates v3.1.0 |
1062 | 2024-03-26T06:39:35.322Z | Downloaded subprocess v0.2.9 |
1063 | 2024-03-26T06:39:35.325Z | Downloaded digest v0.10.7 |
1064 | 2024-03-26T06:39:35.325Z | Downloaded toolchain_find v0.2.0 |
1065 | 2024-03-26T06:39:35.328Z | Downloaded quote v1.0.35 |
1066 | 2024-03-26T06:39:35.334Z | Downloaded crossterm v0.27.0 |
1067 | 2024-03-26T06:39:35.337Z | Downloaded same-file v1.0.6 |
1068 | 2024-03-26T06:39:35.341Z | Downloaded endian-type v0.1.2 |
1069 | 2024-03-26T06:39:35.341Z | Downloaded half v2.3.1 |
1070 | 2024-03-26T06:39:35.344Z | Downloaded thiserror-impl-no-std v2.0.2 |
1071 | 2024-03-26T06:39:35.344Z | Downloaded structopt-derive v0.4.18 |
1072 | 2024-03-26T06:39:35.344Z | Downloaded either v1.10.0 |
1073 | 2024-03-26T06:39:35.348Z | Downloaded getrandom v0.2.12 |
1074 | 2024-03-26T06:39:35.351Z | Downloaded thread-id v4.2.0 |
1075 | 2024-03-26T06:39:35.351Z | Downloaded serde_urlencoded v0.7.1 |
1076 | 2024-03-26T06:39:35.354Z | Downloaded ed25519 v2.2.2 |
1077 | 2024-03-26T06:39:35.354Z | Downloaded powerfmt v0.2.0 |
1078 | 2024-03-26T06:39:35.358Z | Downloaded http-body v0.4.5 |
1079 | 2024-03-26T06:39:35.358Z | Downloaded serde_arrays v0.1.0 |
1080 | 2024-03-26T06:39:35.361Z | Downloaded tracing v0.1.40 |
1081 | 2024-03-26T06:39:35.364Z | Downloaded hmac v0.12.1 |
1082 | 2024-03-26T06:39:35.370Z | Downloaded serde_tokenstream v0.2.0 |
1083 | 2024-03-26T06:39:35.374Z | Downloaded hubpack v0.1.2 |
1084 | 2024-03-26T06:39:35.374Z | Downloaded platforms v3.0.2 |
1085 | 2024-03-26T06:39:35.374Z | Downloaded phf_shared v0.11.2 |
1086 | 2024-03-26T06:39:35.374Z | Downloaded semver-parser v0.10.2 |
1087 | 2024-03-26T06:39:35.377Z | Downloaded humantime v2.1.0 |
1088 | 2024-03-26T06:39:35.377Z | Downloaded pin-project-lite v0.2.13 |
1089 | 2024-03-26T06:39:35.381Z | Downloaded utf8parse v0.2.1 |
1090 | 2024-03-26T06:39:35.384Z | Downloaded polyval v0.6.1 |
1091 | 2024-03-26T06:39:35.388Z | Downloaded ff v0.13.0 |
1092 | 2024-03-26T06:39:35.388Z | Downloaded typenum v1.16.0 |
1093 | 2024-03-26T06:39:35.391Z | Downloaded russh-keys v0.42.0 |
1094 | 2024-03-26T06:39:35.394Z | Downloaded rustls-pki-types v1.3.0 |
1095 | 2024-03-26T06:39:35.394Z | Downloaded zerocopy v0.6.4 |
1096 | 2024-03-26T06:39:35.401Z | Downloaded postgres-types v0.2.6 |
1097 | 2024-03-26T06:39:35.405Z | Downloaded tokio-tungstenite v0.21.0 |
1098 | 2024-03-26T06:39:35.405Z | Downloaded tungstenite v0.20.1 |
1099 | 2024-03-26T06:39:35.405Z | Downloaded p521 v0.13.3 |
1100 | 2024-03-26T06:39:35.409Z | Downloaded rustls-pemfile v2.1.1 |
1101 | 2024-03-26T06:39:35.415Z | Downloaded poly1305 v0.8.0 |
1102 | 2024-03-26T06:39:35.418Z | Downloaded ryu v1.0.15 |
1103 | 2024-03-26T06:39:35.418Z | Downloaded idna v0.3.0 |
1104 | 2024-03-26T06:39:35.425Z | Downloaded serde_derive_internals v0.26.0 |
1105 | 2024-03-26T06:39:35.428Z | Downloaded idna v0.5.0 |
1106 | 2024-03-26T06:39:35.434Z | Downloaded serde_derive v1.0.197 |
1107 | 2024-03-26T06:39:35.437Z | Downloaded publicsuffix v2.2.3 |
1108 | 2024-03-26T06:39:35.440Z | Downloaded unicode-normalization v0.1.22 |
1109 | 2024-03-26T06:39:35.444Z | Downloaded structopt v0.3.26 |
1110 | 2024-03-26T06:39:35.453Z | Downloaded steno v0.4.0 |
1111 | 2024-03-26T06:39:35.456Z | Downloaded idna v0.2.3 |
1112 | 2024-03-26T06:39:35.468Z | Downloaded elliptic-curve v0.13.8 |
1113 | 2024-03-26T06:39:35.473Z | Downloaded flate2 v1.0.28 |
1114 | 2024-03-26T06:39:35.476Z | Downloaded time v0.3.34 |
1115 | 2024-03-26T06:39:35.483Z | Downloaded toml_edit v0.22.6 |
1116 | 2024-03-26T06:39:35.504Z | Downloaded futures-util v0.3.30 |
1117 | 2024-03-26T06:39:35.516Z | Downloaded trust-dns-client v0.22.0 |
1118 | 2024-03-26T06:39:35.522Z | Downloaded russh v0.42.0 |
1119 | 2024-03-26T06:39:35.527Z | Downloaded serde_with v3.6.1 |
1120 | 2024-03-26T06:39:35.541Z | Downloaded tokio-util v0.7.10 |
1121 | 2024-03-26T06:39:35.564Z | Downloaded hashbrown v0.14.3 |
1122 | 2024-03-26T06:39:35.570Z | Downloaded rayon v1.9.0 |
1123 | 2024-03-26T06:39:35.570Z | Downloaded winnow v0.5.15 |
1124 | 2024-03-26T06:39:35.570Z | Downloaded h2 v0.3.24 |
1125 | 2024-03-26T06:39:35.575Z | Downloaded clap v2.34.0 |
1126 | 2024-03-26T06:39:35.593Z | Downloaded winnow v0.6.1 |
1127 | 2024-03-26T06:39:35.598Z | Downloaded rustls-webpki v0.101.7 |
1128 | 2024-03-26T06:39:35.607Z | Downloaded serde_json v1.0.114 |
1129 | 2024-03-26T06:39:35.616Z | Downloaded reqwest v0.11.24 |
1130 | 2024-03-26T06:39:35.623Z | Downloaded syn v1.0.109 |
1131 | 2024-03-26T06:39:35.636Z | Downloaded goblin v0.8.0 |
1132 | 2024-03-26T06:39:35.642Z | Downloaded rustls-webpki v0.102.1 |
1133 | 2024-03-26T06:39:35.658Z | Downloaded radix_trie v0.2.1 |
1134 | 2024-03-26T06:39:35.664Z | Downloaded rustls v0.22.2 |
1135 | 2024-03-26T06:39:35.678Z | Downloaded rustix v0.38.31 |
1136 | 2024-03-26T06:39:35.700Z | Downloaded bstr v0.2.17 |
1137 | 2024-03-26T06:39:35.710Z | Downloaded sled v0.34.7 |
1138 | 2024-03-26T06:39:35.722Z | Downloaded vcpkg v0.2.15 |
1139 | 2024-03-26T06:39:35.760Z | Downloaded libc v0.2.153 |
1140 | 2024-03-26T06:39:35.788Z | Downloaded rustls v0.21.9 |
1141 | 2024-03-26T06:39:35.799Z | Downloaded smoltcp v0.11.0 |
1142 | 2024-03-26T06:39:35.812Z | Downloaded regress v0.9.0 |
1143 | 2024-03-26T06:39:35.822Z | Downloaded regex-syntax v0.8.2 |
1144 | 2024-03-26T06:39:35.831Z | Downloaded syn v2.0.52 |
1145 | 2024-03-26T06:39:35.842Z | Downloaded winapi v0.3.9 |
1146 | 2024-03-26T06:39:35.882Z | Downloaded encoding_rs v0.8.33 |
1147 | 2024-03-26T06:39:35.903Z | Downloaded bstr v1.9.0 |
1148 | 2024-03-26T06:39:35.914Z | Downloaded curve25519-dalek v4.1.1 |
1149 | 2024-03-26T06:39:35.923Z | Downloaded zerocopy-derive v0.2.0 |
1150 | 2024-03-26T06:39:35.934Z | Downloaded zerocopy-derive v0.6.4 |
1151 | 2024-03-26T06:39:35.943Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1152 | 2024-03-26T06:39:35.954Z | Downloaded regex-automata v0.4.5 |
1153 | 2024-03-26T06:39:35.970Z | Downloaded openapiv3 v2.0.0 |
1154 | 2024-03-26T06:39:35.982Z | Downloaded tokio v1.36.0 |
1155 | 2024-03-26T06:39:36.022Z | Downloaded sha3 v0.10.8 |
1156 | 2024-03-26T06:39:36.030Z | Downloaded gimli v0.28.0 |
1157 | 2024-03-26T06:39:36.033Z | Downloaded smoltcp v0.9.1 |
1158 | 2024-03-26T06:39:36.041Z | Downloaded diesel v2.1.4 |
1159 | 2024-03-26T06:39:36.059Z | Downloaded regex v1.10.3 |
1160 | 2024-03-26T06:39:36.072Z | Downloaded trust-dns-proto v0.22.0 |
1161 | 2024-03-26T06:39:36.084Z | Downloaded chrono v0.4.34 |
1162 | 2024-03-26T06:39:36.094Z | Downloaded zerocopy v0.7.32 |
1163 | 2024-03-26T06:39:36.106Z | Downloaded hkdf v0.12.4 |
1164 | 2024-03-26T06:39:36.110Z | Downloaded hyper v0.14.28 |
1165 | 2024-03-26T06:39:36.116Z | Downloaded webpki-roots v0.25.2 |
1166 | 2024-03-26T06:39:36.119Z | Downloaded openssl v0.10.60 |
1167 | 2024-03-26T06:39:36.132Z | Downloaded object v0.32.1 |
1168 | 2024-03-26T06:39:36.139Z | Downloaded http v1.0.0 |
1169 | 2024-03-26T06:39:36.146Z | Downloaded regex-automata v0.1.10 |
1170 | 2024-03-26T06:39:36.149Z | Downloaded clap_builder v4.5.1 |
1171 | 2024-03-26T06:39:36.154Z | Downloaded petgraph v0.6.4 |
1172 | 2024-03-26T06:39:36.169Z | Downloaded tracing-core v0.1.32 |
1173 | 2024-03-26T06:39:36.173Z | Downloaded headers v0.3.9 |
1174 | 2024-03-26T06:39:36.177Z | Downloaded blake3 v1.5.0 |
1175 | 2024-03-26T06:39:36.184Z | Downloaded heapless v0.7.16 |
1176 | 2024-03-26T06:39:36.188Z | Downloaded rand v0.7.3 |
1177 | 2024-03-26T06:39:36.194Z | Downloaded flagset v0.4.3 |
1178 | 2024-03-26T06:39:36.197Z | Downloaded tokio-postgres v0.7.10 |
1179 | 2024-03-26T06:39:36.201Z | Downloaded serde v1.0.197 |
1180 | 2024-03-26T06:39:36.207Z | Downloaded structmeta v0.3.0 |
1181 | 2024-03-26T06:39:36.207Z | Downloaded unicode-bidi v0.3.15 |
1182 | 2024-03-26T06:39:36.210Z | Downloaded fixedbitset v0.4.2 |
1183 | 2024-03-26T06:39:36.210Z | Downloaded filetime v0.2.23 |
1184 | 2024-03-26T06:39:36.210Z | Downloaded scopeguard v1.2.0 |
1185 | 2024-03-26T06:39:36.210Z | Downloaded schemars_derive v0.8.16 |
1186 | 2024-03-26T06:39:36.211Z | Downloaded heapless v0.8.0 |
1187 | 2024-03-26T06:39:36.214Z | Downloaded socket2 v0.5.5 |
1188 | 2024-03-26T06:39:36.217Z | Downloaded unicode-segmentation v1.10.1 |
1189 | 2024-03-26T06:39:36.220Z | Downloaded ucd-trie v0.1.6 |
1190 | 2024-03-26T06:39:36.226Z | Downloaded pest v2.7.6 |
1191 | 2024-03-26T06:39:36.229Z | Downloaded serde_yaml v0.9.25 |
1192 | 2024-03-26T06:39:36.230Z | Downloaded toml_edit v0.19.15 |
1193 | 2024-03-26T06:39:36.245Z | Downloaded http v0.2.12 |
1194 | 2024-03-26T06:39:36.252Z | Downloaded string_cache v0.8.7 |
1195 | 2024-03-26T06:39:36.252Z | Downloaded home v0.5.5 |
1196 | 2024-03-26T06:39:36.252Z | Downloaded slog-term v2.9.0 |
1197 | 2024-03-26T06:39:36.258Z | Downloaded getrandom v0.1.16 |
1198 | 2024-03-26T06:39:36.262Z | Downloaded thiserror-no-std v2.0.2 |
1199 | 2024-03-26T06:39:36.262Z | Downloaded sct v0.7.0 |
1200 | 2024-03-26T06:39:36.265Z | Downloaded libm v0.2.7 |
1201 | 2024-03-26T06:39:36.272Z | Downloaded utf-8 v0.7.6 |
1202 | 2024-03-26T06:39:36.274Z | Downloaded rand v0.8.5 |
1203 | 2024-03-26T06:39:36.277Z | Downloaded dof v0.3.0 |
1204 | 2024-03-26T06:39:36.277Z | Downloaded dof v0.1.5 |
1205 | 2024-03-26T06:39:36.277Z | Downloaded zerocopy v0.3.0 |
1206 | 2024-03-26T06:39:36.277Z | Downloaded tracing-attributes v0.1.27 |
1207 | 2024-03-26T06:39:36.280Z | Downloaded socket2 v0.4.9 |
1208 | 2024-03-26T06:39:36.283Z | Downloaded hashbrown v0.12.3 |
1209 | 2024-03-26T06:39:36.286Z | Downloaded semver v1.0.22 |
1210 | 2024-03-26T06:39:36.290Z | Downloaded rcgen v0.12.1 |
1211 | 2024-03-26T06:39:36.293Z | Downloaded r2d2 v0.8.10 |
1212 | 2024-03-26T06:39:36.293Z | Downloaded unsafe-libyaml v0.2.10 |
1213 | 2024-03-26T06:39:36.296Z | Downloaded tokio-tungstenite v0.20.1 |
1214 | 2024-03-26T06:39:36.303Z | Downloaded tokio-rustls v0.24.1 |
1215 | 2024-03-26T06:39:36.303Z | Downloaded diesel_derives v2.1.2 |
1216 | 2024-03-26T06:39:36.305Z | Downloaded tinyvec v1.6.0 |
1217 | 2024-03-26T06:39:36.306Z | Downloaded url v2.5.0 |
1218 | 2024-03-26T06:39:36.309Z | Downloaded whoami v1.5.0 |
1219 | 2024-03-26T06:39:36.319Z | Downloaded rustc-demangle v0.1.23 |
1220 | 2024-03-26T06:39:36.322Z | Downloaded similar v2.4.0 |
1221 | 2024-03-26T06:39:36.326Z | Downloaded tungstenite v0.21.0 |
1222 | 2024-03-26T06:39:36.329Z | Downloaded mio v0.8.11 |
1223 | 2024-03-26T06:39:36.334Z | Downloaded group v0.13.0 |
1224 | 2024-03-26T06:39:36.337Z | Downloaded strum_macros v0.26.1 |
1225 | 2024-03-26T06:39:36.341Z | Downloaded unicase v2.7.0 |
1226 | 2024-03-26T06:39:36.341Z | Downloaded sync_wrapper v0.1.2 |
1227 | 2024-03-26T06:39:36.341Z | Downloaded slog-dtrace v0.3.0 |
1228 | 2024-03-26T06:39:36.346Z | Downloaded terminal_size v0.3.0 |
1229 | 2024-03-26T06:39:36.346Z | Downloaded slog-stdlog v4.1.1 |
1230 | 2024-03-26T06:39:36.346Z | Downloaded slog-scope v4.4.0 |
1231 | 2024-03-26T06:39:36.362Z | Downloaded slog-envlogger v2.2.0 |
1232 | 2024-03-26T06:39:36.362Z | Downloaded rustversion v1.0.14 |
1233 | 2024-03-26T06:39:36.362Z | Downloaded quick-error v1.2.3 |
1234 | 2024-03-26T06:39:36.365Z | Downloaded hex-literal v0.4.1 |
1235 | 2024-03-26T06:39:36.365Z | Downloaded smf v0.2.2 |
1236 | 2024-03-26T06:39:36.365Z | Downloaded rfc6979 v0.4.0 |
1237 | 2024-03-26T06:39:36.366Z | Downloaded ed25519-dalek v2.0.0 |
1238 | 2024-03-26T06:39:36.366Z | Downloaded usdt-attr-macro v0.5.0 |
1239 | 2024-03-26T06:39:36.366Z | Downloaded usdt-attr-macro v0.3.5 |
1240 | 2024-03-26T06:39:36.366Z | Downloaded rayon-core v1.12.1 |
1241 | 2024-03-26T06:39:36.366Z | Downloaded postcard v1.0.8 |
1242 | 2024-03-26T06:39:36.366Z | Downloaded memchr v2.7.1 |
1243 | 2024-03-26T06:39:36.369Z | Downloaded derive-where v1.2.7 |
1244 | 2024-03-26T06:39:36.377Z | Downloaded darling_core v0.20.3 |
1245 | 2024-03-26T06:39:36.383Z | Downloaded zeroize v1.7.0 |
1246 | 2024-03-26T06:39:36.383Z | Downloaded futures-executor v0.3.30 |
1247 | 2024-03-26T06:39:36.383Z | Downloaded futures-channel v0.3.30 |
1248 | 2024-03-26T06:39:36.383Z | Downloaded schemars v0.8.16 |
1249 | 2024-03-26T06:39:36.392Z | Downloaded signal-hook v0.3.17 |
1250 | 2024-03-26T06:39:36.397Z | Downloaded crossbeam-channel v0.5.8 |
1251 | 2024-03-26T06:39:36.403Z | Downloaded trust-dns-resolver v0.22.0 |
1252 | 2024-03-26T06:39:36.411Z | Downloaded strsim v0.8.0 |
1253 | 2024-03-26T06:39:36.411Z | Downloaded rustfmt-wrapper v0.2.0 |
1254 | 2024-03-26T06:39:36.411Z | Downloaded rustc_version v0.4.0 |
1255 | 2024-03-26T06:39:36.411Z | Downloaded slab v0.4.9 |
1256 | 2024-03-26T06:39:36.411Z | Downloaded serde_with_macros v3.6.1 |
1257 | 2024-03-26T06:39:36.418Z | Downloaded flume v0.11.0 |
1258 | 2024-03-26T06:39:36.418Z | Downloaded httparse v1.8.0 |
1259 | 2024-03-26T06:39:36.418Z | Downloaded zip v0.6.6 |
1260 | 2024-03-26T06:39:36.426Z | Downloaded dtrace-parser v0.1.14 |
1261 | 2024-03-26T06:39:36.426Z | Downloaded futures-macro v0.3.30 |
1262 | 2024-03-26T06:39:36.426Z | Downloaded deranged v0.3.11 |
1263 | 2024-03-26T06:39:36.426Z | Downloaded der_derive v0.7.2 |
1264 | 2024-03-26T06:39:36.426Z | Downloaded toml_datetime v0.6.5 |
1265 | 2024-03-26T06:39:36.427Z | Downloaded term v0.7.0 |
1266 | 2024-03-26T06:39:36.433Z | Downloaded signal-hook-registry v1.4.1 |
1267 | 2024-03-26T06:39:36.433Z | Downloaded ring v0.17.8 |
1268 | 2024-03-26T06:39:36.525Z | Downloaded rand_chacha v0.2.2 |
1269 | 2024-03-26T06:39:36.528Z | Downloaded plain v0.2.3 |
1270 | 2024-03-26T06:39:36.528Z | Downloaded pin-utils v0.1.0 |
1271 | 2024-03-26T06:39:36.528Z | Downloaded structmeta-derive v0.3.0 |
1272 | 2024-03-26T06:39:36.532Z | Downloaded sha2 v0.10.8 |
1273 | 2024-03-26T06:39:36.535Z | Downloaded pest_derive v2.7.6 |
1274 | 2024-03-26T06:39:36.535Z | Downloaded subtle v2.5.0 |
1275 | 2024-03-26T06:39:36.539Z | Downloaded num-bigint v0.4.4 |
1276 | 2024-03-26T06:39:36.542Z | Downloaded crypto-bigint v0.5.2 |
1277 | 2024-03-26T06:39:36.550Z | Downloaded heck v0.3.3 |
1278 | 2024-03-26T06:39:36.553Z | Downloaded futures-sink v0.3.30 |
1279 | 2024-03-26T06:39:36.556Z | Downloaded futures v0.3.30 |
1280 | 2024-03-26T06:39:36.560Z | Downloaded ring v0.16.20 |
1281 | 2024-03-26T06:39:36.640Z | Downloaded uuid v1.7.0 |
1282 | 2024-03-26T06:39:36.643Z | Downloaded openssl-sys v0.9.96 |
1283 | 2024-03-26T06:39:36.647Z | Downloaded aho-corasick v1.1.2 |
1284 | 2024-03-26T06:39:36.652Z | Downloaded p256 v0.13.2 |
1285 | 2024-03-26T06:39:36.655Z | Downloaded fallible-iterator v0.2.0 |
1286 | 2024-03-26T06:39:36.658Z | Downloaded hyper-rustls v0.24.2 |
1287 | 2024-03-26T06:39:36.658Z | Downloaded toml v0.8.10 |
1288 | 2024-03-26T06:39:36.662Z | Downloaded cc v1.0.83 |
1289 | 2024-03-26T06:39:36.665Z | Downloaded toml v0.5.11 |
1290 | 2024-03-26T06:39:36.669Z | Downloaded waitgroup v0.1.2 |
1291 | 2024-03-26T06:39:36.669Z | Downloaded usdt v0.5.0 |
1292 | 2024-03-26T06:39:36.669Z | Downloaded universal-hash v0.5.1 |
1293 | 2024-03-26T06:39:36.669Z | Downloaded unicode-width v0.1.11 |
1294 | 2024-03-26T06:39:36.673Z | Downloaded slog v2.7.0 |
1295 | 2024-03-26T06:39:36.673Z | Downloaded env_logger v0.9.3 |
1296 | 2024-03-26T06:39:36.676Z | Downloaded log v0.4.21 |
1297 | 2024-03-26T06:39:36.676Z | Downloaded backtrace v0.3.69 |
1298 | 2024-03-26T06:39:36.682Z | Downloaded crossbeam-utils v0.8.19 |
1299 | 2024-03-26T06:39:36.687Z | Downloaded crossbeam-epoch v0.9.18 |
1300 | 2024-03-26T06:39:36.687Z | Downloaded aes-gcm v0.10.3 |
1301 | 2024-03-26T06:39:36.690Z | Downloaded const-oid v0.9.6 |
1302 | 2024-03-26T06:39:36.690Z | Downloaded parking_lot v0.11.2 |
1303 | 2024-03-26T06:39:36.693Z | Downloaded secrecy v0.8.0 |
1304 | 2024-03-26T06:39:36.693Z | Downloaded sec1 v0.7.3 |
1305 | 2024-03-26T06:39:36.693Z | Downloaded rustls-pemfile v1.0.3 |
1306 | 2024-03-26T06:39:36.697Z | Downloaded untrusted v0.9.0 |
1307 | 2024-03-26T06:39:36.697Z | Downloaded zone_cfg_derive v0.1.2 |
1308 | 2024-03-26T06:39:36.700Z | Downloaded parking_lot_core v0.9.8 |
1309 | 2024-03-26T06:39:36.700Z | Downloaded parking_lot_core v0.8.6 |
1310 | 2024-03-26T06:39:36.703Z | Downloaded getopts v0.2.21 |
1311 | 2024-03-26T06:39:36.703Z | Downloaded dirs-sys v0.4.1 |
1312 | 2024-03-26T06:39:36.706Z | Downloaded data-encoding v2.4.0 |
1313 | 2024-03-26T06:39:36.706Z | Downloaded num-integer v0.1.46 |
1314 | 2024-03-26T06:39:36.709Z | Downloaded num-complex v0.4.4 |
1315 | 2024-03-26T06:39:36.709Z | Downloaded mime_guess v2.0.4 |
1316 | 2024-03-26T06:39:36.713Z | Downloaded clap v4.5.1 |
1317 | 2024-03-26T06:39:36.718Z | Downloaded num_enum_derive v0.7.2 |
1318 | 2024-03-26T06:39:36.721Z | Downloaded num-rational v0.4.1 |
1319 | 2024-03-26T06:39:36.721Z | Downloaded darling v0.20.3 |
1320 | 2024-03-26T06:39:36.724Z | Downloaded itertools v0.12.1 |
1321 | 2024-03-26T06:39:36.730Z | Downloaded ciborium v0.2.2 |
1322 | 2024-03-26T06:39:36.734Z | Downloaded console v0.15.8 |
1323 | 2024-03-26T06:39:36.737Z | Downloaded colored v2.1.0 |
1324 | 2024-03-26T06:39:36.737Z | Downloaded try-lock v0.2.4 |
1325 | 2024-03-26T06:39:36.743Z | Downloaded phf v0.11.2 |
1326 | 2024-03-26T06:39:36.743Z | Downloaded pest_generator v2.7.6 |
1327 | 2024-03-26T06:39:36.743Z | Downloaded percent-encoding v2.3.1 |
1328 | 2024-03-26T06:39:36.747Z | Downloaded pem-rfc7468 v0.7.0 |
1329 | 2024-03-26T06:39:36.747Z | Downloaded pem v3.0.2 |
1330 | 2024-03-26T06:39:36.747Z | Downloaded pbkdf2 v0.12.2 |
1331 | 2024-03-26T06:39:36.747Z | Downloaded parse-display-derive v0.9.0 |
1332 | 2024-03-26T06:39:36.747Z | Downloaded bzip2 v0.4.4 |
1333 | 2024-03-26T06:39:36.750Z | Downloaded spin v0.5.2 |
1334 | 2024-03-26T06:39:36.750Z | Downloaded slog-json v2.6.1 |
1335 | 2024-03-26T06:39:36.750Z | Downloaded paste v1.0.14 |
1336 | 2024-03-26T06:39:36.753Z | Downloaded lock_api v0.4.10 |
1337 | 2024-03-26T06:39:36.756Z | Downloaded defmt-parser v0.3.3 |
1338 | 2024-03-26T06:39:36.756Z | Downloaded defmt-macros v0.3.6 |
1339 | 2024-03-26T06:39:36.759Z | Downloaded backoff v0.4.0 |
1340 | 2024-03-26T06:39:36.759Z | Downloaded dhcproto-macros v0.1.0 |
1341 | 2024-03-26T06:39:36.760Z | Downloaded num_cpus v1.16.0 |
1342 | 2024-03-26T06:39:36.763Z | Downloaded nanorand v0.7.0 |
1343 | 2024-03-26T06:39:36.766Z | Downloaded linked-hash-map v0.5.6 |
1344 | 2024-03-26T06:39:36.766Z | Downloaded bitflags v2.4.2 |
1345 | 2024-03-26T06:39:36.769Z | Downloaded num_enum_derive v0.5.11 |
1346 | 2024-03-26T06:39:36.769Z | Downloaded libsw v3.3.1 |
1347 | 2024-03-26T06:39:36.772Z | Downloaded async-trait v0.1.77 |
1348 | 2024-03-26T06:39:36.775Z | Downloaded ascii v1.1.0 |
1349 | 2024-03-26T06:39:36.775Z | Downloaded arrayvec v0.7.4 |
1350 | 2024-03-26T06:39:36.778Z | Downloaded newtype-uuid v1.0.1 |
1351 | 2024-03-26T06:39:36.778Z | Downloaded mime v0.3.17 |
1352 | 2024-03-26T06:39:36.778Z | Downloaded macaddr v1.0.1 |
1353 | 2024-03-26T06:39:36.782Z | Downloaded lru-cache v0.1.2 |
1354 | 2024-03-26T06:39:36.782Z | Downloaded lazy_static v1.4.0 |
1355 | 2024-03-26T06:39:36.782Z | Downloaded defmt v0.3.5 |
1356 | 2024-03-26T06:39:36.785Z | Downloaded crypto-common v0.1.6 |
1357 | 2024-03-26T06:39:36.788Z | Downloaded constant_time_eq v0.3.0 |
1358 | 2024-03-26T06:39:36.788Z | Downloaded cfg-if v1.0.0 |
1359 | 2024-03-26T06:39:36.788Z | Downloaded ciborium-ll v0.2.2 |
1360 | 2024-03-26T06:39:36.793Z | Downloaded bitstruct_derive v0.1.0 |
1361 | 2024-03-26T06:39:36.793Z | Downloaded bit-vec v0.6.3 |
1362 | 2024-03-26T06:39:36.793Z | Downloaded blowfish v0.9.1 |
1363 | 2024-03-26T06:39:36.793Z | Downloaded memmap2 v0.7.1 |
1364 | 2024-03-26T06:39:36.796Z | Downloaded linear-map v1.2.0 |
1365 | 2024-03-26T06:39:36.796Z | Downloaded curve25519-dalek-derive v0.1.0 |
1366 | 2024-03-26T06:39:36.796Z | Downloaded match_cfg v0.1.0 |
1367 | 2024-03-26T06:39:36.796Z | Downloaded der v0.7.8 |
1368 | 2024-03-26T06:39:36.800Z | Downloaded allocator-api2 v0.2.16 |
1369 | 2024-03-26T06:39:36.806Z | Downloaded itoa v1.0.9 |
1370 | 2024-03-26T06:39:36.809Z | Downloaded ipnetwork v0.20.0 |
1371 | 2024-03-26T06:39:36.809Z | Downloaded inout v0.1.3 |
1372 | 2024-03-26T06:39:36.809Z | Downloaded async-stream-impl v0.3.5 |
1373 | 2024-03-26T06:39:36.809Z | Downloaded ahash v0.8.8 |
1374 | 2024-03-26T06:39:37.285Z | Compiling proc-macro2 v1.0.78 |
1375 | 2024-03-26T06:39:37.285Z | Compiling unicode-ident v1.0.12 |
1376 | 2024-03-26T06:39:37.300Z | Compiling libc v0.2.153 |
1377 | 2024-03-26T06:39:37.300Z | Compiling serde v1.0.197 |
1378 | 2024-03-26T06:39:37.301Z | Compiling version_check v0.9.4 |
1379 | 2024-03-26T06:39:37.324Z | Compiling cfg-if v1.0.0 |
1380 | 2024-03-26T06:39:37.331Z | Compiling autocfg v1.1.0 |
1381 | 2024-03-26T06:39:37.444Z | Compiling syn v1.0.109 |
1382 | 2024-03-26T06:39:37.461Z | Compiling thiserror v1.0.57 |
1383 | 2024-03-26T06:39:37.533Z | Compiling once_cell v1.19.0 |
1384 | 2024-03-26T06:39:37.933Z | Compiling typenum v1.16.0 |
1385 | 2024-03-26T06:39:38.104Z | Compiling parking_lot_core v0.9.8 |
1386 | 2024-03-26T06:39:38.174Z | Compiling lock_api v0.4.10 |
1387 | 2024-03-26T06:39:38.604Z | Compiling generic-array v0.14.7 |
1388 | 2024-03-26T06:39:38.728Z | Compiling byteorder v1.5.0 |
1389 | 2024-03-26T06:39:39.197Z | Compiling libm v0.2.7 |
1390 | 2024-03-26T06:39:39.197Z | Compiling serde_json v1.0.114 |
1391 | 2024-03-26T06:39:39.198Z | Compiling memchr v2.7.1 |
1392 | 2024-03-26T06:39:39.198Z | Compiling num-traits v0.2.18 |
1393 | 2024-03-26T06:39:39.198Z | Compiling ahash v0.8.8 |
1394 | 2024-03-26T06:39:39.198Z | Compiling log v0.4.21 |
1395 | 2024-03-26T06:39:39.198Z | Compiling itoa v1.0.9 |
1396 | 2024-03-26T06:39:39.511Z | Compiling scopeguard v1.2.0 |
1397 | 2024-03-26T06:39:39.571Z | Compiling quote v1.0.35 |
1398 | 2024-03-26T06:39:39.821Z | Compiling slab v0.4.9 |
1399 | 2024-03-26T06:39:40.095Z | Compiling syn v2.0.52 |
1400 | 2024-03-26T06:39:40.139Z | Compiling getrandom v0.2.12 |
1401 | 2024-03-26T06:39:40.271Z | Compiling cc v1.0.83 |
1402 | 2024-03-26T06:39:40.468Z | Compiling rand_core v0.6.4 |
1403 | 2024-03-26T06:39:40.853Z | Compiling smallvec v1.13.1 |
1404 | 2024-03-26T06:39:41.041Z | Compiling allocator-api2 v0.2.16 |
1405 | 2024-03-26T06:39:41.129Z | Compiling ryu v1.0.15 |
1406 | 2024-03-26T06:39:41.292Z | Compiling heck v0.4.1 |
1407 | 2024-03-26T06:39:41.534Z | Compiling pin-project-lite v0.2.13 |
1408 | 2024-03-26T06:39:41.585Z | Compiling subtle v2.5.0 |
1409 | 2024-03-26T06:39:41.694Z | Compiling schemars v0.8.16 |
1410 | 2024-03-26T06:39:41.858Z | Compiling pkg-config v0.3.27 |
1411 | 2024-03-26T06:39:42.508Z | Compiling parking_lot v0.12.1 |
1412 | 2024-03-26T06:39:42.540Z | Compiling equivalent v1.0.1 |
1413 | 2024-03-26T06:39:42.655Z | Compiling signal-hook-registry v1.4.1 |
1414 | 2024-03-26T06:39:43.312Z | Compiling mio v0.8.11 |
1415 | 2024-03-26T06:39:43.420Z | Compiling ring v0.17.8 |
1416 | 2024-03-26T06:39:43.504Z | Compiling num_cpus v1.16.0 |
1417 | 2024-03-26T06:39:43.524Z | Compiling socket2 v0.5.5 |
1418 | 2024-03-26T06:39:43.658Z | Compiling num-conv v0.1.0 |
1419 | 2024-03-26T06:39:43.721Z | Compiling time-core v0.1.2 |
1420 | 2024-03-26T06:39:43.897Z | Compiling futures-core v0.3.30 |
1421 | 2024-03-26T06:39:43.921Z | Compiling time-macros v0.2.17 |
1422 | 2024-03-26T06:39:44.188Z | Compiling httparse v1.8.0 |
1423 | 2024-03-26T06:39:44.499Z | Compiling const-oid v0.9.6 |
1424 | 2024-03-26T06:39:44.582Z | Compiling vcpkg v0.2.15 |
1425 | 2024-03-26T06:39:45.105Z | Compiling ucd-trie v0.1.6 |
1426 | 2024-03-26T06:39:45.862Z | Compiling fnv v1.0.7 |
1427 | 2024-03-26T06:39:46.009Z | Compiling futures-sink v0.3.30 |
1428 | 2024-03-26T06:39:46.163Z | Compiling slog v2.7.0 |
1429 | 2024-03-26T06:39:46.304Z | Compiling ring v0.16.20 |
1430 | 2024-03-26T06:39:46.710Z | Compiling spin v0.5.2 |
1431 | 2024-03-26T06:39:46.831Z | Compiling openssl-sys v0.9.96 |
1432 | 2024-03-26T06:39:46.942Z | Compiling futures-channel v0.3.30 |
1433 | 2024-03-26T06:39:47.002Z | Compiling futures-io v0.3.30 |
1434 | 2024-03-26T06:39:47.290Z | Compiling serde_derive_internals v0.26.0 |
1435 | 2024-03-26T06:39:47.369Z | Compiling pin-utils v0.1.0 |
1436 | 2024-03-26T06:39:47.426Z | Compiling futures-task v0.3.30 |
1437 | 2024-03-26T06:39:47.454Z | Compiling iana-time-zone v0.1.57 |
1438 | 2024-03-26T06:39:47.476Z | Compiling rustix v0.38.31 |
1439 | 2024-03-26T06:39:47.617Z | Compiling openssl v0.10.60 |
1440 | 2024-03-26T06:39:47.715Z | Compiling async-trait v0.1.77 |
1441 | 2024-03-26T06:39:47.903Z | Compiling backtrace v0.3.69 |
1442 | 2024-03-26T06:39:48.197Z | Compiling native-tls v0.2.11 |
1443 | 2024-03-26T06:39:48.217Z | Compiling semver v1.0.22 |
1444 | 2024-03-26T06:39:48.300Z | Compiling rustls v0.21.9 |
1445 | 2024-03-26T06:39:48.387Z | Compiling crossbeam-utils v0.8.19 |
1446 | 2024-03-26T06:39:48.526Z | Compiling cpufeatures v0.2.12 |
1447 | 2024-03-26T06:39:48.560Z | Compiling tinyvec_macros v0.1.1 |
1448 | 2024-03-26T06:39:48.621Z | Compiling cookie v0.17.0 |
1449 | 2024-03-26T06:39:48.654Z | Compiling tinyvec v1.6.0 |
1450 | 2024-03-26T06:39:48.701Z | Compiling anyhow v1.0.79 |
1451 | 2024-03-26T06:39:49.297Z | Compiling aho-corasick v1.1.2 |
1452 | 2024-03-26T06:39:49.325Z | Compiling uuid v0.8.2 |
1453 | 2024-03-26T06:39:49.807Z | Compiling dyn-clone v1.0.17 |
1454 | 2024-03-26T06:39:49.874Z | Compiling unicode-bidi v0.3.15 |
1455 | 2024-03-26T06:39:50.136Z | Compiling unicode-normalization v0.1.22 |
1456 | 2024-03-26T06:39:50.172Z | Compiling regex-syntax v0.8.2 |
1457 | 2024-03-26T06:39:50.909Z | Compiling ppv-lite86 v0.2.17 |
1458 | 2024-03-26T06:39:51.456Z | Compiling tracing-core v0.1.32 |
1459 | 2024-03-26T06:39:51.998Z | Compiling winnow v0.5.15 |
1460 | 2024-03-26T06:39:52.567Z | Compiling percent-encoding v2.3.1 |
1461 | 2024-03-26T06:39:53.112Z | Compiling rand_chacha v0.3.1 |
1462 | 2024-03-26T06:39:54.632Z | Compiling regex-automata v0.4.5 |
1463 | 2024-03-26T06:39:54.954Z | Compiling serde_derive v1.0.197 |
1464 | 2024-03-26T06:39:54.991Z | Compiling zeroize_derive v1.4.2 |
1465 | 2024-03-26T06:39:55.040Z | Compiling thiserror-impl v1.0.57 |
1466 | 2024-03-26T06:39:55.105Z | Compiling zerocopy-derive v0.7.32 |
1467 | 2024-03-26T06:39:55.674Z | Compiling tokio-macros v2.2.0 |
1468 | 2024-03-26T06:39:55.715Z | Compiling futures-macro v0.3.30 |
1469 | 2024-03-26T06:39:56.597Z | Compiling zeroize v1.7.0 |
1470 | 2024-03-26T06:39:56.978Z | Compiling tracing-attributes v0.1.27 |
1471 | 2024-03-26T06:39:57.504Z | Compiling schemars_derive v0.8.16 |
1472 | 2024-03-26T06:39:57.531Z | Compiling zerocopy v0.7.32 |
1473 | 2024-03-26T06:39:58.332Z | Compiling crypto-common v0.1.6 |
1474 | 2024-03-26T06:39:58.637Z | Compiling pest v2.7.6 |
1475 | 2024-03-26T06:39:58.684Z | Compiling block-buffer v0.10.4 |
1476 | 2024-03-26T06:39:58.954Z | Compiling digest v0.10.7 |
1477 | 2024-03-26T06:39:59.423Z | Compiling futures-util v0.3.30 |
1478 | 2024-03-26T06:39:59.593Z | Compiling openssl-macros v0.1.1 |
1479 | 2024-03-26T06:39:59.818Z | Compiling hashbrown v0.14.3 |
1480 | 2024-03-26T06:40:00.909Z | Compiling pest_meta v2.7.6 |
1481 | 2024-03-26T06:40:01.283Z | Compiling tracing v0.1.40 |
1482 | 2024-03-26T06:40:01.638Z | Compiling regex v1.10.3 |
1483 | 2024-03-26T06:40:01.869Z | Compiling scroll_derive v0.12.0 |
1484 | 2024-03-26T06:40:02.769Z | Compiling pest_generator v2.7.6 |
1485 | 2024-03-26T06:40:03.125Z | Compiling der_derive v0.7.2 |
1486 | 2024-03-26T06:40:03.617Z | Compiling powerfmt v0.2.0 |
1487 | 2024-03-26T06:40:04.754Z | Compiling deranged v0.3.11 |
1488 | 2024-03-26T06:40:05.308Z | Compiling rand v0.8.5 |
1489 | 2024-03-26T06:40:05.675Z | Compiling spin v0.9.8 |
1490 | 2024-03-26T06:40:05.767Z | Compiling thread-id v4.2.0 |
1491 | 2024-03-26T06:40:05.886Z | Compiling rustversion v1.0.14 |
1492 | 2024-03-26T06:40:05.948Z | Compiling pest_derive v2.7.6 |
1493 | 2024-03-26T06:40:06.053Z | Compiling num_threads v0.1.6 |
1494 | 2024-03-26T06:40:06.185Z | Compiling crc32fast v1.3.2 |
1495 | 2024-03-26T06:40:06.758Z | Compiling form_urlencoded v1.2.1 |
1496 | 2024-03-26T06:40:06.863Z | Compiling time v0.3.34 |
1497 | 2024-03-26T06:40:07.131Z | Compiling unicode-width v0.1.11 |
1498 | 2024-03-26T06:40:08.686Z | Compiling unicode-xid v0.2.4 |
1499 | 2024-03-26T06:40:08.829Z | Compiling synstructure v0.12.6 |
1500 | 2024-03-26T06:40:09.907Z | Compiling bytes v1.5.0 |
1501 | 2024-03-26T06:40:10.003Z | Compiling indexmap v2.2.5 |
1502 | 2024-03-26T06:40:10.958Z | Compiling tokio v1.36.0 |
1503 | 2024-03-26T06:40:11.278Z | Compiling chrono v0.4.34 |
1504 | 2024-03-26T06:40:11.364Z | Compiling uuid v1.7.0 |
1505 | 2024-03-26T06:40:12.946Z | Compiling http v0.2.12 |
1506 | 2024-03-26T06:40:13.435Z | Compiling bitflags v2.4.2 |
1507 | 2024-03-26T06:40:13.502Z | Compiling toml_datetime v0.6.5 |
1508 | 2024-03-26T06:40:13.529Z | Compiling serde_spanned v0.6.5 |
1509 | 2024-03-26T06:40:14.416Z | Compiling toml_edit v0.19.15 |
1510 | 2024-03-26T06:40:14.817Z | Compiling rustc_version v0.4.0 |
1511 | 2024-03-26T06:40:15.599Z | Compiling openapiv3 v2.0.0 |
1512 | 2024-03-26T06:40:16.756Z | Compiling serde_tokenstream v0.2.0 |
1513 | 2024-03-26T06:40:17.305Z | Compiling idna v0.5.0 |
1514 | 2024-03-26T06:40:18.063Z | Compiling lazy_static v1.4.0 |
1515 | 2024-03-26T06:40:18.180Z | Compiling usdt-impl v0.5.0 |
1516 | 2024-03-26T06:40:18.890Z | Compiling url v2.5.0 |
1517 | 2024-03-26T06:40:19.198Z | Compiling zerocopy-derive v0.2.0 |
1518 | 2024-03-26T06:40:19.246Z | Compiling scroll v0.12.0 |
1519 | 2024-03-26T06:40:20.185Z | Compiling adler v1.0.2 |
1520 | 2024-03-26T06:40:20.410Z | Compiling plain v0.2.3 |
1521 | 2024-03-26T06:40:20.496Z | Compiling miniz_oxide v0.7.1 |
1522 | 2024-03-26T06:40:20.567Z | Compiling goblin v0.8.0 |
1523 | 2024-03-26T06:40:22.421Z | Compiling untrusted v0.9.0 |
1524 | 2024-03-26T06:40:22.610Z | Compiling foreign-types-shared v0.1.1 |
1525 | 2024-03-26T06:40:22.625Z | Compiling untrusted v0.7.1 |
1526 | 2024-03-26T06:40:22.640Z | Compiling pretty-hex v0.4.1 |
1527 | 2024-03-26T06:40:22.811Z | Compiling foreign-types v0.3.2 |
1528 | 2024-03-26T06:40:26.398Z | Compiling tokio-util v0.7.10 |
1529 | 2024-03-26T06:40:27.114Z | Compiling dof v0.3.0 |
1530 | 2024-03-26T06:40:27.994Z | Compiling dtrace-parser v0.2.0 |
1531 | 2024-03-26T06:40:29.196Z | Compiling errno v0.3.8 |
1532 | 2024-03-26T06:40:29.247Z | Compiling usdt-impl v0.3.5 |
1533 | 2024-03-26T06:40:29.272Z | Compiling base64 v0.21.7 |
1534 | 2024-03-26T06:40:29.584Z | Compiling try-lock v0.2.4 |
1535 | 2024-03-26T06:40:29.737Z | Compiling want v0.3.1 |
1536 | 2024-03-26T06:40:30.723Z | Compiling h2 v0.3.24 |
1537 | 2024-03-26T06:40:30.989Z | Compiling sct v0.7.0 |
1538 | 2024-03-26T06:40:35.362Z | Compiling rustls-webpki v0.101.7 |
1539 | 2024-03-26T06:40:35.363Z | Compiling http-body v0.4.5 |
1540 | 2024-03-26T06:40:35.363Z | Compiling clap_derive v4.5.0 |
1541 | 2024-03-26T06:40:35.363Z | Compiling num-bigint v0.4.4 |
1542 | 2024-03-26T06:40:35.363Z | Compiling openssl-probe v0.1.5 |
1543 | 2024-03-26T06:40:35.422Z | Compiling gimli v0.28.0 |
1544 | 2024-03-26T06:40:35.422Z | Compiling tower-service v0.3.2 |
1545 | 2024-03-26T06:40:35.422Z | Compiling httpdate v1.0.3 |
1546 | 2024-03-26T06:40:36.065Z | Compiling zerocopy v0.3.0 |
1547 | 2024-03-26T06:40:37.013Z | Compiling heapless v0.7.16 |
1548 | 2024-03-26T06:40:37.449Z | Compiling hyper v0.14.28 |
1549 | 2024-03-26T06:40:37.823Z | Compiling addr2line v0.21.0 |
1550 | 2024-03-26T06:40:38.021Z | Compiling idna v0.3.0 |
1551 | 2024-03-26T06:40:38.538Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1552 | 2024-03-26T06:40:38.572Z | Compiling object v0.32.1 |
1553 | 2024-03-26T06:40:38.971Z | Compiling psl-types v2.0.11 |
1554 | 2024-03-26T06:40:39.173Z | Compiling base64ct v1.6.0 |
1555 | 2024-03-26T06:40:39.616Z | Compiling rustc-demangle v0.1.23 |
1556 | 2024-03-26T06:40:39.667Z | Compiling unicode-segmentation v1.10.1 |
1557 | 2024-03-26T06:40:39.766Z | Compiling signal-hook v0.3.17 |
1558 | 2024-03-26T06:40:40.510Z | Compiling tokio-rustls v0.24.1 |
1559 | 2024-03-26T06:40:40.907Z | Compiling publicsuffix v2.2.3 |
1560 | 2024-03-26T06:40:41.201Z | Compiling tokio-native-tls v0.3.1 |
1561 | 2024-03-26T06:40:41.477Z | Compiling dof v0.1.5 |
1562 | 2024-03-26T06:40:41.868Z | Compiling crossbeam-epoch v0.9.18 |
1563 | 2024-03-26T06:40:42.410Z | Compiling dtrace-parser v0.1.14 |
1564 | 2024-03-26T06:40:42.526Z | Compiling ipnet v2.9.0 |
1565 | 2024-03-26T06:40:42.748Z | Compiling bitflags v1.3.2 |
1566 | 2024-03-26T06:40:43.145Z | Compiling cookie_store v0.20.0 |
1567 | 2024-03-26T06:40:44.360Z | Compiling hyper-tls v0.5.0 |
1568 | 2024-03-26T06:40:44.718Z | Compiling hyper-rustls v0.24.2 |
1569 | 2024-03-26T06:40:45.080Z | Compiling rustls-pemfile v1.0.3 |
1570 | 2024-03-26T06:40:45.128Z | Compiling serde_urlencoded v0.7.1 |
1571 | 2024-03-26T06:40:45.661Z | Compiling serde_tokenstream v0.1.7 |
1572 | 2024-03-26T06:40:45.796Z | Compiling enum-as-inner v0.5.1 |
1573 | 2024-03-26T06:40:46.201Z | Compiling encoding_rs v0.8.33 |
1574 | 2024-03-26T06:40:46.357Z | Compiling smoltcp v0.9.1 |
1575 | 2024-03-26T06:40:46.840Z | Compiling sync_wrapper v0.1.2 |
1576 | 2024-03-26T06:40:47.128Z | Compiling webpki-roots v0.25.2 |
1577 | 2024-03-26T06:40:47.157Z | Compiling mime v0.3.17 |
1578 | 2024-03-26T06:40:47.416Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1579 | 2024-03-26T06:40:47.767Z | Compiling either v1.10.0 |
1580 | 2024-03-26T06:40:48.324Z | Compiling data-encoding v2.4.0 |
1581 | 2024-03-26T06:40:48.475Z | Compiling reqwest v0.11.24 |
1582 | 2024-03-26T06:40:48.753Z | Compiling pem-rfc7468 v0.7.0 |
1583 | 2024-03-26T06:40:50.641Z | Compiling hmac v0.12.1 |
1584 | 2024-03-26T06:40:50.773Z | Compiling futures-executor v0.3.30 |
1585 | 2024-03-26T06:40:50.894Z | Compiling regress v0.9.0 |
1586 | 2024-03-26T06:40:52.195Z | Compiling flagset v0.4.3 |
1587 | 2024-03-26T06:40:53.235Z | Compiling siphasher v0.3.11 |
1588 | 2024-03-26T06:40:53.620Z | Compiling der v0.7.8 |
1589 | 2024-03-26T06:40:55.537Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1590 | 2024-03-26T06:40:56.419Z | Compiling flate2 v1.0.28 |
1591 | 2024-03-26T06:40:56.932Z | Compiling usdt-attr-macro v0.3.5 |
1592 | 2024-03-26T06:40:57.092Z | Compiling usdt-macro v0.3.5 |
1593 | 2024-03-26T06:40:58.538Z | Compiling hubpack_derive v0.1.1 |
1594 | 2024-03-26T06:40:59.027Z | Compiling zerocopy-derive v0.6.4 |
1595 | 2024-03-26T06:40:59.541Z | Compiling utf8parse v0.2.1 |
1596 | 2024-03-26T06:40:59.545Z | Compiling anstyle v1.0.6 |
1597 | 2024-03-26T06:40:59.709Z | Compiling winnow v0.6.1 |
1598 | 2024-03-26T06:41:00.499Z | Compiling sha2 v0.10.8 |
1599 | 2024-03-26T06:41:01.345Z | Compiling anstyle-parse v0.2.1 |
1600 | 2024-03-26T06:41:02.081Z | Compiling futures v0.3.30 |
1601 | 2024-03-26T06:41:02.534Z | Compiling spki v0.7.2 |
1602 | 2024-03-26T06:41:03.539Z | Compiling toml_edit v0.22.6 |
1603 | 2024-03-26T06:41:03.843Z | Compiling md-5 v0.10.5 |
1604 | 2024-03-26T06:41:03.898Z | Compiling toml v0.7.8 |
1605 | 2024-03-26T06:41:03.911Z | Compiling hex v0.4.3 |
1606 | 2024-03-26T06:41:04.101Z | Compiling stringprep v0.1.3 |
1607 | 2024-03-26T06:41:04.245Z | Compiling block-padding v0.3.3 |
1608 | 2024-03-26T06:41:04.672Z | Compiling diesel_table_macro_syntax v0.1.0 |
1609 | 2024-03-26T06:41:05.071Z | Compiling num-integer v0.1.46 |
1610 | 2024-03-26T06:41:05.096Z | Compiling hash32 v0.2.1 |
1611 | 2024-03-26T06:41:05.459Z | Compiling anstyle-query v1.0.0 |
1612 | 2024-03-26T06:41:05.601Z | Compiling fallible-iterator v0.2.0 |
1613 | 2024-03-26T06:41:05.750Z | Compiling colorchoice v1.0.0 |
1614 | 2024-03-26T06:41:05.910Z | Compiling stable_deref_trait v1.2.0 |
1615 | 2024-03-26T06:41:06.063Z | Compiling anstream v0.6.11 |
1616 | 2024-03-26T06:41:06.306Z | Compiling postgres-protocol v0.6.6 |
1617 | 2024-03-26T06:41:07.263Z | Compiling diesel_derives v2.1.2 |
1618 | 2024-03-26T06:41:08.651Z | Compiling inout v0.1.3 |
1619 | 2024-03-26T06:41:09.075Z | Compiling pkcs8 v0.10.2 |
1620 | 2024-03-26T06:41:09.656Z | Compiling phf_shared v0.11.2 |
1621 | 2024-03-26T06:41:09.852Z | Compiling terminal_size v0.3.0 |
1622 | 2024-03-26T06:41:10.010Z | Compiling ff v0.13.0 |
1623 | 2024-03-26T06:41:10.055Z | Compiling strum_macros v0.25.2 |
1624 | 2024-03-26T06:41:10.221Z | Compiling serde_repr v0.1.16 |
1625 | 2024-03-26T06:41:10.453Z | Compiling scheduled-thread-pool v0.2.7 |
1626 | 2024-03-26T06:41:10.669Z | Compiling matches v0.1.10 |
1627 | 2024-03-26T06:41:11.052Z | Compiling bit-vec v0.6.3 |
1628 | 2024-03-26T06:41:11.271Z | Compiling base16ct v0.2.0 |
1629 | 2024-03-26T06:41:11.378Z | Compiling regex-automata v0.1.10 |
1630 | 2024-03-26T06:41:11.512Z | Compiling strsim v0.11.0 |
1631 | 2024-03-26T06:41:11.534Z | Compiling managed v0.8.0 |
1632 | 2024-03-26T06:41:11.619Z | Compiling clap_lex v0.7.0 |
1633 | 2024-03-26T06:41:11.828Z | Compiling bstr v0.2.17 |
1634 | 2024-03-26T06:41:11.892Z | Compiling clap_builder v4.5.1 |
1635 | 2024-03-26T06:41:12.123Z | Compiling sec1 v0.7.3 |
1636 | 2024-03-26T06:41:12.711Z | Compiling idna v0.2.3 |
1637 | 2024-03-26T06:41:12.776Z | Compiling r2d2 v0.8.10 |
1638 | 2024-03-26T06:41:13.303Z | Compiling group v0.13.0 |
1639 | 2024-03-26T06:41:13.613Z | Compiling phf v0.11.2 |
1640 | 2024-03-26T06:41:14.198Z | Compiling signal-hook-mio v0.2.3 |
1641 | 2024-03-26T06:41:14.230Z | Compiling bzip2 v0.4.4 |
1642 | 2024-03-26T06:41:14.254Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1643 | 2024-03-26T06:41:14.302Z | Compiling cipher v0.4.4 |
1644 | 2024-03-26T06:41:14.724Z | Compiling postgres-types v0.2.6 |
1645 | 2024-03-26T06:41:14.797Z | Compiling zerocopy v0.6.4 |
1646 | 2024-03-26T06:41:14.949Z | Compiling hubpack v0.1.2 |
1647 | 2024-03-26T06:41:15.409Z | Compiling phf_shared v0.10.0 |
1648 | 2024-03-26T06:41:15.644Z | Compiling hkdf v0.12.4 |
1649 | 2024-03-26T06:41:15.908Z | Compiling crypto-bigint v0.5.2 |
1650 | 2024-03-26T06:41:16.019Z | Compiling ipnetwork v0.20.0 |
1651 | 2024-03-26T06:41:16.943Z | Compiling float-cmp v0.9.0 |
1652 | 2024-03-26T06:41:17.170Z | Compiling fixedbitset v0.4.2 |
1653 | 2024-03-26T06:41:17.598Z | Compiling precomputed-hash v0.1.1 |
1654 | 2024-03-26T06:41:17.872Z | Compiling predicates-core v1.0.6 |
1655 | 2024-03-26T06:41:19.420Z | Compiling minimal-lexical v0.2.1 |
1656 | 2024-03-26T06:41:19.458Z | Compiling normalize-line-endings v0.3.0 |
1657 | 2024-03-26T06:41:19.596Z | Compiling static_assertions v1.1.0 |
1658 | 2024-03-26T06:41:19.696Z | Compiling new_debug_unreachable v1.0.4 |
1659 | 2024-03-26T06:41:20.103Z | Compiling whoami v1.5.0 |
1660 | 2024-03-26T06:41:20.123Z | Compiling difflib v0.4.0 |
1661 | 2024-03-26T06:41:21.903Z | Compiling predicates v3.1.0 |
1662 | 2024-03-26T06:41:21.913Z | Compiling tokio-postgres v0.7.10 |
1663 | 2024-03-26T06:41:21.913Z | Compiling nom v7.1.3 |
1664 | 2024-03-26T06:41:21.913Z | Compiling string_cache v0.8.7 |
1665 | 2024-03-26T06:41:22.316Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1666 | 2024-03-26T06:41:22.407Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1667 | 2024-03-26T06:41:22.553Z | Compiling trust-dns-proto v0.22.0 |
1668 | 2024-03-26T06:41:23.846Z | Compiling diesel v2.1.4 |
1669 | 2024-03-26T06:41:24.295Z | Compiling elliptic-curve v0.13.8 |
1670 | 2024-03-26T06:41:25.085Z | Compiling petgraph v0.6.4 |
1671 | 2024-03-26T06:41:25.556Z | Compiling yasna v0.5.2 |
1672 | 2024-03-26T06:41:25.660Z | Compiling clap v4.5.1 |
1673 | 2024-03-26T06:41:26.372Z | Compiling zip v0.6.6 |
1674 | 2024-03-26T06:41:27.494Z | Compiling crossterm v0.27.0 |
1675 | 2024-03-26T06:41:28.330Z | Compiling similar v2.4.0 |
1676 | 2024-03-26T06:41:28.351Z | Compiling bit-set v0.5.3 |
1677 | 2024-03-26T06:41:28.622Z | Compiling num-iter v0.1.44 |
1678 | 2024-03-26T06:41:28.817Z | Compiling usdt v0.3.5 |
1679 | 2024-03-26T06:41:29.095Z | Compiling itertools v0.10.5 |
1680 | 2024-03-26T06:41:29.121Z | Compiling console v0.15.8 |
1681 | 2024-03-26T06:41:30.656Z | Compiling tokio-stream v0.1.14 |
1682 | 2024-03-26T06:41:31.293Z | Compiling getopts v0.2.21 |
1683 | 2024-03-26T06:41:31.326Z | Compiling bstr v1.9.0 |
1684 | 2024-03-26T06:41:31.850Z | Compiling unsafe-libyaml v0.2.10 |
1685 | 2024-03-26T06:41:32.124Z | Compiling lalrpop-util v0.19.12 |
1686 | 2024-03-26T06:41:32.473Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1687 | 2024-03-26T06:41:33.157Z | Compiling serde_yaml v0.9.25 |
1688 | 2024-03-26T06:41:37.523Z | Compiling camino v1.1.6 |
1689 | 2024-03-26T06:41:38.255Z | Compiling atty v0.2.14 |
1690 | 2024-03-26T06:41:40.732Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1691 | 2024-03-26T06:41:42.668Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1692 | 2024-03-26T06:41:47.095Z | Compiling proc-macro-crate v1.3.1 |
1693 | 2024-03-26T06:41:48.227Z | Compiling sha1 v0.10.6 |
1694 | 2024-03-26T06:41:58.753Z | Compiling strsim v0.10.0 |
1695 | 2024-03-26T06:41:59.290Z | Compiling ident_case v1.0.1 |
1696 | 2024-03-26T06:41:59.543Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1697 | 2024-03-26T06:41:59.543Z | Compiling darling_core v0.20.3 |
1698 | 2024-03-26T06:42:00.852Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1699 | 2024-03-26T06:42:07.676Z | Compiling strum_macros v0.26.1 |
1700 | 2024-03-26T06:42:07.677Z | Compiling match_cfg v0.1.0 |
1701 | 2024-03-26T06:42:07.695Z | Compiling hostname v0.3.1 |
1702 | 2024-03-26T06:42:07.695Z | Compiling darling_macro v0.20.3 |
1703 | 2024-03-26T06:42:07.695Z | Compiling strum v0.26.1 |
1704 | 2024-03-26T06:42:07.695Z | Compiling thread_local v1.1.7 |
1705 | 2024-03-26T06:42:07.695Z | Compiling slog-async v2.8.0 |
1706 | 2024-03-26T06:42:07.695Z | Compiling darling v0.20.3 |
1707 | 2024-03-26T06:42:07.696Z | Compiling crossbeam-channel v0.5.8 |
1708 | 2024-03-26T06:42:07.696Z | Compiling dirs-sys-next v0.1.2 |
1709 | 2024-03-26T06:42:07.696Z | Compiling instant v0.1.12 |
1710 | 2024-03-26T06:42:07.696Z | Compiling parking_lot_core v0.8.6 |
1711 | 2024-03-26T06:42:07.696Z | Compiling take_mut v0.2.2 |
1712 | 2024-03-26T06:42:07.696Z | Compiling dirs-next v2.0.0 |
1713 | 2024-03-26T06:42:07.852Z | Compiling http v1.0.0 |
1714 | 2024-03-26T06:42:07.888Z | Compiling rustls-pki-types v1.3.0 |
1715 | 2024-03-26T06:42:08.194Z | Compiling term v0.7.0 |
1716 | 2024-03-26T06:42:08.315Z | Compiling slog-json v2.6.1 |
1717 | 2024-03-26T06:42:08.584Z | Compiling rustls v0.22.2 |
1718 | 2024-03-26T06:42:08.700Z | Compiling slog-term v2.9.0 |
1719 | 2024-03-26T06:42:08.863Z | Compiling slog-bunyan v2.5.0 |
1720 | 2024-03-26T06:42:08.909Z | Compiling parking_lot v0.11.2 |
1721 | 2024-03-26T06:42:09.067Z | Compiling rustls-webpki v0.102.1 |
1722 | 2024-03-26T06:42:09.103Z | Compiling fxhash v0.2.1 |
1723 | 2024-03-26T06:42:09.217Z | Compiling multer v3.0.0 |
1724 | 2024-03-26T06:42:09.277Z | Compiling half v2.3.1 |
1725 | 2024-03-26T06:42:09.505Z | Compiling paste v1.0.14 |
1726 | 2024-03-26T06:42:09.709Z | Compiling ciborium-io v0.2.2 |
1727 | 2024-03-26T06:42:09.803Z | Compiling ciborium-ll v0.2.2 |
1728 | 2024-03-26T06:42:09.904Z | Compiling sled v0.34.7 |
1729 | 2024-03-26T06:42:09.925Z | Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1730 | 2024-03-26T06:42:10.059Z | Compiling async-stream-impl v0.3.5 |
1731 | 2024-03-26T06:42:10.215Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1732 | 2024-03-26T06:42:10.370Z | Compiling atomic-waker v1.1.1 |
1733 | 2024-03-26T06:42:10.926Z | Compiling debug-ignore v1.0.5 |
1734 | 2024-03-26T06:42:10.933Z | Compiling waitgroup v0.1.2 |
1735 | 2024-03-26T06:42:10.933Z | Compiling ciborium v0.2.2 |
1736 | 2024-03-26T06:42:11.180Z | Compiling rustls-pemfile v2.1.1 |
1737 | 2024-03-26T06:42:11.499Z | Compiling async-stream v0.3.5 |
1738 | 2024-03-26T06:42:11.704Z | Compiling serde_with_macros v3.6.1 |
1739 | 2024-03-26T06:42:11.874Z | Compiling toml v0.8.10 |
1740 | 2024-03-26T06:42:11.973Z | Compiling num_enum_derive v0.7.2 |
1741 | 2024-03-26T06:42:12.024Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1742 | 2024-03-26T06:42:12.171Z | Compiling serde_path_to_error v0.1.16 |
1743 | 2024-03-26T06:42:13.047Z | Compiling structmeta-derive v0.3.0 |
1744 | 2024-03-26T06:42:13.584Z | Compiling rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1745 | 2024-03-26T06:42:14.318Z | Compiling tokio-rustls v0.25.0 |
1746 | 2024-03-26T06:42:14.971Z | Compiling num_enum v0.7.2 |
1747 | 2024-03-26T06:42:15.016Z | Compiling serde_with v3.6.1 |
1748 | 2024-03-26T06:42:15.151Z | Compiling bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1749 | 2024-03-26T06:42:16.241Z | Compiling structmeta v0.3.0 |
1750 | 2024-03-26T06:42:16.743Z | Compiling parse-display-derive v0.9.0 |
1751 | 2024-03-26T06:42:17.299Z | Compiling newtype-uuid v1.0.1 |
1752 | 2024-03-26T06:42:17.606Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1753 | 2024-03-26T06:42:18.411Z | Compiling proc-macro-error-attr v1.0.4 |
1754 | 2024-03-26T06:42:18.795Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1755 | 2024-03-26T06:42:19.055Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1756 | 2024-03-26T06:42:19.230Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1757 | 2024-03-26T06:42:19.482Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1758 | 2024-03-26T06:42:20.252Z | Compiling backoff v0.4.0 |
1759 | 2024-03-26T06:42:20.509Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1760 | 2024-03-26T06:42:20.606Z | Compiling macaddr v1.0.1 |
1761 | 2024-03-26T06:42:20.683Z | Compiling proc-macro-error v1.0.4 |
1762 | 2024-03-26T06:42:21.131Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1763 | 2024-03-26T06:42:21.532Z | Compiling num_enum_derive v0.5.11 |
1764 | 2024-03-26T06:42:21.625Z | Compiling parse-display v0.9.0 |
1765 | 2024-03-26T06:42:22.020Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1766 | 2024-03-26T06:42:22.272Z | Compiling foreign-types-macros v0.2.3 |
1767 | 2024-03-26T06:42:22.348Z | Compiling heapless v0.8.0 |
1768 | 2024-03-26T06:42:22.708Z | Compiling foreign-types-shared v0.3.1 |
1769 | 2024-03-26T06:42:22.730Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1770 | 2024-03-26T06:42:22.988Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1771 | 2024-03-26T06:42:23.045Z | Compiling cstr-argument v0.1.2 |
1772 | 2024-03-26T06:42:23.125Z | Compiling hash32 v0.3.1 |
1773 | 2024-03-26T06:42:23.187Z | Compiling smoltcp v0.11.0 |
1774 | 2024-03-26T06:42:23.295Z | Compiling pretty-hex v0.2.1 |
1775 | 2024-03-26T06:42:23.473Z | Compiling tabwriter v1.4.0 |
1776 | 2024-03-26T06:42:23.546Z | Compiling foreign-types v0.5.0 |
1777 | 2024-03-26T06:42:23.662Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1778 | 2024-03-26T06:42:23.957Z | Compiling colored v2.1.0 |
1779 | 2024-03-26T06:42:23.977Z | Compiling socket2 v0.4.9 |
1780 | 2024-03-26T06:42:24.016Z | Compiling embedded-io v0.4.0 |
1781 | 2024-03-26T06:42:24.231Z | Compiling fastrand v2.0.1 |
1782 | 2024-03-26T06:42:24.234Z | Compiling cobs v0.2.3 |
1783 | 2024-03-26T06:42:24.330Z | Compiling num_enum v0.5.11 |
1784 | 2024-03-26T06:42:24.440Z | Compiling postcard v1.0.8 |
1785 | 2024-03-26T06:42:24.484Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1786 | 2024-03-26T06:42:24.689Z | Compiling tempfile v3.10.0 |
1787 | 2024-03-26T06:42:24.800Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1788 | 2024-03-26T06:42:24.840Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1789 | 2024-03-26T06:42:24.862Z | Compiling crucible-workspace-hack v0.1.0 |
1790 | 2024-03-26T06:42:25.007Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1791 | 2024-03-26T06:42:25.166Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1792 | 2024-03-26T06:42:25.193Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1793 | 2024-03-26T06:42:25.385Z | Compiling smf v0.2.2 |
1794 | 2024-03-26T06:42:25.419Z | Compiling humantime v2.1.0 |
1795 | 2024-03-26T06:42:25.512Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1796 | 2024-03-26T06:42:25.569Z | Compiling platforms v3.0.2 |
1797 | 2024-03-26T06:42:25.937Z | Compiling camino-tempfile v1.1.1 |
1798 | 2024-03-26T06:42:25.959Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1799 | 2024-03-26T06:42:26.062Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1800 | 2024-03-26T06:42:26.083Z | Compiling heck v0.3.3 |
1801 | 2024-03-26T06:42:26.378Z | Compiling usdt-attr-macro v0.5.0 |
1802 | 2024-03-26T06:42:26.501Z | Compiling usdt-macro v0.5.0 |
1803 | 2024-03-26T06:42:26.534Z | Compiling num-derive v0.4.0 |
1804 | 2024-03-26T06:42:26.804Z | Compiling memmap v0.7.0 |
1805 | 2024-03-26T06:42:27.182Z | Compiling utf-8 v0.7.6 |
1806 | 2024-03-26T06:42:27.519Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1807 | 2024-03-26T06:42:27.619Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1808 | 2024-03-26T06:42:27.949Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1809 | 2024-03-26T06:42:28.119Z | Compiling usdt v0.5.0 |
1810 | 2024-03-26T06:42:28.612Z | Compiling unicase v2.7.0 |
1811 | 2024-03-26T06:42:28.697Z | Compiling semver v0.1.20 |
1812 | 2024-03-26T06:42:28.923Z | Compiling rayon-core v1.12.1 |
1813 | 2024-03-26T06:42:28.941Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1814 | 2024-03-26T06:42:29.201Z | Compiling rustc_version v0.1.7 |
1815 | 2024-03-26T06:42:29.375Z | Compiling curve25519-dalek v4.1.1 |
1816 | 2024-03-26T06:42:29.477Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1817 | 2024-03-26T06:42:29.569Z | Compiling crossbeam-deque v0.8.3 |
1818 | 2024-03-26T06:42:29.677Z | Compiling universal-hash v0.5.1 |
1819 | 2024-03-26T06:42:29.866Z | Compiling opaque-debug v0.3.0 |
1820 | 2024-03-26T06:42:29.884Z | Compiling same-file v1.0.6 |
1821 | 2024-03-26T06:42:29.958Z | Compiling newtype_derive v0.1.6 |
1822 | 2024-03-26T06:42:29.979Z | Compiling tungstenite v0.20.1 |
1823 | 2024-03-26T06:42:30.131Z | Compiling walkdir v2.4.0 |
1824 | 2024-03-26T06:42:30.269Z | Compiling semver-parser v0.10.2 |
1825 | 2024-03-26T06:42:30.324Z | Compiling signature v2.1.0 |
1826 | 2024-03-26T06:42:30.583Z | Compiling curve25519-dalek-derive v0.1.0 |
1827 | 2024-03-26T06:42:30.880Z | Compiling blake3 v1.5.0 |
1828 | 2024-03-26T06:42:30.996Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
1829 | 2024-03-26T06:42:31.266Z | Compiling num-rational v0.4.1 |
1830 | 2024-03-26T06:42:31.489Z | Compiling termcolor v1.2.0 |
1831 | 2024-03-26T06:42:31.624Z | Compiling getrandom v0.1.16 |
1832 | 2024-03-26T06:42:31.692Z | Compiling arc-swap v1.6.0 |
1833 | 2024-03-26T06:42:32.122Z | Compiling env_logger v0.9.3 |
1834 | 2024-03-26T06:42:32.190Z | Compiling slog-scope v4.4.0 |
1835 | 2024-03-26T06:42:32.432Z | Compiling tokio-tungstenite v0.20.1 |
1836 | 2024-03-26T06:42:32.447Z | Compiling semver v0.11.0 |
1837 | 2024-03-26T06:42:32.614Z | Compiling rayon v1.9.0 |
1838 | 2024-03-26T06:42:32.923Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1839 | 2024-03-26T06:42:33.049Z | Compiling password-hash v0.5.0 |
1840 | 2024-03-26T06:42:33.250Z | Compiling textwrap v0.11.0 |
1841 | 2024-03-26T06:42:33.381Z | Compiling blake2 v0.10.6 |
1842 | 2024-03-26T06:42:33.477Z | Compiling bitstruct_derive v0.1.0 |
1843 | 2024-03-26T06:42:33.736Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1844 | 2024-03-26T06:42:33.795Z | Compiling memmap2 v0.7.1 |
1845 | 2024-03-26T06:42:33.877Z | Compiling filetime v0.2.23 |
1846 | 2024-03-26T06:42:34.122Z | Compiling xattr v1.0.1 |
1847 | 2024-03-26T06:42:34.225Z | Compiling arrayvec v0.7.4 |
1848 | 2024-03-26T06:42:34.239Z | Compiling constant_time_eq v0.3.0 |
1849 | 2024-03-26T06:42:34.386Z | Compiling arrayref v0.3.7 |
1850 | 2024-03-26T06:42:34.425Z | Compiling libefi-sys v0.1.0 |
1851 | 2024-03-26T06:42:34.490Z | Compiling quick-error v1.2.3 |
1852 | 2024-03-26T06:42:34.631Z | Compiling ascii v1.1.0 |
1853 | 2024-03-26T06:42:34.642Z | Compiling home v0.5.5 |
1854 | 2024-03-26T06:42:34.722Z | Compiling vec_map v0.8.2 |
1855 | 2024-03-26T06:42:34.790Z | Compiling ansi_term v0.12.1 |
1856 | 2024-03-26T06:42:34.818Z | Compiling base64 v0.22.0 |
1857 | 2024-03-26T06:42:34.907Z | Compiling strsim v0.8.0 |
1858 | 2024-03-26T06:42:35.008Z | Compiling linked-hash-map v0.5.6 |
1859 | 2024-03-26T06:42:35.227Z | Compiling clap v2.34.0 |
1860 | 2024-03-26T06:42:35.364Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1861 | 2024-03-26T06:42:35.460Z | Compiling lru-cache v0.1.2 |
1862 | 2024-03-26T06:42:35.555Z | Compiling bitstruct v0.1.1 |
1863 | 2024-03-26T06:42:35.610Z | Compiling toolchain_find v0.2.0 |
1864 | 2024-03-26T06:42:35.677Z | Compiling resolv-conf v0.7.0 |
1865 | 2024-03-26T06:42:35.703Z | Compiling tar v0.4.40 |
1866 | 2024-03-26T06:42:36.271Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1867 | 2024-03-26T06:42:36.497Z | Compiling argon2 v0.5.3 |
1868 | 2024-03-26T06:42:36.536Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1869 | 2024-03-26T06:42:37.884Z | Compiling slog-stdlog v4.1.1 |
1870 | 2024-03-26T06:42:38.276Z | Compiling structopt-derive v0.4.18 |
1871 | 2024-03-26T06:42:38.424Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1872 | 2024-03-26T06:42:38.654Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1873 | 2024-03-26T06:42:39.317Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1874 | 2024-03-26T06:42:39.470Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1875 | 2024-03-26T06:42:39.724Z | Compiling rfc6979 v0.4.0 |
1876 | 2024-03-26T06:42:40.189Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1877 | 2024-03-26T06:42:40.364Z | Compiling erased-serde v0.3.31 |
1878 | 2024-03-26T06:42:40.562Z | Compiling serde_arrays v0.1.0 |
1879 | 2024-03-26T06:42:40.616Z | Compiling toml v0.5.11 |
1880 | 2024-03-26T06:42:40.718Z | Compiling aead v0.5.2 |
1881 | 2024-03-26T06:42:41.061Z | Compiling num-complex v0.4.4 |
1882 | 2024-03-26T06:42:41.064Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1883 | 2024-03-26T06:42:41.102Z | Compiling nibble_vec v0.1.0 |
1884 | 2024-03-26T06:42:41.288Z | Compiling slog-dtrace v0.3.0 |
1885 | 2024-03-26T06:42:41.309Z | Compiling winapi v0.3.9 |
1886 | 2024-03-26T06:42:41.431Z | Compiling keccak v0.1.4 |
1887 | 2024-03-26T06:42:41.628Z | Compiling topological-sort v0.2.2 |
1888 | 2024-03-26T06:42:41.821Z | Compiling cancel-safe-futures v0.1.5 |
1889 | 2024-03-26T06:42:41.860Z | Compiling endian-type v0.1.2 |
1890 | 2024-03-26T06:42:42.103Z | Compiling num v0.4.1 |
1891 | 2024-03-26T06:42:42.181Z | Compiling radix_trie v0.2.1 |
1892 | 2024-03-26T06:42:42.205Z | Compiling omicron-zone-package v0.11.0 |
1893 | 2024-03-26T06:42:42.222Z | Compiling sha3 v0.10.8 |
1894 | 2024-03-26T06:42:42.413Z | Compiling rustfmt-wrapper v0.2.0 |
1895 | 2024-03-26T06:42:42.525Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1896 | 2024-03-26T06:42:43.027Z | Compiling structopt v0.3.26 |
1897 | 2024-03-26T06:42:43.197Z | Compiling ecdsa v0.16.9 |
1898 | 2024-03-26T06:42:43.200Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1899 | 2024-03-26T06:42:43.276Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1900 | 2024-03-26T06:42:43.686Z | Compiling slog-envlogger v2.2.0 |
1901 | 2024-03-26T06:42:43.998Z | Compiling rand_core v0.5.1 |
1902 | 2024-03-26T06:42:44.305Z | Compiling mime_guess v2.0.4 |
1903 | 2024-03-26T06:42:44.354Z | Compiling steno v0.4.0 |
1904 | 2024-03-26T06:42:44.462Z | Compiling trust-dns-resolver v0.22.0 |
1905 | 2024-03-26T06:42:44.946Z | Compiling poly1305 v0.8.0 |
1906 | 2024-03-26T06:42:45.855Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1907 | 2024-03-26T06:42:46.625Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1908 | 2024-03-26T06:42:46.788Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1909 | 2024-03-26T06:42:47.126Z | Compiling primeorder v0.13.6 |
1910 | 2024-03-26T06:42:47.619Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1911 | 2024-03-26T06:42:47.792Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1912 | 2024-03-26T06:42:48.664Z | Compiling chacha20 v0.9.1 |
1913 | 2024-03-26T06:42:49.875Z | Compiling secrecy v0.8.0 |
1914 | 2024-03-26T06:42:50.157Z | Compiling thiserror-impl-no-std v2.0.2 |
1915 | 2024-03-26T06:42:50.874Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1916 | 2024-03-26T06:42:50.897Z | Compiling convert_case v0.4.0 |
1917 | 2024-03-26T06:42:51.924Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1918 | 2024-03-26T06:42:51.969Z | Compiling option-ext v0.2.0 |
1919 | 2024-03-26T06:42:52.102Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1920 | 2024-03-26T06:42:52.124Z | Compiling dirs-sys v0.4.1 |
1921 | 2024-03-26T06:42:52.440Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1922 | 2024-03-26T06:42:52.491Z | Compiling derive_more v0.99.17 |
1923 | 2024-03-26T06:42:52.793Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1924 | 2024-03-26T06:42:52.890Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1925 | 2024-03-26T06:42:53.076Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1926 | 2024-03-26T06:42:53.384Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1927 | 2024-03-26T06:42:53.545Z | Compiling thiserror-no-std v2.0.2 |
1928 | 2024-03-26T06:42:54.215Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1929 | 2024-03-26T06:42:54.247Z | Compiling rand_chacha v0.2.2 |
1930 | 2024-03-26T06:42:54.591Z | Compiling trust-dns-client v0.22.0 |
1931 | 2024-03-26T06:42:55.965Z | Compiling ed25519 v2.2.2 |
1932 | 2024-03-26T06:42:56.432Z | Compiling polyval v0.6.1 |
1933 | 2024-03-26T06:42:56.459Z | Compiling tungstenite v0.21.0 |
1934 | 2024-03-26T06:42:56.867Z | Compiling zone_cfg_derive v0.1.2 |
1935 | 2024-03-26T06:42:57.680Z | Compiling aes v0.8.3 |
1936 | 2024-03-26T06:42:58.457Z | Compiling ctr v0.9.2 |
1937 | 2024-03-26T06:42:58.644Z | Compiling blowfish v0.9.1 |
1938 | 2024-03-26T06:42:58.817Z | Compiling password-hash v0.4.2 |
1939 | 2024-03-26T06:42:59.082Z | Compiling libsw v3.3.1 |
1940 | 2024-03-26T06:42:59.815Z | Compiling pbkdf2 v0.12.2 |
1941 | 2024-03-26T06:43:00.013Z | Compiling derive-where v1.2.7 |
1942 | 2024-03-26T06:43:00.622Z | Compiling gethostname v0.4.3 |
1943 | 2024-03-26T06:43:00.914Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1944 | 2024-03-26T06:43:01.433Z | Compiling swrite v0.1.0 |
1945 | 2024-03-26T06:43:01.599Z | Compiling linear-map v1.2.0 |
1946 | 2024-03-26T06:43:01.647Z | Compiling owo-colors v4.0.0 |
1947 | 2024-03-26T06:43:01.980Z | Compiling base64 v0.13.1 |
1948 | 2024-03-26T06:43:02.616Z | Compiling ron v0.7.1 |
1949 | 2024-03-26T06:43:03.707Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1950 | 2024-03-26T06:43:04.060Z | Compiling trust-dns-server v0.22.1 |
1951 | 2024-03-26T06:43:05.043Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1952 | 2024-03-26T06:43:05.290Z | Compiling bcrypt-pbkdf v0.10.0 |
1953 | 2024-03-26T06:43:05.920Z | Compiling pbkdf2 v0.11.0 |
1954 | 2024-03-26T06:43:06.300Z | Compiling zone v0.1.8 |
1955 | 2024-03-26T06:43:07.672Z | Compiling tokio-tungstenite v0.21.0 |
1956 | 2024-03-26T06:43:07.895Z | Compiling ghash v0.5.0 |
1957 | 2024-03-26T06:43:07.945Z | Compiling ed25519-dalek v2.0.0 |
1958 | 2024-03-26T06:43:08.101Z | Compiling russh-cryptovec v0.7.0 |
1959 | 2024-03-26T06:43:08.159Z | Compiling rand v0.7.3 |
1960 | 2024-03-26T06:43:08.619Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1961 | 2024-03-26T06:43:08.860Z | Compiling vsss-rs v3.3.4 |
1962 | 2024-03-26T06:43:09.382Z | Compiling dirs v5.0.1 |
1963 | 2024-03-26T06:43:09.421Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1964 | 2024-03-26T06:43:09.604Z | Compiling chacha20poly1305 v0.10.1 |
1965 | 2024-03-26T06:43:09.832Z | Compiling p521 v0.13.3 |
1966 | 2024-03-26T06:43:10.252Z | Compiling p256 v0.13.2 |
1967 | 2024-03-26T06:43:10.659Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1968 | 2024-03-26T06:43:11.483Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1969 | 2024-03-26T06:43:12.007Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1970 | 2024-03-26T06:43:12.272Z | Compiling cbc v0.1.2 |
1971 | 2024-03-26T06:43:12.356Z | Compiling pem v3.0.2 |
1972 | 2024-03-26T06:43:12.525Z | Compiling headers-core v0.2.0 |
1973 | 2024-03-26T06:43:12.689Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1974 | 2024-03-26T06:43:13.073Z | Compiling portpicker v0.1.1 |
1975 | 2024-03-26T06:43:13.181Z | Compiling kstat-rs v0.2.3 |
1976 | 2024-03-26T06:43:13.228Z | Compiling nanorand v0.7.0 |
1977 | 2024-03-26T06:43:13.375Z | Compiling md5 v0.7.0 |
1978 | 2024-03-26T06:43:13.400Z | Compiling glob v0.3.1 |
1979 | 2024-03-26T06:43:13.574Z | Compiling http-range v0.1.5 |
1980 | 2024-03-26T06:43:13.794Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1981 | 2024-03-26T06:43:13.833Z | Compiling hyper-staticfile v0.9.5 |
1982 | 2024-03-26T06:43:13.862Z | Compiling russh-keys v0.42.0 |
1983 | 2024-03-26T06:43:13.941Z | Compiling flume v0.11.0 |
1984 | 2024-03-26T06:43:14.428Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1985 | 2024-03-26T06:43:14.789Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1986 | 2024-03-26T06:43:15.390Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1987 | 2024-03-26T06:43:16.980Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1988 | 2024-03-26T06:43:18.084Z | Compiling headers v0.3.9 |
1989 | 2024-03-26T06:43:20.100Z | Compiling rcgen v0.12.1 |
1990 | 2024-03-26T06:43:20.196Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1991 | 2024-03-26T06:43:21.304Z | Compiling aes-gcm v0.10.3 |
1992 | 2024-03-26T06:43:22.362Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1993 | 2024-03-26T06:43:22.463Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1994 | 2024-03-26T06:43:22.758Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1995 | 2024-03-26T06:43:23.823Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1996 | 2024-03-26T06:43:24.580Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
1997 | 2024-03-26T06:43:27.079Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1998 | 2024-03-26T06:43:27.100Z | Compiling atomicwrites v0.4.3 |
1999 | 2024-03-26T06:43:27.440Z | Compiling itertools v0.12.1 |
2000 | 2024-03-26T06:43:28.742Z | Compiling subprocess v0.2.9 |
2001 | 2024-03-26T06:43:29.311Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2002 | 2024-03-26T06:43:29.537Z | Compiling hex-literal v0.4.1 |
2003 | 2024-03-26T06:43:29.697Z | Compiling dhcproto-macros v0.1.0 |
2004 | 2024-03-26T06:43:30.548Z | Compiling display-error-chain v0.2.0 |
2005 | 2024-03-26T06:43:30.711Z | Compiling dhcproto v0.11.0 |
2006 | 2024-03-26T06:43:30.737Z | Compiling russh v0.42.0 |
2007 | 2024-03-26T06:43:31.262Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2008 | 2024-03-26T06:43:31.714Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2009 | 2024-03-26T06:43:33.551Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2010 | 2024-03-26T06:43:34.231Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2011 | 2024-03-26T06:43:34.727Z | Compiling internet-checksum v0.2.1 |
2012 | 2024-03-26T06:43:53.959Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2013 | 2024-03-26T06:44:33.499Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 20s |
2014 | 2024-03-26T06:44:33.809Z | |
2015 | 2024-03-26T06:44:33.809Z | real 5:21.201838156 |
2016 | 2024-03-26T06:44:33.809Z | user 28:15.707998548 |
2017 | 2024-03-26T06:44:33.809Z | sys 6:01.336812451 |
2018 | 2024-03-26T06:44:33.809Z | trap 0.818979815 |
2019 | 2024-03-26T06:44:33.809Z | tflt 3.390953342 |
2020 | 2024-03-26T06:44:33.809Z | dflt 5.068297496 |
2021 | 2024-03-26T06:44:33.809Z | kflt 0.086300033 |
2022 | 2024-03-26T06:44:33.809Z | lock 52:58.906897068 |
2023 | 2024-03-26T06:44:33.809Z | slp 1:21:35.580004782 |
2024 | 2024-03-26T06:44:33.813Z | lat 1:43.498472825 |
2025 | 2024-03-26T06:44:33.813Z | stop 4:29.816696412 |
2026 | 2024-03-26T06:44:33.813Z | + mkdir -p /work |
2027 | 2024-03-26T06:44:33.813Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest |
2028 | 2024-03-26T06:44:34.576Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2029 | 2024-03-26T06:44:43.641Z | Finished dev [unoptimized + debuginfo] target(s) in 9.78s |
2030 | 2024-03-26T06:44:43.725Z | |
2031 | 2024-03-26T06:44:43.728Z | real 9.894492305 |
2032 | 2024-03-26T06:44:43.728Z | user 6.738532460 |
2033 | 2024-03-26T06:44:43.728Z | sys 4.090874396 |
2034 | 2024-03-26T06:44:43.728Z | trap 0.001267218 |
2035 | 2024-03-26T06:44:43.729Z | tflt 0.007241540 |
2036 | 2024-03-26T06:44:43.729Z | dflt 0.037385782 |
2037 | 2024-03-26T06:44:43.729Z | kflt 0.000000000 |
2038 | 2024-03-26T06:44:43.729Z | lock 27.292341857 |
2039 | 2024-03-26T06:44:43.729Z | slp 39.639678833 |
2040 | 2024-03-26T06:44:43.729Z | lat 0.036596145 |
2041 | 2024-03-26T06:44:43.729Z | stop 0.343229058 |
2042 | 2024-03-26T06:44:43.729Z | + cp target/debug/commtest /work/commtest |
2043 | 2024-03-26T06:44:44.162Z | + mkdir -p /work/end-to-end-tests |
2044 | 2024-03-26T06:44:44.166Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2045 | 2024-03-26T06:44:44.985Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2046 | 2024-03-26T06:44:44.985Z | + ptime -m gzip |
2047 | 2024-03-26T06:44:44.988Z | ++ basename target/debug/bootstrap |
2048 | 2024-03-26T06:44:57.451Z | |
2049 | 2024-03-26T06:44:57.452Z | real 12.456537434 |
2050 | 2024-03-26T06:44:57.452Z | user 12.365163474 |
2051 | 2024-03-26T06:44:57.452Z | sys 0.078449231 |
2052 | 2024-03-26T06:44:57.452Z | trap 0.003810869 |
2053 | 2024-03-26T06:44:57.452Z | tflt 0.000000000 |
2054 | 2024-03-26T06:44:57.874Z | dflt 0.000000000 |
2055 | 2024-03-26T06:44:57.874Z | kflt 0.000000000 |
2056 | 2024-03-26T06:44:57.874Z | lock 0.000000000 |
2057 | 2024-03-26T06:44:57.874Z | slp 0.000000000 |
2058 | 2024-03-26T06:44:57.874Z | lat 0.008712353 |
2059 | 2024-03-26T06:44:57.874Z | stop 0.000176219 |
2060 | 2024-03-26T06:44:57.875Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2061 | 2024-03-26T06:44:57.875Z | + ptime -m gzip |
2062 | 2024-03-26T06:44:57.875Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c911c239d2b46f2c |
2063 | 2024-03-26T06:44:58.635Z | |
2064 | 2024-03-26T06:44:58.638Z | real 1.179852012 |
2065 | 2024-03-26T06:44:58.638Z | user 1.169816732 |
2066 | 2024-03-26T06:44:58.638Z | sys 0.009406132 |
2067 | 2024-03-26T06:44:58.638Z | trap 0.000105991 |
2068 | 2024-03-26T06:44:58.638Z | tflt 0.000000000 |
2069 | 2024-03-26T06:44:58.638Z | dflt 0.000000000 |
2070 | 2024-03-26T06:44:58.638Z | kflt 0.000000000 |
2071 | 2024-03-26T06:44:58.638Z | lock 0.000000000 |
2072 | 2024-03-26T06:44:58.638Z | slp 0.000000000 |
2073 | 2024-03-26T06:44:58.638Z | lat 0.000120198 |
2074 | 2024-03-26T06:44:58.638Z | stop 0.000169989 |
2075 | 2024-03-26T06:44:58.638Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2076 | 2024-03-26T06:44:58.638Z | + ptime -m gzip |
2077 | 2024-03-26T06:44:58.638Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6035e7536a5a7fd4 |
2078 | 2024-03-26T06:44:59.834Z | |
2079 | 2024-03-26T06:44:59.834Z | real 1.190677971 |
2080 | 2024-03-26T06:44:59.835Z | user 1.179549472 |
2081 | 2024-03-26T06:44:59.835Z | sys 0.009683826 |
2082 | 2024-03-26T06:44:59.835Z | trap 0.000501511 |
2083 | 2024-03-26T06:44:59.835Z | tflt 0.000000000 |
2084 | 2024-03-26T06:44:59.835Z | dflt 0.000000000 |
2085 | 2024-03-26T06:44:59.835Z | kflt 0.000000000 |
2086 | 2024-03-26T06:44:59.843Z | lock 0.000000000 |
2087 | 2024-03-26T06:44:59.843Z | slp 0.000000000 |
2088 | 2024-03-26T06:44:59.843Z | lat 0.000549090 |
2089 | 2024-03-26T06:44:59.843Z | stop 0.000168630 |
2090 | 2024-03-26T06:44:59.843Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2091 | 2024-03-26T06:44:59.844Z | + ptime -m gzip |
2092 | 2024-03-26T06:44:59.844Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-0032f1fcb106ce03 |
2093 | 2024-03-26T06:45:01.022Z | |
2094 | 2024-03-26T06:45:01.022Z | real 1.183656683 |
2095 | 2024-03-26T06:45:01.022Z | user 1.173023219 |
2096 | 2024-03-26T06:45:01.022Z | sys 0.010050818 |
2097 | 2024-03-26T06:45:01.022Z | trap 0.000080665 |
2098 | 2024-03-26T06:45:01.022Z | tflt 0.000000000 |
2099 | 2024-03-26T06:45:01.022Z | dflt 0.000000000 |
2100 | 2024-03-26T06:45:01.022Z | kflt 0.000000000 |
2101 | 2024-03-26T06:45:01.022Z | lock 0.000000000 |
2102 | 2024-03-26T06:45:01.026Z | slp 0.000000000 |
2103 | 2024-03-26T06:45:01.026Z | lat 0.000108999 |
2104 | 2024-03-26T06:45:01.026Z | stop 0.000167610 |
2105 | 2024-03-26T06:45:01.026Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2106 | 2024-03-26T06:45:01.026Z | + ptime -m gzip |
2107 | 2024-03-26T06:45:01.026Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-3332264ed4b0fd4a |
2108 | 2024-03-26T06:45:13.799Z | |
2109 | 2024-03-26T06:45:13.803Z | real 12.768838387 |
2110 | 2024-03-26T06:45:13.803Z | user 12.692484406 |
2111 | 2024-03-26T06:45:13.803Z | sys 0.073550741 |
2112 | 2024-03-26T06:45:13.803Z | trap 0.001576261 |
2113 | 2024-03-26T06:45:13.803Z | tflt 0.000000000 |
2114 | 2024-03-26T06:45:13.803Z | dflt 0.000000000 |
2115 | 2024-03-26T06:45:13.803Z | kflt 0.000000000 |
2116 | 2024-03-26T06:45:13.803Z | lock 0.000000000 |
2117 | 2024-03-26T06:45:13.803Z | slp 0.000000000 |
2118 | 2024-03-26T06:45:13.803Z | lat 0.000835459 |
2119 | 2024-03-26T06:45:13.803Z | stop 0.000167420 |
2120 | 2024-03-26T06:45:13.803Z | + banner caboose-util |
2121 | 2024-03-26T06:45:13.803Z | |
2122 | 2024-03-26T06:45:13.803Z | #### ## ##### #### #### #### ###### # # ##### |
2123 | 2024-03-26T06:45:13.803Z | # # # # # # # # # # # # # # # |
2124 | 2024-03-26T06:45:13.803Z | # # # ##### # # # # #### ##### ##### # # # |
2125 | 2024-03-26T06:45:13.803Z | # ###### # # # # # # # # # # # |
2126 | 2024-03-26T06:45:13.803Z | # # # # # # # # # # # # # # # # |
2127 | 2024-03-26T06:45:13.803Z | #### # # ##### #### #### #### ###### #### # |
2128 | 2024-03-26T06:45:13.804Z | |
2129 | 2024-03-26T06:45:13.804Z | + ptime -m cargo build --locked -p caboose-util --release |
2130 | 2024-03-26T06:45:14.301Z | Downloading crates ... |
2131 | 2024-03-26T06:45:14.469Z | Downloaded smallvec v0.6.14 |
2132 | 2024-03-26T06:45:14.476Z | Downloaded maybe-uninit v2.0.0 |
2133 | 2024-03-26T06:45:14.480Z | Downloaded packed_struct_codegen v0.10.1 |
2134 | 2024-03-26T06:45:14.480Z | Downloaded funty v2.0.0 |
2135 | 2024-03-26T06:45:14.483Z | Downloaded array-init v0.0.4 |
2136 | 2024-03-26T06:45:14.495Z | Downloaded path-slash v0.1.5 |
2137 | 2024-03-26T06:45:14.500Z | Downloaded serde-hex v0.1.0 |
2138 | 2024-03-26T06:45:14.503Z | Downloaded tap v1.0.1 |
2139 | 2024-03-26T06:45:14.503Z | Downloaded packed_struct v0.10.1 |
2140 | 2024-03-26T06:45:14.507Z | Downloaded wyz v0.5.1 |
2141 | 2024-03-26T06:45:14.507Z | Downloaded radium v0.7.0 |
2142 | 2024-03-26T06:45:14.507Z | Downloaded bitfield v0.14.0 |
2143 | 2024-03-26T06:45:14.512Z | Downloaded is-terminal v0.4.9 |
2144 | 2024-03-26T06:45:14.512Z | Downloaded crc-catalog v2.2.0 |
2145 | 2024-03-26T06:45:14.512Z | Downloaded crc v3.0.1 |
2146 | 2024-03-26T06:45:14.517Z | Downloaded pkcs1 v0.7.5 |
2147 | 2024-03-26T06:45:14.550Z | Downloaded nodrop v0.1.14 |
2148 | 2024-03-26T06:45:14.550Z | Downloaded rsa v0.9.2 |
2149 | 2024-03-26T06:45:14.550Z | Downloaded crc-any v2.4.3 |
2150 | 2024-03-26T06:45:14.551Z | Downloaded ron v0.8.1 |
2151 | 2024-03-26T06:45:14.551Z | Downloaded x509-cert v0.2.4 |
2152 | 2024-03-26T06:45:14.561Z | Downloaded env_logger v0.10.0 |
2153 | 2024-03-26T06:45:14.562Z | Downloaded hashbrown v0.13.2 |
2154 | 2024-03-26T06:45:14.562Z | Downloaded num-bigint-dig v0.8.4 |
2155 | 2024-03-26T06:45:14.562Z | Downloaded bitvec v1.0.1 |
2156 | 2024-03-26T06:45:14.570Z | Downloaded object v0.30.4 |
2157 | 2024-03-26T06:45:14.675Z | Compiling proc-macro2 v1.0.78 |
2158 | 2024-03-26T06:45:14.681Z | Compiling unicode-ident v1.0.12 |
2159 | 2024-03-26T06:45:14.682Z | Compiling libc v0.2.153 |
2160 | 2024-03-26T06:45:14.682Z | Compiling serde v1.0.197 |
2161 | 2024-03-26T06:45:14.682Z | Compiling autocfg v1.1.0 |
2162 | 2024-03-26T06:45:14.682Z | Compiling version_check v0.9.4 |
2163 | 2024-03-26T06:45:14.682Z | Compiling cfg-if v1.0.0 |
2164 | 2024-03-26T06:45:14.839Z | Compiling typenum v1.16.0 |
2165 | 2024-03-26T06:45:14.849Z | Compiling once_cell v1.19.0 |
2166 | 2024-03-26T06:45:14.881Z | Compiling parking_lot_core v0.9.8 |
2167 | 2024-03-26T06:45:15.223Z | Compiling memchr v2.7.1 |
2168 | 2024-03-26T06:45:15.275Z | Compiling syn v1.0.109 |
2169 | 2024-03-26T06:45:15.283Z | Compiling byteorder v1.5.0 |
2170 | 2024-03-26T06:45:15.415Z | Compiling lock_api v0.4.10 |
2171 | 2024-03-26T06:45:15.677Z | Compiling generic-array v0.14.7 |
2172 | 2024-03-26T06:45:15.734Z | Compiling libm v0.2.7 |
2173 | 2024-03-26T06:45:15.806Z | Compiling num-traits v0.2.18 |
2174 | 2024-03-26T06:45:15.939Z | Compiling ahash v0.8.8 |
2175 | 2024-03-26T06:45:16.019Z | Compiling quote v1.0.35 |
2176 | 2024-03-26T06:45:16.079Z | Compiling serde_json v1.0.114 |
2177 | 2024-03-26T06:45:16.162Z | Compiling thiserror v1.0.57 |
2178 | 2024-03-26T06:45:16.246Z | Compiling pkg-config v0.3.27 |
2179 | 2024-03-26T06:45:16.377Z | Compiling syn v2.0.52 |
2180 | 2024-03-26T06:45:16.590Z | Compiling cc v1.0.83 |
2181 | 2024-03-26T06:45:16.621Z | Compiling getrandom v0.2.12 |
2182 | 2024-03-26T06:45:17.147Z | Compiling itoa v1.0.9 |
2183 | 2024-03-26T06:45:17.212Z | Compiling scopeguard v1.2.0 |
2184 | 2024-03-26T06:45:17.277Z | Compiling log v0.4.21 |
2185 | 2024-03-26T06:45:17.821Z | Compiling slab v0.4.9 |
2186 | 2024-03-26T06:45:17.825Z | Compiling rand_core v0.6.4 |
2187 | 2024-03-26T06:45:17.825Z | Compiling smallvec v1.13.1 |
2188 | 2024-03-26T06:45:18.314Z | Compiling vcpkg v0.2.15 |
2189 | 2024-03-26T06:45:19.074Z | Compiling pin-project-lite v0.2.13 |
2190 | 2024-03-26T06:45:19.199Z | Compiling parking_lot v0.12.1 |
2191 | 2024-03-26T06:45:19.350Z | Compiling ryu v1.0.15 |
2192 | 2024-03-26T06:45:19.648Z | Compiling const-oid v0.9.6 |
2193 | 2024-03-26T06:45:20.045Z | Compiling openssl-sys v0.9.96 |
2194 | 2024-03-26T06:45:20.049Z | Compiling ring v0.17.8 |
2195 | 2024-03-26T06:45:20.121Z | Compiling ucd-trie v0.1.6 |
2196 | 2024-03-26T06:45:20.820Z | Compiling signal-hook-registry v1.4.1 |
2197 | 2024-03-26T06:45:21.191Z | Compiling rustix v0.38.31 |
2198 | 2024-03-26T06:45:21.463Z | Compiling subtle v2.5.0 |
2199 | 2024-03-26T06:45:21.749Z | Compiling ring v0.16.20 |
2200 | 2024-03-26T06:45:21.752Z | Compiling mio v0.8.11 |
2201 | 2024-03-26T06:45:21.855Z | Compiling semver v1.0.22 |
2202 | 2024-03-26T06:45:22.273Z | Compiling futures-core v0.3.30 |
2203 | 2024-03-26T06:45:22.509Z | Compiling tinyvec_macros v0.1.1 |
2204 | 2024-03-26T06:45:22.589Z | Compiling tinyvec v1.6.0 |
2205 | 2024-03-26T06:45:23.860Z | Compiling spin v0.5.2 |
2206 | 2024-03-26T06:45:24.080Z | Compiling unicode-normalization v0.1.22 |
2207 | 2024-03-26T06:45:24.349Z | Compiling socket2 v0.5.5 |
2208 | 2024-03-26T06:45:24.420Z | Compiling num_cpus v1.16.0 |
2209 | 2024-03-26T06:45:24.538Z | Compiling httparse v1.8.0 |
2210 | 2024-03-26T06:45:25.716Z | Compiling openssl v0.10.60 |
2211 | 2024-03-26T06:45:25.722Z | Compiling unicode-xid v0.2.4 |
2212 | 2024-03-26T06:45:25.722Z | Compiling allocator-api2 v0.2.16 |
2213 | 2024-03-26T06:45:25.722Z | Compiling heck v0.4.1 |
2214 | 2024-03-26T06:45:25.722Z | Compiling unicode-bidi v0.3.15 |
2215 | 2024-03-26T06:45:25.856Z | Compiling futures-sink v0.3.30 |
2216 | 2024-03-26T06:45:25.859Z | Compiling synstructure v0.12.6 |
2217 | 2024-03-26T06:45:26.116Z | Compiling equivalent v1.0.1 |
2218 | 2024-03-26T06:45:26.586Z | Compiling time-core v0.1.2 |
2219 | 2024-03-26T06:45:26.589Z | Compiling num-conv v0.1.0 |
2220 | 2024-03-26T06:45:26.589Z | Compiling time-macros v0.2.17 |
2221 | 2024-03-26T06:45:26.589Z | Compiling futures-channel v0.3.30 |
2222 | 2024-03-26T06:45:26.939Z | Compiling rustls v0.21.9 |
2223 | 2024-03-26T06:45:27.191Z | Compiling futures-io v0.3.30 |
2224 | 2024-03-26T06:45:27.307Z | Compiling native-tls v0.2.11 |
2225 | 2024-03-26T06:45:27.357Z | Compiling pin-utils v0.1.0 |
2226 | 2024-03-26T06:45:27.443Z | Compiling crc32fast v1.3.2 |
2227 | 2024-03-26T06:45:27.569Z | Compiling futures-task v0.3.30 |
2228 | 2024-03-26T06:45:27.609Z | Compiling ppv-lite86 v0.2.17 |
2229 | 2024-03-26T06:45:27.843Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2230 | 2024-03-26T06:45:28.670Z | Compiling spin v0.9.8 |
2231 | 2024-03-26T06:45:28.674Z | Compiling rand_chacha v0.3.1 |
2232 | 2024-03-26T06:45:28.674Z | Compiling tracing-core v0.1.32 |
2233 | 2024-03-26T06:45:28.759Z | Compiling base64ct v1.6.0 |
2234 | 2024-03-26T06:45:29.260Z | Compiling rand v0.8.5 |
2235 | 2024-03-26T06:45:29.480Z | Compiling pem-rfc7468 v0.7.0 |
2236 | 2024-03-26T06:45:29.586Z | Compiling serde_derive v1.0.197 |
2237 | 2024-03-26T06:45:29.769Z | Compiling zeroize_derive v1.4.2 |
2238 | 2024-03-26T06:45:29.830Z | Compiling zerocopy-derive v0.7.32 |
2239 | 2024-03-26T06:45:29.985Z | Compiling thiserror-impl v1.0.57 |
2240 | 2024-03-26T06:45:30.101Z | Compiling tokio-macros v2.2.0 |
2241 | 2024-03-26T06:45:30.733Z | Compiling futures-macro v0.3.30 |
2242 | 2024-03-26T06:45:30.886Z | Compiling tracing-attributes v0.1.27 |
2243 | 2024-03-26T06:45:31.143Z | Compiling der_derive v0.7.2 |
2244 | 2024-03-26T06:45:31.201Z | Compiling zeroize v1.7.0 |
2245 | 2024-03-26T06:45:31.885Z | Compiling zerocopy v0.7.32 |
2246 | 2024-03-26T06:45:32.825Z | Compiling pest v2.7.6 |
2247 | 2024-03-26T06:45:33.071Z | Compiling crypto-common v0.1.6 |
2248 | 2024-03-26T06:45:33.233Z | Compiling block-buffer v0.10.4 |
2249 | 2024-03-26T06:45:33.483Z | Compiling digest v0.10.7 |
2250 | 2024-03-26T06:45:33.483Z | Compiling zerocopy-derive v0.2.0 |
2251 | 2024-03-26T06:45:33.530Z | Compiling openssl-macros v0.1.1 |
2252 | 2024-03-26T06:45:34.191Z | Compiling hashbrown v0.14.3 |
2253 | 2024-03-26T06:45:34.191Z | Compiling futures-util v0.3.30 |
2254 | 2024-03-26T06:45:34.273Z | Compiling tracing v0.1.40 |
2255 | 2024-03-26T06:45:34.774Z | Compiling zerocopy-derive v0.6.4 |
2256 | 2024-03-26T06:45:34.780Z | Compiling scroll_derive v0.12.0 |
2257 | 2024-03-26T06:45:35.248Z | Compiling pest_meta v2.7.6 |
2258 | 2024-03-26T06:45:35.837Z | Compiling usdt-impl v0.3.5 |
2259 | 2024-03-26T06:45:35.901Z | Compiling cookie v0.17.0 |
2260 | 2024-03-26T06:45:36.030Z | Compiling signal-hook v0.3.17 |
2261 | 2024-03-26T06:45:36.173Z | Compiling schemars v0.8.16 |
2262 | 2024-03-26T06:45:36.469Z | Compiling pest_generator v2.7.6 |
2263 | 2024-03-26T06:45:36.475Z | Compiling percent-encoding v2.3.1 |
2264 | 2024-03-26T06:45:36.584Z | Compiling flagset v0.4.3 |
2265 | 2024-03-26T06:45:36.761Z | Compiling serde_derive_internals v0.26.0 |
2266 | 2024-03-26T06:45:36.796Z | Compiling der v0.7.8 |
2267 | 2024-03-26T06:45:39.305Z | Compiling pest_derive v2.7.6 |
2268 | 2024-03-26T06:45:40.021Z | Compiling errno v0.3.8 |
2269 | 2024-03-26T06:45:40.271Z | Compiling fnv v1.0.7 |
2270 | 2024-03-26T06:45:40.365Z | Compiling spki v0.7.2 |
2271 | 2024-03-26T06:45:40.866Z | Compiling schemars_derive v0.8.16 |
2272 | 2024-03-26T06:45:42.114Z | Compiling zerocopy v0.3.0 |
2273 | 2024-03-26T06:45:42.138Z | Compiling lazy_static v1.4.0 |
2274 | 2024-03-26T06:45:42.896Z | Compiling backtrace v0.3.69 |
2275 | 2024-03-26T06:45:43.232Z | Compiling bytes v1.5.0 |
2276 | 2024-03-26T06:45:43.782Z | Compiling bitflags v2.4.2 |
2277 | 2024-03-26T06:45:44.242Z | Compiling tokio v1.36.0 |
2278 | 2024-03-26T06:45:44.405Z | Compiling indexmap v2.2.5 |
2279 | 2024-03-26T06:45:45.025Z | Compiling rustc_version v0.4.0 |
2280 | 2024-03-26T06:45:45.635Z | Compiling heapless v0.7.16 |
2281 | 2024-03-26T06:45:45.828Z | Compiling http v0.2.12 |
2282 | 2024-03-26T06:45:46.157Z | Compiling uuid v1.7.0 |
2283 | 2024-03-26T06:45:46.888Z | Compiling thread-id v4.2.0 |
2284 | 2024-03-26T06:45:46.991Z | Compiling num-bigint v0.4.4 |
2285 | 2024-03-26T06:45:46.998Z | Compiling foreign-types-shared v0.1.1 |
2286 | 2024-03-26T06:45:47.097Z | Compiling smoltcp v0.9.1 |
2287 | 2024-03-26T06:45:47.953Z | Compiling async-trait v0.1.77 |
2288 | 2024-03-26T06:45:48.093Z | Compiling powerfmt v0.2.0 |
2289 | 2024-03-26T06:45:48.221Z | Compiling untrusted v0.9.0 |
2290 | 2024-03-26T06:45:48.372Z | Compiling base64 v0.21.7 |
2291 | 2024-03-26T06:45:48.393Z | Compiling untrusted v0.7.1 |
2292 | 2024-03-26T06:45:48.456Z | Compiling crossbeam-utils v0.8.19 |
2293 | 2024-03-26T06:45:48.551Z | Compiling iana-time-zone v0.1.57 |
2294 | 2024-03-26T06:45:48.931Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2295 | 2024-03-26T06:45:48.978Z | Compiling chrono v0.4.34 |
2296 | 2024-03-26T06:45:49.684Z | Compiling deranged v0.3.11 |
2297 | 2024-03-26T06:45:51.786Z | Compiling foreign-types v0.3.2 |
2298 | 2024-03-26T06:45:51.873Z | Compiling dof v0.1.5 |
2299 | 2024-03-26T06:45:52.088Z | Compiling dtrace-parser v0.1.14 |
2300 | 2024-03-26T06:45:52.594Z | Compiling tokio-util v0.7.10 |
2301 | 2024-03-26T06:45:52.616Z | Compiling form_urlencoded v1.2.1 |
2302 | 2024-03-26T06:45:52.920Z | Compiling hmac v0.12.1 |
2303 | 2024-03-26T06:45:52.958Z | Compiling clap_derive v4.5.0 |
2304 | 2024-03-26T06:45:53.154Z | Compiling num-integer v0.1.46 |
2305 | 2024-03-26T06:45:53.820Z | Compiling adler v1.0.2 |
2306 | 2024-03-26T06:45:53.965Z | Compiling anstyle v1.0.6 |
2307 | 2024-03-26T06:45:54.048Z | Compiling cpufeatures v0.2.12 |
2308 | 2024-03-26T06:45:54.236Z | Compiling utf8parse v0.2.1 |
2309 | 2024-03-26T06:45:54.264Z | Compiling siphasher v0.3.11 |
2310 | 2024-03-26T06:45:54.332Z | Compiling try-lock v0.2.4 |
2311 | 2024-03-26T06:45:54.381Z | Compiling num_threads v0.1.6 |
2312 | 2024-03-26T06:45:54.469Z | Compiling rustversion v1.0.14 |
2313 | 2024-03-26T06:45:54.819Z | Compiling time v0.3.34 |
2314 | 2024-03-26T06:45:55.105Z | Compiling want v0.3.1 |
2315 | 2024-03-26T06:45:55.377Z | Compiling anstyle-parse v0.2.1 |
2316 | 2024-03-26T06:45:55.771Z | Compiling sha2 v0.10.8 |
2317 | 2024-03-26T06:45:57.981Z | Compiling miniz_oxide v0.7.1 |
2318 | 2024-03-26T06:45:58.038Z | Compiling h2 v0.3.24 |
2319 | 2024-03-26T06:45:59.584Z | Compiling rustls-webpki v0.101.7 |
2320 | 2024-03-26T06:45:59.642Z | Compiling sct v0.7.0 |
2321 | 2024-03-26T06:45:59.917Z | Compiling http-body v0.4.5 |
2322 | 2024-03-26T06:46:00.899Z | Compiling serde_tokenstream v0.1.7 |
2323 | 2024-03-26T06:46:01.284Z | Compiling pkcs8 v0.10.2 |
2324 | 2024-03-26T06:46:01.453Z | Compiling hubpack_derive v0.1.1 |
2325 | 2024-03-26T06:46:01.702Z | Compiling idna v0.5.0 |
2326 | 2024-03-26T06:46:02.341Z | Compiling aho-corasick v1.1.2 |
2327 | 2024-03-26T06:46:02.456Z | Compiling usdt-impl v0.5.0 |
2328 | 2024-03-26T06:46:02.778Z | Compiling colorchoice v1.0.0 |
2329 | 2024-03-26T06:46:02.936Z | Compiling anyhow v1.0.79 |
2330 | 2024-03-26T06:46:03.002Z | Compiling tower-service v0.3.2 |
2331 | 2024-03-26T06:46:03.927Z | Compiling regex-syntax v0.8.2 |
2332 | 2024-03-26T06:46:04.277Z | Compiling openssl-probe v0.1.5 |
2333 | 2024-03-26T06:46:04.545Z | Compiling radium v0.7.0 |
2334 | 2024-03-26T06:46:04.832Z | Compiling anstyle-query v1.0.0 |
2335 | 2024-03-26T06:46:04.954Z | Compiling httpdate v1.0.3 |
2336 | 2024-03-26T06:46:05.409Z | Compiling slog v2.7.0 |
2337 | 2024-03-26T06:46:05.955Z | Compiling hyper v0.14.28 |
2338 | 2024-03-26T06:46:06.985Z | Compiling anstream v0.6.11 |
2339 | 2024-03-26T06:46:07.881Z | Compiling regex-automata v0.4.5 |
2340 | 2024-03-26T06:46:12.078Z | Compiling url v2.5.0 |
2341 | 2024-03-26T06:46:14.959Z | Compiling terminal_size v0.3.0 |
2342 | 2024-03-26T06:46:15.276Z | Compiling serde_spanned v0.6.5 |
2343 | 2024-03-26T06:46:15.450Z | Compiling toml_datetime v0.6.5 |
2344 | 2024-03-26T06:46:15.534Z | Compiling zerocopy v0.6.4 |
2345 | 2024-03-26T06:46:15.754Z | Compiling scroll v0.12.0 |
2346 | 2024-03-26T06:46:15.916Z | Compiling md-5 v0.10.5 |
2347 | 2024-03-26T06:46:16.399Z | Compiling stringprep v0.1.3 |
2348 | 2024-03-26T06:46:16.411Z | Compiling idna v0.3.0 |
2349 | 2024-03-26T06:46:16.892Z | Compiling diesel_table_macro_syntax v0.1.0 |
2350 | 2024-03-26T06:46:16.956Z | Compiling hash32 v0.2.1 |
2351 | 2024-03-26T06:46:17.068Z | Compiling stable_deref_trait v1.2.0 |
2352 | 2024-03-26T06:46:17.157Z | Compiling psl-types v2.0.11 |
2353 | 2024-03-26T06:46:17.237Z | Compiling gimli v0.28.0 |
2354 | 2024-03-26T06:46:17.249Z | Compiling plain v0.2.3 |
2355 | 2024-03-26T06:46:17.299Z | Compiling dyn-clone v1.0.17 |
2356 | 2024-03-26T06:46:17.388Z | Compiling clap_lex v0.7.0 |
2357 | 2024-03-26T06:46:17.477Z | Compiling strsim v0.11.0 |
2358 | 2024-03-26T06:46:17.508Z | Compiling tap v1.0.1 |
2359 | 2024-03-26T06:46:17.550Z | Compiling fallible-iterator v0.2.0 |
2360 | 2024-03-26T06:46:17.756Z | Compiling maybe-uninit v2.0.0 |
2361 | 2024-03-26T06:46:18.098Z | Compiling uuid v0.8.2 |
2362 | 2024-03-26T06:46:18.232Z | Compiling postgres-protocol v0.6.6 |
2363 | 2024-03-26T06:46:18.328Z | Compiling clap_builder v4.5.1 |
2364 | 2024-03-26T06:46:18.635Z | Compiling wyz v0.5.1 |
2365 | 2024-03-26T06:46:19.459Z | Compiling goblin v0.8.0 |
2366 | 2024-03-26T06:46:19.581Z | Compiling publicsuffix v2.2.3 |
2367 | 2024-03-26T06:46:19.780Z | Compiling diesel_derives v2.1.2 |
2368 | 2024-03-26T06:46:21.022Z | Compiling tokio-rustls v0.24.1 |
2369 | 2024-03-26T06:46:21.526Z | Compiling addr2line v0.21.0 |
2370 | 2024-03-26T06:46:22.586Z | Compiling strum_macros v0.25.2 |
2371 | 2024-03-26T06:46:23.781Z | Compiling tokio-native-tls v0.3.1 |
2372 | 2024-03-26T06:46:24.621Z | Compiling usdt-macro v0.3.5 |
2373 | 2024-03-26T06:46:25.803Z | Compiling usdt-attr-macro v0.3.5 |
2374 | 2024-03-26T06:46:27.590Z | Compiling phf_shared v0.11.2 |
2375 | 2024-03-26T06:46:27.957Z | Compiling num-iter v0.1.44 |
2376 | 2024-03-26T06:46:28.700Z | Compiling block-padding v0.3.3 |
2377 | 2024-03-26T06:46:28.845Z | Compiling enum-as-inner v0.5.1 |
2378 | 2024-03-26T06:46:28.908Z | Compiling serde_repr v0.1.16 |
2379 | 2024-03-26T06:46:30.076Z | Compiling ff v0.13.0 |
2380 | 2024-03-26T06:46:30.299Z | Compiling scheduled-thread-pool v0.2.7 |
2381 | 2024-03-26T06:46:32.166Z | Compiling object v0.32.1 |
2382 | 2024-03-26T06:46:32.446Z | Compiling matches v0.1.10 |
2383 | 2024-03-26T06:46:32.530Z | Compiling managed v0.8.0 |
2384 | 2024-03-26T06:46:32.993Z | Compiling winnow v0.5.15 |
2385 | 2024-03-26T06:46:34.712Z | Compiling ipnet v2.9.0 |
2386 | 2024-03-26T06:46:34.927Z | Compiling bitflags v1.3.2 |
2387 | 2024-03-26T06:46:35.767Z | Compiling packed_struct v0.10.1 |
2388 | 2024-03-26T06:46:36.218Z | Compiling regex-automata v0.1.10 |
2389 | 2024-03-26T06:46:36.658Z | Compiling num-bigint-dig v0.8.4 |
2390 | 2024-03-26T06:46:36.700Z | Compiling pretty-hex v0.4.1 |
2391 | 2024-03-26T06:46:36.703Z | Compiling bit-vec v0.6.3 |
2392 | 2024-03-26T06:46:36.924Z | Compiling funty v2.0.0 |
2393 | 2024-03-26T06:46:37.243Z | Compiling base16ct v0.2.0 |
2394 | 2024-03-26T06:46:37.533Z | Compiling rustc-demangle v0.1.23 |
2395 | 2024-03-26T06:46:38.870Z | Compiling bitvec v1.0.1 |
2396 | 2024-03-26T06:46:39.321Z | Compiling sec1 v0.7.3 |
2397 | 2024-03-26T06:46:39.931Z | Compiling dof v0.3.0 |
2398 | 2024-03-26T06:46:41.829Z | Compiling bstr v0.2.17 |
2399 | 2024-03-26T06:46:42.961Z | Compiling toml_edit v0.19.15 |
2400 | 2024-03-26T06:46:46.752Z | Compiling idna v0.2.3 |
2401 | 2024-03-26T06:46:47.329Z | Compiling r2d2 v0.8.10 |
2402 | 2024-03-26T06:46:47.686Z | Compiling group v0.13.0 |
2403 | 2024-03-26T06:46:47.979Z | Compiling inout v0.1.3 |
2404 | 2024-03-26T06:46:49.924Z | Compiling phf v0.11.2 |
2405 | 2024-03-26T06:46:50.234Z | Compiling hyper-tls v0.5.0 |
2406 | 2024-03-26T06:46:50.564Z | Compiling signal-hook-mio v0.2.3 |
2407 | 2024-03-26T06:46:50.731Z | Compiling cookie_store v0.20.0 |
2408 | 2024-03-26T06:46:51.661Z | Compiling clap v4.5.1 |
2409 | 2024-03-26T06:46:51.778Z | Compiling flate2 v1.0.28 |
2410 | 2024-03-26T06:46:52.033Z | Compiling bzip2 v0.4.4 |
2411 | 2024-03-26T06:46:52.076Z | Compiling hyper-rustls v0.24.2 |
2412 | 2024-03-26T06:46:52.387Z | Compiling ipnetwork v0.20.0 |
2413 | 2024-03-26T06:46:52.413Z | Compiling postgres-types v0.2.6 |
2414 | 2024-03-26T06:46:52.814Z | Compiling regex v1.10.3 |
2415 | 2024-03-26T06:46:53.542Z | Compiling hubpack v0.1.2 |
2416 | 2024-03-26T06:46:53.825Z | Compiling rustls-pemfile v1.0.3 |
2417 | 2024-03-26T06:46:53.831Z | Compiling phf_shared v0.10.0 |
2418 | 2024-03-26T06:46:53.836Z | Compiling hkdf v0.12.4 |
2419 | 2024-03-26T06:46:53.855Z | Compiling serde_urlencoded v0.7.1 |
2420 | 2024-03-26T06:46:54.003Z | Compiling dtrace-parser v0.2.0 |
2421 | 2024-03-26T06:46:54.074Z | Compiling futures-executor v0.3.30 |
2422 | 2024-03-26T06:46:54.788Z | Compiling crypto-bigint v0.5.2 |
2423 | 2024-03-26T06:46:54.885Z | Compiling packed_struct_codegen v0.10.1 |
2424 | 2024-03-26T06:46:55.637Z | Compiling float-cmp v0.9.0 |
2425 | 2024-03-26T06:46:56.450Z | Compiling indexmap v1.9.3 |
2426 | 2024-03-26T06:46:56.746Z | Compiling encoding_rs v0.8.33 |
2427 | 2024-03-26T06:46:56.897Z | Compiling new_debug_unreachable v1.0.4 |
2428 | 2024-03-26T06:46:56.982Z | Compiling normalize-line-endings v0.3.0 |
2429 | 2024-03-26T06:46:57.625Z | Compiling either v1.10.0 |
2430 | 2024-03-26T06:46:58.037Z | Compiling predicates-core v1.0.6 |
2431 | 2024-03-26T06:46:58.347Z | Compiling sync_wrapper v0.1.2 |
2432 | 2024-03-26T06:46:58.472Z | Compiling crc-catalog v2.2.0 |
2433 | 2024-03-26T06:46:58.691Z | Compiling data-encoding v2.4.0 |
2434 | 2024-03-26T06:46:59.602Z | Compiling nodrop v0.1.14 |
2435 | 2024-03-26T06:46:59.723Z | Compiling static_assertions v1.1.0 |
2436 | 2024-03-26T06:46:59.818Z | Compiling minimal-lexical v0.2.1 |
2437 | 2024-03-26T06:47:00.299Z | Compiling mime v0.3.17 |
2438 | 2024-03-26T06:47:00.310Z | Compiling winnow v0.6.1 |
2439 | 2024-03-26T06:47:00.322Z | Compiling whoami v1.5.0 |
2440 | 2024-03-26T06:47:00.482Z | Compiling webpki-roots v0.25.2 |
2441 | 2024-03-26T06:47:00.636Z | Compiling unicode-segmentation v1.10.1 |
2442 | 2024-03-26T06:47:00.863Z | Compiling fixedbitset v0.4.2 |
2443 | 2024-03-26T06:47:00.940Z | Compiling precomputed-hash v0.1.1 |
2444 | 2024-03-26T06:47:01.237Z | Compiling difflib v0.4.0 |
2445 | 2024-03-26T06:47:01.255Z | Compiling unicode-width v0.1.11 |
2446 | 2024-03-26T06:47:01.411Z | Compiling console v0.15.8 |
2447 | 2024-03-26T06:47:01.423Z | Compiling similar v2.4.0 |
2448 | 2024-03-26T06:47:02.709Z | Compiling predicates v3.1.0 |
2449 | 2024-03-26T06:47:03.492Z | Compiling petgraph v0.6.4 |
2450 | 2024-03-26T06:47:03.695Z | Compiling string_cache v0.8.7 |
2451 | 2024-03-26T06:47:04.072Z | Compiling toml_edit v0.22.6 |
2452 | 2024-03-26T06:47:04.104Z | Compiling tokio-postgres v0.7.10 |
2453 | 2024-03-26T06:47:04.301Z | Compiling reqwest v0.11.24 |
2454 | 2024-03-26T06:47:07.387Z | Compiling nom v7.1.3 |
2455 | 2024-03-26T06:47:11.155Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2456 | 2024-03-26T06:47:11.306Z | Compiling array-init v0.0.4 |
2457 | 2024-03-26T06:47:16.903Z | Compiling trust-dns-proto v0.22.0 |
2458 | 2024-03-26T06:47:17.078Z | Compiling crc v3.0.1 |
2459 | 2024-03-26T06:47:17.139Z | Compiling itertools v0.10.5 |
2460 | 2024-03-26T06:47:17.826Z | Compiling elliptic-curve v0.13.8 |
2461 | 2024-03-26T06:47:21.390Z | Compiling futures v0.3.30 |
2462 | 2024-03-26T06:47:23.666Z | Compiling smallvec v0.6.14 |
2463 | 2024-03-26T06:47:23.853Z | Compiling diesel v2.1.4 |
2464 | 2024-03-26T06:47:24.068Z | Compiling zip v0.6.6 |
2465 | 2024-03-26T06:47:24.124Z | Compiling yasna v0.5.2 |
2466 | 2024-03-26T06:47:24.469Z | Compiling crossterm v0.27.0 |
2467 | 2024-03-26T06:47:25.277Z | Compiling crossbeam-epoch v0.9.18 |
2468 | 2024-03-26T06:47:25.756Z | Compiling cipher v0.4.4 |
2469 | 2024-03-26T06:47:26.205Z | Compiling toml v0.7.8 |
2470 | 2024-03-26T06:47:26.860Z | Compiling bit-set v0.5.3 |
2471 | 2024-03-26T06:47:26.865Z | Compiling usdt v0.3.5 |
2472 | 2024-03-26T06:47:27.680Z | Compiling bstr v1.9.0 |
2473 | 2024-03-26T06:47:27.910Z | Compiling pkcs1 v0.7.5 |
2474 | 2024-03-26T06:47:28.376Z | Compiling tokio-stream v0.1.14 |
2475 | 2024-03-26T06:47:28.511Z | Compiling is-terminal v0.4.9 |
2476 | 2024-03-26T06:47:29.052Z | Compiling openapiv3 v2.0.0 |
2477 | 2024-03-26T06:47:29.279Z | Compiling hex v0.4.3 |
2478 | 2024-03-26T06:47:29.980Z | Compiling signature v2.1.0 |
2479 | 2024-03-26T06:47:32.364Z | Compiling hashbrown v0.12.3 |
2480 | 2024-03-26T06:47:32.605Z | Compiling termcolor v1.2.0 |
2481 | 2024-03-26T06:47:33.500Z | Compiling bitfield v0.14.0 |
2482 | 2024-03-26T06:47:33.642Z | Compiling lalrpop-util v0.19.12 |
2483 | 2024-03-26T06:47:35.655Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2484 | 2024-03-26T06:47:37.551Z | Compiling env_logger v0.10.0 |
2485 | 2024-03-26T06:47:41.498Z | Compiling rsa v0.9.2 |
2486 | 2024-03-26T06:47:47.719Z | Compiling serde-hex v0.1.0 |
2487 | 2024-03-26T06:47:49.166Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2488 | 2024-03-26T06:47:55.935Z | Compiling ron v0.8.1 |
2489 | 2024-03-26T06:47:56.974Z | Compiling x509-cert v0.2.4 |
2490 | 2024-03-26T06:47:57.497Z | Compiling hashbrown v0.13.2 |
2491 | 2024-03-26T06:48:00.992Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2492 | 2024-03-26T06:48:04.019Z | Compiling crc-any v2.4.3 |
2493 | 2024-03-26T06:48:18.752Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2494 | 2024-03-26T06:48:30.089Z | Compiling object v0.30.4 |
2495 | 2024-03-26T06:48:32.101Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2496 | 2024-03-26T06:48:41.447Z | Compiling path-slash v0.1.5 |
2497 | 2024-03-26T06:48:41.982Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2498 | 2024-03-26T06:49:03.753Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2499 | 2024-03-26T06:49:04.541Z | Finished release [optimized] target(s) in 3m 50s |
2500 | 2024-03-26T06:49:04.619Z | |
2501 | 2024-03-26T06:49:04.619Z | real 3:50.749246789 |
2502 | 2024-03-26T06:49:04.619Z | user 25:25.858375728 |
2503 | 2024-03-26T06:49:04.619Z | sys 3:09.102692744 |
2504 | 2024-03-26T06:49:04.619Z | trap 0.781583998 |
2505 | 2024-03-26T06:49:04.619Z | tflt 1.639350934 |
2506 | 2024-03-26T06:49:04.623Z | dflt 0.716400383 |
2507 | 2024-03-26T06:49:04.623Z | kflt 0.000165340 |
2508 | 2024-03-26T06:49:04.623Z | lock 57:54.418164999 |
2509 | 2024-03-26T06:49:04.623Z | slp 1:15:07.563565765 |
2510 | 2024-03-26T06:49:04.623Z | lat 1:28.180441155 |
2511 | 2024-03-26T06:49:04.623Z | stop 1:24.275199776 |
2512 | 2024-03-26T06:49:04.623Z | + ptime -m gzip |
2513 | 2024-03-26T06:49:04.976Z | |
2514 | 2024-03-26T06:49:04.976Z | real 0.353017076 |
2515 | 2024-03-26T06:49:04.976Z | user 0.349178292 |
2516 | 2024-03-26T06:49:04.977Z | sys 0.003249927 |
2517 | 2024-03-26T06:49:04.977Z | trap 0.000027666 |
2518 | 2024-03-26T06:49:04.977Z | tflt 0.000000000 |
2519 | 2024-03-26T06:49:04.977Z | dflt 0.000000000 |
2520 | 2024-03-26T06:49:04.977Z | kflt 0.000000000 |
2521 | 2024-03-26T06:49:04.981Z | lock 0.000000000 |
2522 | 2024-03-26T06:49:04.981Z | slp 0.000000000 |
2523 | 2024-03-26T06:49:04.981Z | lat 0.000098112 |
2524 | 2024-03-26T06:49:04.981Z | stop 0.000229199 |
2525 | 2024-03-26T06:49:04.981Z | + banner tufaceous |
2526 | 2024-03-26T06:49:04.981Z | |
2527 | 2024-03-26T06:49:04.981Z | ##### # # ###### ## #### ###### #### # # #### |
2528 | 2024-03-26T06:49:04.981Z | # # # # # # # # # # # # # # |
2529 | 2024-03-26T06:49:04.982Z | # # # ##### # # # ##### # # # # #### |
2530 | 2024-03-26T06:49:04.982Z | # # # # ###### # # # # # # # |
2531 | 2024-03-26T06:49:04.982Z | # # # # # # # # # # # # # # # |
2532 | 2024-03-26T06:49:04.982Z | # #### # # # #### ###### #### #### #### |
2533 | 2024-03-26T06:49:04.982Z | |
2534 | 2024-03-26T06:49:04.982Z | + ptime -m cargo build --locked -p tufaceous --release |
2535 | 2024-03-26T06:49:05.489Z | Downloading crates ... |
2536 | 2024-03-26T06:49:05.745Z | Downloaded async-recursion v1.0.5 |
2537 | 2024-03-26T06:49:05.752Z | Downloaded globset v0.4.13 |
2538 | 2024-03-26T06:49:05.752Z | Downloaded snafu-derive v0.7.5 |
2539 | 2024-03-26T06:49:05.760Z | Downloaded pin-project-internal v1.1.3 |
2540 | 2024-03-26T06:49:05.760Z | Downloaded buf-list v1.0.3 |
2541 | 2024-03-26T06:49:05.760Z | Downloaded doc-comment v0.3.3 |
2542 | 2024-03-26T06:49:05.760Z | Downloaded parse-size v1.0.0 |
2543 | 2024-03-26T06:49:05.848Z | Downloaded olpc-cjson v0.1.3 |
2544 | 2024-03-26T06:49:05.848Z | Downloaded fs-err v2.11.0 |
2545 | 2024-03-26T06:49:05.848Z | Downloaded serde_plain v1.0.2 |
2546 | 2024-03-26T06:49:05.852Z | Downloaded snafu v0.7.5 |
2547 | 2024-03-26T06:49:05.852Z | Downloaded typed-path v0.7.0 |
2548 | 2024-03-26T06:49:05.853Z | Downloaded tough v0.16.0 |
2549 | 2024-03-26T06:49:05.853Z | Downloaded pin-project v1.1.3 |
2550 | 2024-03-26T06:49:05.894Z | Compiling serde_tokenstream v0.2.0 |
2551 | 2024-03-26T06:49:05.966Z | Compiling regress v0.9.0 |
2552 | 2024-03-26T06:49:05.983Z | Compiling instant v0.1.12 |
2553 | 2024-03-26T06:49:05.987Z | Compiling parking_lot_core v0.8.6 |
2554 | 2024-03-26T06:49:05.991Z | Compiling thread_local v1.1.7 |
2555 | 2024-03-26T06:49:05.998Z | Compiling slog-async v2.8.0 |
2556 | 2024-03-26T06:49:06.007Z | Compiling crossbeam-channel v0.5.8 |
2557 | 2024-03-26T06:49:06.105Z | Compiling dirs-sys-next v0.1.2 |
2558 | 2024-03-26T06:49:06.412Z | Compiling half v2.3.1 |
2559 | 2024-03-26T06:49:06.472Z | Compiling ciborium-io v0.2.2 |
2560 | 2024-03-26T06:49:06.599Z | Compiling ident_case v1.0.1 |
2561 | 2024-03-26T06:49:06.775Z | Compiling heck v0.4.1 |
2562 | 2024-03-26T06:49:06.779Z | Compiling strsim v0.10.0 |
2563 | 2024-03-26T06:49:07.126Z | Compiling take_mut v0.2.2 |
2564 | 2024-03-26T06:49:07.229Z | Compiling rustls-pki-types v1.3.0 |
2565 | 2024-03-26T06:49:07.240Z | Compiling match_cfg v0.1.0 |
2566 | 2024-03-26T06:49:07.328Z | Compiling hostname v0.3.1 |
2567 | 2024-03-26T06:49:07.415Z | Compiling darling_core v0.20.3 |
2568 | 2024-03-26T06:49:07.589Z | Compiling ciborium-ll v0.2.2 |
2569 | 2024-03-26T06:49:07.703Z | Compiling parking_lot v0.11.2 |
2570 | 2024-03-26T06:49:08.030Z | Compiling dirs-next v2.0.0 |
2571 | 2024-03-26T06:49:08.054Z | Compiling getopts v0.2.21 |
2572 | 2024-03-26T06:49:08.277Z | Compiling proc-macro-crate v1.3.1 |
2573 | 2024-03-26T06:49:08.481Z | Compiling slog-json v2.6.1 |
2574 | 2024-03-26T06:49:08.880Z | Compiling fxhash v0.2.1 |
2575 | 2024-03-26T06:49:08.991Z | Compiling camino v1.1.6 |
2576 | 2024-03-26T06:49:09.081Z | Compiling rustls v0.22.2 |
2577 | 2024-03-26T06:49:09.157Z | Compiling unsafe-libyaml v0.2.10 |
2578 | 2024-03-26T06:49:09.364Z | Compiling num_enum_derive v0.7.2 |
2579 | 2024-03-26T06:49:09.516Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2580 | 2024-03-26T06:49:10.523Z | Compiling serde_yaml v0.9.25 |
2581 | 2024-03-26T06:49:10.732Z | Compiling sled v0.34.7 |
2582 | 2024-03-26T06:49:10.955Z | Compiling slog-bunyan v2.5.0 |
2583 | 2024-03-26T06:49:11.230Z | Compiling term v0.7.0 |
2584 | 2024-03-26T06:49:11.857Z | Compiling ciborium v0.2.2 |
2585 | 2024-03-26T06:49:12.807Z | Compiling darling_macro v0.20.3 |
2586 | 2024-03-26T06:49:13.725Z | Compiling rustls-webpki v0.102.1 |
2587 | 2024-03-26T06:49:14.311Z | Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2588 | 2024-03-26T06:49:15.155Z | Compiling structmeta-derive v0.3.0 |
2589 | 2024-03-26T06:49:16.087Z | Compiling atty v0.2.14 |
2590 | 2024-03-26T06:49:16.176Z | Compiling multer v3.0.0 |
2591 | 2024-03-26T06:49:16.230Z | Compiling paste v1.0.14 |
2592 | 2024-03-26T06:49:16.458Z | Compiling doc-comment v0.3.3 |
2593 | 2024-03-26T06:49:16.790Z | Compiling slog-term v2.9.0 |
2594 | 2024-03-26T06:49:17.081Z | Compiling rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2595 | 2024-03-26T06:49:17.822Z | Compiling structmeta v0.3.0 |
2596 | 2024-03-26T06:49:18.188Z | Compiling darling v0.20.3 |
2597 | 2024-03-26T06:49:18.234Z | Compiling num_enum v0.7.2 |
2598 | 2024-03-26T06:49:18.414Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2599 | 2024-03-26T06:49:18.435Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2600 | 2024-03-26T06:49:19.740Z | Compiling http v1.0.0 |
2601 | 2024-03-26T06:49:19.968Z | Compiling pin-project-internal v1.1.3 |
2602 | 2024-03-26T06:49:20.121Z | Compiling async-stream-impl v0.3.5 |
2603 | 2024-03-26T06:49:21.099Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2604 | 2024-03-26T06:49:21.365Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2605 | 2024-03-26T06:49:21.661Z | Compiling atomic-waker v1.1.1 |
2606 | 2024-03-26T06:49:21.850Z | Compiling fastrand v2.0.1 |
2607 | 2024-03-26T06:49:22.562Z | Compiling tokio-rustls v0.25.0 |
2608 | 2024-03-26T06:49:22.684Z | Compiling pin-project v1.1.3 |
2609 | 2024-03-26T06:49:22.813Z | Compiling tempfile v3.10.0 |
2610 | 2024-03-26T06:49:23.033Z | Compiling waitgroup v0.1.2 |
2611 | 2024-03-26T06:49:24.635Z | Compiling async-stream v0.3.5 |
2612 | 2024-03-26T06:49:24.826Z | Compiling bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2613 | 2024-03-26T06:49:24.947Z | Compiling serde_with_macros v3.6.1 |
2614 | 2024-03-26T06:49:25.447Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2615 | 2024-03-26T06:49:25.584Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2616 | 2024-03-26T06:49:27.755Z | Compiling parse-display-derive v0.9.0 |
2617 | 2024-03-26T06:49:32.477Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2618 | 2024-03-26T06:49:32.690Z | Compiling toml v0.8.10 |
2619 | 2024-03-26T06:49:33.012Z | Compiling rustls-pemfile v2.1.1 |
2620 | 2024-03-26T06:49:33.783Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2621 | 2024-03-26T06:49:35.815Z | Compiling sha1 v0.10.6 |
2622 | 2024-03-26T06:49:36.764Z | Compiling strum_macros v0.26.1 |
2623 | 2024-03-26T06:49:38.567Z | Compiling newtype-uuid v1.0.1 |
2624 | 2024-03-26T06:49:38.905Z | Compiling snafu-derive v0.7.5 |
2625 | 2024-03-26T06:49:41.379Z | Compiling serde_path_to_error v0.1.16 |
2626 | 2024-03-26T06:49:42.395Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2627 | 2024-03-26T06:49:43.092Z | Compiling fs-err v2.11.0 |
2628 | 2024-03-26T06:49:43.398Z | Compiling buf-list v1.0.3 |
2629 | 2024-03-26T06:49:43.822Z | Compiling same-file v1.0.6 |
2630 | 2024-03-26T06:49:43.967Z | Compiling debug-ignore v1.0.5 |
2631 | 2024-03-26T06:49:44.092Z | Compiling arc-swap v1.6.0 |
2632 | 2024-03-26T06:49:44.822Z | Compiling slog-scope v4.4.0 |
2633 | 2024-03-26T06:49:45.753Z | Compiling walkdir v2.4.0 |
2634 | 2024-03-26T06:49:47.273Z | Compiling snafu v0.7.5 |
2635 | 2024-03-26T06:49:47.429Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2636 | 2024-03-26T06:49:47.634Z | Compiling strum v0.26.1 |
2637 | 2024-03-26T06:49:47.812Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2638 | 2024-03-26T06:49:47.868Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2639 | 2024-03-26T06:49:48.086Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2640 | 2024-03-26T06:49:48.197Z | Compiling parse-display v0.9.0 |
2641 | 2024-03-26T06:49:48.937Z | Compiling serde_with v3.6.1 |
2642 | 2024-03-26T06:49:48.937Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2643 | 2024-03-26T06:49:49.407Z | Compiling globset v0.4.13 |
2644 | 2024-03-26T06:49:49.922Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2645 | 2024-03-26T06:49:50.101Z | Compiling backoff v0.4.0 |
2646 | 2024-03-26T06:49:50.342Z | Compiling pem v3.0.2 |
2647 | 2024-03-26T06:49:50.466Z | Compiling olpc-cjson v0.1.3 |
2648 | 2024-03-26T06:49:50.790Z | Compiling macaddr v1.0.1 |
2649 | 2024-03-26T06:49:51.429Z | Compiling serde_plain v1.0.2 |
2650 | 2024-03-26T06:49:51.952Z | Compiling async-recursion v1.0.5 |
2651 | 2024-03-26T06:49:51.985Z | Compiling xattr v1.0.1 |
2652 | 2024-03-26T06:49:52.270Z | Compiling filetime v0.2.23 |
2653 | 2024-03-26T06:49:52.598Z | Compiling typed-path v0.7.0 |
2654 | 2024-03-26T06:49:52.898Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2655 | 2024-03-26T06:49:52.952Z | Compiling tar v0.4.40 |
2656 | 2024-03-26T06:49:57.940Z | Compiling tough v0.16.0 |
2657 | 2024-03-26T06:49:59.716Z | Compiling slog-stdlog v4.1.1 |
2658 | 2024-03-26T06:50:00.301Z | Compiling camino-tempfile v1.1.1 |
2659 | 2024-03-26T06:50:00.627Z | Compiling itertools v0.12.1 |
2660 | 2024-03-26T06:50:01.126Z | Compiling parse-size v1.0.0 |
2661 | 2024-03-26T06:50:01.429Z | Compiling slog-envlogger v2.2.0 |
2662 | 2024-03-26T06:50:04.224Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2663 | 2024-03-26T06:50:04.362Z | Compiling humantime v2.1.0 |
2664 | 2024-03-26T06:50:07.554Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2665 | 2024-03-26T06:50:30.364Z | Finished release [optimized] target(s) in 1m 25s |
2666 | 2024-03-26T06:50:30.452Z | |
2667 | 2024-03-26T06:50:30.455Z | real 1:25.430901559 |
2668 | 2024-03-26T06:50:30.455Z | user 9:55.929419492 |
2669 | 2024-03-26T06:50:30.455Z | sys 44.840910835 |
2670 | 2024-03-26T06:50:30.455Z | trap 0.268389957 |
2671 | 2024-03-26T06:50:30.455Z | tflt 0.524563377 |
2672 | 2024-03-26T06:50:30.455Z | dflt 0.228004652 |
2673 | 2024-03-26T06:50:30.456Z | kflt 0.000788587 |
2674 | 2024-03-26T06:50:30.456Z | lock 23:00.600155742 |
2675 | 2024-03-26T06:50:30.456Z | slp 25:30.338678535 |
2676 | 2024-03-26T06:50:30.456Z | lat 24.682786863 |
2677 | 2024-03-26T06:50:30.456Z | stop 17.935662371 |
2678 | 2024-03-26T06:50:30.456Z | + ptime -m gzip |
2679 | 2024-03-26T06:50:31.942Z | |
2680 | 2024-03-26T06:50:31.946Z | real 1.490573285 |
2681 | 2024-03-26T06:50:31.946Z | user 1.476084561 |
2682 | 2024-03-26T06:50:31.946Z | sys 0.013869923 |
2683 | 2024-03-26T06:50:31.946Z | trap 0.000113660 |
2684 | 2024-03-26T06:50:31.946Z | tflt 0.000000000 |
2685 | 2024-03-26T06:50:31.946Z | dflt 0.000000000 |
2686 | 2024-03-26T06:50:31.946Z | kflt 0.000000000 |
2687 | 2024-03-26T06:50:31.946Z | lock 0.000000000 |
2688 | 2024-03-26T06:50:31.946Z | slp 0.000000000 |
2689 | 2024-03-26T06:50:31.946Z | lat 0.000102332 |
2690 | 2024-03-26T06:50:31.946Z | stop 0.000172079 |
2691 | 2024-03-26T06:50:31.946Z | process exited: duration 824568 ms, exit code 0 |
|
2692 | 2024-03-26T06:50:31.953Z | found 8 output files |
2693 | 2024-03-26T06:50:31.953Z | uploading: /work/end-to-end-tests/bootstrap-6035e7536a5a7fd4.gz (9708797 bytes) |
2694 | 2024-03-26T06:50:35.340Z | uploaded: /work/end-to-end-tests/bootstrap-6035e7536a5a7fd4.gz |
2695 | 2024-03-26T06:50:35.340Z | uploading: /work/end-to-end-tests/bootstrap.gz (103507417 bytes) |
2696 | 2024-03-26T06:51:11.550Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2697 | 2024-03-26T06:51:11.550Z | uploading: /work/end-to-end-tests/commtest-0032f1fcb106ce03.gz (9708471 bytes) |
2698 | 2024-03-26T06:51:14.980Z | uploaded: /work/end-to-end-tests/commtest-0032f1fcb106ce03.gz |
2699 | 2024-03-26T06:51:14.981Z | uploading: /work/end-to-end-tests/dhcp_server-c911c239d2b46f2c.gz (9708226 bytes) |
2700 | 2024-03-26T06:51:19.210Z | uploaded: /work/end-to-end-tests/dhcp_server-c911c239d2b46f2c.gz |
2701 | 2024-03-26T06:51:19.210Z | uploading: /work/end-to-end-tests/end_to_end_tests-3332264ed4b0fd4a.gz (106521470 bytes) |
2702 | 2024-03-26T06:52:10.321Z | uploaded: /work/end-to-end-tests/end_to_end_tests-3332264ed4b0fd4a.gz |
2703 | 2024-03-26T06:52:10.322Z | uploading: /work/caboose-util.gz (3208075 bytes) |
2704 | 2024-03-26T06:52:12.274Z | uploaded: /work/caboose-util.gz |
2705 | 2024-03-26T06:52:12.275Z | uploading: /work/tufaceous.gz (13678685 bytes) |
2706 | 2024-03-26T06:52:16.628Z | uploaded: /work/tufaceous.gz |
2707 | 2024-03-26T06:52:16.638Z | uploading: /work/commtest (465535888 bytes) |
2708 | 2024-03-26T06:55:04.847Z | uploaded: /work/commtest |