|
|
|
1 | 2024-04-03T07:13:28.963Z | job assigned to worker 01HTHCRQYEQ4HM996NYGDGFJ03 (queued for 2 m 20 s) |
|
2 | 2024-04-03T07:13:36.656Z | starting task 0: "setup" |
3 | 2024-04-03T07:13:36.719Z | ++ uname -s |
4 | 2024-04-03T07:13:36.733Z | + kern=SunOS |
5 | 2024-04-03T07:13:36.733Z | + case "$kern" in |
6 | 2024-04-03T07:13:36.734Z | + groupadd -g 12345 build |
7 | 2024-04-03T07:13:36.752Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-03T07:13:38.748Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-03T07:13:38.870Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-03T07:13:38.892Z | + home_fs=zfs |
11 | 2024-04-03T07:13:38.892Z | + [[ zfs == autofs ]] |
12 | 2024-04-03T07:13:38.892Z | + mkdir -p /home/build |
13 | 2024-04-03T07:13:38.892Z | + chown build:build /home/build /work |
14 | 2024-04-03T07:13:41.282Z | + chmod 0700 /home/build /work |
15 | 2024-04-03T07:13:41.288Z | process exited: duration 4227 ms, exit code 0 |
|
16 | 2024-04-03T07:13:41.294Z | starting task 1: "rust-toolchain" |
17 | 2024-04-03T07:13:41.302Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-03T07:13:41.305Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-03T07:13:41.413Z | info: downloading installer |
20 | 2024-04-03T07:13:42.589Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-03T07:13:42.589Z | warning: /opt/ooce/bin |
22 | 2024-04-03T07:13:42.589Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-03T07:13:42.589Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-03T07:13:42.589Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-03T07:13:42.589Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-03T07:13:42.589Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-03T07:13:42.589Z | error: cannot install while Rust is installed |
28 | 2024-04-03T07:13:42.589Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-03T07:13:42.924Z | info: profile set to 'default' |
30 | 2024-04-03T07:13:42.924Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-03T07:13:42.928Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-03T07:13:43.052Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-03T07:13:43.052Z | info: downloading component 'cargo' |
34 | 2024-04-03T07:13:43.618Z | info: downloading component 'clippy' |
35 | 2024-04-03T07:13:43.831Z | info: downloading component 'rust-docs' |
36 | 2024-04-03T07:13:44.549Z | info: downloading component 'rust-std' |
37 | 2024-04-03T07:13:45.840Z | info: downloading component 'rustc' |
38 | 2024-04-03T07:13:48.913Z | info: downloading component 'rustfmt' |
39 | 2024-04-03T07:13:49.087Z | info: installing component 'cargo' |
40 | 2024-04-03T07:13:49.884Z | info: installing component 'clippy' |
41 | 2024-04-03T07:13:50.240Z | info: installing component 'rust-docs' |
42 | 2024-04-03T07:13:51.635Z | info: installing component 'rust-std' |
43 | 2024-04-03T07:13:53.477Z | info: installing component 'rustc' |
44 | 2024-04-03T07:13:57.473Z | info: installing component 'rustfmt' |
45 | 2024-04-03T07:13:58.259Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-04-03T07:13:58.259Z | |
47 | 2024-04-03T07:13:58.272Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-03T07:13:58.273Z | |
49 | 2024-04-03T07:13:58.273Z | |
50 | 2024-04-03T07:13:58.273Z | Rust is installed now. Great! |
51 | 2024-04-03T07:13:58.273Z | |
52 | 2024-04-03T07:13:58.273Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-03T07:13:58.273Z | environment variable. This has not been done automatically. |
54 | 2024-04-03T07:13:58.273Z | |
55 | 2024-04-03T07:13:58.273Z | To configure your current shell, you need to source |
56 | 2024-04-03T07:13:58.273Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-03T07:13:58.273Z | |
58 | 2024-04-03T07:13:58.273Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-03T07:13:58.273Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-03T07:13:58.273Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-03T07:13:58.280Z | + rustc --version |
62 | 2024-04-03T07:13:58.352Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-03T07:13:58.359Z | process exited: duration 17047 ms, exit code 0 |
|
64 | 2024-04-03T07:13:58.374Z | starting task 2: "authentication" |
65 | 2024-04-03T07:13:58.397Z | process exited: duration 22 ms, exit code 0 |
|
66 | 2024-04-03T07:13:58.427Z | starting task 3: "clone repository" |
67 | 2024-04-03T07:13:58.437Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-04-03T07:13:58.437Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-04-03T07:13:58.700Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-04-03T07:14:28.416Z | + cd /work/oxidecomputer/omicron |
71 | 2024-04-03T07:14:28.416Z | + git fetch origin 1341b3f92385a8a75613e1c19a2104a02d938789 |
72 | 2024-04-03T07:14:28.416Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-04-03T07:14:28.416Z | * branch 1341b3f92385a8a75613e1c19a2104a02d938789 -> FETCH_HEAD |
74 | 2024-04-03T07:14:28.416Z | + [[ -n renovate/trybuild-1.x ]] |
75 | 2024-04-03T07:14:28.417Z | ++ git branch --show-current |
76 | 2024-04-03T07:14:28.417Z | + current=main |
77 | 2024-04-03T07:14:28.418Z | + [[ main != renovate/trybuild-1.x ]] |
78 | 2024-04-03T07:14:28.418Z | + git branch -f renovate/trybuild-1.x 1341b3f92385a8a75613e1c19a2104a02d938789 |
79 | 2024-04-03T07:14:28.418Z | + git checkout -f renovate/trybuild-1.x |
80 | 2024-04-03T07:14:28.421Z | Switched to branch 'renovate/trybuild-1.x' |
81 | 2024-04-03T07:14:28.421Z | + git reset --hard 1341b3f92385a8a75613e1c19a2104a02d938789 |
82 | 2024-04-03T07:14:28.421Z | HEAD is now at 1341b3f92 Update Rust crate trybuild to 1.0.91 |
83 | 2024-04-03T07:14:28.422Z | process exited: duration 29213 ms, exit code 0 |
|
84 | 2024-04-03T07:14:28.490Z | starting task 4: "build" |
85 | 2024-04-03T07:14:28.529Z | + cargo --version |
86 | 2024-04-03T07:14:28.535Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-04-03T07:14:28.884Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-04-03T07:14:28.884Z | info: downloading component 'cargo' |
89 | 2024-04-03T07:14:29.266Z | info: downloading component 'clippy' |
90 | 2024-04-03T07:14:29.475Z | info: downloading component 'rust-docs' |
91 | 2024-04-03T07:14:30.798Z | info: downloading component 'rust-std' |
92 | 2024-04-03T07:14:37.078Z | info: downloading component 'rustc' |
93 | 2024-04-03T07:14:37.500Z | info: downloading component 'rustfmt' |
94 | 2024-04-03T07:14:37.501Z | info: installing component 'cargo' |
95 | 2024-04-03T07:14:37.501Z | info: installing component 'clippy' |
96 | 2024-04-03T07:14:37.501Z | info: installing component 'rust-docs' |
97 | 2024-04-03T07:14:37.580Z | info: installing component 'rust-std' |
98 | 2024-04-03T07:14:39.336Z | info: installing component 'rustc' |
99 | 2024-04-03T07:14:48.321Z | info: installing component 'rustfmt' |
100 | 2024-04-03T07:14:48.445Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-04-03T07:14:48.446Z | + rustc --version |
102 | 2024-04-03T07:14:48.446Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-04-03T07:14:48.446Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-04-03T07:14:53.580Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-04-03T07:14:55.022Z | Startup: Caching catalogs ... Done |
106 | 2024-04-03T07:14:56.755Z | Planning: Solver setup ... Done (1.356s) |
107 | 2024-04-03T07:14:56.782Z | Planning: Running solver ... Done (0.027s) |
108 | 2024-04-03T07:14:57.092Z | Planning: Finding local manifests ... Done (0.279s) |
109 | 2024-04-03T07:14:57.109Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-04-03T07:14:57.525Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-04-03T07:14:57.562Z | Planning: Package planning ... Done (0.048s) |
112 | 2024-04-03T07:14:57.615Z | Planning: Merging actions ... Done (0.052s) |
113 | 2024-04-03T07:14:58.193Z | Planning: Checking for conflicting actions ... Done (0.573s) |
114 | 2024-04-03T07:14:58.206Z | Planning: Consolidating action changes ... Done (0.011s) |
115 | 2024-04-03T07:15:05.892Z | Planning: Evaluating mediators ... Done (7.692s) |
116 | 2024-04-03T07:15:05.902Z | Planning: Planning completed in 10.82 seconds |
117 | 2024-04-03T07:15:05.916Z | Packages to install: 4 |
118 | 2024-04-03T07:15:05.916Z | Mediators to change: 2 |
119 | 2024-04-03T07:15:05.921Z | Services to change: 1 |
120 | 2024-04-03T07:15:05.921Z | Estimated space available: 155.31 GB |
121 | 2024-04-03T07:15:05.921Z | Estimated space to be consumed: 1.43 GB |
122 | 2024-04-03T07:15:05.921Z | Create boot environment: No |
123 | 2024-04-03T07:15:05.921Z | Create backup boot environment: No |
124 | 2024-04-03T07:15:05.921Z | Rebuild boot archive: No |
125 | 2024-04-03T07:15:05.921Z | |
126 | 2024-04-03T07:15:05.921Z | Changed mediators: |
127 | 2024-04-03T07:15:05.922Z | mediator clang: |
128 | 2024-04-03T07:15:05.922Z | version: None -> 15 (system default) |
129 | 2024-04-03T07:15:05.922Z | |
130 | 2024-04-03T07:15:05.922Z | mediator llvm: |
131 | 2024-04-03T07:15:05.922Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-04-03T07:15:05.922Z | |
133 | 2024-04-03T07:15:05.922Z | Changed packages: |
134 | 2024-04-03T07:15:05.922Z | helios-dev |
135 | 2024-04-03T07:15:05.922Z | developer/build-essential |
136 | 2024-04-03T07:15:05.922Z | None -> 11-2.0 |
137 | 2024-04-03T07:15:05.923Z | library/libxmlsec1 |
138 | 2024-04-03T07:15:05.923Z | None -> 1.2.35-2.0 |
139 | 2024-04-03T07:15:05.923Z | ooce/developer/clang-15 |
140 | 2024-04-03T07:15:05.923Z | None -> 15.0.7-2.0 |
141 | 2024-04-03T07:15:05.923Z | ooce/developer/llvm-15 |
142 | 2024-04-03T07:15:05.923Z | None -> 15.0.7-2.0 |
143 | 2024-04-03T07:15:05.923Z | |
144 | 2024-04-03T07:15:05.923Z | Services: |
145 | 2024-04-03T07:15:05.923Z | restart_fmri: |
146 | 2024-04-03T07:15:05.923Z | svc:/system/update-man-index:default |
147 | 2024-04-03T07:15:06.043Z | |
148 | 2024-04-03T07:15:06.043Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-04-03T07:15:11.053Z | Download: 365/3290 items 2.2/212.6MB 1% complete (461k/s) |
150 | 2024-04-03T07:15:16.065Z | Download: 872/3290 items 18.9/212.6MB 8% complete (1.9M/s) |
151 | 2024-04-03T07:15:21.213Z | Download: 1194/3290 items 81.9/212.6MB 38% complete (8.0M/s) |
152 | 2024-04-03T07:15:29.764Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (6.5M/s) |
153 | 2024-04-03T07:15:34.764Z | Download: 1642/3290 items 116.5/212.6MB 54% complete (3.6M/s) |
154 | 2024-04-03T07:15:39.813Z | Download: 2210/3290 items 119.2/212.6MB 56% complete (3.7M/s) |
155 | 2024-04-03T07:15:45.223Z | Download: 2353/3290 items 119.7/212.6MB 56% complete (321k/s) |
156 | 2024-04-03T07:15:50.430Z | Download: 3282/3290 items 210.7/212.6MB 99% complete (9.1M/s) |
157 | 2024-04-03T07:15:50.487Z | Download: Completed 212.60 MB in 44.44 seconds (4.8M/s) |
158 | 2024-04-03T07:15:53.368Z | Actions: 1/3689 actions (Installing new actions) |
159 | 2024-04-03T07:15:58.411Z | Actions: 3618/3689 actions (Installing new actions) |
160 | 2024-04-03T07:15:58.603Z | Actions: Completed 3689 actions in 5.23 seconds. |
161 | 2024-04-03T07:15:58.806Z | Done (0.188s) |
162 | 2024-04-03T07:15:58.806Z | Done (0.000s) |
163 | 2024-04-03T07:15:59.047Z | Done (0.249s) |
164 | 2024-04-03T07:16:04.581Z | Done (5.396s) |
165 | 2024-04-03T07:16:04.738Z | Done (0.090s) |
166 | 2024-04-03T07:16:04.741Z | Done (0.000s) |
167 | 2024-04-03T07:16:04.898Z | Done (0.000s) |
168 | 2024-04-03T07:16:05.417Z | Planning: Evaluating mediator changes ... Done |
169 | 2024-04-03T07:16:05.583Z | Planning: Checking for conflicting actions ... Done |
170 | 2024-04-03T07:16:05.586Z | Planning: Consolidating action changes ... Done |
171 | 2024-04-03T07:16:05.855Z | Planning: Evaluating mediators ... Done |
172 | 2024-04-03T07:16:05.863Z | Planning: Planning completed in 0.44 seconds |
173 | 2024-04-03T07:16:05.894Z | Mediators to change: 2 |
174 | 2024-04-03T07:16:05.914Z | Create boot environment: No |
175 | 2024-04-03T07:16:05.914Z | Create backup boot environment: No |
176 | 2024-04-03T07:16:05.963Z | Done |
177 | 2024-04-03T07:16:05.963Z | Done |
178 | 2024-04-03T07:16:06.111Z | Done |
179 | 2024-04-03T07:16:10.180Z | Done |
180 | 2024-04-03T07:16:10.183Z | Done |
181 | 2024-04-03T07:16:10.184Z | Done |
182 | 2024-04-03T07:16:10.184Z | Done |
183 | 2024-04-03T07:16:10.607Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-04-03T07:16:10.612Z | Planning: Merging actions ... Done |
185 | 2024-04-03T07:16:10.798Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-04-03T07:16:10.801Z | Planning: Consolidating action changes ... Done |
187 | 2024-04-03T07:16:11.070Z | Planning: Evaluating mediators ... Done |
188 | 2024-04-03T07:16:11.127Z | Planning: Planning completed in 0.80 seconds |
189 | 2024-04-03T07:16:11.163Z | Packages to change: 1 |
190 | 2024-04-03T07:16:11.163Z | Mediators to change: 1 |
191 | 2024-04-03T07:16:11.169Z | Services to change: 1 |
192 | 2024-04-03T07:16:11.169Z | Create boot environment: No |
193 | 2024-04-03T07:16:11.169Z | Create backup boot environment: Yes |
194 | 2024-04-03T07:16:13.073Z | Actions: 1/6 actions (Updating modified actions) |
195 | 2024-04-03T07:16:13.078Z | Actions: Completed 6 actions in 0.00 seconds. |
196 | 2024-04-03T07:16:13.078Z | Done |
197 | 2024-04-03T07:16:13.078Z | Done |
198 | 2024-04-03T07:16:13.124Z | Done |
199 | 2024-04-03T07:16:16.713Z | Done |
200 | 2024-04-03T07:16:16.797Z | Done |
201 | 2024-04-03T07:16:16.814Z | Done |
202 | 2024-04-03T07:16:16.905Z | Done |
203 | 2024-04-03T07:16:17.338Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
204 | 2024-04-03T07:16:17.339Z | clang system 15 system |
205 | 2024-04-03T07:16:17.339Z | csh system system illumos |
206 | 2024-04-03T07:16:17.339Z | ctags system system illumos |
207 | 2024-04-03T07:16:17.339Z | gcc vendor 12 vendor |
208 | 2024-04-03T07:16:17.339Z | gcc system 10 system |
209 | 2024-04-03T07:16:17.339Z | gcc system 7 system |
210 | 2024-04-03T07:16:17.339Z | go system 1.20 system |
211 | 2024-04-03T07:16:17.339Z | go system 1.19 system |
212 | 2024-04-03T07:16:17.339Z | llvm system 15 system |
213 | 2024-04-03T07:16:17.339Z | llvm system 14 system |
214 | 2024-04-03T07:16:17.339Z | mariadb system 10.6 system |
215 | 2024-04-03T07:16:17.339Z | mta vendor vendor dma |
216 | 2024-04-03T07:16:17.339Z | openjdk system 17 system |
217 | 2024-04-03T07:16:17.339Z | openjdk system 11 system |
218 | 2024-04-03T07:16:17.339Z | openjdk system 1.8 system |
219 | 2024-04-03T07:16:17.339Z | openssl vendor 3 vendor |
220 | 2024-04-03T07:16:17.339Z | perl system 5.36 system |
221 | 2024-04-03T07:16:17.339Z | postgresql system 15 system |
222 | 2024-04-03T07:16:17.340Z | postgresql system 13 system |
223 | 2024-04-03T07:16:17.340Z | python vendor 3 vendor |
224 | 2024-04-03T07:16:17.340Z | python system 2 system |
225 | 2024-04-03T07:16:17.340Z | python3 system 3.11 system |
226 | 2024-04-03T07:16:17.340Z | ruby system 3.0 system |
227 | 2024-04-03T07:16:17.340Z | words vendor vendor american-english |
228 | 2024-04-03T07:16:17.340Z | words system system australian-english |
229 | 2024-04-03T07:16:17.340Z | words system system british-english |
230 | 2024-04-03T07:16:17.340Z | words system system canadian-english |
231 | 2024-04-03T07:16:17.340Z | words system system french |
232 | 2024-04-03T07:16:17.340Z | words system system italian |
233 | 2024-04-03T07:16:17.340Z | words system system ngerman |
234 | 2024-04-03T07:16:17.340Z | words system system ogerman |
235 | 2024-04-03T07:16:17.340Z | words system system spanish |
236 | 2024-04-03T07:16:17.658Z | PUBLISHER TYPE STATUS P LOCATION |
237 | 2024-04-03T07:16:17.659Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
238 | 2024-04-03T07:16:18.914Z | FMRI IFO |
239 | 2024-04-03T07:16:18.914Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
240 | 2024-04-03T07:16:18.914Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
241 | 2024-04-03T07:16:18.914Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
242 | 2024-04-03T07:16:18.914Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
243 | 2024-04-03T07:16:18.915Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
244 | 2024-04-03T07:16:18.915Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
245 | 2024-04-03T07:16:18.915Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
246 | 2024-04-03T07:16:18.915Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
247 | 2024-04-03T07:16:18.915Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
248 | 2024-04-03T07:16:18.915Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
249 | 2024-04-03T07:16:18.915Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
250 | 2024-04-03T07:16:18.915Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
251 | 2024-04-03T07:16:19.155Z | + set -o errexit |
252 | 2024-04-03T07:16:19.173Z | +++ dirname ./tools/ci_download_cockroachdb |
253 | 2024-04-03T07:16:19.173Z | ++ cd ./tools |
254 | 2024-04-03T07:16:19.173Z | ++ pwd |
255 | 2024-04-03T07:16:19.173Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
256 | 2024-04-03T07:16:19.173Z | ++ basename ./tools/ci_download_cockroachdb |
257 | 2024-04-03T07:16:19.174Z | + ARG0=ci_download_cockroachdb |
258 | 2024-04-03T07:16:19.174Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
259 | 2024-04-03T07:16:19.174Z | + CIDL_VERSION=v22.1.9 |
260 | 2024-04-03T07:16:19.174Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
261 | 2024-04-03T07:16:19.174Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
262 | 2024-04-03T07:16:19.174Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
263 | 2024-04-03T07:16:19.174Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
264 | 2024-04-03T07:16:19.174Z | + TARGET_DIR=out |
265 | 2024-04-03T07:16:19.174Z | + DOWNLOAD_DIR=out/downloads |
266 | 2024-04-03T07:16:19.174Z | + DEST_DIR=./out/cockroachdb |
267 | 2024-04-03T07:16:19.174Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
268 | 2024-04-03T07:16:19.174Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
269 | 2024-04-03T07:16:19.174Z | + main |
270 | 2024-04-03T07:16:19.174Z | + [[ 0 != 0 ]] |
271 | 2024-04-03T07:16:19.174Z | + CIDL_OS=solaris2.11 |
272 | 2024-04-03T07:16:19.175Z | + [[ 0 != 0 ]] |
273 | 2024-04-03T07:16:19.175Z | + configure_os solaris2.11 |
274 | 2024-04-03T07:16:19.175Z | + echo 'current directory: /work/oxidecomputer/omicron' |
275 | 2024-04-03T07:16:19.175Z | current directory: /work/oxidecomputer/omicron |
276 | 2024-04-03T07:16:19.175Z | configuring based on OS: "solaris2.11" |
277 | 2024-04-03T07:16:19.175Z | + echo 'configuring based on OS: "solaris2.11"' |
278 | 2024-04-03T07:16:19.175Z | + case "$1" in |
279 | 2024-04-03T07:16:19.175Z | + CIDL_BUILD=illumos |
280 | 2024-04-03T07:16:19.175Z | + CIDL_SUFFIX=tar.gz |
281 | 2024-04-03T07:16:19.175Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
282 | 2024-04-03T07:16:19.175Z | + CIDL_URL_BASE=https://illumos.org/downloads |
283 | 2024-04-03T07:16:19.175Z | + CIDL_ASSEMBLE=do_assemble_illumos |
284 | 2024-04-03T07:16:19.175Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
285 | 2024-04-03T07:16:19.175Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
286 | 2024-04-03T07:16:19.175Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-04-03T07:16:19.175Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
288 | 2024-04-03T07:16:19.175Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-04-03T07:16:19.175Z | + CIDL_SHA256FUNC=do_sha256sum |
290 | 2024-04-03T07:16:19.176Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
291 | 2024-04-03T07:16:19.176Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-04-03T07:16:19.176Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-04-03T07:16:19.176Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
294 | 2024-04-03T07:16:19.176Z | + mkdir -p out/downloads |
295 | 2024-04-03T07:16:19.176Z | + mkdir -p ./out/cockroachdb |
296 | 2024-04-03T07:16:19.176Z | + local DO_DOWNLOAD=true |
297 | 2024-04-03T07:16:19.176Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
298 | 2024-04-03T07:16:19.176Z | + '[' true == true ']' |
299 | 2024-04-03T07:16:19.176Z | + echo Downloading... |
300 | 2024-04-03T07:16:19.176Z | Downloading... |
301 | 2024-04-03T07:16:19.176Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-04-03T07:16:19.176Z | + 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 |
303 | 2024-04-03T07:16:25.662Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2024-04-03T07:16:25.668Z | ++ sha256sum |
305 | 2024-04-03T07:16:25.669Z | ++ awk '{print $1}' |
306 | 2024-04-03T07:16:25.765Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
307 | 2024-04-03T07:16:25.765Z | + [[ 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 ]] |
308 | 2024-04-03T07:16:25.768Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-04-03T07:16:25.769Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
310 | 2024-04-03T07:16:30.832Z | + do_assemble_illumos |
311 | 2024-04-03T07:16:30.832Z | + rm -r ./out/cockroachdb |
312 | 2024-04-03T07:16:30.833Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
313 | 2024-04-03T07:16:30.833Z | + ./out/cockroachdb/bin/cockroach version |
314 | 2024-04-03T07:16:30.833Z | Build Tag: v22.1.9-dirty |
315 | 2024-04-03T07:16:30.833Z | Build Time: 2022/10/26 21:17:46 |
316 | 2024-04-03T07:16:30.833Z | Distribution: OSS |
317 | 2024-04-03T07:16:30.833Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
318 | 2024-04-03T07:16:30.833Z | Go Version: go1.17.13 |
319 | 2024-04-03T07:16:30.833Z | C Compiler: gcc 10.3.0 |
320 | 2024-04-03T07:16:30.833Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
321 | 2024-04-03T07:16:30.833Z | Build Type: release |
322 | 2024-04-03T07:16:30.833Z | + set -o errexit |
323 | 2024-04-03T07:16:30.833Z | +++ dirname ./tools/ci_download_clickhouse |
324 | 2024-04-03T07:16:30.834Z | ++ cd ./tools |
325 | 2024-04-03T07:16:30.834Z | ++ pwd |
326 | 2024-04-03T07:16:30.834Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
327 | 2024-04-03T07:16:30.834Z | ++ basename ./tools/ci_download_clickhouse |
328 | 2024-04-03T07:16:30.834Z | + ARG0=ci_download_clickhouse |
329 | 2024-04-03T07:16:30.834Z | + TARGET_DIR=out |
330 | 2024-04-03T07:16:30.834Z | + DOWNLOAD_DIR=out/downloads |
331 | 2024-04-03T07:16:30.834Z | + DEST_DIR=./out/clickhouse |
332 | 2024-04-03T07:16:30.834Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
333 | 2024-04-03T07:16:30.834Z | + CIDL_VERSION=v23.8.7.24 |
334 | 2024-04-03T07:16:30.834Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
335 | 2024-04-03T07:16:30.834Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
336 | 2024-04-03T07:16:30.834Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
337 | 2024-04-03T07:16:30.834Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
338 | 2024-04-03T07:16:30.834Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
339 | 2024-04-03T07:16:30.835Z | + main |
340 | 2024-04-03T07:16:30.927Z | + [[ 0 != 0 ]] |
341 | 2024-04-03T07:16:30.927Z | + CIDL_OS=solaris2.11 |
342 | 2024-04-03T07:16:30.928Z | + [[ 0 != 0 ]] |
343 | 2024-04-03T07:16:30.928Z | + configure_os solaris2.11 |
344 | 2024-04-03T07:16:30.928Z | + echo 'current directory: /work/oxidecomputer/omicron' |
345 | 2024-04-03T07:16:30.928Z | current directory: /work/oxidecomputer/omicron |
346 | 2024-04-03T07:16:30.928Z | + echo 'configuring based on OS: "solaris2.11"' |
347 | 2024-04-03T07:16:30.928Z | + CIDL_DASHREV= |
348 | 2024-04-03T07:16:30.928Z | + case "$1" in |
349 | 2024-04-03T07:16:30.928Z | configuring based on OS: "solaris2.11" |
350 | 2024-04-03T07:16:30.928Z | + CIDL_PLATFORM=illumos |
351 | 2024-04-03T07:16:30.928Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
352 | 2024-04-03T07:16:30.928Z | + CIDL_MD5FUNC=do_md5sum |
353 | 2024-04-03T07:16:30.928Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
354 | 2024-04-03T07:16:30.928Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-04-03T07:16:30.928Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-04-03T07:16:30.928Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
357 | 2024-04-03T07:16:30.928Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
358 | 2024-04-03T07:16:30.929Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
359 | 2024-04-03T07:16:30.929Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-04-03T07:16:30.929Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
361 | 2024-04-03T07:16:30.929Z | + mkdir -p out/downloads |
362 | 2024-04-03T07:16:30.929Z | + mkdir -p ./out/clickhouse |
363 | 2024-04-03T07:16:30.929Z | + local DO_DOWNLOAD=true |
364 | 2024-04-03T07:16:30.929Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
365 | 2024-04-03T07:16:30.929Z | + '[' true == true ']' |
366 | 2024-04-03T07:16:30.929Z | + echo Downloading... |
367 | 2024-04-03T07:16:30.929Z | Downloading... |
368 | 2024-04-03T07:16:30.929Z | + 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 |
369 | 2024-04-03T07:16:30.929Z | + 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 |
370 | 2024-04-03T07:16:31.107Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
371 | 2024-04-03T07:16:31.544Z | ++ md5sum |
372 | 2024-04-03T07:16:31.544Z | ++ awk '{print $1}' |
373 | 2024-04-03T07:16:31.558Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
374 | 2024-04-03T07:16:31.558Z | + [[ 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 ]] |
375 | 2024-04-03T07:16:31.558Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
376 | 2024-04-03T07:16:31.558Z | + mkdir -p ./out/clickhouse |
377 | 2024-04-03T07:16:31.558Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
378 | 2024-04-03T07:16:35.036Z | + [[ solaris2.11 == darwin* ]] |
379 | 2024-04-03T07:16:35.037Z | + ./out/clickhouse/clickhouse server --version |
380 | 2024-04-03T07:16:35.712Z | ClickHouse server version 23.8.7.1. |
381 | 2024-04-03T07:16:35.734Z | + set -o errexit |
382 | 2024-04-03T07:16:35.737Z | +++ dirname ./tools/ci_download_console |
383 | 2024-04-03T07:16:35.740Z | ++ cd ./tools |
384 | 2024-04-03T07:16:35.740Z | ++ pwd |
385 | 2024-04-03T07:16:35.740Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
386 | 2024-04-03T07:16:35.740Z | ++ basename ./tools/ci_download_console |
387 | 2024-04-03T07:16:35.744Z | + ARG0=ci_download_console |
388 | 2024-04-03T07:16:35.744Z | + TARGET_DIR=out |
389 | 2024-04-03T07:16:35.744Z | + DOWNLOAD_DIR=out/downloads |
390 | 2024-04-03T07:16:35.744Z | + DEST_DIR=./out/console-assets |
391 | 2024-04-03T07:16:35.744Z | + source /work/oxidecomputer/omicron/tools/console_version |
392 | 2024-04-03T07:16:35.744Z | ++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3 |
393 | 2024-04-03T07:16:35.744Z | ++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
394 | 2024-04-03T07:16:35.744Z | + URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
395 | 2024-04-03T07:16:35.744Z | + TARBALL_FILE=out/downloads/console.tar.gz |
396 | 2024-04-03T07:16:35.744Z | + main |
397 | 2024-04-03T07:16:35.744Z | + [[ 0 != 0 ]] |
398 | 2024-04-03T07:16:35.744Z | + echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz' |
399 | 2024-04-03T07:16:35.745Z | URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
400 | 2024-04-03T07:16:35.745Z | + echo 'Local file: out/downloads/console.tar.gz' |
401 | 2024-04-03T07:16:35.745Z | Local file: out/downloads/console.tar.gz |
402 | 2024-04-03T07:16:35.745Z | + local DO_DOWNLOAD=true |
403 | 2024-04-03T07:16:35.745Z | + [[ -f out/downloads/console.tar.gz ]] |
404 | 2024-04-03T07:16:35.745Z | + mkdir -p out/downloads |
405 | 2024-04-03T07:16:35.745Z | + '[' true == true ']' |
406 | 2024-04-03T07:16:35.745Z | + echo Downloading... |
407 | 2024-04-03T07:16:35.745Z | Downloading... |
408 | 2024-04-03T07:16:35.745Z | + do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz |
409 | 2024-04-03T07:16:35.745Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
410 | 2024-04-03T07:16:36.257Z | ++ do_sha256sum out/downloads/console.tar.gz |
411 | 2024-04-03T07:16:36.263Z | ++ case "$OSTYPE" in |
412 | 2024-04-03T07:16:36.263Z | ++ SHA=sha256sum |
413 | 2024-04-03T07:16:36.263Z | ++ sha256sum |
414 | 2024-04-03T07:16:36.263Z | ++ awk '{print $1}' |
415 | 2024-04-03T07:16:36.275Z | + calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
416 | 2024-04-03T07:16:36.275Z | + [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]] |
417 | 2024-04-03T07:16:36.275Z | + rm -rf ./out/console-assets |
418 | 2024-04-03T07:16:36.275Z | + mkdir -p ./out/console-assets |
419 | 2024-04-03T07:16:36.275Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
420 | 2024-04-03T07:16:36.275Z | + mkdir -p ./out/console-assets |
421 | 2024-04-03T07:16:36.275Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
422 | 2024-04-03T07:16:36.360Z | + set -o errexit |
423 | 2024-04-03T07:16:36.365Z | +++ dirname ./tools/ci_download_maghemite_openapi |
424 | 2024-04-03T07:16:36.365Z | ++ cd ./tools |
425 | 2024-04-03T07:16:36.366Z | ++ pwd |
426 | 2024-04-03T07:16:36.366Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
427 | 2024-04-03T07:16:36.366Z | ++ basename ./tools/ci_download_maghemite_openapi |
428 | 2024-04-03T07:16:36.370Z | + ARG0=ci_download_maghemite_openapi |
429 | 2024-04-03T07:16:36.370Z | + TARGET_DIR=out |
430 | 2024-04-03T07:16:36.370Z | + DOWNLOAD_DIR=out/downloads |
431 | 2024-04-03T07:16:36.370Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
432 | 2024-04-03T07:16:36.370Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
433 | 2024-04-03T07:16:36.370Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
434 | 2024-04-03T07:16:36.370Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
435 | 2024-04-03T07:16:36.370Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
436 | 2024-04-03T07:16:36.371Z | + main |
437 | 2024-04-03T07:16:36.371Z | + rm -rf out/downloads/root |
438 | 2024-04-03T07:16:36.371Z | + [[ 0 != 0 ]] |
439 | 2024-04-03T07:16:36.371Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
440 | 2024-04-03T07:16:36.371Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
441 | 2024-04-03T07:16:36.371Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
442 | 2024-04-03T07:16:36.371Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
443 | 2024-04-03T07:16:36.371Z | + local DO_DOWNLOAD=true |
444 | 2024-04-03T07:16:36.372Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
445 | 2024-04-03T07:16:36.373Z | + mkdir -p out/downloads |
446 | 2024-04-03T07:16:36.377Z | + '[' true == true ']' |
447 | 2024-04-03T07:16:36.377Z | + echo Downloading... |
448 | 2024-04-03T07:16:36.377Z | Downloading... |
449 | 2024-04-03T07:16:36.377Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
450 | 2024-04-03T07:16:36.377Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
451 | 2024-04-03T07:16:36.617Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
452 | 2024-04-03T07:16:36.618Z | ++ case "$OSTYPE" in |
453 | 2024-04-03T07:16:36.622Z | ++ SHA=sha256sum |
454 | 2024-04-03T07:16:36.622Z | ++ sha256sum |
455 | 2024-04-03T07:16:36.622Z | ++ awk '{print $1}' |
456 | 2024-04-03T07:16:36.622Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
457 | 2024-04-03T07:16:36.622Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
458 | 2024-04-03T07:16:36.622Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
459 | 2024-04-03T07:16:36.622Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
460 | 2024-04-03T07:16:36.623Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
461 | 2024-04-03T07:16:36.623Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
462 | 2024-04-03T07:16:36.623Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
463 | 2024-04-03T07:16:36.623Z | + main |
464 | 2024-04-03T07:16:36.623Z | + rm -rf out/downloads/root |
465 | 2024-04-03T07:16:36.634Z | + [[ 0 != 0 ]] |
466 | 2024-04-03T07:16:36.634Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
467 | 2024-04-03T07:16:36.634Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
468 | 2024-04-03T07:16:36.634Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
469 | 2024-04-03T07:16:36.634Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
470 | 2024-04-03T07:16:36.634Z | + local DO_DOWNLOAD=true |
471 | 2024-04-03T07:16:36.634Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
472 | 2024-04-03T07:16:36.634Z | + mkdir -p out/downloads |
473 | 2024-04-03T07:16:36.634Z | + '[' true == true ']' |
474 | 2024-04-03T07:16:36.634Z | + echo Downloading... |
475 | 2024-04-03T07:16:36.635Z | Downloading... |
476 | 2024-04-03T07:16:36.635Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
477 | 2024-04-03T07:16:36.635Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
478 | 2024-04-03T07:16:36.797Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
479 | 2024-04-03T07:16:36.807Z | ++ case "$OSTYPE" in |
480 | 2024-04-03T07:16:36.807Z | ++ SHA=sha256sum |
481 | 2024-04-03T07:16:36.807Z | ++ sha256sum |
482 | 2024-04-03T07:16:36.807Z | ++ awk '{print $1}' |
483 | 2024-04-03T07:16:36.807Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
484 | 2024-04-03T07:16:36.807Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
485 | 2024-04-03T07:16:36.811Z | + set -o errexit |
486 | 2024-04-03T07:16:36.811Z | +++ dirname ./tools/ci_download_dendrite_openapi |
487 | 2024-04-03T07:16:36.811Z | ++ cd ./tools |
488 | 2024-04-03T07:16:36.811Z | ++ pwd |
489 | 2024-04-03T07:16:36.815Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
490 | 2024-04-03T07:16:36.816Z | ++ basename ./tools/ci_download_dendrite_openapi |
491 | 2024-04-03T07:16:36.816Z | + ARG0=ci_download_dendrite_openapi |
492 | 2024-04-03T07:16:36.816Z | + TARGET_DIR=out |
493 | 2024-04-03T07:16:36.816Z | + DOWNLOAD_DIR=out/downloads |
494 | 2024-04-03T07:16:36.817Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
495 | 2024-04-03T07:16:36.817Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
496 | 2024-04-03T07:16:36.817Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
497 | 2024-04-03T07:16:36.817Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
498 | 2024-04-03T07:16:36.817Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
499 | 2024-04-03T07:16:36.817Z | + main |
500 | 2024-04-03T07:16:36.819Z | + [[ 0 != 0 ]] |
501 | 2024-04-03T07:16:36.819Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
502 | 2024-04-03T07:16:36.819Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
503 | 2024-04-03T07:16:36.820Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
504 | 2024-04-03T07:16:36.820Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
505 | 2024-04-03T07:16:36.821Z | + local DO_DOWNLOAD=true |
506 | 2024-04-03T07:16:36.821Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
507 | 2024-04-03T07:16:36.821Z | + mkdir -p out/downloads |
508 | 2024-04-03T07:16:36.829Z | + '[' true == true ']' |
509 | 2024-04-03T07:16:36.829Z | + echo Downloading... |
510 | 2024-04-03T07:16:36.829Z | Downloading... |
511 | 2024-04-03T07:16:36.829Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
512 | 2024-04-03T07:16:36.830Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
513 | 2024-04-03T07:16:37.028Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
514 | 2024-04-03T07:16:37.028Z | ++ case "$OSTYPE" in |
515 | 2024-04-03T07:16:37.087Z | ++ SHA=sha256sum |
516 | 2024-04-03T07:16:37.087Z | ++ sha256sum |
517 | 2024-04-03T07:16:37.087Z | ++ awk '{print $1}' |
518 | 2024-04-03T07:16:37.087Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
519 | 2024-04-03T07:16:37.087Z | + [[ 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 ]] |
520 | 2024-04-03T07:16:37.088Z | + set -o errexit |
521 | 2024-04-03T07:16:37.088Z | +++ dirname ./tools/ci_download_dendrite_stub |
522 | 2024-04-03T07:16:37.088Z | ++ cd ./tools |
523 | 2024-04-03T07:16:37.088Z | ++ pwd |
524 | 2024-04-03T07:16:37.088Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
525 | 2024-04-03T07:16:37.088Z | ++ basename ./tools/ci_download_dendrite_stub |
526 | 2024-04-03T07:16:37.088Z | + ARG0=ci_download_dendrite_stub |
527 | 2024-04-03T07:16:37.088Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
528 | 2024-04-03T07:16:37.088Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
529 | 2024-04-03T07:16:37.088Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
530 | 2024-04-03T07:16:37.089Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
531 | 2024-04-03T07:16:37.089Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
532 | 2024-04-03T07:16:37.089Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
533 | 2024-04-03T07:16:37.089Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
534 | 2024-04-03T07:16:37.089Z | + TARGET_DIR=out |
535 | 2024-04-03T07:16:37.089Z | + DOWNLOAD_DIR=out/downloads |
536 | 2024-04-03T07:16:37.089Z | + DEST_DIR=./out/dendrite-stub |
537 | 2024-04-03T07:16:37.089Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
538 | 2024-04-03T07:16:37.090Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
539 | 2024-04-03T07:16:37.090Z | + REPO=oxidecomputer/dendrite |
540 | 2024-04-03T07:16:37.090Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
541 | 2024-04-03T07:16:37.090Z | + main |
542 | 2024-04-03T07:16:37.090Z | + [[ 0 != 0 ]] |
543 | 2024-04-03T07:16:37.090Z | + CIDL_OS=solaris2.11 |
544 | 2024-04-03T07:16:37.090Z | + [[ 0 != 0 ]] |
545 | 2024-04-03T07:16:37.090Z | + configure_os solaris2.11 |
546 | 2024-04-03T07:16:37.090Z | + echo 'current directory: /work/oxidecomputer/omicron' |
547 | 2024-04-03T07:16:37.090Z | current directory: /work/oxidecomputer/omicron |
548 | 2024-04-03T07:16:37.091Z | + echo 'configuring based on OS: "solaris2.11"' |
549 | 2024-04-03T07:16:37.091Z | + case "$1" in |
550 | 2024-04-03T07:16:37.091Z | configuring based on OS: "solaris2.11" |
551 | 2024-04-03T07:16:37.091Z | + SET_BINARIES= |
552 | 2024-04-03T07:16:37.091Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
553 | 2024-04-03T07:16:37.091Z | + CIDL_SHA256FUNC=do_sha256sum |
554 | 2024-04-03T07:16:37.091Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
555 | 2024-04-03T07:16:37.091Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
556 | 2024-04-03T07:16:37.091Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
557 | 2024-04-03T07:16:37.092Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
558 | 2024-04-03T07:16:37.092Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
559 | 2024-04-03T07:16:37.092Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
560 | 2024-04-03T07:16:37.092Z | Local file: out/downloads/dendrite-stub.tar.gz |
561 | 2024-04-03T07:16:37.092Z | + mkdir -p out/downloads |
562 | 2024-04-03T07:16:37.092Z | + mkdir -p ./out/dendrite-stub |
563 | 2024-04-03T07:16:37.092Z | + fetch_and_verify |
564 | 2024-04-03T07:16:37.092Z | + local DO_DOWNLOAD=true |
565 | 2024-04-03T07:16:37.092Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
566 | 2024-04-03T07:16:37.092Z | + '[' true == true ']' |
567 | 2024-04-03T07:16:37.093Z | + echo Downloading... |
568 | 2024-04-03T07:16:37.093Z | Downloading... |
569 | 2024-04-03T07:16:37.093Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
570 | 2024-04-03T07:16:37.093Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
571 | 2024-04-03T07:16:52.219Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
572 | 2024-04-03T07:16:52.232Z | ++ sha256sum |
573 | 2024-04-03T07:16:52.232Z | ++ awk '{print $1}' |
574 | 2024-04-03T07:16:52.241Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
575 | 2024-04-03T07:16:52.252Z | + [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]] |
576 | 2024-04-03T07:16:52.253Z | + do_untar out/downloads/dendrite-stub.tar.gz |
577 | 2024-04-03T07:16:52.253Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
578 | 2024-04-03T07:16:52.842Z | + do_assemble |
579 | 2024-04-03T07:16:52.842Z | + rm -r ./out/dendrite-stub |
580 | 2024-04-03T07:16:52.857Z | + mkdir ./out/dendrite-stub |
581 | 2024-04-03T07:16:52.857Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
582 | 2024-04-03T07:16:52.927Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
583 | 2024-04-03T07:16:52.940Z | + set -o errexit |
584 | 2024-04-03T07:16:52.940Z | +++ dirname ./tools/ci_download_maghemite_mgd |
585 | 2024-04-03T07:16:52.940Z | ++ cd ./tools |
586 | 2024-04-03T07:16:52.940Z | ++ pwd |
587 | 2024-04-03T07:16:52.940Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
588 | 2024-04-03T07:16:52.945Z | ++ basename ./tools/ci_download_maghemite_mgd |
589 | 2024-04-03T07:16:52.945Z | + ARG0=ci_download_maghemite_mgd |
590 | 2024-04-03T07:16:52.945Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
591 | 2024-04-03T07:16:52.946Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
592 | 2024-04-03T07:16:52.946Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
593 | 2024-04-03T07:16:52.946Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
594 | 2024-04-03T07:16:52.946Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
595 | 2024-04-03T07:16:52.946Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
596 | 2024-04-03T07:16:52.946Z | + TARGET_DIR=out |
597 | 2024-04-03T07:16:52.946Z | + DOWNLOAD_DIR=out/downloads |
598 | 2024-04-03T07:16:52.946Z | + DEST_DIR=./out/mgd |
599 | 2024-04-03T07:16:52.946Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
600 | 2024-04-03T07:16:52.946Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
601 | 2024-04-03T07:16:52.946Z | + REPO=oxidecomputer/maghemite |
602 | 2024-04-03T07:16:52.947Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
603 | 2024-04-03T07:16:52.947Z | + main |
604 | 2024-04-03T07:16:52.947Z | + rm -rf out/downloads/root |
605 | 2024-04-03T07:16:52.952Z | + [[ 0 != 0 ]] |
606 | 2024-04-03T07:16:52.952Z | + CIDL_OS=solaris2.11 |
607 | 2024-04-03T07:16:52.952Z | + [[ 0 != 0 ]] |
608 | 2024-04-03T07:16:52.952Z | + configure_os solaris2.11 |
609 | 2024-04-03T07:16:52.952Z | + echo 'current directory: /work/oxidecomputer/omicron' |
610 | 2024-04-03T07:16:52.952Z | current directory: /work/oxidecomputer/omicron |
611 | 2024-04-03T07:16:52.952Z | + echo 'configuring based on OS: "solaris2.11"' |
612 | 2024-04-03T07:16:52.953Z | + case "$1" in |
613 | 2024-04-03T07:16:52.953Z | configuring based on OS: "solaris2.11" |
614 | 2024-04-03T07:16:52.953Z | + SET_BINARIES= |
615 | 2024-04-03T07:16:52.953Z | + CIDL_SHA256FUNC=do_sha256sum |
616 | 2024-04-03T07:16:52.953Z | + TARBALL_FILENAME=mgd.tar.gz |
617 | 2024-04-03T07:16:52.953Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
618 | 2024-04-03T07:16:52.953Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
619 | 2024-04-03T07:16:52.953Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
620 | 2024-04-03T07:16:52.953Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
621 | 2024-04-03T07:16:52.953Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
622 | 2024-04-03T07:16:52.953Z | + mkdir -p out/downloads |
623 | 2024-04-03T07:16:52.953Z | Local file: out/downloads/mgd.tar.gz |
624 | 2024-04-03T07:16:52.953Z | + mkdir -p ./out/mgd |
625 | 2024-04-03T07:16:52.965Z | + fetch_and_verify |
626 | 2024-04-03T07:16:52.965Z | + local DO_DOWNLOAD=true |
627 | 2024-04-03T07:16:52.965Z | + [[ -f out/downloads/mgd.tar.gz ]] |
628 | 2024-04-03T07:16:52.965Z | + '[' true == true ']' |
629 | 2024-04-03T07:16:52.965Z | + echo Downloading... |
630 | 2024-04-03T07:16:52.965Z | Downloading... |
631 | 2024-04-03T07:16:52.965Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
632 | 2024-04-03T07:16:52.966Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
633 | 2024-04-03T07:17:12.290Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
634 | 2024-04-03T07:17:12.306Z | ++ sha256sum |
635 | 2024-04-03T07:17:12.306Z | ++ awk '{print $1}' |
636 | 2024-04-03T07:17:12.324Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
637 | 2024-04-03T07:17:12.324Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
638 | 2024-04-03T07:17:12.324Z | + do_untar out/downloads/mgd.tar.gz |
639 | 2024-04-03T07:17:12.324Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
640 | 2024-04-03T07:17:12.902Z | + do_assemble |
641 | 2024-04-03T07:17:12.902Z | + rm -r ./out/mgd |
642 | 2024-04-03T07:17:12.954Z | + mkdir ./out/mgd |
643 | 2024-04-03T07:17:12.954Z | + cp -r out/downloads/root ./out/mgd/root |
644 | 2024-04-03T07:17:12.989Z | + set -o errexit |
645 | 2024-04-03T07:17:13.002Z | +++ dirname ./tools/ci_download_transceiver_control |
646 | 2024-04-03T07:17:13.002Z | ++ cd ./tools |
647 | 2024-04-03T07:17:13.002Z | ++ pwd |
648 | 2024-04-03T07:17:13.002Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
649 | 2024-04-03T07:17:13.004Z | ++ basename ./tools/ci_download_transceiver_control |
650 | 2024-04-03T07:17:13.004Z | + ARG0=ci_download_transceiver_control |
651 | 2024-04-03T07:17:13.004Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
652 | 2024-04-03T07:17:13.004Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
653 | 2024-04-03T07:17:13.004Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2024-04-03T07:17:13.004Z | + TARGET_DIR=out |
655 | 2024-04-03T07:17:13.004Z | + DOWNLOAD_DIR=out/downloads |
656 | 2024-04-03T07:17:13.005Z | + DEST_DIR=./out/transceiver-control |
657 | 2024-04-03T07:17:13.007Z | + BIN_DIR=/opt/oxide/bin |
658 | 2024-04-03T07:17:13.007Z | + BINARY=xcvradm |
659 | 2024-04-03T07:17:13.007Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
660 | 2024-04-03T07:17:13.007Z | + REPO=oxidecomputer/transceiver-control |
661 | 2024-04-03T07:17:13.008Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
662 | 2024-04-03T07:17:13.008Z | + main |
663 | 2024-04-03T07:17:13.008Z | + [[ 0 != 0 ]] |
664 | 2024-04-03T07:17:13.008Z | + CIDL_OS=solaris2.11 |
665 | 2024-04-03T07:17:13.008Z | + [[ 0 != 0 ]] |
666 | 2024-04-03T07:17:13.009Z | + configure_os solaris2.11 |
667 | 2024-04-03T07:17:13.009Z | + echo 'current directory: /work/oxidecomputer/omicron' |
668 | 2024-04-03T07:17:13.009Z | + echo 'configuring based on OS: "solaris2.11"' |
669 | 2024-04-03T07:17:13.009Z | current directory: /work/oxidecomputer/omicron |
670 | 2024-04-03T07:17:13.009Z | configuring based on OS: "solaris2.11" |
671 | 2024-04-03T07:17:13.010Z | + case "$1" in |
672 | 2024-04-03T07:17:13.010Z | + SET_BINARIES= |
673 | 2024-04-03T07:17:13.010Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2024-04-03T07:17:13.010Z | + CIDL_SHA256FUNC=do_sha256sum |
675 | 2024-04-03T07:17:13.010Z | + ARCHIVE_FILENAME=xcvradm.gz |
676 | 2024-04-03T07:17:13.010Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2024-04-03T07:17:13.010Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
678 | 2024-04-03T07:17:13.011Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
679 | 2024-04-03T07:17:13.011Z | + echo 'Local file: out/downloads/xcvradm.gz' |
680 | 2024-04-03T07:17:13.011Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
681 | 2024-04-03T07:17:13.011Z | Local file: out/downloads/xcvradm.gz |
682 | 2024-04-03T07:17:13.011Z | + mkdir -p out/downloads |
683 | 2024-04-03T07:17:13.011Z | + mkdir -p ./out/transceiver-control |
684 | 2024-04-03T07:17:13.011Z | + fetch_and_verify |
685 | 2024-04-03T07:17:13.012Z | + local DO_DOWNLOAD=true |
686 | 2024-04-03T07:17:13.012Z | + [[ -f out/downloads/xcvradm.gz ]] |
687 | 2024-04-03T07:17:13.012Z | + '[' true == true ']' |
688 | 2024-04-03T07:17:13.012Z | + echo Downloading... |
689 | 2024-04-03T07:17:13.012Z | Downloading... |
690 | 2024-04-03T07:17:13.013Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
691 | 2024-04-03T07:17:13.013Z | + 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 |
692 | 2024-04-03T07:17:15.978Z | ++ do_sha256sum out/downloads/xcvradm.gz |
693 | 2024-04-03T07:17:15.990Z | ++ sha256sum |
694 | 2024-04-03T07:17:15.990Z | ++ awk '{print $1}' |
695 | 2024-04-03T07:17:15.990Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
696 | 2024-04-03T07:17:15.990Z | + [[ 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 ]] |
697 | 2024-04-03T07:17:15.990Z | + do_unpack out/downloads/xcvradm.gz |
698 | 2024-04-03T07:17:15.990Z | + mkdir -p out/downloads/root//opt/oxide/bin |
699 | 2024-04-03T07:17:15.991Z | + gzip -dc out/downloads/xcvradm.gz |
700 | 2024-04-03T07:17:16.099Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
701 | 2024-04-03T07:17:16.101Z | + do_assemble |
702 | 2024-04-03T07:17:16.101Z | + rm -r ./out/transceiver-control |
703 | 2024-04-03T07:17:16.104Z | + mkdir ./out/transceiver-control |
704 | 2024-04-03T07:17:16.107Z | + cp -r out/downloads/root ./out/transceiver-control/root |
705 | 2024-04-03T07:17:16.197Z | + set -o errexit |
706 | 2024-04-03T07:17:16.621Z | +++ dirname ./tools/ci_download_thundermuffin |
707 | 2024-04-03T07:17:16.622Z | ++ cd ./tools |
708 | 2024-04-03T07:17:16.622Z | ++ pwd |
709 | 2024-04-03T07:17:16.622Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
710 | 2024-04-03T07:17:16.622Z | ++ basename ./tools/ci_download_thundermuffin |
711 | 2024-04-03T07:17:16.622Z | + ARG0=ci_download_thundermuffin |
712 | 2024-04-03T07:17:16.622Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
713 | 2024-04-03T07:17:16.622Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
714 | 2024-04-03T07:17:16.623Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
715 | 2024-04-03T07:17:16.623Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
716 | 2024-04-03T07:17:16.623Z | + TARGET_DIR=out |
717 | 2024-04-03T07:17:16.623Z | + DOWNLOAD_DIR=out/downloads |
718 | 2024-04-03T07:17:16.623Z | + DEST_DIR=./out/thundermuffin |
719 | 2024-04-03T07:17:16.623Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
720 | 2024-04-03T07:17:16.623Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
721 | 2024-04-03T07:17:16.624Z | + REPO=oxidecomputer/thundermuffin |
722 | 2024-04-03T07:17:16.624Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
723 | 2024-04-03T07:17:16.624Z | + main |
724 | 2024-04-03T07:17:16.624Z | + rm -rf out/downloads/root |
725 | 2024-04-03T07:17:17.091Z | + [[ 0 != 0 ]] |
726 | 2024-04-03T07:17:17.091Z | + CIDL_OS=solaris2.11 |
727 | 2024-04-03T07:17:17.091Z | + [[ 0 != 0 ]] |
728 | 2024-04-03T07:17:17.092Z | + configure_os solaris2.11 |
729 | 2024-04-03T07:17:17.092Z | + echo 'current directory: /work/oxidecomputer/omicron' |
730 | 2024-04-03T07:17:17.092Z | current directory: /work/oxidecomputer/omicron |
731 | 2024-04-03T07:17:17.092Z | + echo 'configuring based on OS: "solaris2.11"' |
732 | 2024-04-03T07:17:17.093Z | + case "$1" in |
733 | 2024-04-03T07:17:17.093Z | configuring based on OS: "solaris2.11" |
734 | 2024-04-03T07:17:17.093Z | + SET_BINARIES= |
735 | 2024-04-03T07:17:17.094Z | + CIDL_SHA256FUNC=do_sha256sum |
736 | 2024-04-03T07:17:17.094Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
737 | 2024-04-03T07:17:17.094Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
738 | 2024-04-03T07:17:17.094Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
739 | 2024-04-03T07:17:17.095Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
740 | 2024-04-03T07:17:17.095Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
741 | 2024-04-03T07:17:17.095Z | Local file: out/downloads/thundermuffin.tar.gz |
742 | 2024-04-03T07:17:17.095Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
743 | 2024-04-03T07:17:17.096Z | + mkdir -p out/downloads |
744 | 2024-04-03T07:17:17.096Z | + mkdir -p ./out/thundermuffin |
745 | 2024-04-03T07:17:17.096Z | + fetch_and_verify |
746 | 2024-04-03T07:17:17.096Z | + local DO_DOWNLOAD=true |
747 | 2024-04-03T07:17:17.096Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
748 | 2024-04-03T07:17:17.097Z | + '[' true == true ']' |
749 | 2024-04-03T07:17:17.097Z | + echo Downloading... |
750 | 2024-04-03T07:17:17.097Z | Downloading... |
751 | 2024-04-03T07:17:17.098Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
752 | 2024-04-03T07:17:17.098Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
753 | 2024-04-03T07:17:18.046Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
754 | 2024-04-03T07:17:18.054Z | ++ sha256sum |
755 | 2024-04-03T07:17:18.054Z | ++ awk '{print $1}' |
756 | 2024-04-03T07:17:18.054Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
757 | 2024-04-03T07:17:18.054Z | + [[ 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 ]] |
758 | 2024-04-03T07:17:18.054Z | + do_untar out/downloads/thundermuffin.tar.gz |
759 | 2024-04-03T07:17:18.054Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
760 | 2024-04-03T07:17:18.115Z | + do_assemble |
761 | 2024-04-03T07:17:18.115Z | + rm -r ./out/thundermuffin |
762 | 2024-04-03T07:17:18.135Z | + mkdir ./out/thundermuffin |
763 | 2024-04-03T07:17:18.135Z | + cp -r out/downloads/root ./out/thundermuffin/root |
764 | 2024-04-03T07:17:18.142Z | All prerequisites installed successfully |
765 | 2024-04-03T07:17:18.142Z | |
766 | 2024-04-03T07:17:18.142Z | real 2:34.295222823 |
767 | 2024-04-03T07:17:18.142Z | user 37.356224467 |
768 | 2024-04-03T07:17:18.142Z | sys 6.878310365 |
769 | 2024-04-03T07:17:18.142Z | trap 0.009281900 |
770 | 2024-04-03T07:17:18.143Z | tflt 0.089038567 |
771 | 2024-04-03T07:17:18.143Z | dflt 0.649621759 |
772 | 2024-04-03T07:17:18.143Z | kflt 0.313606429 |
773 | 2024-04-03T07:17:18.143Z | lock 0.975888437 |
774 | 2024-04-03T07:17:18.143Z | slp 5:29.120110943 |
775 | 2024-04-03T07:17:18.143Z | lat 1.926680516 |
776 | 2024-04-03T07:17:18.143Z | stop 0.147475770 |
777 | 2024-04-03T07:17:18.143Z | + banner end-to-end-tests |
778 | 2024-04-03T07:17:18.143Z | |
779 | 2024-04-03T07:17:18.144Z | ###### # # ##### ##### #### ###### # # ##### |
780 | 2024-04-03T07:17:18.144Z | # ## # # # # # # # ## # # # |
781 | 2024-04-03T07:17:18.144Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
782 | 2024-04-03T07:17:18.144Z | # # # # # # # # # # # # # # # |
783 | 2024-04-03T07:17:18.144Z | # # ## # # # # # # # ## # # |
784 | 2024-04-03T07:17:18.145Z | ###### # # ##### # #### ###### # # ##### |
785 | 2024-04-03T07:17:18.145Z | |
786 | 2024-04-03T07:17:18.145Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
787 | 2024-04-03T07:17:18.145Z | + CARGO_PROFILE_DEV_DEBUG=1 |
788 | 2024-04-03T07:17:18.145Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
789 | 2024-04-03T07:17:18.146Z | + CARGO_PROFILE_TEST_DEBUG=1 |
790 | 2024-04-03T07:17:18.146Z | + export CARGO_INCREMENTAL=0 |
791 | 2024-04-03T07:17:18.146Z | + CARGO_INCREMENTAL=0 |
792 | 2024-04-03T07:17:18.146Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
793 | 2024-04-03T07:17:18.342Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
794 | 2024-04-03T07:17:19.293Z | Updating git repository `https://github.com/oxidecomputer/samael` |
795 | 2024-04-03T07:17:20.116Z | Updating git repository `https://github.com/oxidecomputer/zone` |
796 | 2024-04-03T07:17:20.961Z | Updating crates.io index |
797 | 2024-04-03T07:17:21.390Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
798 | 2024-04-03T07:17:22.620Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
799 | 2024-04-03T07:17:29.331Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
800 | 2024-04-03T07:17:29.494Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
801 | 2024-04-03T07:17:29.494Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
802 | 2024-04-03T07:17:29.775Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
803 | 2024-04-03T07:17:32.707Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
804 | 2024-04-03T07:17:39.496Z | Updating git repository `https://github.com/oxidecomputer/opte` |
805 | 2024-04-03T07:17:40.995Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
806 | 2024-04-03T07:17:46.942Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
807 | 2024-04-03T07:17:46.993Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
808 | 2024-04-03T07:17:46.993Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
809 | 2024-04-03T07:17:47.523Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
810 | 2024-04-03T07:17:48.268Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
811 | 2024-04-03T07:17:49.224Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
812 | 2024-04-03T07:17:49.983Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
813 | 2024-04-03T07:17:50.864Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
814 | 2024-04-03T07:17:51.508Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
815 | 2024-04-03T07:17:52.176Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
816 | 2024-04-03T07:17:52.923Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
817 | 2024-04-03T07:18:01.873Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
818 | 2024-04-03T07:18:02.600Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
819 | 2024-04-03T07:18:02.600Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
820 | 2024-04-03T07:18:02.601Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
821 | 2024-04-03T07:18:02.601Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
822 | 2024-04-03T07:18:02.601Z | Updating git repository `https://github.com/jgallagher/nix` |
823 | 2024-04-03T07:18:02.972Z | Updating git repository `https://github.com/cbiffle/hubpack` |
824 | 2024-04-03T07:18:02.972Z | Updating git repository `https://github.com/oxidecomputer/typify` |
825 | 2024-04-03T07:18:05.344Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
826 | 2024-04-03T07:18:13.314Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
827 | 2024-04-03T07:18:13.621Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
828 | 2024-04-03T07:18:13.622Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
829 | 2024-04-03T07:18:13.622Z | Downloading crates ... |
830 | 2024-04-03T07:18:13.622Z | Downloaded addr2line v0.21.0 |
831 | 2024-04-03T07:18:13.622Z | Downloaded adler v1.0.2 |
832 | 2024-04-03T07:18:13.622Z | Downloaded defmt-parser v0.3.3 |
833 | 2024-04-03T07:18:13.622Z | Downloaded aes v0.8.3 |
834 | 2024-04-03T07:18:13.623Z | Downloaded aes-gcm v0.10.3 |
835 | 2024-04-03T07:18:13.623Z | Downloaded aho-corasick v1.1.2 |
836 | 2024-04-03T07:18:13.623Z | Downloaded anstyle v1.0.6 |
837 | 2024-04-03T07:18:13.623Z | Downloaded ansi_term v0.12.1 |
838 | 2024-04-03T07:18:13.624Z | Downloaded anstyle-parse v0.2.1 |
839 | 2024-04-03T07:18:13.624Z | Downloaded ahash v0.8.8 |
840 | 2024-04-03T07:18:13.624Z | Downloaded idna v0.5.0 |
841 | 2024-04-03T07:18:13.625Z | Downloaded arrayref v0.3.7 |
842 | 2024-04-03T07:18:13.625Z | Downloaded argon2 v0.5.3 |
843 | 2024-04-03T07:18:13.625Z | Downloaded arrayvec v0.7.4 |
844 | 2024-04-03T07:18:13.625Z | Downloaded idna v0.2.3 |
845 | 2024-04-03T07:18:13.626Z | Downloaded ipnetwork v0.20.0 |
846 | 2024-04-03T07:18:13.626Z | Downloaded ipnet v2.9.0 |
847 | 2024-04-03T07:18:13.626Z | Downloaded base64 v0.13.1 |
848 | 2024-04-03T07:18:13.626Z | Downloaded itertools v0.10.5 |
849 | 2024-04-03T07:18:13.626Z | Downloaded itoa v1.0.9 |
850 | 2024-04-03T07:18:13.626Z | Downloaded lazy_static v1.4.0 |
851 | 2024-04-03T07:18:13.626Z | Downloaded bitflags v1.3.2 |
852 | 2024-04-03T07:18:13.627Z | Downloaded bitflags v2.4.2 |
853 | 2024-04-03T07:18:13.627Z | Downloaded bit-vec v0.6.3 |
854 | 2024-04-03T07:18:13.627Z | Downloaded bit-set v0.5.3 |
855 | 2024-04-03T07:18:13.627Z | Downloaded base64 v0.22.0 |
856 | 2024-04-03T07:18:13.627Z | Downloaded itertools v0.12.1 |
857 | 2024-04-03T07:18:13.627Z | Downloaded linked-hash-map v0.5.6 |
858 | 2024-04-03T07:18:13.627Z | Downloaded libsw v3.3.1 |
859 | 2024-04-03T07:18:13.627Z | Downloaded lock_api v0.4.10 |
860 | 2024-04-03T07:18:13.627Z | Downloaded lru-cache v0.1.2 |
861 | 2024-04-03T07:18:13.627Z | Downloaded matches v0.1.10 |
862 | 2024-04-03T07:18:13.628Z | Downloaded match_cfg v0.1.0 |
863 | 2024-04-03T07:18:13.628Z | Downloaded macaddr v1.0.1 |
864 | 2024-04-03T07:18:13.628Z | Downloaded md5 v0.7.0 |
865 | 2024-04-03T07:18:13.628Z | Downloaded md-5 v0.10.5 |
866 | 2024-04-03T07:18:13.628Z | Downloaded memchr v2.7.1 |
867 | 2024-04-03T07:18:13.628Z | Downloaded mime_guess v2.0.4 |
868 | 2024-04-03T07:18:13.628Z | Downloaded mime v0.3.17 |
869 | 2024-04-03T07:18:13.628Z | Downloaded memmap v0.7.0 |
870 | 2024-04-03T07:18:13.628Z | Downloaded minimal-lexical v0.2.1 |
871 | 2024-04-03T07:18:13.629Z | Downloaded new_debug_unreachable v1.0.4 |
872 | 2024-04-03T07:18:13.629Z | Downloaded native-tls v0.2.11 |
873 | 2024-04-03T07:18:13.629Z | Downloaded multer v3.0.0 |
874 | 2024-04-03T07:18:13.629Z | Downloaded nom v7.1.3 |
875 | 2024-04-03T07:18:13.629Z | Downloaded normalize-line-endings v0.3.0 |
876 | 2024-04-03T07:18:13.629Z | Downloaded num-bigint v0.4.4 |
877 | 2024-04-03T07:18:13.629Z | Downloaded num-traits v0.2.18 |
878 | 2024-04-03T07:18:13.629Z | Downloaded libefi-sys v0.1.0 |
879 | 2024-04-03T07:18:13.629Z | Downloaded num_cpus v1.16.0 |
880 | 2024-04-03T07:18:13.629Z | Downloaded opaque-debug v0.3.0 |
881 | 2024-04-03T07:18:13.629Z | Downloaded num_threads v0.1.6 |
882 | 2024-04-03T07:18:13.630Z | Downloaded openssl-probe v0.1.5 |
883 | 2024-04-03T07:18:13.630Z | Downloaded option-ext v0.2.0 |
884 | 2024-04-03T07:18:13.630Z | Downloaded openssl-macros v0.1.1 |
885 | 2024-04-03T07:18:13.630Z | Downloaded omicron-zone-package v0.11.0 |
886 | 2024-04-03T07:18:13.630Z | Downloaded cbc v0.1.2 |
887 | 2024-04-03T07:18:13.630Z | Downloaded chacha20 v0.9.1 |
888 | 2024-04-03T07:18:13.630Z | Downloaded owo-colors v4.0.0 |
889 | 2024-04-03T07:18:13.630Z | Downloaded camino-tempfile v1.1.1 |
890 | 2024-04-03T07:18:13.630Z | Downloaded openssl-sys v0.9.96 |
891 | 2024-04-03T07:18:13.630Z | Downloaded parking_lot v0.11.2 |
892 | 2024-04-03T07:18:13.630Z | Downloaded parking_lot v0.12.1 |
893 | 2024-04-03T07:18:13.631Z | Downloaded chrono v0.4.34 |
894 | 2024-04-03T07:18:13.631Z | Downloaded p521 v0.13.3 |
895 | 2024-04-03T07:18:13.631Z | Downloaded password-hash v0.4.2 |
896 | 2024-04-03T07:18:13.631Z | Downloaded parse-display v0.9.0 |
897 | 2024-04-03T07:18:13.631Z | Downloaded parse-display-derive v0.9.0 |
898 | 2024-04-03T07:18:13.631Z | Downloaded indexmap v1.9.3 |
899 | 2024-04-03T07:18:13.631Z | Downloaded newline-converter v0.3.0 |
900 | 2024-04-03T07:18:13.631Z | Downloaded percent-encoding v2.3.1 |
901 | 2024-04-03T07:18:13.631Z | Downloaded pem-rfc7468 v0.7.0 |
902 | 2024-04-03T07:18:13.631Z | Downloaded pest_derive v2.7.6 |
903 | 2024-04-03T07:18:13.631Z | Downloaded colorchoice v1.0.0 |
904 | 2024-04-03T07:18:13.632Z | Downloaded cobs v0.2.3 |
905 | 2024-04-03T07:18:13.632Z | Downloaded pbkdf2 v0.11.0 |
906 | 2024-04-03T07:18:13.632Z | Downloaded keccak v0.1.4 |
907 | 2024-04-03T07:18:13.632Z | Downloaded clap_builder v4.5.1 |
908 | 2024-04-03T07:18:13.632Z | Downloaded petgraph v0.6.4 |
909 | 2024-04-03T07:18:13.632Z | Downloaded pest_meta v2.7.6 |
910 | 2024-04-03T07:18:13.632Z | Downloaded num-conv v0.1.0 |
911 | 2024-04-03T07:18:13.632Z | Downloaded num v0.4.1 |
912 | 2024-04-03T07:18:13.632Z | Downloaded crossbeam-epoch v0.9.18 |
913 | 2024-04-03T07:18:13.632Z | Downloaded newtype-uuid v1.0.1 |
914 | 2024-04-03T07:18:13.632Z | Downloaded bitstruct_derive v0.1.0 |
915 | 2024-04-03T07:18:13.633Z | Downloaded cstr-argument v0.1.2 |
916 | 2024-04-03T07:18:13.633Z | Downloaded ctr v0.9.2 |
917 | 2024-04-03T07:18:13.633Z | Downloaded curve25519-dalek-derive v0.1.0 |
918 | 2024-04-03T07:18:13.633Z | Downloaded allocator-api2 v0.2.16 |
919 | 2024-04-03T07:18:13.633Z | Downloaded debug-ignore v1.0.5 |
920 | 2024-04-03T07:18:13.633Z | Downloaded defmt-macros v0.3.6 |
921 | 2024-04-03T07:18:13.633Z | Downloaded once_cell v1.19.0 |
922 | 2024-04-03T07:18:13.633Z | Downloaded autocfg v1.1.0 |
923 | 2024-04-03T07:18:13.633Z | Downloaded base64ct v1.6.0 |
924 | 2024-04-03T07:18:13.633Z | Downloaded bcrypt-pbkdf v0.10.0 |
925 | 2024-04-03T07:18:13.634Z | Downloaded blowfish v0.9.1 |
926 | 2024-04-03T07:18:13.634Z | Downloaded blake2 v0.10.6 |
927 | 2024-04-03T07:18:13.676Z | Downloaded backtrace v0.3.69 |
928 | 2024-04-03T07:18:13.676Z | Downloaded parking_lot_core v0.9.8 |
929 | 2024-04-03T07:18:13.676Z | Downloaded pbkdf2 v0.12.2 |
930 | 2024-04-03T07:18:13.676Z | Downloaded pest_generator v2.7.6 |
931 | 2024-04-03T07:18:13.676Z | Downloaded clap v4.5.1 |
932 | 2024-04-03T07:18:13.676Z | Downloaded cookie_store v0.20.0 |
933 | 2024-04-03T07:18:13.676Z | Downloaded crossbeam-channel v0.5.8 |
934 | 2024-04-03T07:18:13.676Z | Downloaded convert_case v0.4.0 |
935 | 2024-04-03T07:18:13.676Z | Downloaded constant_time_eq v0.3.0 |
936 | 2024-04-03T07:18:13.676Z | Downloaded pem v3.0.2 |
937 | 2024-04-03T07:18:13.676Z | Downloaded slog-envlogger v2.2.0 |
938 | 2024-04-03T07:18:13.676Z | Downloaded crucible-workspace-hack v0.1.0 |
939 | 2024-04-03T07:18:13.677Z | Downloaded crossterm v0.27.0 |
940 | 2024-04-03T07:18:13.677Z | Downloaded tracing v0.1.40 |
941 | 2024-04-03T07:18:13.677Z | Downloaded unicode-segmentation v1.10.1 |
942 | 2024-04-03T07:18:13.677Z | Downloaded universal-hash v0.5.1 |
943 | 2024-04-03T07:18:13.677Z | Downloaded unicode-xid v0.2.4 |
944 | 2024-04-03T07:18:13.677Z | Downloaded unicode-width v0.1.11 |
945 | 2024-04-03T07:18:13.677Z | Downloaded tar v0.4.40 |
946 | 2024-04-03T07:18:13.677Z | Downloaded darling v0.20.3 |
947 | 2024-04-03T07:18:13.677Z | Downloaded defmt v0.3.5 |
948 | 2024-04-03T07:18:13.677Z | Downloaded slab v0.4.9 |
949 | 2024-04-03T07:18:13.677Z | Downloaded data-encoding v2.4.0 |
950 | 2024-04-03T07:18:13.677Z | Downloaded bstr v1.9.0 |
951 | 2024-04-03T07:18:13.677Z | Downloaded foreign-types-macros v0.2.3 |
952 | 2024-04-03T07:18:13.677Z | Downloaded stable_deref_trait v1.2.0 |
953 | 2024-04-03T07:18:13.677Z | Downloaded socket2 v0.4.9 |
954 | 2024-04-03T07:18:13.677Z | Downloaded h2 v0.3.24 |
955 | 2024-04-03T07:18:13.678Z | Downloaded http-body v0.4.5 |
956 | 2024-04-03T07:18:13.678Z | Downloaded heck v0.3.3 |
957 | 2024-04-03T07:18:13.678Z | Downloaded http v0.2.12 |
958 | 2024-04-03T07:18:13.678Z | Downloaded heapless v0.8.0 |
959 | 2024-04-03T07:18:13.678Z | Downloaded phf_shared v0.11.2 |
960 | 2024-04-03T07:18:13.678Z | Downloaded syn v1.0.109 |
961 | 2024-04-03T07:18:13.678Z | Downloaded rayon-core v1.12.1 |
962 | 2024-04-03T07:18:13.678Z | Downloaded pretty-hex v0.4.1 |
963 | 2024-04-03T07:18:13.678Z | Downloaded take_mut v0.2.2 |
964 | 2024-04-03T07:18:13.678Z | Downloaded pretty-hex v0.2.1 |
965 | 2024-04-03T07:18:13.678Z | Downloaded time-core v0.1.2 |
966 | 2024-04-03T07:18:13.678Z | Downloaded thread_local v1.1.7 |
967 | 2024-04-03T07:18:13.678Z | Downloaded tabwriter v1.4.0 |
968 | 2024-04-03T07:18:13.678Z | Downloaded predicates-core v1.0.6 |
969 | 2024-04-03T07:18:13.678Z | Downloaded tokio-tungstenite v0.20.1 |
970 | 2024-04-03T07:18:13.678Z | Downloaded postcard v1.0.8 |
971 | 2024-04-03T07:18:13.678Z | Downloaded time v0.3.34 |
972 | 2024-04-03T07:18:13.678Z | Downloaded reqwest v0.11.24 |
973 | 2024-04-03T07:18:13.678Z | Downloaded unicode-ident v1.0.12 |
974 | 2024-04-03T07:18:13.679Z | Downloaded resolv-conf v0.7.0 |
975 | 2024-04-03T07:18:13.679Z | Downloaded unicode-bidi v0.3.15 |
976 | 2024-04-03T07:18:13.679Z | Downloaded unicode-normalization v0.1.22 |
977 | 2024-04-03T07:18:13.679Z | Downloaded schemars_derive v0.8.16 |
978 | 2024-04-03T07:18:13.679Z | Downloaded scheduled-thread-pool v0.2.7 |
979 | 2024-04-03T07:18:13.679Z | Downloaded dirs-sys v0.4.1 |
980 | 2024-04-03T07:18:13.679Z | Downloaded sha2 v0.10.8 |
981 | 2024-04-03T07:18:13.679Z | Downloaded signal-hook-mio v0.2.3 |
982 | 2024-04-03T07:18:13.679Z | Downloaded float-cmp v0.9.0 |
983 | 2024-04-03T07:18:13.679Z | Downloaded signal-hook v0.3.17 |
984 | 2024-04-03T07:18:13.679Z | Downloaded flate2 v1.0.28 |
985 | 2024-04-03T07:18:13.679Z | Downloaded predicates v3.1.0 |
986 | 2024-04-03T07:18:13.679Z | Downloaded same-file v1.0.6 |
987 | 2024-04-03T07:18:13.679Z | Downloaded serde_repr v0.1.16 |
988 | 2024-04-03T07:18:13.679Z | Downloaded smf v0.2.2 |
989 | 2024-04-03T07:18:13.679Z | Downloaded spin v0.9.8 |
990 | 2024-04-03T07:18:13.679Z | Downloaded untrusted v0.7.1 |
991 | 2024-04-03T07:18:13.680Z | Downloaded trust-dns-client v0.22.0 |
992 | 2024-04-03T07:18:13.680Z | Downloaded subtle v2.5.0 |
993 | 2024-04-03T07:18:13.680Z | Downloaded subprocess v0.2.9 |
994 | 2024-04-03T07:18:13.680Z | Downloaded static_assertions v1.1.0 |
995 | 2024-04-03T07:18:13.680Z | Downloaded spki v0.7.2 |
996 | 2024-04-03T07:18:13.680Z | Downloaded ryu v1.0.15 |
997 | 2024-04-03T07:18:13.680Z | Downloaded syn v2.0.52 |
998 | 2024-04-03T07:18:13.680Z | Downloaded deranged v0.3.11 |
999 | 2024-04-03T07:18:13.680Z | Downloaded zip v0.6.6 |
1000 | 2024-04-03T07:18:13.680Z | Downloaded der_derive v0.7.2 |
1001 | 2024-04-03T07:18:13.680Z | Downloaded group v0.13.0 |
1002 | 2024-04-03T07:18:13.680Z | Downloaded winnow v0.5.15 |
1003 | 2024-04-03T07:18:13.680Z | Downloaded libc v0.2.153 |
1004 | 2024-04-03T07:18:13.680Z | Downloaded regex-automata v0.1.10 |
1005 | 2024-04-03T07:18:13.680Z | Downloaded ppv-lite86 v0.2.17 |
1006 | 2024-04-03T07:18:13.680Z | Downloaded powerfmt v0.2.0 |
1007 | 2024-04-03T07:18:13.680Z | Downloaded ron v0.7.1 |
1008 | 2024-04-03T07:18:13.680Z | Downloaded russh v0.42.0 |
1009 | 2024-04-03T07:18:13.681Z | Downloaded sec1 v0.7.3 |
1010 | 2024-04-03T07:18:13.681Z | Downloaded semver v0.11.0 |
1011 | 2024-04-03T07:18:13.681Z | Downloaded secrecy v0.8.0 |
1012 | 2024-04-03T07:18:13.681Z | Downloaded term v0.7.0 |
1013 | 2024-04-03T07:18:13.681Z | Downloaded termcolor v1.2.0 |
1014 | 2024-04-03T07:18:13.681Z | Downloaded tempfile v3.10.0 |
1015 | 2024-04-03T07:18:13.681Z | Downloaded tungstenite v0.20.1 |
1016 | 2024-04-03T07:18:13.681Z | Downloaded tungstenite v0.21.0 |
1017 | 2024-04-03T07:18:13.681Z | Downloaded usdt-impl v0.3.5 |
1018 | 2024-04-03T07:18:13.681Z | Downloaded want v0.3.1 |
1019 | 2024-04-03T07:18:13.681Z | Downloaded whoami v1.5.0 |
1020 | 2024-04-03T07:18:13.681Z | Downloaded russh-keys v0.42.0 |
1021 | 2024-04-03T07:18:13.681Z | Downloaded russh-cryptovec v0.7.0 |
1022 | 2024-04-03T07:18:13.681Z | Downloaded primeorder v0.13.6 |
1023 | 2024-04-03T07:18:13.681Z | Downloaded uuid v0.8.2 |
1024 | 2024-04-03T07:18:13.681Z | Downloaded rand v0.7.3 |
1025 | 2024-04-03T07:18:13.681Z | Downloaded zerocopy-derive v0.6.4 |
1026 | 2024-04-03T07:18:13.682Z | Downloaded errno v0.3.8 |
1027 | 2024-04-03T07:18:13.702Z | Downloaded futures-task v0.3.30 |
1028 | 2024-04-03T07:18:13.702Z | Downloaded toolchain_find v0.2.0 |
1029 | 2024-04-03T07:18:13.702Z | Downloaded textwrap v0.11.0 |
1030 | 2024-04-03T07:18:13.702Z | Downloaded dtrace-parser v0.1.14 |
1031 | 2024-04-03T07:18:13.702Z | Downloaded hyper-staticfile v0.9.5 |
1032 | 2024-04-03T07:18:13.702Z | Downloaded psl-types v2.0.11 |
1033 | 2024-04-03T07:18:13.702Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1034 | 2024-04-03T07:18:13.702Z | Downloaded quick-error v1.2.3 |
1035 | 2024-04-03T07:18:13.702Z | Downloaded publicsuffix v2.2.3 |
1036 | 2024-04-03T07:18:13.702Z | Downloaded slog-json v2.6.1 |
1037 | 2024-04-03T07:18:13.702Z | Downloaded proc-macro-error-attr v1.0.4 |
1038 | 2024-04-03T07:18:13.702Z | Downloaded tokio-macros v2.2.0 |
1039 | 2024-04-03T07:18:13.702Z | Downloaded strum_macros v0.26.1 |
1040 | 2024-04-03T07:18:13.703Z | Downloaded tokio-stream v0.1.14 |
1041 | 2024-04-03T07:18:13.703Z | Downloaded rustc_version v0.1.7 |
1042 | 2024-04-03T07:18:13.703Z | Downloaded tokio-util v0.7.10 |
1043 | 2024-04-03T07:18:13.703Z | Downloaded tokio-tungstenite v0.21.0 |
1044 | 2024-04-03T07:18:13.703Z | Downloaded proc-macro2 v1.0.78 |
1045 | 2024-04-03T07:18:13.703Z | Downloaded strum_macros v0.25.2 |
1046 | 2024-04-03T07:18:13.703Z | Downloaded rustls-pki-types v1.3.0 |
1047 | 2024-04-03T07:18:13.703Z | Downloaded rustls-pemfile v1.0.3 |
1048 | 2024-04-03T07:18:13.703Z | Downloaded fastrand v2.0.1 |
1049 | 2024-04-03T07:18:13.703Z | Downloaded fallible-iterator v0.2.0 |
1050 | 2024-04-03T07:18:13.703Z | Downloaded slog-bunyan v2.5.0 |
1051 | 2024-04-03T07:18:13.703Z | Downloaded strum v0.26.1 |
1052 | 2024-04-03T07:18:13.703Z | Downloaded slog-async v2.8.0 |
1053 | 2024-04-03T07:18:13.703Z | Downloaded expectorate v1.1.0 |
1054 | 2024-04-03T07:18:13.703Z | Downloaded filetime v0.2.23 |
1055 | 2024-04-03T07:18:13.704Z | Downloaded waitgroup v0.1.2 |
1056 | 2024-04-03T07:18:13.704Z | Downloaded quote v1.0.35 |
1057 | 2024-04-03T07:18:13.704Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1058 | 2024-04-03T07:18:13.704Z | Downloaded zerocopy-derive v0.7.32 |
1059 | 2024-04-03T07:18:13.704Z | Downloaded vsss-rs v3.3.4 |
1060 | 2024-04-03T07:18:13.704Z | Downloaded ff v0.13.0 |
1061 | 2024-04-03T07:18:13.704Z | Downloaded enum-as-inner v0.5.1 |
1062 | 2024-04-03T07:18:13.704Z | Downloaded rayon v1.9.0 |
1063 | 2024-04-03T07:18:13.704Z | Downloaded regex v1.10.4 |
1064 | 2024-04-03T07:18:13.704Z | Downloaded sha1 v0.10.6 |
1065 | 2024-04-03T07:18:13.704Z | Downloaded rcgen v0.12.1 |
1066 | 2024-04-03T07:18:13.704Z | Downloaded rand_core v0.6.4 |
1067 | 2024-04-03T07:18:13.704Z | Downloaded rand_core v0.5.1 |
1068 | 2024-04-03T07:18:13.704Z | Downloaded rand_chacha v0.3.1 |
1069 | 2024-04-03T07:18:13.704Z | Downloaded plain v0.2.3 |
1070 | 2024-04-03T07:18:13.704Z | Downloaded pkg-config v0.3.27 |
1071 | 2024-04-03T07:18:13.704Z | Downloaded dyn-clone v1.0.17 |
1072 | 2024-04-03T07:18:13.704Z | Downloaded usdt-macro v0.3.5 |
1073 | 2024-04-03T07:18:13.705Z | Downloaded dtrace-parser v0.2.0 |
1074 | 2024-04-03T07:18:13.705Z | Downloaded usdt v0.5.0 |
1075 | 2024-04-03T07:18:13.705Z | Downloaded usdt v0.3.5 |
1076 | 2024-04-03T07:18:13.705Z | Downloaded trust-dns-proto v0.22.0 |
1077 | 2024-04-03T07:18:13.705Z | Downloaded thiserror-impl v1.0.57 |
1078 | 2024-04-03T07:18:13.705Z | Downloaded xattr v1.0.1 |
1079 | 2024-04-03T07:18:13.705Z | Downloaded tabled_derive v0.7.0 |
1080 | 2024-04-03T07:18:13.705Z | Downloaded thiserror v1.0.57 |
1081 | 2024-04-03T07:18:13.705Z | Downloaded synstructure v0.12.6 |
1082 | 2024-04-03T07:18:13.705Z | Downloaded sync_wrapper v0.1.2 |
1083 | 2024-04-03T07:18:13.705Z | Downloaded structopt-derive v0.4.18 |
1084 | 2024-04-03T07:18:13.705Z | Downloaded slog v2.7.0 |
1085 | 2024-04-03T07:18:13.705Z | Downloaded glob v0.3.1 |
1086 | 2024-04-03T07:18:13.705Z | Downloaded tabled v0.15.0 |
1087 | 2024-04-03T07:18:13.705Z | Downloaded postgres-types v0.2.6 |
1088 | 2024-04-03T07:18:13.705Z | Downloaded postgres-protocol v0.6.6 |
1089 | 2024-04-03T07:18:13.705Z | Downloaded getrandom v0.2.12 |
1090 | 2024-04-03T07:18:13.706Z | Downloaded getopts v0.2.21 |
1091 | 2024-04-03T07:18:13.706Z | Downloaded futures-executor v0.3.30 |
1092 | 2024-04-03T07:18:13.706Z | Downloaded siphasher v0.3.11 |
1093 | 2024-04-03T07:18:13.706Z | Downloaded utf8parse v0.2.1 |
1094 | 2024-04-03T07:18:13.706Z | Downloaded slog-scope v4.4.0 |
1095 | 2024-04-03T07:18:13.706Z | Downloaded usdt-macro v0.5.0 |
1096 | 2024-04-03T07:18:13.706Z | Downloaded dof v0.1.5 |
1097 | 2024-04-03T07:18:13.706Z | Downloaded usdt-impl v0.5.0 |
1098 | 2024-04-03T07:18:13.706Z | Downloaded similar v2.4.0 |
1099 | 2024-04-03T07:18:13.706Z | Downloaded hkdf v0.12.4 |
1100 | 2024-04-03T07:18:13.706Z | Downloaded portpicker v0.1.1 |
1101 | 2024-04-03T07:18:13.706Z | Downloaded polyval v0.6.1 |
1102 | 2024-04-03T07:18:13.706Z | Downloaded string_cache v0.8.7 |
1103 | 2024-04-03T07:18:13.706Z | Downloaded slog-term v2.9.0 |
1104 | 2024-04-03T07:18:13.706Z | Downloaded serde_json v1.0.114 |
1105 | 2024-04-03T07:18:13.706Z | Downloaded ghash v0.5.0 |
1106 | 2024-04-03T07:18:13.706Z | Downloaded sigpipe v0.1.3 |
1107 | 2024-04-03T07:18:13.706Z | Downloaded thread-id v4.2.0 |
1108 | 2024-04-03T07:18:13.707Z | Downloaded signature v2.1.0 |
1109 | 2024-04-03T07:18:13.707Z | Downloaded serde_with v3.6.1 |
1110 | 2024-04-03T07:18:13.707Z | Downloaded display-error-chain v0.2.0 |
1111 | 2024-04-03T07:18:13.707Z | Downloaded hex-literal v0.4.1 |
1112 | 2024-04-03T07:18:13.707Z | Downloaded hmac v0.12.1 |
1113 | 2024-04-03T07:18:13.707Z | Downloaded hyper-rustls v0.24.2 |
1114 | 2024-04-03T07:18:13.707Z | Downloaded humantime v2.1.0 |
1115 | 2024-04-03T07:18:13.707Z | Downloaded http-range v0.1.5 |
1116 | 2024-04-03T07:18:13.707Z | Downloaded hostname v0.3.1 |
1117 | 2024-04-03T07:18:13.707Z | Downloaded home v0.5.5 |
1118 | 2024-04-03T07:18:13.707Z | Downloaded hubpack_derive v0.1.1 |
1119 | 2024-04-03T07:18:13.707Z | Downloaded hubpack v0.1.2 |
1120 | 2024-04-03T07:18:13.707Z | Downloaded httparse v1.8.0 |
1121 | 2024-04-03T07:18:13.707Z | Downloaded httpdate v1.0.3 |
1122 | 2024-04-03T07:18:13.707Z | Downloaded hyper v0.14.28 |
1123 | 2024-04-03T07:18:13.707Z | Downloaded futures-channel v0.3.30 |
1124 | 2024-04-03T07:18:13.707Z | Downloaded rustc-demangle v0.1.23 |
1125 | 2024-04-03T07:18:13.707Z | Downloaded thiserror-impl-no-std v2.0.2 |
1126 | 2024-04-03T07:18:13.708Z | Downloaded gethostname v0.4.3 |
1127 | 2024-04-03T07:18:13.724Z | Downloaded thiserror-no-std v2.0.2 |
1128 | 2024-04-03T07:18:13.725Z | Downloaded serde_path_to_error v0.1.16 |
1129 | 2024-04-03T07:18:13.725Z | Downloaded fxhash v0.2.1 |
1130 | 2024-04-03T07:18:13.725Z | Downloaded futures-sink v0.3.30 |
1131 | 2024-04-03T07:18:13.725Z | Downloaded tokio-native-tls v0.3.1 |
1132 | 2024-04-03T07:18:13.725Z | Downloaded untrusted v0.9.0 |
1133 | 2024-04-03T07:18:13.725Z | Downloaded unsafe-libyaml v0.2.10 |
1134 | 2024-04-03T07:18:13.725Z | Downloaded tokio-postgres v0.7.10 |
1135 | 2024-04-03T07:18:13.725Z | Downloaded rand_chacha v0.2.2 |
1136 | 2024-04-03T07:18:13.725Z | Downloaded typenum v1.16.0 |
1137 | 2024-04-03T07:18:13.726Z | Downloaded toml_edit v0.19.15 |
1138 | 2024-04-03T07:18:13.726Z | Downloaded rfc6979 v0.4.0 |
1139 | 2024-04-03T07:18:13.726Z | Downloaded rand v0.8.5 |
1140 | 2024-04-03T07:18:13.726Z | Downloaded radix_trie v0.2.1 |
1141 | 2024-04-03T07:18:13.726Z | Downloaded proc-macro-error v1.0.4 |
1142 | 2024-04-03T07:18:13.726Z | Downloaded r2d2 v0.8.10 |
1143 | 2024-04-03T07:18:13.726Z | Downloaded proc-macro-crate v1.3.1 |
1144 | 2024-04-03T07:18:13.726Z | Downloaded try-lock v0.2.4 |
1145 | 2024-04-03T07:18:13.727Z | Downloaded structopt v0.3.26 |
1146 | 2024-04-03T07:18:13.727Z | Downloaded zeroize v1.7.0 |
1147 | 2024-04-03T07:18:13.727Z | Downloaded zerocopy v0.7.32 |
1148 | 2024-04-03T07:18:13.727Z | Downloaded zeroize_derive v1.4.2 |
1149 | 2024-04-03T07:18:13.727Z | Downloaded walkdir v2.4.0 |
1150 | 2024-04-03T07:18:13.727Z | Downloaded serde_urlencoded v0.7.1 |
1151 | 2024-04-03T07:18:13.727Z | Downloaded zerocopy v0.3.0 |
1152 | 2024-04-03T07:18:13.727Z | Downloaded structmeta-derive v0.3.0 |
1153 | 2024-04-03T07:18:13.727Z | Downloaded structmeta v0.3.0 |
1154 | 2024-04-03T07:18:13.727Z | Downloaded serde_tokenstream v0.2.0 |
1155 | 2024-04-03T07:18:13.727Z | Downloaded smallvec v1.13.1 |
1156 | 2024-04-03T07:18:13.728Z | Downloaded slog-stdlog v4.1.1 |
1157 | 2024-04-03T07:18:13.728Z | Downloaded generic-array v0.14.7 |
1158 | 2024-04-03T07:18:13.728Z | Downloaded scopeguard v1.2.0 |
1159 | 2024-04-03T07:18:13.728Z | Downloaded toml_datetime v0.6.5 |
1160 | 2024-04-03T07:18:13.728Z | Downloaded spin v0.5.2 |
1161 | 2024-04-03T07:18:13.728Z | Downloaded platforms v3.0.2 |
1162 | 2024-04-03T07:18:13.728Z | Downloaded tokio-rustls v0.24.1 |
1163 | 2024-04-03T07:18:13.729Z | Downloaded smoltcp v0.11.0 |
1164 | 2024-04-03T07:18:13.730Z | Downloaded steno v0.4.0 |
1165 | 2024-04-03T07:18:13.731Z | Downloaded rustix v0.38.31 |
1166 | 2024-04-03T07:18:13.731Z | Downloaded rustversion v1.0.14 |
1167 | 2024-04-03T07:18:13.731Z | Downloaded poly1305 v0.8.0 |
1168 | 2024-04-03T07:18:13.731Z | Downloaded smoltcp v0.9.1 |
1169 | 2024-04-03T07:18:13.731Z | Downloaded rustls-webpki v0.102.1 |
1170 | 2024-04-03T07:18:13.731Z | Downloaded rustc_version v0.4.0 |
1171 | 2024-04-03T07:18:13.732Z | Downloaded toml_edit v0.22.9 |
1172 | 2024-04-03T07:18:13.732Z | Downloaded rustls-webpki v0.101.7 |
1173 | 2024-04-03T07:18:13.732Z | Downloaded tokio v1.36.0 |
1174 | 2024-04-03T07:18:13.732Z | Downloaded toml v0.5.11 |
1175 | 2024-04-03T07:18:13.732Z | Downloaded tokio-rustls v0.25.0 |
1176 | 2024-04-03T07:18:13.732Z | Downloaded rustfmt-wrapper v0.2.0 |
1177 | 2024-04-03T07:18:13.732Z | Downloaded trust-dns-resolver v0.22.0 |
1178 | 2024-04-03T07:18:13.733Z | Downloaded gimli v0.28.0 |
1179 | 2024-04-03T07:18:13.733Z | Downloaded trust-dns-server v0.22.1 |
1180 | 2024-04-03T07:18:13.733Z | Downloaded regex-automata v0.4.5 |
1181 | 2024-04-03T07:18:13.733Z | Downloaded diesel v2.1.5 |
1182 | 2024-04-03T07:18:13.733Z | Downloaded zerocopy-derive v0.2.0 |
1183 | 2024-04-03T07:18:13.733Z | Downloaded vcpkg v0.2.15 |
1184 | 2024-04-03T07:18:13.734Z | Downloaded sha3 v0.10.8 |
1185 | 2024-04-03T07:18:13.734Z | Downloaded strsim v0.11.0 |
1186 | 2024-04-03T07:18:13.741Z | Downloaded socket2 v0.5.5 |
1187 | 2024-04-03T07:18:13.741Z | Downloaded sled v0.34.7 |
1188 | 2024-04-03T07:18:13.741Z | Downloaded rustls v0.21.9 |
1189 | 2024-04-03T07:18:13.742Z | Downloaded serde_tokenstream v0.1.7 |
1190 | 2024-04-03T07:18:13.742Z | Downloaded foreign-types-shared v0.3.1 |
1191 | 2024-04-03T07:18:13.742Z | Downloaded foreign-types-shared v0.1.1 |
1192 | 2024-04-03T07:18:13.742Z | Downloaded fixedbitset v0.4.2 |
1193 | 2024-04-03T07:18:13.743Z | Downloaded difflib v0.4.0 |
1194 | 2024-04-03T07:18:13.743Z | Downloaded diesel_derives v2.1.2 |
1195 | 2024-04-03T07:18:13.743Z | Downloaded derive_more v0.99.17 |
1196 | 2024-04-03T07:18:13.743Z | Downloaded rustls v0.22.2 |
1197 | 2024-04-03T07:18:13.744Z | Downloaded futures-core v0.3.30 |
1198 | 2024-04-03T07:18:13.744Z | Downloaded zerocopy v0.6.4 |
1199 | 2024-04-03T07:18:13.744Z | Downloaded headers v0.3.9 |
1200 | 2024-04-03T07:18:13.744Z | Downloaded dof v0.3.0 |
1201 | 2024-04-03T07:18:13.744Z | Downloaded form_urlencoded v1.2.1 |
1202 | 2024-04-03T07:18:13.744Z | Downloaded usdt-attr-macro v0.5.0 |
1203 | 2024-04-03T07:18:13.745Z | Downloaded tracing-core v0.1.32 |
1204 | 2024-04-03T07:18:13.745Z | Downloaded uuid v1.7.0 |
1205 | 2024-04-03T07:18:13.745Z | Downloaded url v2.5.0 |
1206 | 2024-04-03T07:18:13.745Z | Downloaded tracing-attributes v0.1.27 |
1207 | 2024-04-03T07:18:13.745Z | Downloaded serde_yaml v0.9.25 |
1208 | 2024-04-03T07:18:13.745Z | Downloaded flagset v0.4.3 |
1209 | 2024-04-03T07:18:13.745Z | Downloaded endian-type v0.1.2 |
1210 | 2024-04-03T07:18:13.745Z | Downloaded serde_with_macros v3.6.1 |
1211 | 2024-04-03T07:18:13.745Z | Downloaded heapless v0.7.16 |
1212 | 2024-04-03T07:18:13.745Z | Downloaded heck v0.4.1 |
1213 | 2024-04-03T07:18:13.745Z | Downloaded headers-core v0.2.0 |
1214 | 2024-04-03T07:18:13.745Z | Downloaded futures-util v0.3.30 |
1215 | 2024-04-03T07:18:13.746Z | Downloaded regress v0.9.0 |
1216 | 2024-04-03T07:18:13.746Z | Downloaded regex-syntax v0.8.2 |
1217 | 2024-04-03T07:18:13.746Z | Downloaded pkcs8 v0.10.2 |
1218 | 2024-04-03T07:18:13.747Z | Downloaded winapi v0.3.9 |
1219 | 2024-04-03T07:18:13.747Z | Downloaded pin-utils v0.1.0 |
1220 | 2024-04-03T07:18:13.747Z | Downloaded hex v0.4.3 |
1221 | 2024-04-03T07:18:13.747Z | Downloaded terminal_size v0.3.0 |
1222 | 2024-04-03T07:18:13.747Z | Downloaded serde_derive_internals v0.26.0 |
1223 | 2024-04-03T07:18:13.748Z | Downloaded serde_arrays v0.1.0 |
1224 | 2024-04-03T07:18:13.748Z | Downloaded futures v0.3.30 |
1225 | 2024-04-03T07:18:13.748Z | Downloaded serde_derive v1.0.197 |
1226 | 2024-04-03T07:18:13.748Z | Downloaded equivalent v1.0.1 |
1227 | 2024-04-03T07:18:13.776Z | Downloaded env_logger v0.9.3 |
1228 | 2024-04-03T07:18:13.776Z | Downloaded encoding_rs v0.8.33 |
1229 | 2024-04-03T07:18:13.776Z | Downloaded dhcproto-macros v0.1.0 |
1230 | 2024-04-03T07:18:13.776Z | Downloaded dhcproto v0.11.0 |
1231 | 2024-04-03T07:18:13.776Z | Downloaded webpki-roots v0.25.2 |
1232 | 2024-04-03T07:18:13.776Z | Downloaded serde v1.0.197 |
1233 | 2024-04-03T07:18:13.777Z | Downloaded semver-parser v0.10.2 |
1234 | 2024-04-03T07:18:13.777Z | Downloaded semver v1.0.22 |
1235 | 2024-04-03T07:18:13.777Z | Downloaded semver v0.1.20 |
1236 | 2024-04-03T07:18:13.777Z | Downloaded phf_shared v0.10.0 |
1237 | 2024-04-03T07:18:13.777Z | Downloaded phf v0.11.2 |
1238 | 2024-04-03T07:18:13.777Z | Downloaded hash32 v0.3.1 |
1239 | 2024-04-03T07:18:13.777Z | Downloaded hyper-tls v0.5.0 |
1240 | 2024-04-03T07:18:13.777Z | Downloaded hashbrown v0.14.3 |
1241 | 2024-04-03T07:18:13.777Z | Downloaded hashbrown v0.12.3 |
1242 | 2024-04-03T07:18:13.777Z | Downloaded sct v0.7.0 |
1243 | 2024-04-03T07:18:13.777Z | Downloaded scroll_derive v0.12.0 |
1244 | 2024-04-03T07:18:13.777Z | Downloaded scroll v0.12.0 |
1245 | 2024-04-03T07:18:13.777Z | Downloaded getrandom v0.1.16 |
1246 | 2024-04-03T07:18:13.777Z | Downloaded ring v0.16.20 |
1247 | 2024-04-03T07:18:13.778Z | Downloaded futures-macro v0.3.30 |
1248 | 2024-04-03T07:18:13.778Z | Downloaded futures-io v0.3.30 |
1249 | 2024-04-03T07:18:13.778Z | Downloaded embedded-io v0.4.0 |
1250 | 2024-04-03T07:18:13.778Z | Downloaded either v1.10.0 |
1251 | 2024-04-03T07:18:13.778Z | Downloaded ecdsa v0.16.9 |
1252 | 2024-04-03T07:18:13.778Z | Downloaded elliptic-curve v0.13.8 |
1253 | 2024-04-03T07:18:13.778Z | Downloaded ed25519 v2.2.2 |
1254 | 2024-04-03T07:18:13.778Z | Downloaded ed25519-dalek v2.0.0 |
1255 | 2024-04-03T07:18:13.778Z | Downloaded hash32 v0.2.1 |
1256 | 2024-04-03T07:18:13.778Z | Downloaded goblin v0.8.0 |
1257 | 2024-04-03T07:18:13.779Z | Downloaded derive-where v1.2.7 |
1258 | 2024-04-03T07:18:13.779Z | Downloaded winnow v0.6.1 |
1259 | 2024-04-03T07:18:13.779Z | Downloaded openapiv3 v2.0.0 |
1260 | 2024-04-03T07:18:13.779Z | Downloaded curve25519-dalek v4.1.1 |
1261 | 2024-04-03T07:18:13.779Z | Downloaded version_check v0.9.4 |
1262 | 2024-04-03T07:18:13.779Z | Downloaded vec_map v0.8.2 |
1263 | 2024-04-03T07:18:13.779Z | Downloaded utf-8 v0.7.6 |
1264 | 2024-04-03T07:18:13.779Z | Downloaded usdt-attr-macro v0.3.5 |
1265 | 2024-04-03T07:18:13.779Z | Downloaded toml v0.7.8 |
1266 | 2024-04-03T07:18:13.779Z | Downloaded tinyvec_macros v0.1.1 |
1267 | 2024-04-03T07:18:13.779Z | Downloaded tinyvec v1.6.0 |
1268 | 2024-04-03T07:18:13.780Z | Downloaded time-macros v0.2.17 |
1269 | 2024-04-03T07:18:13.780Z | Downloaded swrite v0.1.0 |
1270 | 2024-04-03T07:18:13.780Z | Downloaded precomputed-hash v0.1.1 |
1271 | 2024-04-03T07:18:13.780Z | Downloaded flume v0.11.0 |
1272 | 2024-04-03T07:18:13.780Z | Downloaded zone v0.1.8 |
1273 | 2024-04-03T07:18:13.780Z | Downloaded serde_spanned v0.6.5 |
1274 | 2024-04-03T07:18:13.780Z | Downloaded schemars v0.8.16 |
1275 | 2024-04-03T07:18:13.780Z | Downloaded erased-serde v0.3.31 |
1276 | 2024-04-03T07:18:13.780Z | Downloaded dirs-next v2.0.0 |
1277 | 2024-04-03T07:18:13.780Z | Downloaded rustls-pemfile v2.1.1 |
1278 | 2024-04-03T07:18:13.781Z | Downloaded dirs v5.0.1 |
1279 | 2024-04-03T07:18:13.781Z | Downloaded digest v0.10.7 |
1280 | 2024-04-03T07:18:13.781Z | Downloaded yasna v0.5.2 |
1281 | 2024-04-03T07:18:13.781Z | Downloaded unicase v2.7.0 |
1282 | 2024-04-03T07:18:13.781Z | Downloaded openssl v0.10.60 |
1283 | 2024-04-03T07:18:13.781Z | Downloaded object v0.32.1 |
1284 | 2024-04-03T07:18:13.781Z | Downloaded ucd-trie v0.1.6 |
1285 | 2024-04-03T07:18:13.781Z | Downloaded tower-service v0.3.2 |
1286 | 2024-04-03T07:18:13.781Z | Downloaded topological-sort v0.2.2 |
1287 | 2024-04-03T07:18:13.781Z | Downloaded toml v0.8.12 |
1288 | 2024-04-03T07:18:13.781Z | Downloaded pin-project-lite v0.2.13 |
1289 | 2024-04-03T07:18:13.781Z | Downloaded http v1.0.0 |
1290 | 2024-04-03T07:18:13.781Z | Downloaded half v2.3.1 |
1291 | 2024-04-03T07:18:13.782Z | Downloaded strsim v0.10.0 |
1292 | 2024-04-03T07:18:13.782Z | Downloaded strsim v0.8.0 |
1293 | 2024-04-03T07:18:13.782Z | Downloaded stringprep v0.1.3 |
1294 | 2024-04-03T07:18:13.782Z | Downloaded foreign-types v0.5.0 |
1295 | 2024-04-03T07:18:13.782Z | Downloaded foreign-types v0.3.2 |
1296 | 2024-04-03T07:18:13.782Z | Downloaded ring v0.17.8 |
1297 | 2024-04-03T07:18:13.782Z | Downloaded fnv v1.0.7 |
1298 | 2024-04-03T07:18:13.782Z | Downloaded dirs-sys-next v0.1.2 |
1299 | 2024-04-03T07:18:13.782Z | Downloaded der v0.7.8 |
1300 | 2024-04-03T07:18:13.782Z | Downloaded zone_cfg_derive v0.1.2 |
1301 | 2024-04-03T07:18:13.782Z | Downloaded slog-dtrace v0.3.0 |
1302 | 2024-04-03T07:18:13.782Z | Downloaded signal-hook-registry v1.4.1 |
1303 | 2024-04-03T07:18:13.782Z | Downloaded bstr v0.2.17 |
1304 | 2024-04-03T07:18:13.782Z | Downloaded crypto-common v0.1.6 |
1305 | 2024-04-03T07:18:13.783Z | Downloaded crypto-bigint v0.5.2 |
1306 | 2024-04-03T07:18:13.783Z | Downloaded bitstruct v0.1.1 |
1307 | 2024-04-03T07:18:13.783Z | Downloaded peg-runtime v0.8.2 |
1308 | 2024-04-03T07:18:13.783Z | Downloaded ciborium-io v0.2.2 |
1309 | 2024-04-03T07:18:13.783Z | Downloaded ciborium v0.2.2 |
1310 | 2024-04-03T07:18:13.783Z | Downloaded paste v1.0.14 |
1311 | 2024-04-03T07:18:13.783Z | Downloaded password-hash v0.5.0 |
1312 | 2024-04-03T07:18:13.783Z | Downloaded cfg-if v1.0.0 |
1313 | 2024-04-03T07:18:13.783Z | Downloaded cc v1.0.83 |
1314 | 2024-04-03T07:18:13.783Z | Downloaded cancel-safe-futures v0.1.5 |
1315 | 2024-04-03T07:18:13.784Z | Downloaded atomic-waker v1.1.1 |
1316 | 2024-04-03T07:18:13.784Z | Downloaded darling_macro v0.20.3 |
1317 | 2024-04-03T07:18:13.784Z | Downloaded darling_core v0.20.3 |
1318 | 2024-04-03T07:18:13.784Z | Downloaded aead v0.5.2 |
1319 | 2024-04-03T07:18:13.784Z | Downloaded nibble_vec v0.1.0 |
1320 | 2024-04-03T07:18:13.784Z | Downloaded nanorand v0.7.0 |
1321 | 2024-04-03T07:18:13.784Z | Downloaded mio v0.8.11 |
1322 | 2024-04-03T07:18:13.784Z | Downloaded memmap2 v0.7.1 |
1323 | 2024-04-03T07:18:13.784Z | Downloaded managed v0.8.0 |
1324 | 2024-04-03T07:18:13.784Z | Downloaded crossbeam-utils v0.8.19 |
1325 | 2024-04-03T07:18:13.784Z | Downloaded crossbeam-deque v0.8.3 |
1326 | 2024-04-03T07:18:13.784Z | Downloaded crc32fast v1.3.2 |
1327 | 2024-04-03T07:18:13.958Z | Downloaded cpufeatures v0.2.12 |
1328 | 2024-04-03T07:18:13.958Z | Downloaded cookie v0.17.0 |
1329 | 2024-04-03T07:18:13.958Z | Downloaded const-oid v0.9.6 |
1330 | 2024-04-03T07:18:13.958Z | Downloaded atty v0.2.14 |
1331 | 2024-04-03T07:18:13.958Z | Downloaded pest v2.7.6 |
1332 | 2024-04-03T07:18:13.958Z | Downloaded console v0.15.8 |
1333 | 2024-04-03T07:18:13.958Z | Downloaded colored v2.1.0 |
1334 | 2024-04-03T07:18:13.958Z | Downloaded internet-checksum v0.2.1 |
1335 | 2024-04-03T07:18:13.958Z | Downloaded inout v0.1.3 |
1336 | 2024-04-03T07:18:13.959Z | Downloaded clap_lex v0.7.0 |
1337 | 2024-04-03T07:18:13.959Z | Downloaded clap_derive v4.5.0 |
1338 | 2024-04-03T07:18:13.959Z | Downloaded clap v2.34.0 |
1339 | 2024-04-03T07:18:13.959Z | Downloaded idna v0.3.0 |
1340 | 2024-04-03T07:18:13.959Z | Downloaded parking_lot_core v0.8.6 |
1341 | 2024-04-03T07:18:13.959Z | Downloaded papergrid v0.11.0 |
1342 | 2024-04-03T07:18:13.959Z | Downloaded ident_case v1.0.1 |
1343 | 2024-04-03T07:18:13.959Z | Downloaded iana-time-zone v0.1.57 |
1344 | 2024-04-03T07:18:13.959Z | Downloaded cipher v0.4.4 |
1345 | 2024-04-03T07:18:13.960Z | Downloaded ciborium-ll v0.2.2 |
1346 | 2024-04-03T07:18:13.960Z | Downloaded chacha20poly1305 v0.10.1 |
1347 | 2024-04-03T07:18:13.960Z | Downloaded p256 v0.13.2 |
1348 | 2024-04-03T07:18:13.960Z | Downloaded num_enum_derive v0.5.11 |
1349 | 2024-04-03T07:18:13.960Z | Downloaded num_enum v0.5.11 |
1350 | 2024-04-03T07:18:13.961Z | Downloaded num-rational v0.4.1 |
1351 | 2024-04-03T07:18:13.961Z | Downloaded num-iter v0.1.44 |
1352 | 2024-04-03T07:18:13.961Z | Downloaded num-integer v0.1.46 |
1353 | 2024-04-03T07:18:13.961Z | Downloaded num-derive v0.4.0 |
1354 | 2024-04-03T07:18:13.961Z | Downloaded num-complex v0.4.4 |
1355 | 2024-04-03T07:18:13.962Z | Downloaded camino v1.1.6 |
1356 | 2024-04-03T07:18:13.962Z | Downloaded newtype_derive v0.1.6 |
1357 | 2024-04-03T07:18:13.962Z | Downloaded kstat-rs v0.2.3 |
1358 | 2024-04-03T07:18:13.962Z | Downloaded bzip2 v0.4.4 |
1359 | 2024-04-03T07:18:13.962Z | Downloaded bytes v1.5.0 |
1360 | 2024-04-03T07:18:13.963Z | Downloaded miniz_oxide v0.7.1 |
1361 | 2024-04-03T07:18:13.963Z | Downloaded byteorder v1.5.0 |
1362 | 2024-04-03T07:18:13.963Z | Downloaded bytecount v0.6.3 |
1363 | 2024-04-03T07:18:13.963Z | Downloaded log v0.4.21 |
1364 | 2024-04-03T07:18:13.963Z | Downloaded linear-map v1.2.0 |
1365 | 2024-04-03T07:18:13.964Z | Downloaded libm v0.2.7 |
1366 | 2024-04-03T07:18:13.964Z | Downloaded lalrpop-util v0.19.12 |
1367 | 2024-04-03T07:18:13.964Z | Downloaded block-padding v0.3.3 |
1368 | 2024-04-03T07:18:13.964Z | Downloaded block-buffer v0.10.4 |
1369 | 2024-04-03T07:18:13.964Z | Downloaded blake3 v1.5.0 |
1370 | 2024-04-03T07:18:13.964Z | Downloaded base64 v0.21.7 |
1371 | 2024-04-03T07:18:13.965Z | Downloaded instant v0.1.12 |
1372 | 2024-04-03T07:18:13.965Z | Downloaded indexmap v2.2.6 |
1373 | 2024-04-03T07:18:13.965Z | Downloaded base16ct v0.2.0 |
1374 | 2024-04-03T07:18:13.965Z | Downloaded backoff v0.4.0 |
1375 | 2024-04-03T07:18:13.965Z | Downloaded atomicwrites v0.4.3 |
1376 | 2024-04-03T07:18:13.965Z | Downloaded async-trait v0.1.79 |
1377 | 2024-04-03T07:18:13.965Z | Downloaded async-stream v0.3.5 |
1378 | 2024-04-03T07:18:13.966Z | Downloaded async-stream-impl v0.3.5 |
1379 | 2024-04-03T07:18:13.966Z | Downloaded ascii v1.1.0 |
1380 | 2024-04-03T07:18:13.966Z | Downloaded arc-swap v1.6.0 |
1381 | 2024-04-03T07:18:13.966Z | Downloaded anyhow v1.0.79 |
1382 | 2024-04-03T07:18:13.966Z | Downloaded anstyle-query v1.0.0 |
1383 | 2024-04-03T07:18:13.966Z | Downloaded anstream v0.6.11 |
1384 | 2024-04-03T07:18:13.967Z | Compiling proc-macro2 v1.0.78 |
1385 | 2024-04-03T07:18:13.967Z | Compiling unicode-ident v1.0.12 |
1386 | 2024-04-03T07:18:13.967Z | Compiling libc v0.2.153 |
1387 | 2024-04-03T07:18:13.967Z | Compiling serde v1.0.197 |
1388 | 2024-04-03T07:18:13.967Z | Compiling version_check v0.9.4 |
1389 | 2024-04-03T07:18:13.968Z | Compiling cfg-if v1.0.0 |
1390 | 2024-04-03T07:18:13.968Z | Compiling autocfg v1.1.0 |
1391 | 2024-04-03T07:18:13.968Z | Compiling syn v1.0.109 |
1392 | 2024-04-03T07:18:13.968Z | Compiling thiserror v1.0.57 |
1393 | 2024-04-03T07:18:13.968Z | Compiling once_cell v1.19.0 |
1394 | 2024-04-03T07:18:13.969Z | Compiling typenum v1.16.0 |
1395 | 2024-04-03T07:18:13.969Z | Compiling parking_lot_core v0.9.8 |
1396 | 2024-04-03T07:18:13.969Z | Compiling lock_api v0.4.10 |
1397 | 2024-04-03T07:18:13.969Z | Compiling generic-array v0.14.7 |
1398 | 2024-04-03T07:18:13.969Z | Compiling memchr v2.7.1 |
1399 | 2024-04-03T07:18:13.969Z | Compiling byteorder v1.5.0 |
1400 | 2024-04-03T07:18:13.969Z | Compiling libm v0.2.7 |
1401 | 2024-04-03T07:18:13.969Z | Compiling serde_json v1.0.114 |
1402 | 2024-04-03T07:18:13.970Z | Compiling num-traits v0.2.18 |
1403 | 2024-04-03T07:18:13.999Z | Compiling ahash v0.8.8 |
1404 | 2024-04-03T07:18:14.094Z | Compiling log v0.4.21 |
1405 | 2024-04-03T07:18:14.481Z | Compiling itoa v1.0.9 |
1406 | 2024-04-03T07:18:14.550Z | Compiling scopeguard v1.2.0 |
1407 | 2024-04-03T07:18:14.575Z | Compiling quote v1.0.35 |
1408 | 2024-04-03T07:18:14.718Z | Compiling slab v0.4.9 |
1409 | 2024-04-03T07:18:15.058Z | Compiling syn v2.0.52 |
1410 | 2024-04-03T07:18:15.203Z | Compiling getrandom v0.2.12 |
1411 | 2024-04-03T07:18:15.333Z | Compiling cc v1.0.83 |
1412 | 2024-04-03T07:18:15.611Z | Compiling rand_core v0.6.4 |
1413 | 2024-04-03T07:18:15.995Z | Compiling smallvec v1.13.1 |
1414 | 2024-04-03T07:18:16.142Z | Compiling ryu v1.0.15 |
1415 | 2024-04-03T07:18:16.248Z | Compiling heck v0.4.1 |
1416 | 2024-04-03T07:18:16.414Z | Compiling allocator-api2 v0.2.16 |
1417 | 2024-04-03T07:18:16.461Z | Compiling pin-project-lite v0.2.13 |
1418 | 2024-04-03T07:18:16.478Z | Compiling subtle v2.5.0 |
1419 | 2024-04-03T07:18:16.719Z | Compiling pkg-config v0.3.27 |
1420 | 2024-04-03T07:18:17.183Z | Compiling schemars v0.8.16 |
1421 | 2024-04-03T07:18:17.250Z | Compiling parking_lot v0.12.1 |
1422 | 2024-04-03T07:18:17.304Z | Compiling signal-hook-registry v1.4.1 |
1423 | 2024-04-03T07:18:17.321Z | Compiling mio v0.8.11 |
1424 | 2024-04-03T07:18:18.157Z | Compiling equivalent v1.0.1 |
1425 | 2024-04-03T07:18:18.206Z | Compiling socket2 v0.5.5 |
1426 | 2024-04-03T07:18:18.254Z | Compiling num_cpus v1.16.0 |
1427 | 2024-04-03T07:18:18.375Z | Compiling time-core v0.1.2 |
1428 | 2024-04-03T07:18:18.457Z | Compiling ring v0.17.8 |
1429 | 2024-04-03T07:18:18.530Z | Compiling num-conv v0.1.0 |
1430 | 2024-04-03T07:18:18.794Z | Compiling time-macros v0.2.17 |
1431 | 2024-04-03T07:18:18.955Z | Compiling futures-core v0.3.30 |
1432 | 2024-04-03T07:18:19.111Z | Compiling const-oid v0.9.6 |
1433 | 2024-04-03T07:18:19.133Z | Compiling vcpkg v0.2.15 |
1434 | 2024-04-03T07:18:19.209Z | Compiling httparse v1.8.0 |
1435 | 2024-04-03T07:18:20.578Z | Compiling ucd-trie v0.1.6 |
1436 | 2024-04-03T07:18:21.067Z | Compiling fnv v1.0.7 |
1437 | 2024-04-03T07:18:21.173Z | Compiling futures-sink v0.3.30 |
1438 | 2024-04-03T07:18:21.189Z | Compiling spin v0.5.2 |
1439 | 2024-04-03T07:18:21.316Z | Compiling ring v0.16.20 |
1440 | 2024-04-03T07:18:21.802Z | Compiling openssl-sys v0.9.96 |
1441 | 2024-04-03T07:18:21.802Z | Compiling futures-channel v0.3.30 |
1442 | 2024-04-03T07:18:21.808Z | Compiling slog v2.7.0 |
1443 | 2024-04-03T07:18:22.173Z | Compiling pin-utils v0.1.0 |
1444 | 2024-04-03T07:18:22.268Z | Compiling futures-task v0.3.30 |
1445 | 2024-04-03T07:18:22.290Z | Compiling futures-io v0.3.30 |
1446 | 2024-04-03T07:18:22.319Z | Compiling openssl v0.10.60 |
1447 | 2024-04-03T07:18:22.327Z | Compiling iana-time-zone v0.1.57 |
1448 | 2024-04-03T07:18:22.397Z | Compiling async-trait v0.1.79 |
1449 | 2024-04-03T07:18:22.551Z | Compiling serde_derive_internals v0.26.0 |
1450 | 2024-04-03T07:18:22.611Z | Compiling rustls v0.21.9 |
1451 | 2024-04-03T07:18:22.755Z | Compiling semver v1.0.22 |
1452 | 2024-04-03T07:18:22.877Z | Compiling native-tls v0.2.11 |
1453 | 2024-04-03T07:18:22.992Z | Compiling cpufeatures v0.2.12 |
1454 | 2024-04-03T07:18:23.097Z | Compiling tinyvec_macros v0.1.1 |
1455 | 2024-04-03T07:18:23.202Z | Compiling tinyvec v1.6.0 |
1456 | 2024-04-03T07:18:23.220Z | Compiling backtrace v0.3.69 |
1457 | 2024-04-03T07:18:23.232Z | Compiling cookie v0.17.0 |
1458 | 2024-04-03T07:18:24.912Z | Compiling aho-corasick v1.1.2 |
1459 | 2024-04-03T07:18:25.029Z | Compiling regex-syntax v0.8.2 |
1460 | 2024-04-03T07:18:25.029Z | Compiling rustix v0.38.31 |
1461 | 2024-04-03T07:18:25.029Z | Compiling uuid v0.8.2 |
1462 | 2024-04-03T07:18:25.029Z | Compiling unicode-normalization v0.1.22 |
1463 | 2024-04-03T07:18:25.029Z | Compiling unicode-bidi v0.3.15 |
1464 | 2024-04-03T07:18:25.346Z | Compiling dyn-clone v1.0.17 |
1465 | 2024-04-03T07:18:25.564Z | Compiling anyhow v1.0.79 |
1466 | 2024-04-03T07:18:25.922Z | Compiling crossbeam-utils v0.8.19 |
1467 | 2024-04-03T07:18:26.070Z | Compiling ppv-lite86 v0.2.17 |
1468 | 2024-04-03T07:18:26.241Z | Compiling tracing-core v0.1.32 |
1469 | 2024-04-03T07:18:27.346Z | Compiling regex-automata v0.4.5 |
1470 | 2024-04-03T07:18:28.137Z | Compiling percent-encoding v2.3.1 |
1471 | 2024-04-03T07:18:28.636Z | Compiling rand_chacha v0.3.1 |
1472 | 2024-04-03T07:18:29.807Z | Compiling serde_derive v1.0.197 |
1473 | 2024-04-03T07:18:29.923Z | Compiling zeroize_derive v1.4.2 |
1474 | 2024-04-03T07:18:30.475Z | Compiling thiserror-impl v1.0.57 |
1475 | 2024-04-03T07:18:30.485Z | Compiling zerocopy-derive v0.7.32 |
1476 | 2024-04-03T07:18:30.498Z | Compiling tokio-macros v2.2.0 |
1477 | 2024-04-03T07:18:30.549Z | Compiling futures-macro v0.3.30 |
1478 | 2024-04-03T07:18:30.563Z | Compiling tracing-attributes v0.1.27 |
1479 | 2024-04-03T07:18:31.578Z | Compiling zeroize v1.7.0 |
1480 | 2024-04-03T07:18:32.241Z | Compiling schemars_derive v0.8.16 |
1481 | 2024-04-03T07:18:32.681Z | Compiling futures-util v0.3.30 |
1482 | 2024-04-03T07:18:32.766Z | Compiling zerocopy v0.7.32 |
1483 | 2024-04-03T07:18:33.762Z | Compiling crypto-common v0.1.6 |
1484 | 2024-04-03T07:18:34.207Z | Compiling pest v2.7.6 |
1485 | 2024-04-03T07:18:34.489Z | Compiling block-buffer v0.10.4 |
1486 | 2024-04-03T07:18:34.976Z | Compiling digest v0.10.7 |
1487 | 2024-04-03T07:18:35.050Z | Compiling hashbrown v0.14.3 |
1488 | 2024-04-03T07:18:35.469Z | Compiling openssl-macros v0.1.1 |
1489 | 2024-04-03T07:18:36.043Z | Compiling pest_meta v2.7.6 |
1490 | 2024-04-03T07:18:36.411Z | Compiling tracing v0.1.40 |
1491 | 2024-04-03T07:18:36.749Z | Compiling regex v1.10.4 |
1492 | 2024-04-03T07:18:36.924Z | Compiling der_derive v0.7.2 |
1493 | 2024-04-03T07:18:37.654Z | Compiling pest_generator v2.7.6 |
1494 | 2024-04-03T07:18:38.137Z | Compiling scroll_derive v0.12.0 |
1495 | 2024-04-03T07:18:39.405Z | Compiling rand v0.8.5 |
1496 | 2024-04-03T07:18:39.517Z | Compiling spin v0.9.8 |
1497 | 2024-04-03T07:18:39.560Z | Compiling thread-id v4.2.0 |
1498 | 2024-04-03T07:18:39.600Z | Compiling powerfmt v0.2.0 |
1499 | 2024-04-03T07:18:39.698Z | Compiling rustversion v1.0.14 |
1500 | 2024-04-03T07:18:39.942Z | Compiling deranged v0.3.11 |
1501 | 2024-04-03T07:18:40.066Z | Compiling form_urlencoded v1.2.1 |
1502 | 2024-04-03T07:18:40.482Z | Compiling num_threads v0.1.6 |
1503 | 2024-04-03T07:18:40.505Z | Compiling unicode-width v0.1.11 |
1504 | 2024-04-03T07:18:40.581Z | Compiling winnow v0.5.15 |
1505 | 2024-04-03T07:18:41.010Z | Compiling pest_derive v2.7.6 |
1506 | 2024-04-03T07:18:42.008Z | Compiling time v0.3.34 |
1507 | 2024-04-03T07:18:42.152Z | Compiling lazy_static v1.4.0 |
1508 | 2024-04-03T07:18:42.985Z | Compiling unicode-xid v0.2.4 |
1509 | 2024-04-03T07:18:43.147Z | Compiling synstructure v0.12.6 |
1510 | 2024-04-03T07:18:44.335Z | Compiling bytes v1.5.0 |
1511 | 2024-04-03T07:18:44.800Z | Compiling indexmap v2.2.6 |
1512 | 2024-04-03T07:18:45.517Z | Compiling tokio v1.36.0 |
1513 | 2024-04-03T07:18:45.822Z | Compiling chrono v0.4.34 |
1514 | 2024-04-03T07:18:46.171Z | Compiling uuid v1.7.0 |
1515 | 2024-04-03T07:18:47.198Z | Compiling http v0.2.12 |
1516 | 2024-04-03T07:18:47.887Z | Compiling bitflags v2.4.2 |
1517 | 2024-04-03T07:18:48.736Z | Compiling serde_spanned v0.6.5 |
1518 | 2024-04-03T07:18:49.312Z | Compiling toml_datetime v0.6.5 |
1519 | 2024-04-03T07:18:49.754Z | Compiling rustc_version v0.4.0 |
1520 | 2024-04-03T07:18:49.944Z | Compiling toml_edit v0.19.15 |
1521 | 2024-04-03T07:18:50.041Z | Compiling openapiv3 v2.0.0 |
1522 | 2024-04-03T07:18:50.913Z | Compiling serde_tokenstream v0.2.0 |
1523 | 2024-04-03T07:18:51.947Z | Compiling idna v0.5.0 |
1524 | 2024-04-03T07:18:52.901Z | Compiling usdt-impl v0.5.0 |
1525 | 2024-04-03T07:18:53.314Z | Compiling crc32fast v1.3.2 |
1526 | 2024-04-03T07:18:53.603Z | Compiling url v2.5.0 |
1527 | 2024-04-03T07:18:53.687Z | Compiling zerocopy-derive v0.2.0 |
1528 | 2024-04-03T07:18:53.777Z | Compiling scroll v0.12.0 |
1529 | 2024-04-03T07:18:54.594Z | Compiling plain v0.2.3 |
1530 | 2024-04-03T07:18:54.795Z | Compiling goblin v0.8.0 |
1531 | 2024-04-03T07:18:56.383Z | Compiling foreign-types-shared v0.1.1 |
1532 | 2024-04-03T07:18:56.480Z | Compiling untrusted v0.9.0 |
1533 | 2024-04-03T07:18:57.225Z | Compiling untrusted v0.7.1 |
1534 | 2024-04-03T07:18:57.727Z | Compiling tokio-util v0.7.10 |
1535 | 2024-04-03T07:18:57.778Z | Compiling pretty-hex v0.4.1 |
1536 | 2024-04-03T07:19:00.930Z | Compiling dof v0.3.0 |
1537 | 2024-04-03T07:19:01.758Z | Compiling foreign-types v0.3.2 |
1538 | 2024-04-03T07:19:02.158Z | Compiling dtrace-parser v0.2.0 |
1539 | 2024-04-03T07:19:03.460Z | Compiling errno v0.3.8 |
1540 | 2024-04-03T07:19:03.491Z | Compiling usdt-impl v0.3.5 |
1541 | 2024-04-03T07:19:03.632Z | Compiling adler v1.0.2 |
1542 | 2024-04-03T07:19:03.682Z | Compiling try-lock v0.2.4 |
1543 | 2024-04-03T07:19:03.822Z | Compiling base64 v0.21.7 |
1544 | 2024-04-03T07:19:03.857Z | Compiling want v0.3.1 |
1545 | 2024-04-03T07:19:04.070Z | Compiling miniz_oxide v0.7.1 |
1546 | 2024-04-03T07:19:05.326Z | Compiling rustls-webpki v0.101.7 |
1547 | 2024-04-03T07:19:05.637Z | Compiling sct v0.7.0 |
1548 | 2024-04-03T07:19:05.653Z | Compiling h2 v0.3.24 |
1549 | 2024-04-03T07:19:07.014Z | Compiling http-body v0.4.5 |
1550 | 2024-04-03T07:19:12.051Z | Compiling num-bigint v0.4.4 |
1551 | 2024-04-03T07:19:12.184Z | Compiling tower-service v0.3.2 |
1552 | 2024-04-03T07:19:12.184Z | Compiling openssl-probe v0.1.5 |
1553 | 2024-04-03T07:19:12.184Z | Compiling httpdate v1.0.3 |
1554 | 2024-04-03T07:19:12.184Z | Compiling zerocopy v0.3.0 |
1555 | 2024-04-03T07:19:12.184Z | Compiling heapless v0.7.16 |
1556 | 2024-04-03T07:19:12.184Z | Compiling idna v0.3.0 |
1557 | 2024-04-03T07:19:12.184Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1558 | 2024-04-03T07:19:12.184Z | Compiling signal-hook v0.3.17 |
1559 | 2024-04-03T07:19:12.184Z | Compiling unicode-segmentation v1.10.1 |
1560 | 2024-04-03T07:19:12.184Z | Compiling base64ct v1.6.0 |
1561 | 2024-04-03T07:19:12.185Z | Compiling psl-types v2.0.11 |
1562 | 2024-04-03T07:19:12.185Z | Compiling publicsuffix v2.2.3 |
1563 | 2024-04-03T07:19:12.217Z | Compiling tokio-native-tls v0.3.1 |
1564 | 2024-04-03T07:19:12.414Z | Compiling hyper v0.14.28 |
1565 | 2024-04-03T07:19:13.544Z | Compiling tokio-rustls v0.24.1 |
1566 | 2024-04-03T07:19:14.024Z | Compiling dof v0.1.5 |
1567 | 2024-04-03T07:19:14.045Z | Compiling crossbeam-epoch v0.9.18 |
1568 | 2024-04-03T07:19:14.071Z | Compiling dtrace-parser v0.1.14 |
1569 | 2024-04-03T07:19:14.117Z | Compiling gimli v0.28.0 |
1570 | 2024-04-03T07:19:14.783Z | Compiling bitflags v1.3.2 |
1571 | 2024-04-03T07:19:14.878Z | Compiling ipnet v2.9.0 |
1572 | 2024-04-03T07:19:16.051Z | Compiling cookie_store v0.20.0 |
1573 | 2024-04-03T07:19:17.077Z | Compiling rustls-pemfile v1.0.3 |
1574 | 2024-04-03T07:19:17.451Z | Compiling serde_urlencoded v0.7.1 |
1575 | 2024-04-03T07:19:17.978Z | Compiling serde_tokenstream v0.1.7 |
1576 | 2024-04-03T07:19:18.392Z | Compiling enum-as-inner v0.5.1 |
1577 | 2024-04-03T07:19:18.392Z | Compiling object v0.32.1 |
1578 | 2024-04-03T07:19:18.469Z | Compiling addr2line v0.21.0 |
1579 | 2024-04-03T07:19:19.007Z | Compiling hyper-tls v0.5.0 |
1580 | 2024-04-03T07:19:19.023Z | Compiling hyper-rustls v0.24.2 |
1581 | 2024-04-03T07:19:19.091Z | Compiling encoding_rs v0.8.33 |
1582 | 2024-04-03T07:19:19.998Z | Compiling mime v0.3.17 |
1583 | 2024-04-03T07:19:20.074Z | Compiling smoltcp v0.9.1 |
1584 | 2024-04-03T07:19:20.074Z | Compiling data-encoding v2.4.0 |
1585 | 2024-04-03T07:19:20.075Z | Compiling sync_wrapper v0.1.2 |
1586 | 2024-04-03T07:19:20.520Z | Compiling rustc-demangle v0.1.23 |
1587 | 2024-04-03T07:19:21.413Z | Compiling webpki-roots v0.25.2 |
1588 | 2024-04-03T07:19:21.491Z | Compiling either v1.10.0 |
1589 | 2024-04-03T07:19:21.920Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1590 | 2024-04-03T07:19:22.299Z | Compiling reqwest v0.11.24 |
1591 | 2024-04-03T07:19:22.733Z | Compiling pem-rfc7468 v0.7.0 |
1592 | 2024-04-03T07:19:24.967Z | Compiling hmac v0.12.1 |
1593 | 2024-04-03T07:19:25.204Z | Compiling futures-executor v0.3.30 |
1594 | 2024-04-03T07:19:25.613Z | Compiling regress v0.9.0 |
1595 | 2024-04-03T07:19:27.188Z | Compiling siphasher v0.3.11 |
1596 | 2024-04-03T07:19:28.432Z | Compiling flagset v0.4.3 |
1597 | 2024-04-03T07:19:28.532Z | Compiling der v0.7.8 |
1598 | 2024-04-03T07:19:29.109Z | Compiling flate2 v1.0.28 |
1599 | 2024-04-03T07:19:30.064Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1600 | 2024-04-03T07:19:30.549Z | Compiling usdt-attr-macro v0.3.5 |
1601 | 2024-04-03T07:19:30.744Z | Compiling usdt-macro v0.3.5 |
1602 | 2024-04-03T07:19:32.079Z | Compiling hubpack_derive v0.1.1 |
1603 | 2024-04-03T07:19:32.636Z | Compiling clap_derive v4.5.0 |
1604 | 2024-04-03T07:19:32.871Z | Compiling zerocopy-derive v0.6.4 |
1605 | 2024-04-03T07:19:33.226Z | Compiling utf8parse v0.2.1 |
1606 | 2024-04-03T07:19:33.408Z | Compiling anstyle v1.0.6 |
1607 | 2024-04-03T07:19:33.734Z | Compiling winnow v0.6.1 |
1608 | 2024-04-03T07:19:33.823Z | Compiling sha2 v0.10.8 |
1609 | 2024-04-03T07:19:35.847Z | Compiling anstyle-parse v0.2.1 |
1610 | 2024-04-03T07:19:37.282Z | Compiling futures v0.3.30 |
1611 | 2024-04-03T07:19:37.294Z | Compiling spki v0.7.2 |
1612 | 2024-04-03T07:19:37.359Z | Compiling toml_edit v0.22.9 |
1613 | 2024-04-03T07:19:37.613Z | Compiling md-5 v0.10.5 |
1614 | 2024-04-03T07:19:37.618Z | Compiling toml v0.7.8 |
1615 | 2024-04-03T07:19:37.652Z | Compiling hex v0.4.3 |
1616 | 2024-04-03T07:19:37.878Z | Compiling stringprep v0.1.3 |
1617 | 2024-04-03T07:19:38.210Z | Compiling block-padding v0.3.3 |
1618 | 2024-04-03T07:19:38.363Z | Compiling num-integer v0.1.46 |
1619 | 2024-04-03T07:19:38.467Z | Compiling diesel_table_macro_syntax v0.1.0 |
1620 | 2024-04-03T07:19:38.860Z | Compiling hash32 v0.2.1 |
1621 | 2024-04-03T07:19:39.152Z | Compiling stable_deref_trait v1.2.0 |
1622 | 2024-04-03T07:19:39.688Z | Compiling fallible-iterator v0.2.0 |
1623 | 2024-04-03T07:19:39.688Z | Compiling anstyle-query v1.0.0 |
1624 | 2024-04-03T07:19:39.689Z | Compiling colorchoice v1.0.0 |
1625 | 2024-04-03T07:19:39.689Z | Compiling anstream v0.6.11 |
1626 | 2024-04-03T07:19:40.002Z | Compiling postgres-protocol v0.6.6 |
1627 | 2024-04-03T07:19:40.360Z | Compiling diesel_derives v2.1.2 |
1628 | 2024-04-03T07:19:41.336Z | Compiling inout v0.1.3 |
1629 | 2024-04-03T07:19:42.716Z | Compiling pkcs8 v0.10.2 |
1630 | 2024-04-03T07:19:43.044Z | Compiling phf_shared v0.11.2 |
1631 | 2024-04-03T07:19:43.276Z | Compiling terminal_size v0.3.0 |
1632 | 2024-04-03T07:19:43.432Z | Compiling ff v0.13.0 |
1633 | 2024-04-03T07:19:43.482Z | Compiling strum_macros v0.25.2 |
1634 | 2024-04-03T07:19:43.648Z | Compiling serde_repr v0.1.16 |
1635 | 2024-04-03T07:19:43.865Z | Compiling scheduled-thread-pool v0.2.7 |
1636 | 2024-04-03T07:19:44.140Z | Compiling strsim v0.11.0 |
1637 | 2024-04-03T07:19:44.471Z | Compiling regex-automata v0.1.10 |
1638 | 2024-04-03T07:19:44.989Z | Compiling bit-vec v0.6.3 |
1639 | 2024-04-03T07:19:44.999Z | Compiling managed v0.8.0 |
1640 | 2024-04-03T07:19:45.085Z | Compiling clap_lex v0.7.0 |
1641 | 2024-04-03T07:19:45.421Z | Compiling base16ct v0.2.0 |
1642 | 2024-04-03T07:19:46.490Z | Compiling matches v0.1.10 |
1643 | 2024-04-03T07:19:46.490Z | Compiling idna v0.2.3 |
1644 | 2024-04-03T07:19:46.490Z | Compiling sec1 v0.7.3 |
1645 | 2024-04-03T07:19:46.490Z | Compiling clap_builder v4.5.1 |
1646 | 2024-04-03T07:19:46.986Z | Compiling bstr v0.2.17 |
1647 | 2024-04-03T07:19:46.986Z | Compiling r2d2 v0.8.10 |
1648 | 2024-04-03T07:19:47.113Z | Compiling group v0.13.0 |
1649 | 2024-04-03T07:19:47.416Z | Compiling phf v0.11.2 |
1650 | 2024-04-03T07:19:47.708Z | Compiling signal-hook-mio v0.2.3 |
1651 | 2024-04-03T07:19:47.845Z | Compiling bzip2 v0.4.4 |
1652 | 2024-04-03T07:19:48.560Z | Compiling cipher v0.4.4 |
1653 | 2024-04-03T07:19:48.574Z | Compiling postgres-types v0.2.6 |
1654 | 2024-04-03T07:19:48.574Z | Compiling zerocopy v0.6.4 |
1655 | 2024-04-03T07:19:48.574Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1656 | 2024-04-03T07:19:48.588Z | Compiling hubpack v0.1.2 |
1657 | 2024-04-03T07:19:49.050Z | Compiling phf_shared v0.10.0 |
1658 | 2024-04-03T07:19:49.182Z | Compiling hkdf v0.12.4 |
1659 | 2024-04-03T07:19:49.440Z | Compiling crypto-bigint v0.5.2 |
1660 | 2024-04-03T07:19:49.465Z | Compiling ipnetwork v0.20.0 |
1661 | 2024-04-03T07:19:50.414Z | Compiling float-cmp v0.9.0 |
1662 | 2024-04-03T07:19:50.636Z | Compiling precomputed-hash v0.1.1 |
1663 | 2024-04-03T07:19:50.757Z | Compiling whoami v1.5.0 |
1664 | 2024-04-03T07:19:51.373Z | Compiling minimal-lexical v0.2.1 |
1665 | 2024-04-03T07:19:51.894Z | Compiling static_assertions v1.1.0 |
1666 | 2024-04-03T07:19:51.995Z | Compiling fixedbitset v0.4.2 |
1667 | 2024-04-03T07:19:53.316Z | Compiling difflib v0.4.0 |
1668 | 2024-04-03T07:19:53.675Z | Compiling normalize-line-endings v0.3.0 |
1669 | 2024-04-03T07:19:53.812Z | Compiling predicates-core v1.0.6 |
1670 | 2024-04-03T07:19:54.060Z | Compiling new_debug_unreachable v1.0.4 |
1671 | 2024-04-03T07:19:54.497Z | Compiling predicates v3.1.0 |
1672 | 2024-04-03T07:19:54.506Z | Compiling string_cache v0.8.7 |
1673 | 2024-04-03T07:19:54.507Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1674 | 2024-04-03T07:19:54.709Z | Compiling trust-dns-proto v0.22.0 |
1675 | 2024-04-03T07:19:54.948Z | Compiling petgraph v0.6.4 |
1676 | 2024-04-03T07:19:55.436Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1677 | 2024-04-03T07:19:55.897Z | Compiling nom v7.1.3 |
1678 | 2024-04-03T07:19:56.768Z | Compiling diesel v2.1.5 |
1679 | 2024-04-03T07:19:58.021Z | Compiling elliptic-curve v0.13.8 |
1680 | 2024-04-03T07:19:58.773Z | Compiling tokio-postgres v0.7.10 |
1681 | 2024-04-03T07:19:58.892Z | Compiling yasna v0.5.2 |
1682 | 2024-04-03T07:19:59.666Z | Compiling clap v4.5.1 |
1683 | 2024-04-03T07:19:59.857Z | Compiling zip v0.6.6 |
1684 | 2024-04-03T07:20:01.179Z | Compiling crossterm v0.27.0 |
1685 | 2024-04-03T07:20:01.321Z | Compiling similar v2.4.0 |
1686 | 2024-04-03T07:20:01.744Z | Compiling bit-set v0.5.3 |
1687 | 2024-04-03T07:20:02.028Z | Compiling num-iter v0.1.44 |
1688 | 2024-04-03T07:20:02.194Z | Compiling usdt v0.3.5 |
1689 | 2024-04-03T07:20:02.473Z | Compiling itertools v0.10.5 |
1690 | 2024-04-03T07:20:03.201Z | Compiling console v0.15.8 |
1691 | 2024-04-03T07:20:03.802Z | Compiling tokio-stream v0.1.14 |
1692 | 2024-04-03T07:20:04.575Z | Compiling getopts v0.2.21 |
1693 | 2024-04-03T07:20:04.773Z | Compiling bstr v1.9.0 |
1694 | 2024-04-03T07:20:05.309Z | Compiling unsafe-libyaml v0.2.10 |
1695 | 2024-04-03T07:20:05.360Z | Compiling lalrpop-util v0.19.12 |
1696 | 2024-04-03T07:20:05.439Z | Compiling peg-runtime v0.8.2 |
1697 | 2024-04-03T07:20:06.162Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1698 | 2024-04-03T07:20:07.338Z | Compiling serde_yaml v0.9.25 |
1699 | 2024-04-03T07:20:09.606Z | Compiling camino v1.1.6 |
1700 | 2024-04-03T07:20:11.434Z | Compiling atty v0.2.14 |
1701 | 2024-04-03T07:20:14.292Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1702 | 2024-04-03T07:20:14.660Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1703 | 2024-04-03T07:20:18.161Z | Compiling sha1 v0.10.6 |
1704 | 2024-04-03T07:20:33.292Z | Compiling ident_case v1.0.1 |
1705 | 2024-04-03T07:20:33.386Z | Compiling strsim v0.10.0 |
1706 | 2024-04-03T07:20:33.596Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1707 | 2024-04-03T07:20:33.678Z | Compiling darling_core v0.20.3 |
1708 | 2024-04-03T07:20:34.201Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1709 | 2024-04-03T07:20:35.484Z | Compiling strum_macros v0.26.1 |
1710 | 2024-04-03T07:20:39.908Z | Compiling darling_macro v0.20.3 |
1711 | 2024-04-03T07:20:40.921Z | Compiling strum v0.26.1 |
1712 | 2024-04-03T07:20:40.939Z | Compiling darling v0.20.3 |
1713 | 2024-04-03T07:20:41.085Z | Compiling dirs-sys-next v0.1.2 |
1714 | 2024-04-03T07:20:41.123Z | Compiling match_cfg v0.1.0 |
1715 | 2024-04-03T07:20:41.206Z | Compiling hostname v0.3.1 |
1716 | 2024-04-03T07:20:41.463Z | Compiling dirs-next v2.0.0 |
1717 | 2024-04-03T07:20:41.642Z | Compiling http v1.0.0 |
1718 | 2024-04-03T07:20:41.675Z | Compiling thread_local v1.1.7 |
1719 | 2024-04-03T07:20:41.681Z | Compiling rustls-pki-types v1.3.0 |
1720 | 2024-04-03T07:20:41.706Z | Compiling slog-async v2.8.0 |
1721 | 2024-04-03T07:20:42.237Z | Compiling term v0.7.0 |
1722 | 2024-04-03T07:20:42.312Z | Compiling crossbeam-channel v0.5.8 |
1723 | 2024-04-03T07:20:42.478Z | Compiling proc-macro-error-attr v1.0.4 |
1724 | 2024-04-03T07:20:42.681Z | Compiling take_mut v0.2.2 |
1725 | 2024-04-03T07:20:42.783Z | Compiling rustls v0.22.2 |
1726 | 2024-04-03T07:20:42.916Z | Compiling slog-term v2.9.0 |
1727 | 2024-04-03T07:20:43.204Z | Compiling rustls-webpki v0.102.1 |
1728 | 2024-04-03T07:20:43.242Z | Compiling proc-macro-error v1.0.4 |
1729 | 2024-04-03T07:20:43.510Z | Compiling multer v3.0.0 |
1730 | 2024-04-03T07:20:43.542Z | Compiling instant v0.1.12 |
1731 | 2024-04-03T07:20:43.689Z | Compiling paste v1.0.14 |
1732 | 2024-04-03T07:20:43.935Z | Compiling slog-json v2.6.1 |
1733 | 2024-04-03T07:20:44.162Z | Compiling async-stream-impl v0.3.5 |
1734 | 2024-04-03T07:20:44.664Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1735 | 2024-04-03T07:20:44.672Z | Compiling debug-ignore v1.0.5 |
1736 | 2024-04-03T07:20:44.673Z | Compiling atomic-waker v1.1.1 |
1737 | 2024-04-03T07:20:44.673Z | Compiling waitgroup v0.1.2 |
1738 | 2024-04-03T07:20:44.673Z | Compiling slog-bunyan v2.5.0 |
1739 | 2024-04-03T07:20:44.870Z | Compiling rustls-pemfile v2.1.1 |
1740 | 2024-04-03T07:20:45.770Z | Compiling serde_with_macros v3.6.1 |
1741 | 2024-04-03T07:20:45.780Z | Compiling toml v0.8.12 |
1742 | 2024-04-03T07:20:45.780Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1743 | 2024-04-03T07:20:45.780Z | Compiling async-stream v0.3.5 |
1744 | 2024-04-03T07:20:45.790Z | Compiling serde_path_to_error v0.1.16 |
1745 | 2024-04-03T07:20:45.961Z | Compiling structmeta-derive v0.3.0 |
1746 | 2024-04-03T07:20:45.982Z | Compiling newtype-uuid v1.0.1 |
1747 | 2024-04-03T07:20:46.714Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1748 | 2024-04-03T07:20:46.727Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1749 | 2024-04-03T07:20:46.883Z | Compiling backoff v0.4.0 |
1750 | 2024-04-03T07:20:47.058Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1751 | 2024-04-03T07:20:47.125Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1752 | 2024-04-03T07:20:47.237Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1753 | 2024-04-03T07:20:47.258Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1754 | 2024-04-03T07:20:47.412Z | Compiling macaddr v1.0.1 |
1755 | 2024-04-03T07:20:47.757Z | Compiling proc-macro-crate v1.3.1 |
1756 | 2024-04-03T07:20:47.841Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1757 | 2024-04-03T07:20:47.861Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1758 | 2024-04-03T07:20:48.190Z | Compiling foreign-types-macros v0.2.3 |
1759 | 2024-04-03T07:20:48.212Z | Compiling foreign-types-shared v0.3.1 |
1760 | 2024-04-03T07:20:48.322Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1761 | 2024-04-03T07:20:48.452Z | Compiling tokio-rustls v0.25.0 |
1762 | 2024-04-03T07:20:48.613Z | Compiling serde_with v3.6.1 |
1763 | 2024-04-03T07:20:48.867Z | Compiling num_enum_derive v0.5.11 |
1764 | 2024-04-03T07:20:49.051Z | Compiling structmeta v0.3.0 |
1765 | 2024-04-03T07:20:49.482Z | Compiling parse-display-derive v0.9.0 |
1766 | 2024-04-03T07:20:49.542Z | Compiling heapless v0.8.0 |
1767 | 2024-04-03T07:20:50.509Z | Compiling foreign-types v0.5.0 |
1768 | 2024-04-03T07:20:51.006Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1769 | 2024-04-03T07:20:51.745Z | Compiling num_enum v0.5.11 |
1770 | 2024-04-03T07:20:51.870Z | Compiling cstr-argument v0.1.2 |
1771 | 2024-04-03T07:20:51.924Z | Compiling hash32 v0.3.1 |
1772 | 2024-04-03T07:20:52.127Z | Compiling pretty-hex v0.2.1 |
1773 | 2024-04-03T07:20:52.180Z | Compiling smoltcp v0.11.0 |
1774 | 2024-04-03T07:20:52.306Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1775 | 2024-04-03T07:20:52.647Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1776 | 2024-04-03T07:20:53.066Z | Compiling tabwriter v1.4.0 |
1777 | 2024-04-03T07:20:53.217Z | Compiling colored v2.1.0 |
1778 | 2024-04-03T07:20:53.589Z | Compiling socket2 v0.4.9 |
1779 | 2024-04-03T07:20:53.682Z | Compiling fastrand v2.0.1 |
1780 | 2024-04-03T07:20:53.972Z | Compiling embedded-io v0.4.0 |
1781 | 2024-04-03T07:20:54.208Z | Compiling cobs v0.2.3 |
1782 | 2024-04-03T07:20:54.232Z | Compiling tempfile v3.10.0 |
1783 | 2024-04-03T07:20:54.340Z | Compiling parse-display v0.9.0 |
1784 | 2024-04-03T07:20:54.461Z | Compiling postcard v1.0.8 |
1785 | 2024-04-03T07:20:54.512Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1786 | 2024-04-03T07:20:54.834Z | Compiling crucible-workspace-hack v0.1.0 |
1787 | 2024-04-03T07:20:54.856Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1788 | 2024-04-03T07:20:55.433Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1789 | 2024-04-03T07:20:55.438Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1790 | 2024-04-03T07:20:55.438Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1791 | 2024-04-03T07:20:55.438Z | Compiling smf v0.2.2 |
1792 | 2024-04-03T07:20:55.438Z | Compiling platforms v3.0.2 |
1793 | 2024-04-03T07:20:55.441Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1794 | 2024-04-03T07:20:55.633Z | Compiling humantime v2.1.0 |
1795 | 2024-04-03T07:20:56.036Z | Compiling camino-tempfile v1.1.1 |
1796 | 2024-04-03T07:20:56.113Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1797 | 2024-04-03T07:20:56.129Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
1798 | 2024-04-03T07:20:56.476Z | Compiling heck v0.3.3 |
1799 | 2024-04-03T07:20:56.594Z | Compiling usdt-attr-macro v0.5.0 |
1800 | 2024-04-03T07:20:57.070Z | Compiling usdt-macro v0.5.0 |
1801 | 2024-04-03T07:20:57.070Z | Compiling num-derive v0.4.0 |
1802 | 2024-04-03T07:20:57.183Z | Compiling sigpipe v0.1.3 |
1803 | 2024-04-03T07:20:57.302Z | Compiling memmap v0.7.0 |
1804 | 2024-04-03T07:20:57.665Z | Compiling utf-8 v0.7.6 |
1805 | 2024-04-03T07:20:57.694Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1806 | 2024-04-03T07:20:57.974Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1807 | 2024-04-03T07:20:58.590Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
1808 | 2024-04-03T07:20:58.596Z | Compiling usdt v0.5.0 |
1809 | 2024-04-03T07:20:58.787Z | Compiling unicase v2.7.0 |
1810 | 2024-04-03T07:20:59.090Z | Compiling semver v0.1.20 |
1811 | 2024-04-03T07:20:59.248Z | Compiling rayon-core v1.12.1 |
1812 | 2024-04-03T07:20:59.277Z | Compiling curve25519-dalek v4.1.1 |
1813 | 2024-04-03T07:20:59.921Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1814 | 2024-04-03T07:20:59.946Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
1815 | 2024-04-03T07:20:59.946Z | Compiling rustc_version v0.1.7 |
1816 | 2024-04-03T07:20:59.947Z | Compiling newline-converter v0.3.0 |
1817 | 2024-04-03T07:20:59.947Z | Compiling crossbeam-deque v0.8.3 |
1818 | 2024-04-03T07:20:59.947Z | Compiling universal-hash v0.5.1 |
1819 | 2024-04-03T07:21:00.365Z | Compiling opaque-debug v0.3.0 |
1820 | 2024-04-03T07:21:00.365Z | Compiling same-file v1.0.6 |
1821 | 2024-04-03T07:21:00.366Z | Compiling newtype_derive v0.1.6 |
1822 | 2024-04-03T07:21:00.366Z | Compiling walkdir v2.4.0 |
1823 | 2024-04-03T07:21:00.366Z | Compiling expectorate v1.1.0 |
1824 | 2024-04-03T07:21:00.491Z | Compiling tungstenite v0.20.1 |
1825 | 2024-04-03T07:21:00.594Z | Compiling semver-parser v0.10.2 |
1826 | 2024-04-03T07:21:00.647Z | Compiling signature v2.1.0 |
1827 | 2024-04-03T07:21:00.886Z | Compiling curve25519-dalek-derive v0.1.0 |
1828 | 2024-04-03T07:21:01.001Z | Compiling blake3 v1.5.0 |
1829 | 2024-04-03T07:21:01.332Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1830 | 2024-04-03T07:21:01.412Z | Compiling num-rational v0.4.1 |
1831 | 2024-04-03T07:21:02.017Z | Compiling termcolor v1.2.0 |
1832 | 2024-04-03T07:21:02.035Z | Compiling getrandom v0.1.16 |
1833 | 2024-04-03T07:21:02.036Z | Compiling arc-swap v1.6.0 |
1834 | 2024-04-03T07:21:02.859Z | Compiling slog-scope v4.4.0 |
1835 | 2024-04-03T07:21:02.878Z | Compiling env_logger v0.9.3 |
1836 | 2024-04-03T07:21:02.878Z | Compiling tokio-tungstenite v0.20.1 |
1837 | 2024-04-03T07:21:02.879Z | Compiling semver v0.11.0 |
1838 | 2024-04-03T07:21:02.879Z | Compiling rayon v1.9.0 |
1839 | 2024-04-03T07:21:03.117Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1840 | 2024-04-03T07:21:03.253Z | Compiling password-hash v0.5.0 |
1841 | 2024-04-03T07:21:03.506Z | Compiling textwrap v0.11.0 |
1842 | 2024-04-03T07:21:03.599Z | Compiling blake2 v0.10.6 |
1843 | 2024-04-03T07:21:03.851Z | Compiling bitstruct_derive v0.1.0 |
1844 | 2024-04-03T07:21:04.053Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1845 | 2024-04-03T07:21:04.068Z | Compiling xattr v1.0.1 |
1846 | 2024-04-03T07:21:04.183Z | Compiling memmap2 v0.7.1 |
1847 | 2024-04-03T07:21:04.331Z | Compiling filetime v0.2.23 |
1848 | 2024-04-03T07:21:04.336Z | Compiling ansi_term v0.12.1 |
1849 | 2024-04-03T07:21:04.593Z | Compiling parking_lot_core v0.8.6 |
1850 | 2024-04-03T07:21:05.112Z | Compiling constant_time_eq v0.3.0 |
1851 | 2024-04-03T07:21:05.121Z | Compiling arrayvec v0.7.4 |
1852 | 2024-04-03T07:21:05.121Z | Compiling linked-hash-map v0.5.6 |
1853 | 2024-04-03T07:21:05.121Z | Compiling ascii v1.1.0 |
1854 | 2024-04-03T07:21:05.122Z | Compiling home v0.5.5 |
1855 | 2024-04-03T07:21:05.605Z | Compiling strsim v0.8.0 |
1856 | 2024-04-03T07:21:05.616Z | Compiling bytecount v0.6.3 |
1857 | 2024-04-03T07:21:05.616Z | Compiling base64 v0.22.0 |
1858 | 2024-04-03T07:21:05.617Z | Compiling vec_map v0.8.2 |
1859 | 2024-04-03T07:21:05.617Z | Compiling arrayref v0.3.7 |
1860 | 2024-04-03T07:21:05.617Z | Compiling quick-error v1.2.3 |
1861 | 2024-04-03T07:21:05.631Z | Compiling libefi-sys v0.1.0 |
1862 | 2024-04-03T07:21:05.660Z | Compiling clap v2.34.0 |
1863 | 2024-04-03T07:21:05.696Z | Compiling resolv-conf v0.7.0 |
1864 | 2024-04-03T07:21:05.823Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1865 | 2024-04-03T07:21:05.928Z | Compiling papergrid v0.11.0 |
1866 | 2024-04-03T07:21:06.138Z | Compiling toolchain_find v0.2.0 |
1867 | 2024-04-03T07:21:06.513Z | Compiling lru-cache v0.1.2 |
1868 | 2024-04-03T07:21:06.703Z | Compiling bitstruct v0.1.1 |
1869 | 2024-04-03T07:21:06.854Z | Compiling tar v0.4.40 |
1870 | 2024-04-03T07:21:06.877Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1871 | 2024-04-03T07:21:07.143Z | Compiling argon2 v0.5.3 |
1872 | 2024-04-03T07:21:08.122Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1873 | 2024-04-03T07:21:09.033Z | Compiling slog-stdlog v4.1.1 |
1874 | 2024-04-03T07:21:09.409Z | Compiling structopt-derive v0.4.18 |
1875 | 2024-04-03T07:21:09.593Z | Compiling tabled_derive v0.7.0 |
1876 | 2024-04-03T07:21:10.077Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1877 | 2024-04-03T07:21:10.484Z | Compiling rfc6979 v0.4.0 |
1878 | 2024-04-03T07:21:10.816Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1879 | 2024-04-03T07:21:10.850Z | Compiling serde_arrays v0.1.0 |
1880 | 2024-04-03T07:21:10.982Z | Compiling erased-serde v0.3.31 |
1881 | 2024-04-03T07:21:11.003Z | Compiling toml v0.5.11 |
1882 | 2024-04-03T07:21:11.198Z | Compiling aead v0.5.2 |
1883 | 2024-04-03T07:21:11.217Z | Compiling num-complex v0.4.4 |
1884 | 2024-04-03T07:21:11.533Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1885 | 2024-04-03T07:21:11.890Z | Compiling nibble_vec v0.1.0 |
1886 | 2024-04-03T07:21:12.070Z | Compiling slog-dtrace v0.3.0 |
1887 | 2024-04-03T07:21:12.242Z | Compiling topological-sort v0.2.2 |
1888 | 2024-04-03T07:21:12.302Z | Compiling keccak v0.1.4 |
1889 | 2024-04-03T07:21:12.368Z | Compiling cancel-safe-futures v0.1.5 |
1890 | 2024-04-03T07:21:12.413Z | Compiling endian-type v0.1.2 |
1891 | 2024-04-03T07:21:12.461Z | Compiling winapi v0.3.9 |
1892 | 2024-04-03T07:21:12.531Z | Compiling structopt v0.3.26 |
1893 | 2024-04-03T07:21:12.672Z | Compiling radix_trie v0.2.1 |
1894 | 2024-04-03T07:21:12.716Z | Compiling sha3 v0.10.8 |
1895 | 2024-04-03T07:21:12.749Z | Compiling rustfmt-wrapper v0.2.0 |
1896 | 2024-04-03T07:21:13.338Z | Compiling omicron-zone-package v0.11.0 |
1897 | 2024-04-03T07:21:13.426Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1898 | 2024-04-03T07:21:13.447Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1899 | 2024-04-03T07:21:13.483Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1900 | 2024-04-03T07:21:13.701Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1901 | 2024-04-03T07:21:14.113Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1902 | 2024-04-03T07:21:14.454Z | Compiling tabled v0.15.0 |
1903 | 2024-04-03T07:21:14.600Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1904 | 2024-04-03T07:21:14.752Z | Compiling num v0.4.1 |
1905 | 2024-04-03T07:21:15.189Z | Compiling ecdsa v0.16.9 |
1906 | 2024-04-03T07:21:15.352Z | Compiling rand_core v0.5.1 |
1907 | 2024-04-03T07:21:15.621Z | Compiling slog-envlogger v2.2.0 |
1908 | 2024-04-03T07:21:15.857Z | Compiling steno v0.4.0 |
1909 | 2024-04-03T07:21:15.996Z | Compiling mime_guess v2.0.4 |
1910 | 2024-04-03T07:21:17.491Z | Compiling trust-dns-resolver v0.22.0 |
1911 | 2024-04-03T07:21:17.797Z | Compiling poly1305 v0.8.0 |
1912 | 2024-04-03T07:21:19.796Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1913 | 2024-04-03T07:21:20.091Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1914 | 2024-04-03T07:21:20.537Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1915 | 2024-04-03T07:21:20.867Z | Compiling primeorder v0.13.6 |
1916 | 2024-04-03T07:21:21.002Z | Compiling chacha20 v0.9.1 |
1917 | 2024-04-03T07:21:21.372Z | Compiling secrecy v0.8.0 |
1918 | 2024-04-03T07:21:21.451Z | Compiling thiserror-impl-no-std v2.0.2 |
1919 | 2024-04-03T07:21:21.645Z | Compiling half v2.3.1 |
1920 | 2024-04-03T07:21:22.213Z | Compiling ciborium-io v0.2.2 |
1921 | 2024-04-03T07:21:22.274Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1922 | 2024-04-03T07:21:22.348Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1923 | 2024-04-03T07:21:22.525Z | Compiling option-ext v0.2.0 |
1924 | 2024-04-03T07:21:22.555Z | Compiling convert_case v0.4.0 |
1925 | 2024-04-03T07:21:22.634Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1926 | 2024-04-03T07:21:22.929Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1927 | 2024-04-03T07:21:23.471Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1928 | 2024-04-03T07:21:23.553Z | Compiling derive_more v0.99.17 |
1929 | 2024-04-03T07:21:23.844Z | Compiling dirs-sys v0.4.1 |
1930 | 2024-04-03T07:21:24.469Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1931 | 2024-04-03T07:21:24.809Z | Compiling thiserror-no-std v2.0.2 |
1932 | 2024-04-03T07:21:24.973Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1933 | 2024-04-03T07:21:25.626Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1934 | 2024-04-03T07:21:26.473Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1935 | 2024-04-03T07:21:27.049Z | Compiling ciborium-ll v0.2.2 |
1936 | 2024-04-03T07:21:27.465Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1937 | 2024-04-03T07:21:28.457Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1938 | 2024-04-03T07:21:28.717Z | Compiling parking_lot v0.11.2 |
1939 | 2024-04-03T07:21:28.803Z | Compiling rand_chacha v0.2.2 |
1940 | 2024-04-03T07:21:30.284Z | Compiling trust-dns-client v0.22.0 |
1941 | 2024-04-03T07:21:30.442Z | Compiling ed25519 v2.2.2 |
1942 | 2024-04-03T07:21:30.872Z | Compiling polyval v0.6.1 |
1943 | 2024-04-03T07:21:30.964Z | Compiling tungstenite v0.21.0 |
1944 | 2024-04-03T07:21:31.291Z | Compiling zone_cfg_derive v0.1.2 |
1945 | 2024-04-03T07:21:32.467Z | Compiling ctr v0.9.2 |
1946 | 2024-04-03T07:21:32.618Z | Compiling aes v0.8.3 |
1947 | 2024-04-03T07:21:32.804Z | Compiling blowfish v0.9.1 |
1948 | 2024-04-03T07:21:32.850Z | Compiling password-hash v0.4.2 |
1949 | 2024-04-03T07:21:33.141Z | Compiling libsw v3.3.1 |
1950 | 2024-04-03T07:21:33.288Z | Compiling pbkdf2 v0.12.2 |
1951 | 2024-04-03T07:21:33.459Z | Compiling derive-where v1.2.7 |
1952 | 2024-04-03T07:21:33.489Z | Compiling gethostname v0.4.3 |
1953 | 2024-04-03T07:21:34.458Z | Compiling fxhash v0.2.1 |
1954 | 2024-04-03T07:21:34.517Z | Compiling linear-map v1.2.0 |
1955 | 2024-04-03T07:21:34.517Z | Compiling swrite v0.1.0 |
1956 | 2024-04-03T07:21:34.518Z | Compiling base64 v0.13.1 |
1957 | 2024-04-03T07:21:34.518Z | Compiling owo-colors v4.0.0 |
1958 | 2024-04-03T07:21:35.040Z | Compiling trust-dns-server v0.22.1 |
1959 | 2024-04-03T07:21:35.578Z | Compiling ron v0.7.1 |
1960 | 2024-04-03T07:21:36.803Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1961 | 2024-04-03T07:21:37.013Z | Compiling sled v0.34.7 |
1962 | 2024-04-03T07:21:37.586Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1963 | 2024-04-03T07:21:38.369Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1964 | 2024-04-03T07:21:40.158Z | Compiling bcrypt-pbkdf v0.10.0 |
1965 | 2024-04-03T07:21:40.772Z | Compiling pbkdf2 v0.11.0 |
1966 | 2024-04-03T07:21:41.088Z | Compiling zone v0.1.8 |
1967 | 2024-04-03T07:21:41.550Z | Compiling tokio-tungstenite v0.21.0 |
1968 | 2024-04-03T07:21:41.667Z | Compiling ghash v0.5.0 |
1969 | 2024-04-03T07:21:41.859Z | Compiling ed25519-dalek v2.0.0 |
1970 | 2024-04-03T07:21:42.141Z | Compiling russh-cryptovec v0.7.0 |
1971 | 2024-04-03T07:21:42.567Z | Compiling rand v0.7.3 |
1972 | 2024-04-03T07:21:42.686Z | Compiling ciborium v0.2.2 |
1973 | 2024-04-03T07:21:42.798Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1974 | 2024-04-03T07:21:43.492Z | Compiling vsss-rs v3.3.4 |
1975 | 2024-04-03T07:21:44.252Z | Compiling dirs v5.0.1 |
1976 | 2024-04-03T07:21:44.443Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1977 | 2024-04-03T07:21:44.687Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1978 | 2024-04-03T07:21:45.061Z | Compiling chacha20poly1305 v0.10.1 |
1979 | 2024-04-03T07:21:45.200Z | Compiling p521 v0.13.3 |
1980 | 2024-04-03T07:21:45.287Z | Compiling p256 v0.13.2 |
1981 | 2024-04-03T07:21:46.141Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1982 | 2024-04-03T07:21:52.994Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1983 | 2024-04-03T07:21:53.048Z | Compiling cbc v0.1.2 |
1984 | 2024-04-03T07:21:53.048Z | Compiling pem v3.0.2 |
1985 | 2024-04-03T07:21:53.048Z | Compiling headers-core v0.2.0 |
1986 | 2024-04-03T07:21:53.049Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
1987 | 2024-04-03T07:21:53.049Z | Compiling portpicker v0.1.1 |
1988 | 2024-04-03T07:21:53.049Z | Compiling kstat-rs v0.2.3 |
1989 | 2024-04-03T07:21:53.049Z | Compiling nanorand v0.7.0 |
1990 | 2024-04-03T07:21:53.049Z | Compiling md5 v0.7.0 |
1991 | 2024-04-03T07:21:53.050Z | Compiling http-range v0.1.5 |
1992 | 2024-04-03T07:21:53.050Z | Compiling glob v0.3.1 |
1993 | 2024-04-03T07:21:53.050Z | Compiling flume v0.11.0 |
1994 | 2024-04-03T07:21:53.050Z | Compiling hyper-staticfile v0.9.5 |
1995 | 2024-04-03T07:21:53.050Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1996 | 2024-04-03T07:21:53.050Z | Compiling russh-keys v0.42.0 |
1997 | 2024-04-03T07:21:53.050Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1998 | 2024-04-03T07:21:53.050Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1999 | 2024-04-03T07:21:53.051Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
2000 | 2024-04-03T07:21:53.051Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2001 | 2024-04-03T07:21:53.051Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2002 | 2024-04-03T07:21:53.051Z | Compiling rcgen v0.12.1 |
2003 | 2024-04-03T07:21:53.208Z | Compiling headers v0.3.9 |
2004 | 2024-04-03T07:21:55.092Z | Compiling aes-gcm v0.10.3 |
2005 | 2024-04-03T07:21:55.373Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2006 | 2024-04-03T07:21:55.532Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2007 | 2024-04-03T07:21:57.535Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2008 | 2024-04-03T07:21:59.650Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2009 | 2024-04-03T07:22:00.304Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
2010 | 2024-04-03T07:22:02.170Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
2011 | 2024-04-03T07:22:02.252Z | Compiling atomicwrites v0.4.3 |
2012 | 2024-04-03T07:22:02.603Z | Compiling itertools v0.12.1 |
2013 | 2024-04-03T07:22:02.783Z | Compiling subprocess v0.2.9 |
2014 | 2024-04-03T07:22:03.848Z | Compiling dhcproto-macros v0.1.0 |
2015 | 2024-04-03T07:22:04.797Z | Compiling display-error-chain v0.2.0 |
2016 | 2024-04-03T07:22:05.223Z | Compiling hex-literal v0.4.1 |
2017 | 2024-04-03T07:22:05.223Z | Compiling russh v0.42.0 |
2018 | 2024-04-03T07:22:05.223Z | Compiling dhcproto v0.11.0 |
2019 | 2024-04-03T07:22:05.223Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2020 | 2024-04-03T07:22:05.868Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2021 | 2024-04-03T07:22:06.974Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2022 | 2024-04-03T07:22:07.676Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2023 | 2024-04-03T07:22:08.144Z | Compiling internet-checksum v0.2.1 |
2024 | 2024-04-03T07:22:11.418Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2025 | 2024-04-03T07:22:31.180Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2026 | 2024-04-03T07:23:15.905Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 52s |
2027 | 2024-04-03T07:23:16.034Z | |
2028 | 2024-04-03T07:23:16.034Z | real 5:53.162581000 |
2029 | 2024-04-03T07:23:16.034Z | user 28:31.473918421 |
2030 | 2024-04-03T07:23:16.034Z | sys 5:59.210195437 |
2031 | 2024-04-03T07:23:16.034Z | trap 0.840335727 |
2032 | 2024-04-03T07:23:16.034Z | tflt 3.702851131 |
2033 | 2024-04-03T07:23:16.034Z | dflt 7.214826421 |
2034 | 2024-04-03T07:23:16.034Z | kflt 0.089944745 |
2035 | 2024-04-03T07:23:16.035Z | lock 53:02.804666939 |
2036 | 2024-04-03T07:23:16.035Z | slp 1:22:04.313731760 |
2037 | 2024-04-03T07:23:16.035Z | lat 1:44.184816018 |
2038 | 2024-04-03T07:23:16.035Z | stop 4:30.885578689 |
2039 | 2024-04-03T07:23:16.035Z | + mkdir -p /work |
2040 | 2024-04-03T07:23:16.035Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest |
2041 | 2024-04-03T07:23:16.035Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2042 | 2024-04-03T07:23:22.170Z | Finished dev [unoptimized + debuginfo] target(s) in 10.36s |
2043 | 2024-04-03T07:23:22.170Z | |
2044 | 2024-04-03T07:23:22.171Z | real 10.498723750 |
2045 | 2024-04-03T07:23:22.171Z | user 7.465110406 |
2046 | 2024-04-03T07:23:22.171Z | sys 4.041626845 |
2047 | 2024-04-03T07:23:22.171Z | trap 0.001555764 |
2048 | 2024-04-03T07:23:22.171Z | tflt 0.004679365 |
2049 | 2024-04-03T07:23:22.171Z | dflt 0.065707551 |
2050 | 2024-04-03T07:23:22.171Z | kflt 0.000000000 |
2051 | 2024-04-03T07:23:22.171Z | lock 28.842478396 |
2052 | 2024-04-03T07:23:22.171Z | slp 41.913594653 |
2053 | 2024-04-03T07:23:22.172Z | lat 0.046263984 |
2054 | 2024-04-03T07:23:22.172Z | stop 0.352665393 |
2055 | 2024-04-03T07:23:22.172Z | + cp target/debug/commtest /work/commtest |
2056 | 2024-04-03T07:23:22.377Z | + mkdir -p /work/end-to-end-tests |
2057 | 2024-04-03T07:23:22.388Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2058 | 2024-04-03T07:23:23.634Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2059 | 2024-04-03T07:23:23.634Z | + ptime -m gzip |
2060 | 2024-04-03T07:23:23.637Z | ++ basename target/debug/bootstrap |
2061 | 2024-04-03T07:23:36.341Z | |
2062 | 2024-04-03T07:23:36.344Z | real 12.717147994 |
2063 | 2024-04-03T07:23:36.344Z | user 12.605099794 |
2064 | 2024-04-03T07:23:36.344Z | sys 0.100344582 |
2065 | 2024-04-03T07:23:36.344Z | trap 0.003364673 |
2066 | 2024-04-03T07:23:36.344Z | tflt 0.000000000 |
2067 | 2024-04-03T07:23:36.345Z | dflt 0.000000000 |
2068 | 2024-04-03T07:23:36.345Z | kflt 0.000000000 |
2069 | 2024-04-03T07:23:36.345Z | lock 0.000000000 |
2070 | 2024-04-03T07:23:36.345Z | slp 0.000000000 |
2071 | 2024-04-03T07:23:36.345Z | lat 0.007893373 |
2072 | 2024-04-03T07:23:36.345Z | stop 0.000216284 |
2073 | 2024-04-03T07:23:36.345Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2074 | 2024-04-03T07:23:36.345Z | + ptime -m gzip |
2075 | 2024-04-03T07:23:36.345Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3228f4e88b82b7eb |
2076 | 2024-04-03T07:23:45.187Z | |
2077 | 2024-04-03T07:23:45.536Z | real 1.194688012 |
2078 | 2024-04-03T07:23:45.536Z | user 1.180066625 |
2079 | 2024-04-03T07:23:45.536Z | sys 0.013163778 |
2080 | 2024-04-03T07:23:45.536Z | trap 0.000447809 |
2081 | 2024-04-03T07:23:45.536Z | tflt 0.000000000 |
2082 | 2024-04-03T07:23:45.536Z | dflt 0.000000000 |
2083 | 2024-04-03T07:23:45.536Z | kflt 0.000000000 |
2084 | 2024-04-03T07:23:45.536Z | lock 0.000000000 |
2085 | 2024-04-03T07:23:45.536Z | slp 0.000000000 |
2086 | 2024-04-03T07:23:45.536Z | lat 0.000593757 |
2087 | 2024-04-03T07:23:45.536Z | stop 0.000182128 |
2088 | 2024-04-03T07:23:45.536Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2089 | 2024-04-03T07:23:45.536Z | + ptime -m gzip |
2090 | 2024-04-03T07:23:45.536Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-0e6379a48de6d126 |
2091 | 2024-04-03T07:23:45.537Z | |
2092 | 2024-04-03T07:23:45.537Z | real 1.179076433 |
2093 | 2024-04-03T07:23:45.537Z | user 1.167095570 |
2094 | 2024-04-03T07:23:45.537Z | sys 0.011355297 |
2095 | 2024-04-03T07:23:45.537Z | trap 0.000113995 |
2096 | 2024-04-03T07:23:45.537Z | tflt 0.000000000 |
2097 | 2024-04-03T07:23:45.537Z | dflt 0.000000000 |
2098 | 2024-04-03T07:23:45.537Z | kflt 0.000000000 |
2099 | 2024-04-03T07:23:45.537Z | lock 0.000000000 |
2100 | 2024-04-03T07:23:45.537Z | slp 0.000000000 |
2101 | 2024-04-03T07:23:45.537Z | lat 0.000095918 |
2102 | 2024-04-03T07:23:45.537Z | stop 0.000178749 |
2103 | 2024-04-03T07:23:45.537Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2104 | 2024-04-03T07:23:45.537Z | + ptime -m gzip |
2105 | 2024-04-03T07:23:45.537Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-28a51422b533788d |
2106 | 2024-04-03T07:23:45.537Z | |
2107 | 2024-04-03T07:23:45.537Z | real 1.188192841 |
2108 | 2024-04-03T07:23:45.537Z | user 1.176089639 |
2109 | 2024-04-03T07:23:45.537Z | sys 0.011492955 |
2110 | 2024-04-03T07:23:45.537Z | trap 0.000114726 |
2111 | 2024-04-03T07:23:45.538Z | tflt 0.000000000 |
2112 | 2024-04-03T07:23:45.538Z | dflt 0.000000000 |
2113 | 2024-04-03T07:23:45.538Z | kflt 0.000000000 |
2114 | 2024-04-03T07:23:45.538Z | lock 0.000000000 |
2115 | 2024-04-03T07:23:45.538Z | slp 0.000000000 |
2116 | 2024-04-03T07:23:45.538Z | lat 0.000086390 |
2117 | 2024-04-03T07:23:45.538Z | stop 0.000174138 |
2118 | 2024-04-03T07:23:45.538Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2119 | 2024-04-03T07:23:45.538Z | + ptime -m gzip |
2120 | 2024-04-03T07:23:45.538Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2972fd47be91e6e5 |
2121 | 2024-04-03T07:23:52.699Z | |
2122 | 2024-04-03T07:23:52.699Z | real 12.765365909 |
2123 | 2024-04-03T07:23:52.700Z | user 12.679051935 |
2124 | 2024-04-03T07:23:52.700Z | sys 0.082688501 |
2125 | 2024-04-03T07:23:52.700Z | trap 0.002025450 |
2126 | 2024-04-03T07:23:52.700Z | tflt 0.000000000 |
2127 | 2024-04-03T07:23:52.700Z | dflt 0.000000000 |
2128 | 2024-04-03T07:23:52.700Z | kflt 0.000000000 |
2129 | 2024-04-03T07:23:52.700Z | lock 0.000000000 |
2130 | 2024-04-03T07:23:52.700Z | slp 0.000000000 |
2131 | 2024-04-03T07:23:52.701Z | lat 0.001185307 |
2132 | 2024-04-03T07:23:52.705Z | stop 0.000177698 |
2133 | 2024-04-03T07:23:52.705Z | + banner caboose-util |
2134 | 2024-04-03T07:23:52.705Z | |
2135 | 2024-04-03T07:23:52.705Z | #### ## ##### #### #### #### ###### # # ##### |
2136 | 2024-04-03T07:23:52.705Z | # # # # # # # # # # # # # # # |
2137 | 2024-04-03T07:23:52.705Z | # # # ##### # # # # #### ##### ##### # # # |
2138 | 2024-04-03T07:23:52.705Z | # ###### # # # # # # # # # # # |
2139 | 2024-04-03T07:23:52.705Z | # # # # # # # # # # # # # # # # |
2140 | 2024-04-03T07:23:52.706Z | #### # # ##### #### #### #### ###### #### # |
2141 | 2024-04-03T07:23:52.706Z | |
2142 | 2024-04-03T07:23:52.706Z | + ptime -m cargo build --locked -p caboose-util --release |
2143 | 2024-04-03T07:23:53.215Z | Downloading crates ... |
2144 | 2024-04-03T07:23:53.350Z | Downloaded bitfield v0.14.0 |
2145 | 2024-04-03T07:23:53.369Z | Downloaded env_logger v0.10.0 |
2146 | 2024-04-03T07:23:53.381Z | Downloaded nodrop v0.1.14 |
2147 | 2024-04-03T07:23:53.381Z | Downloaded crc v3.0.1 |
2148 | 2024-04-03T07:23:53.386Z | Downloaded path-slash v0.1.5 |
2149 | 2024-04-03T07:23:53.387Z | Downloaded maybe-uninit v2.0.0 |
2150 | 2024-04-03T07:23:53.387Z | Downloaded crc-catalog v2.2.0 |
2151 | 2024-04-03T07:23:53.387Z | Downloaded wyz v0.5.1 |
2152 | 2024-04-03T07:23:53.387Z | Downloaded is-terminal v0.4.9 |
2153 | 2024-04-03T07:23:53.387Z | Downloaded tap v1.0.1 |
2154 | 2024-04-03T07:23:53.387Z | Downloaded serde-hex v0.1.0 |
2155 | 2024-04-03T07:23:53.387Z | Downloaded packed_struct_codegen v0.10.1 |
2156 | 2024-04-03T07:23:53.388Z | Downloaded funty v2.0.0 |
2157 | 2024-04-03T07:23:53.396Z | Downloaded radium v0.7.0 |
2158 | 2024-04-03T07:23:53.396Z | Downloaded array-init v0.0.4 |
2159 | 2024-04-03T07:23:53.453Z | Downloaded packed_struct v0.10.1 |
2160 | 2024-04-03T07:23:53.453Z | Downloaded smallvec v0.6.14 |
2161 | 2024-04-03T07:23:53.471Z | Downloaded pkcs1 v0.7.5 |
2162 | 2024-04-03T07:23:53.471Z | Downloaded crc-any v2.4.3 |
2163 | 2024-04-03T07:23:53.471Z | Downloaded rsa v0.9.2 |
2164 | 2024-04-03T07:23:53.471Z | Downloaded ron v0.8.1 |
2165 | 2024-04-03T07:23:53.471Z | Downloaded x509-cert v0.2.4 |
2166 | 2024-04-03T07:23:53.471Z | Downloaded hashbrown v0.13.2 |
2167 | 2024-04-03T07:23:53.471Z | Downloaded num-bigint-dig v0.8.4 |
2168 | 2024-04-03T07:23:53.472Z | Downloaded bitvec v1.0.1 |
2169 | 2024-04-03T07:23:53.490Z | Downloaded object v0.30.4 |
2170 | 2024-04-03T07:23:53.575Z | Compiling proc-macro2 v1.0.78 |
2171 | 2024-04-03T07:23:53.575Z | Compiling unicode-ident v1.0.12 |
2172 | 2024-04-03T07:23:53.578Z | Compiling libc v0.2.153 |
2173 | 2024-04-03T07:23:53.578Z | Compiling serde v1.0.197 |
2174 | 2024-04-03T07:23:53.578Z | Compiling autocfg v1.1.0 |
2175 | 2024-04-03T07:23:53.578Z | Compiling version_check v0.9.4 |
2176 | 2024-04-03T07:23:53.579Z | Compiling cfg-if v1.0.0 |
2177 | 2024-04-03T07:23:53.742Z | Compiling typenum v1.16.0 |
2178 | 2024-04-03T07:23:53.754Z | Compiling once_cell v1.19.0 |
2179 | 2024-04-03T07:23:53.781Z | Compiling parking_lot_core v0.9.8 |
2180 | 2024-04-03T07:23:54.558Z | Compiling memchr v2.7.1 |
2181 | 2024-04-03T07:23:54.565Z | Compiling syn v1.0.109 |
2182 | 2024-04-03T07:23:54.565Z | Compiling byteorder v1.5.0 |
2183 | 2024-04-03T07:23:54.565Z | Compiling lock_api v0.4.10 |
2184 | 2024-04-03T07:23:54.587Z | Compiling generic-array v0.14.7 |
2185 | 2024-04-03T07:23:54.603Z | Compiling libm v0.2.7 |
2186 | 2024-04-03T07:23:54.686Z | Compiling num-traits v0.2.18 |
2187 | 2024-04-03T07:23:54.865Z | Compiling ahash v0.8.8 |
2188 | 2024-04-03T07:23:54.887Z | Compiling serde_json v1.0.114 |
2189 | 2024-04-03T07:23:54.951Z | Compiling quote v1.0.35 |
2190 | 2024-04-03T07:23:55.095Z | Compiling thiserror v1.0.57 |
2191 | 2024-04-03T07:23:55.175Z | Compiling pkg-config v0.3.27 |
2192 | 2024-04-03T07:23:55.530Z | Compiling syn v2.0.52 |
2193 | 2024-04-03T07:23:55.977Z | Compiling cc v1.0.83 |
2194 | 2024-04-03T07:23:55.985Z | Compiling getrandom v0.2.12 |
2195 | 2024-04-03T07:23:56.118Z | Compiling scopeguard v1.2.0 |
2196 | 2024-04-03T07:23:56.172Z | Compiling itoa v1.0.9 |
2197 | 2024-04-03T07:23:56.248Z | Compiling log v0.4.21 |
2198 | 2024-04-03T07:23:56.396Z | Compiling slab v0.4.9 |
2199 | 2024-04-03T07:23:56.682Z | Compiling rand_core v0.6.4 |
2200 | 2024-04-03T07:23:57.275Z | Compiling smallvec v1.13.1 |
2201 | 2024-04-03T07:23:57.424Z | Compiling vcpkg v0.2.15 |
2202 | 2024-04-03T07:23:58.103Z | Compiling ryu v1.0.15 |
2203 | 2024-04-03T07:23:58.344Z | Compiling parking_lot v0.12.1 |
2204 | 2024-04-03T07:23:58.363Z | Compiling const-oid v0.9.6 |
2205 | 2024-04-03T07:23:58.411Z | Compiling pin-project-lite v0.2.13 |
2206 | 2024-04-03T07:23:58.938Z | Compiling ring v0.17.8 |
2207 | 2024-04-03T07:23:59.094Z | Compiling openssl-sys v0.9.96 |
2208 | 2024-04-03T07:23:59.219Z | Compiling ucd-trie v0.1.6 |
2209 | 2024-04-03T07:23:59.718Z | Compiling signal-hook-registry v1.4.1 |
2210 | 2024-04-03T07:23:59.983Z | Compiling subtle v2.5.0 |
2211 | 2024-04-03T07:24:00.333Z | Compiling rustix v0.38.31 |
2212 | 2024-04-03T07:24:00.394Z | Compiling ring v0.16.20 |
2213 | 2024-04-03T07:24:00.495Z | Compiling mio v0.8.11 |
2214 | 2024-04-03T07:24:01.009Z | Compiling tinyvec_macros v0.1.1 |
2215 | 2024-04-03T07:24:01.088Z | Compiling futures-core v0.3.30 |
2216 | 2024-04-03T07:24:01.317Z | Compiling semver v1.0.22 |
2217 | 2024-04-03T07:24:01.330Z | Compiling tinyvec v1.6.0 |
2218 | 2024-04-03T07:24:01.978Z | Compiling spin v0.5.2 |
2219 | 2024-04-03T07:24:02.791Z | Compiling unicode-normalization v0.1.22 |
2220 | 2024-04-03T07:24:03.289Z | Compiling num_cpus v1.16.0 |
2221 | 2024-04-03T07:24:03.322Z | Compiling socket2 v0.5.5 |
2222 | 2024-04-03T07:24:03.399Z | Compiling httparse v1.8.0 |
2223 | 2024-04-03T07:24:03.755Z | Compiling openssl v0.10.60 |
2224 | 2024-04-03T07:24:03.878Z | Compiling futures-sink v0.3.30 |
2225 | 2024-04-03T07:24:04.015Z | Compiling unicode-bidi v0.3.15 |
2226 | 2024-04-03T07:24:04.141Z | Compiling heck v0.4.1 |
2227 | 2024-04-03T07:24:04.349Z | Compiling allocator-api2 v0.2.16 |
2228 | 2024-04-03T07:24:04.529Z | Compiling unicode-xid v0.2.4 |
2229 | 2024-04-03T07:24:04.685Z | Compiling synstructure v0.12.6 |
2230 | 2024-04-03T07:24:05.021Z | Compiling equivalent v1.0.1 |
2231 | 2024-04-03T07:24:05.118Z | Compiling time-core v0.1.2 |
2232 | 2024-04-03T07:24:05.281Z | Compiling num-conv v0.1.0 |
2233 | 2024-04-03T07:24:05.385Z | Compiling futures-channel v0.3.30 |
2234 | 2024-04-03T07:24:05.537Z | Compiling time-macros v0.2.17 |
2235 | 2024-04-03T07:24:05.889Z | Compiling futures-io v0.3.30 |
2236 | 2024-04-03T07:24:05.914Z | Compiling crc32fast v1.3.2 |
2237 | 2024-04-03T07:24:06.134Z | Compiling native-tls v0.2.11 |
2238 | 2024-04-03T07:24:06.266Z | Compiling ppv-lite86 v0.2.17 |
2239 | 2024-04-03T07:24:06.315Z | Compiling futures-task v0.3.30 |
2240 | 2024-04-03T07:24:06.448Z | Compiling pin-utils v0.1.0 |
2241 | 2024-04-03T07:24:06.713Z | Compiling rustls v0.21.9 |
2242 | 2024-04-03T07:24:06.969Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2243 | 2024-04-03T07:24:07.077Z | Compiling rand_chacha v0.3.1 |
2244 | 2024-04-03T07:24:07.420Z | Compiling spin v0.9.8 |
2245 | 2024-04-03T07:24:07.441Z | Compiling tracing-core v0.1.32 |
2246 | 2024-04-03T07:24:07.508Z | Compiling base64ct v1.6.0 |
2247 | 2024-04-03T07:24:08.505Z | Compiling pem-rfc7468 v0.7.0 |
2248 | 2024-04-03T07:24:08.512Z | Compiling rand v0.8.5 |
2249 | 2024-04-03T07:24:08.736Z | Compiling serde_derive v1.0.197 |
2250 | 2024-04-03T07:24:08.747Z | Compiling zeroize_derive v1.4.2 |
2251 | 2024-04-03T07:24:08.766Z | Compiling zerocopy-derive v0.7.32 |
2252 | 2024-04-03T07:24:10.136Z | Compiling thiserror-impl v1.0.57 |
2253 | 2024-04-03T07:24:10.137Z | Compiling tokio-macros v2.2.0 |
2254 | 2024-04-03T07:24:10.137Z | Compiling futures-macro v0.3.30 |
2255 | 2024-04-03T07:24:10.137Z | Compiling tracing-attributes v0.1.27 |
2256 | 2024-04-03T07:24:10.137Z | Compiling der_derive v0.7.2 |
2257 | 2024-04-03T07:24:10.155Z | Compiling zeroize v1.7.0 |
2258 | 2024-04-03T07:24:10.767Z | Compiling zerocopy v0.7.32 |
2259 | 2024-04-03T07:24:11.683Z | Compiling pest v2.7.6 |
2260 | 2024-04-03T07:24:12.010Z | Compiling crypto-common v0.1.6 |
2261 | 2024-04-03T07:24:12.234Z | Compiling block-buffer v0.10.4 |
2262 | 2024-04-03T07:24:12.287Z | Compiling zerocopy-derive v0.2.0 |
2263 | 2024-04-03T07:24:12.472Z | Compiling digest v0.10.7 |
2264 | 2024-04-03T07:24:12.534Z | Compiling openssl-macros v0.1.1 |
2265 | 2024-04-03T07:24:13.095Z | Compiling hashbrown v0.14.3 |
2266 | 2024-04-03T07:24:13.109Z | Compiling futures-util v0.3.30 |
2267 | 2024-04-03T07:24:13.212Z | Compiling tracing v0.1.40 |
2268 | 2024-04-03T07:24:13.528Z | Compiling scroll_derive v0.12.0 |
2269 | 2024-04-03T07:24:13.691Z | Compiling zerocopy-derive v0.6.4 |
2270 | 2024-04-03T07:24:14.013Z | Compiling pest_meta v2.7.6 |
2271 | 2024-04-03T07:24:14.283Z | Compiling usdt-impl v0.3.5 |
2272 | 2024-04-03T07:24:14.596Z | Compiling cookie v0.17.0 |
2273 | 2024-04-03T07:24:14.713Z | Compiling percent-encoding v2.3.1 |
2274 | 2024-04-03T07:24:15.010Z | Compiling signal-hook v0.3.17 |
2275 | 2024-04-03T07:24:15.230Z | Compiling pest_generator v2.7.6 |
2276 | 2024-04-03T07:24:15.284Z | Compiling schemars v0.8.16 |
2277 | 2024-04-03T07:24:15.294Z | Compiling flagset v0.4.3 |
2278 | 2024-04-03T07:24:15.491Z | Compiling der v0.7.8 |
2279 | 2024-04-03T07:24:15.636Z | Compiling serde_derive_internals v0.26.0 |
2280 | 2024-04-03T07:24:18.090Z | Compiling pest_derive v2.7.6 |
2281 | 2024-04-03T07:24:18.760Z | Compiling errno v0.3.8 |
2282 | 2024-04-03T07:24:19.023Z | Compiling fnv v1.0.7 |
2283 | 2024-04-03T07:24:19.139Z | Compiling schemars_derive v0.8.16 |
2284 | 2024-04-03T07:24:19.967Z | Compiling spki v0.7.2 |
2285 | 2024-04-03T07:24:20.488Z | Compiling zerocopy v0.3.0 |
2286 | 2024-04-03T07:24:20.779Z | Compiling lazy_static v1.4.0 |
2287 | 2024-04-03T07:24:21.813Z | Compiling backtrace v0.3.69 |
2288 | 2024-04-03T07:24:22.081Z | Compiling bytes v1.5.0 |
2289 | 2024-04-03T07:24:22.644Z | Compiling bitflags v2.4.2 |
2290 | 2024-04-03T07:24:22.649Z | Compiling indexmap v2.2.6 |
2291 | 2024-04-03T07:24:23.277Z | Compiling tokio v1.36.0 |
2292 | 2024-04-03T07:24:23.705Z | Compiling rustc_version v0.4.0 |
2293 | 2024-04-03T07:24:24.293Z | Compiling heapless v0.7.16 |
2294 | 2024-04-03T07:24:24.682Z | Compiling http v0.2.12 |
2295 | 2024-04-03T07:24:24.936Z | Compiling uuid v1.7.0 |
2296 | 2024-04-03T07:24:24.966Z | Compiling thread-id v4.2.0 |
2297 | 2024-04-03T07:24:25.065Z | Compiling num-bigint v0.4.4 |
2298 | 2024-04-03T07:24:25.481Z | Compiling async-trait v0.1.79 |
2299 | 2024-04-03T07:24:25.647Z | Compiling base64 v0.21.7 |
2300 | 2024-04-03T07:24:26.505Z | Compiling foreign-types-shared v0.1.1 |
2301 | 2024-04-03T07:24:26.604Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2302 | 2024-04-03T07:24:26.798Z | Compiling crossbeam-utils v0.8.19 |
2303 | 2024-04-03T07:24:26.915Z | Compiling untrusted v0.7.1 |
2304 | 2024-04-03T07:24:27.085Z | Compiling powerfmt v0.2.0 |
2305 | 2024-04-03T07:24:27.286Z | Compiling iana-time-zone v0.1.57 |
2306 | 2024-04-03T07:24:27.320Z | Compiling smoltcp v0.9.1 |
2307 | 2024-04-03T07:24:27.626Z | Compiling untrusted v0.9.0 |
2308 | 2024-04-03T07:24:27.907Z | Compiling chrono v0.4.34 |
2309 | 2024-04-03T07:24:27.986Z | Compiling deranged v0.3.11 |
2310 | 2024-04-03T07:24:30.115Z | Compiling foreign-types v0.3.2 |
2311 | 2024-04-03T07:24:35.222Z | Compiling dof v0.1.5 |
2312 | 2024-04-03T07:24:35.386Z | Compiling dtrace-parser v0.1.14 |
2313 | 2024-04-03T07:24:35.386Z | Compiling tokio-util v0.7.10 |
2314 | 2024-04-03T07:24:35.386Z | Compiling form_urlencoded v1.2.1 |
2315 | 2024-04-03T07:24:35.386Z | Compiling hmac v0.12.1 |
2316 | 2024-04-03T07:24:35.386Z | Compiling clap_derive v4.5.0 |
2317 | 2024-04-03T07:24:35.386Z | Compiling num-integer v0.1.46 |
2318 | 2024-04-03T07:24:35.521Z | Compiling adler v1.0.2 |
2319 | 2024-04-03T07:24:35.521Z | Compiling anstyle v1.0.6 |
2320 | 2024-04-03T07:24:35.521Z | Compiling siphasher v0.3.11 |
2321 | 2024-04-03T07:24:35.521Z | Compiling try-lock v0.2.4 |
2322 | 2024-04-03T07:24:35.521Z | Compiling rustversion v1.0.14 |
2323 | 2024-04-03T07:24:35.521Z | Compiling num_threads v0.1.6 |
2324 | 2024-04-03T07:24:35.521Z | Compiling utf8parse v0.2.1 |
2325 | 2024-04-03T07:24:35.521Z | Compiling cpufeatures v0.2.12 |
2326 | 2024-04-03T07:24:35.521Z | Compiling anstyle-parse v0.2.1 |
2327 | 2024-04-03T07:24:35.521Z | Compiling sha2 v0.10.8 |
2328 | 2024-04-03T07:24:35.521Z | Compiling time v0.3.34 |
2329 | 2024-04-03T07:24:35.521Z | Compiling want v0.3.1 |
2330 | 2024-04-03T07:24:36.587Z | Compiling miniz_oxide v0.7.1 |
2331 | 2024-04-03T07:24:36.729Z | Compiling h2 v0.3.24 |
2332 | 2024-04-03T07:24:38.460Z | Compiling sct v0.7.0 |
2333 | 2024-04-03T07:24:38.728Z | Compiling rustls-webpki v0.101.7 |
2334 | 2024-04-03T07:24:38.940Z | Compiling http-body v0.4.5 |
2335 | 2024-04-03T07:24:39.330Z | Compiling serde_tokenstream v0.1.7 |
2336 | 2024-04-03T07:24:39.763Z | Compiling pkcs8 v0.10.2 |
2337 | 2024-04-03T07:24:39.846Z | Compiling hubpack_derive v0.1.1 |
2338 | 2024-04-03T07:24:40.546Z | Compiling idna v0.5.0 |
2339 | 2024-04-03T07:24:40.903Z | Compiling aho-corasick v1.1.2 |
2340 | 2024-04-03T07:24:40.986Z | Compiling usdt-impl v0.5.0 |
2341 | 2024-04-03T07:24:41.314Z | Compiling colorchoice v1.0.0 |
2342 | 2024-04-03T07:24:41.948Z | Compiling anstyle-query v1.0.0 |
2343 | 2024-04-03T07:24:41.999Z | Compiling anyhow v1.0.79 |
2344 | 2024-04-03T07:24:42.009Z | Compiling regex-syntax v0.8.2 |
2345 | 2024-04-03T07:24:42.483Z | Compiling tower-service v0.3.2 |
2346 | 2024-04-03T07:24:42.491Z | Compiling radium v0.7.0 |
2347 | 2024-04-03T07:24:43.627Z | Compiling slog v2.7.0 |
2348 | 2024-04-03T07:24:44.224Z | Compiling httpdate v1.0.3 |
2349 | 2024-04-03T07:24:48.673Z | Compiling openssl-probe v0.1.5 |
2350 | 2024-04-03T07:24:48.673Z | Compiling hyper v0.14.28 |
2351 | 2024-04-03T07:24:48.673Z | Compiling regex-automata v0.4.5 |
2352 | 2024-04-03T07:24:50.096Z | Compiling anstream v0.6.11 |
2353 | 2024-04-03T07:24:51.527Z | Compiling url v2.5.0 |
2354 | 2024-04-03T07:24:54.202Z | Compiling terminal_size v0.3.0 |
2355 | 2024-04-03T07:24:54.339Z | Compiling toml_datetime v0.6.5 |
2356 | 2024-04-03T07:24:54.411Z | Compiling serde_spanned v0.6.5 |
2357 | 2024-04-03T07:24:54.732Z | Compiling zerocopy v0.6.4 |
2358 | 2024-04-03T07:24:54.775Z | Compiling scroll v0.12.0 |
2359 | 2024-04-03T07:24:54.906Z | Compiling md-5 v0.10.5 |
2360 | 2024-04-03T07:24:55.201Z | Compiling stringprep v0.1.3 |
2361 | 2024-04-03T07:24:55.301Z | Compiling idna v0.3.0 |
2362 | 2024-04-03T07:24:55.600Z | Compiling diesel_table_macro_syntax v0.1.0 |
2363 | 2024-04-03T07:24:56.011Z | Compiling hash32 v0.2.1 |
2364 | 2024-04-03T07:24:56.015Z | Compiling dyn-clone v1.0.17 |
2365 | 2024-04-03T07:24:56.015Z | Compiling tap v1.0.1 |
2366 | 2024-04-03T07:24:56.015Z | Compiling clap_lex v0.7.0 |
2367 | 2024-04-03T07:24:56.043Z | Compiling gimli v0.28.0 |
2368 | 2024-04-03T07:24:56.104Z | Compiling strsim v0.11.0 |
2369 | 2024-04-03T07:24:56.572Z | Compiling plain v0.2.3 |
2370 | 2024-04-03T07:24:56.572Z | Compiling maybe-uninit v2.0.0 |
2371 | 2024-04-03T07:24:56.572Z | Compiling stable_deref_trait v1.2.0 |
2372 | 2024-04-03T07:24:56.572Z | Compiling fallible-iterator v0.2.0 |
2373 | 2024-04-03T07:24:56.572Z | Compiling psl-types v2.0.11 |
2374 | 2024-04-03T07:24:56.658Z | Compiling uuid v0.8.2 |
2375 | 2024-04-03T07:24:56.978Z | Compiling postgres-protocol v0.6.6 |
2376 | 2024-04-03T07:24:56.984Z | Compiling tokio-rustls v0.24.1 |
2377 | 2024-04-03T07:24:57.168Z | Compiling publicsuffix v2.2.3 |
2378 | 2024-04-03T07:24:57.423Z | Compiling clap_builder v4.5.1 |
2379 | 2024-04-03T07:24:58.245Z | Compiling goblin v0.8.0 |
2380 | 2024-04-03T07:24:58.648Z | Compiling wyz v0.5.1 |
2381 | 2024-04-03T07:24:58.820Z | Compiling diesel_derives v2.1.2 |
2382 | 2024-04-03T07:25:00.448Z | Compiling addr2line v0.21.0 |
2383 | 2024-04-03T07:25:01.917Z | Compiling strum_macros v0.25.2 |
2384 | 2024-04-03T07:25:03.528Z | Compiling tokio-native-tls v0.3.1 |
2385 | 2024-04-03T07:25:03.780Z | Compiling usdt-attr-macro v0.3.5 |
2386 | 2024-04-03T07:25:05.120Z | Compiling usdt-macro v0.3.5 |
2387 | 2024-04-03T07:25:06.747Z | Compiling phf_shared v0.11.2 |
2388 | 2024-04-03T07:25:07.181Z | Compiling num-iter v0.1.44 |
2389 | 2024-04-03T07:25:07.849Z | Compiling block-padding v0.3.3 |
2390 | 2024-04-03T07:25:08.301Z | Compiling enum-as-inner v0.5.1 |
2391 | 2024-04-03T07:25:08.314Z | Compiling serde_repr v0.1.16 |
2392 | 2024-04-03T07:25:09.144Z | Compiling ff v0.13.0 |
2393 | 2024-04-03T07:25:09.773Z | Compiling scheduled-thread-pool v0.2.7 |
2394 | 2024-04-03T07:25:10.638Z | Compiling object v0.32.1 |
2395 | 2024-04-03T07:25:13.029Z | Compiling num-bigint-dig v0.8.4 |
2396 | 2024-04-03T07:25:13.172Z | Compiling bitflags v1.3.2 |
2397 | 2024-04-03T07:25:13.271Z | Compiling winnow v0.5.15 |
2398 | 2024-04-03T07:25:13.301Z | Compiling funty v2.0.0 |
2399 | 2024-04-03T07:25:14.558Z | Compiling managed v0.8.0 |
2400 | 2024-04-03T07:25:15.052Z | Compiling bit-vec v0.6.3 |
2401 | 2024-04-03T07:25:16.460Z | Compiling regex-automata v0.1.10 |
2402 | 2024-04-03T07:25:16.998Z | Compiling rustc-demangle v0.1.23 |
2403 | 2024-04-03T07:25:17.103Z | Compiling packed_struct v0.10.1 |
2404 | 2024-04-03T07:25:17.241Z | Compiling ipnet v2.9.0 |
2405 | 2024-04-03T07:25:17.533Z | Compiling matches v0.1.10 |
2406 | 2024-04-03T07:25:17.583Z | Compiling pretty-hex v0.4.1 |
2407 | 2024-04-03T07:25:17.630Z | Compiling base16ct v0.2.0 |
2408 | 2024-04-03T07:25:17.791Z | Compiling dof v0.3.0 |
2409 | 2024-04-03T07:25:17.934Z | Compiling sec1 v0.7.3 |
2410 | 2024-04-03T07:25:17.967Z | Compiling idna v0.2.3 |
2411 | 2024-04-03T07:25:19.956Z | Compiling bstr v0.2.17 |
2412 | 2024-04-03T07:25:19.973Z | Compiling toml_edit v0.19.15 |
2413 | 2024-04-03T07:25:26.079Z | Compiling bitvec v1.0.1 |
2414 | 2024-04-03T07:25:27.455Z | Compiling r2d2 v0.8.10 |
2415 | 2024-04-03T07:25:27.817Z | Compiling group v0.13.0 |
2416 | 2024-04-03T07:25:28.098Z | Compiling inout v0.1.3 |
2417 | 2024-04-03T07:25:29.854Z | Compiling phf v0.11.2 |
2418 | 2024-04-03T07:25:30.134Z | Compiling hyper-tls v0.5.0 |
2419 | 2024-04-03T07:25:30.286Z | Compiling signal-hook-mio v0.2.3 |
2420 | 2024-04-03T07:25:30.447Z | Compiling cookie_store v0.20.0 |
2421 | 2024-04-03T07:25:30.485Z | Compiling clap v4.5.1 |
2422 | 2024-04-03T07:25:35.016Z | Compiling flate2 v1.0.28 |
2423 | 2024-04-03T07:25:35.442Z | Compiling bzip2 v0.4.4 |
2424 | 2024-04-03T07:25:35.442Z | Compiling ipnetwork v0.20.0 |
2425 | 2024-04-03T07:25:35.879Z | Compiling postgres-types v0.2.6 |
2426 | 2024-04-03T07:25:35.880Z | Compiling hyper-rustls v0.24.2 |
2427 | 2024-04-03T07:25:35.880Z | Compiling regex v1.10.4 |
2428 | 2024-04-03T07:25:35.880Z | Compiling hubpack v0.1.2 |
2429 | 2024-04-03T07:25:35.881Z | Compiling phf_shared v0.10.0 |
2430 | 2024-04-03T07:25:35.881Z | Compiling rustls-pemfile v1.0.3 |
2431 | 2024-04-03T07:25:35.881Z | Compiling hkdf v0.12.4 |
2432 | 2024-04-03T07:25:35.882Z | Compiling serde_urlencoded v0.7.1 |
2433 | 2024-04-03T07:25:35.882Z | Compiling dtrace-parser v0.2.0 |
2434 | 2024-04-03T07:25:35.882Z | Compiling futures-executor v0.3.30 |
2435 | 2024-04-03T07:25:35.883Z | Compiling crypto-bigint v0.5.2 |
2436 | 2024-04-03T07:25:35.883Z | Compiling packed_struct_codegen v0.10.1 |
2437 | 2024-04-03T07:25:35.883Z | Compiling float-cmp v0.9.0 |
2438 | 2024-04-03T07:25:35.883Z | Compiling indexmap v1.9.3 |
2439 | 2024-04-03T07:25:36.077Z | Compiling encoding_rs v0.8.33 |
2440 | 2024-04-03T07:25:36.256Z | Compiling precomputed-hash v0.1.1 |
2441 | 2024-04-03T07:25:36.358Z | Compiling predicates-core v1.0.6 |
2442 | 2024-04-03T07:25:36.691Z | Compiling fixedbitset v0.4.2 |
2443 | 2024-04-03T07:25:36.728Z | Compiling nodrop v0.1.14 |
2444 | 2024-04-03T07:25:36.861Z | Compiling webpki-roots v0.25.2 |
2445 | 2024-04-03T07:25:37.834Z | Compiling either v1.10.0 |
2446 | 2024-04-03T07:25:38.171Z | Compiling minimal-lexical v0.2.1 |
2447 | 2024-04-03T07:25:38.670Z | Compiling mime v0.3.17 |
2448 | 2024-04-03T07:25:38.688Z | Compiling whoami v1.5.0 |
2449 | 2024-04-03T07:25:38.952Z | Compiling data-encoding v2.4.0 |
2450 | 2024-04-03T07:25:39.181Z | Compiling unicode-segmentation v1.10.1 |
2451 | 2024-04-03T07:25:40.111Z | Compiling new_debug_unreachable v1.0.4 |
2452 | 2024-04-03T07:25:40.128Z | Compiling normalize-line-endings v0.3.0 |
2453 | 2024-04-03T07:25:40.129Z | Compiling winnow v0.6.1 |
2454 | 2024-04-03T07:25:40.129Z | Compiling crc-catalog v2.2.0 |
2455 | 2024-04-03T07:25:40.293Z | Compiling difflib v0.4.0 |
2456 | 2024-04-03T07:25:40.490Z | Compiling static_assertions v1.1.0 |
2457 | 2024-04-03T07:25:40.612Z | Compiling sync_wrapper v0.1.2 |
2458 | 2024-04-03T07:25:40.697Z | Compiling unicode-width v0.1.11 |
2459 | 2024-04-03T07:25:40.830Z | Compiling console v0.15.8 |
2460 | 2024-04-03T07:25:41.641Z | Compiling predicates v3.1.0 |
2461 | 2024-04-03T07:25:42.311Z | Compiling reqwest v0.11.24 |
2462 | 2024-04-03T07:25:43.019Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2463 | 2024-04-03T07:25:43.814Z | Compiling toml_edit v0.22.9 |
2464 | 2024-04-03T07:25:43.876Z | Compiling crc v3.0.1 |
2465 | 2024-04-03T07:25:53.277Z | Compiling similar v2.4.0 |
2466 | 2024-04-03T07:25:53.477Z | Compiling string_cache v0.8.7 |
2467 | 2024-04-03T07:25:53.477Z | Compiling trust-dns-proto v0.22.0 |
2468 | 2024-04-03T07:25:53.477Z | Compiling tokio-postgres v0.7.10 |
2469 | 2024-04-03T07:25:55.676Z | Compiling nom v7.1.3 |
2470 | 2024-04-03T07:25:57.065Z | Compiling itertools v0.10.5 |
2471 | 2024-04-03T07:25:57.934Z | Compiling petgraph v0.6.4 |
2472 | 2024-04-03T07:26:02.234Z | Compiling array-init v0.0.4 |
2473 | 2024-04-03T07:26:02.545Z | Compiling elliptic-curve v0.13.8 |
2474 | 2024-04-03T07:26:02.576Z | Compiling futures v0.3.30 |
2475 | 2024-04-03T07:26:03.354Z | Compiling smallvec v0.6.14 |
2476 | 2024-04-03T07:26:03.814Z | Compiling diesel v2.1.5 |
2477 | 2024-04-03T07:26:03.831Z | Compiling zip v0.6.6 |
2478 | 2024-04-03T07:26:03.844Z | Compiling yasna v0.5.2 |
2479 | 2024-04-03T07:26:04.629Z | Compiling crossterm v0.27.0 |
2480 | 2024-04-03T07:26:05.045Z | Compiling crossbeam-epoch v0.9.18 |
2481 | 2024-04-03T07:26:05.461Z | Compiling cipher v0.4.4 |
2482 | 2024-04-03T07:26:06.293Z | Compiling toml v0.7.8 |
2483 | 2024-04-03T07:26:06.310Z | Compiling bit-set v0.5.3 |
2484 | 2024-04-03T07:26:06.592Z | Compiling usdt v0.3.5 |
2485 | 2024-04-03T07:26:08.255Z | Compiling bstr v1.9.0 |
2486 | 2024-04-03T07:26:08.258Z | Compiling pkcs1 v0.7.5 |
2487 | 2024-04-03T07:26:08.258Z | Compiling tokio-stream v0.1.14 |
2488 | 2024-04-03T07:26:08.717Z | Compiling is-terminal v0.4.9 |
2489 | 2024-04-03T07:26:09.080Z | Compiling openapiv3 v2.0.0 |
2490 | 2024-04-03T07:26:09.224Z | Compiling hex v0.4.3 |
2491 | 2024-04-03T07:26:10.046Z | Compiling signature v2.1.0 |
2492 | 2024-04-03T07:26:11.738Z | Compiling bitfield v0.14.0 |
2493 | 2024-04-03T07:26:12.820Z | Compiling peg-runtime v0.8.2 |
2494 | 2024-04-03T07:26:13.275Z | Compiling termcolor v1.2.0 |
2495 | 2024-04-03T07:26:13.590Z | Compiling hashbrown v0.12.3 |
2496 | 2024-04-03T07:26:14.056Z | Compiling lalrpop-util v0.19.12 |
2497 | 2024-04-03T07:26:14.288Z | Compiling env_logger v0.10.0 |
2498 | 2024-04-03T07:26:18.413Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2499 | 2024-04-03T07:26:20.549Z | Compiling rsa v0.9.2 |
2500 | 2024-04-03T07:26:26.728Z | Compiling serde-hex v0.1.0 |
2501 | 2024-04-03T07:26:32.614Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2502 | 2024-04-03T07:26:35.527Z | Compiling ron v0.8.1 |
2503 | 2024-04-03T07:26:36.622Z | Compiling x509-cert v0.2.4 |
2504 | 2024-04-03T07:26:36.823Z | Compiling hashbrown v0.13.2 |
2505 | 2024-04-03T07:26:41.187Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2506 | 2024-04-03T07:26:42.749Z | Compiling crc-any v2.4.3 |
2507 | 2024-04-03T07:26:55.412Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2508 | 2024-04-03T07:27:07.369Z | Compiling object v0.30.4 |
2509 | 2024-04-03T07:27:08.681Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2510 | 2024-04-03T07:27:22.379Z | Compiling path-slash v0.1.5 |
2511 | 2024-04-03T07:27:22.443Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2512 | 2024-04-03T07:27:43.307Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2513 | 2024-04-03T07:27:44.069Z | Finished release [optimized] target(s) in 3m 51s |
2514 | 2024-04-03T07:27:44.164Z | |
2515 | 2024-04-03T07:27:44.177Z | real 3:51.389840281 |
2516 | 2024-04-03T07:27:44.177Z | user 25:39.020935900 |
2517 | 2024-04-03T07:27:44.177Z | sys 3:07.698857315 |
2518 | 2024-04-03T07:27:44.177Z | trap 0.793422177 |
2519 | 2024-04-03T07:27:44.178Z | tflt 1.685890099 |
2520 | 2024-04-03T07:27:44.178Z | dflt 0.783648569 |
2521 | 2024-04-03T07:27:44.178Z | kflt 0.000109975 |
2522 | 2024-04-03T07:27:44.178Z | lock 58:21.230795036 |
2523 | 2024-04-03T07:27:44.178Z | slp 1:15:33.558366360 |
2524 | 2024-04-03T07:27:44.178Z | lat 1:27.967527841 |
2525 | 2024-04-03T07:27:44.178Z | stop 1:26.618593074 |
2526 | 2024-04-03T07:27:44.178Z | + ptime -m gzip |
2527 | 2024-04-03T07:27:44.509Z | |
2528 | 2024-04-03T07:27:44.518Z | real 0.356596315 |
2529 | 2024-04-03T07:27:44.518Z | user 0.351866794 |
2530 | 2024-04-03T07:27:44.518Z | sys 0.004173986 |
2531 | 2024-04-03T07:27:44.518Z | trap 0.000041445 |
2532 | 2024-04-03T07:27:44.518Z | tflt 0.000000000 |
2533 | 2024-04-03T07:27:44.519Z | dflt 0.000000000 |
2534 | 2024-04-03T07:27:44.519Z | kflt 0.000000000 |
2535 | 2024-04-03T07:27:44.519Z | lock 0.000000000 |
2536 | 2024-04-03T07:27:44.519Z | slp 0.000000000 |
2537 | 2024-04-03T07:27:44.519Z | lat 0.000105406 |
2538 | 2024-04-03T07:27:44.519Z | stop 0.000183198 |
2539 | 2024-04-03T07:27:44.519Z | + banner tufaceous |
2540 | 2024-04-03T07:27:44.520Z | |
2541 | 2024-04-03T07:27:44.520Z | ##### # # ###### ## #### ###### #### # # #### |
2542 | 2024-04-03T07:27:44.520Z | # # # # # # # # # # # # # # |
2543 | 2024-04-03T07:27:44.520Z | # # # ##### # # # ##### # # # # #### |
2544 | 2024-04-03T07:27:44.520Z | # # # # ###### # # # # # # # |
2545 | 2024-04-03T07:27:44.520Z | # # # # # # # # # # # # # # # |
2546 | 2024-04-03T07:27:44.521Z | # #### # # # #### ###### #### #### #### |
2547 | 2024-04-03T07:27:44.521Z | |
2548 | 2024-04-03T07:27:44.521Z | + ptime -m cargo build --locked -p tufaceous --release |
2549 | 2024-04-03T07:27:45.027Z | Downloading crates ... |
2550 | 2024-04-03T07:27:45.152Z | Downloaded async-recursion v1.0.5 |
2551 | 2024-04-03T07:27:45.161Z | Downloaded parse-size v1.0.0 |
2552 | 2024-04-03T07:27:45.161Z | Downloaded doc-comment v0.3.3 |
2553 | 2024-04-03T07:27:45.161Z | Downloaded pin-project-internal v1.1.3 |
2554 | 2024-04-03T07:27:45.169Z | Downloaded snafu v0.7.5 |
2555 | 2024-04-03T07:27:45.175Z | Downloaded globset v0.4.13 |
2556 | 2024-04-03T07:27:45.182Z | Downloaded buf-list v1.0.3 |
2557 | 2024-04-03T07:27:45.182Z | Downloaded serde_plain v1.0.2 |
2558 | 2024-04-03T07:27:45.182Z | Downloaded snafu-derive v0.7.5 |
2559 | 2024-04-03T07:27:45.190Z | Downloaded olpc-cjson v0.1.3 |
2560 | 2024-04-03T07:27:45.190Z | Downloaded fs-err v2.11.0 |
2561 | 2024-04-03T07:27:45.190Z | Downloaded pin-project v1.1.3 |
2562 | 2024-04-03T07:27:45.199Z | Downloaded typed-path v0.7.0 |
2563 | 2024-04-03T07:27:45.210Z | Downloaded tough v0.16.0 |
2564 | 2024-04-03T07:27:45.308Z | Compiling serde_tokenstream v0.2.0 |
2565 | 2024-04-03T07:27:45.380Z | Compiling regress v0.9.0 |
2566 | 2024-04-03T07:27:45.391Z | Compiling dirs-sys-next v0.1.2 |
2567 | 2024-04-03T07:27:45.398Z | Compiling strsim v0.10.0 |
2568 | 2024-04-03T07:27:45.398Z | Compiling heck v0.4.1 |
2569 | 2024-04-03T07:27:45.398Z | Compiling rustls-pki-types v1.3.0 |
2570 | 2024-04-03T07:27:45.409Z | Compiling ident_case v1.0.1 |
2571 | 2024-04-03T07:27:45.575Z | Compiling dirs-next v2.0.0 |
2572 | 2024-04-03T07:27:45.832Z | Compiling darling_core v0.20.3 |
2573 | 2024-04-03T07:27:45.857Z | Compiling getopts v0.2.21 |
2574 | 2024-04-03T07:27:46.074Z | Compiling thread_local v1.1.7 |
2575 | 2024-04-03T07:27:46.520Z | Compiling rustls v0.22.2 |
2576 | 2024-04-03T07:27:46.628Z | Compiling slog-async v2.8.0 |
2577 | 2024-04-03T07:27:46.680Z | Compiling unsafe-libyaml v0.2.10 |
2578 | 2024-04-03T07:27:46.711Z | Compiling camino v1.1.6 |
2579 | 2024-04-03T07:27:46.816Z | Compiling rustls-webpki v0.102.1 |
2580 | 2024-04-03T07:27:46.879Z | Compiling term v0.7.0 |
2581 | 2024-04-03T07:27:47.339Z | Compiling crossbeam-channel v0.5.8 |
2582 | 2024-04-03T07:27:48.401Z | Compiling serde_yaml v0.9.25 |
2583 | 2024-04-03T07:27:49.092Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2584 | 2024-04-03T07:27:49.110Z | Compiling structmeta-derive v0.3.0 |
2585 | 2024-04-03T07:27:51.224Z | Compiling atty v0.2.14 |
2586 | 2024-04-03T07:27:51.253Z | Compiling darling_macro v0.20.3 |
2587 | 2024-04-03T07:27:51.365Z | Compiling multer v3.0.0 |
2588 | 2024-04-03T07:27:52.062Z | Compiling paste v1.0.14 |
2589 | 2024-04-03T07:27:52.066Z | Compiling doc-comment v0.3.3 |
2590 | 2024-04-03T07:27:52.066Z | Compiling match_cfg v0.1.0 |
2591 | 2024-04-03T07:27:52.066Z | Compiling take_mut v0.2.2 |
2592 | 2024-04-03T07:27:52.121Z | Compiling hostname v0.3.1 |
2593 | 2024-04-03T07:27:52.138Z | Compiling structmeta v0.3.0 |
2594 | 2024-04-03T07:27:52.157Z | Compiling darling v0.20.3 |
2595 | 2024-04-03T07:27:52.346Z | Compiling slog-term v2.9.0 |
2596 | 2024-04-03T07:27:52.533Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2597 | 2024-04-03T07:27:52.557Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2598 | 2024-04-03T07:27:54.091Z | Compiling slog-json v2.6.1 |
2599 | 2024-04-03T07:27:54.206Z | Compiling http v1.0.0 |
2600 | 2024-04-03T07:27:54.818Z | Compiling pin-project-internal v1.1.3 |
2601 | 2024-04-03T07:27:54.823Z | Compiling async-stream-impl v0.3.5 |
2602 | 2024-04-03T07:27:55.254Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2603 | 2024-04-03T07:27:55.324Z | Compiling atomic-waker v1.1.1 |
2604 | 2024-04-03T07:27:55.512Z | Compiling fastrand v2.0.1 |
2605 | 2024-04-03T07:27:55.618Z | Compiling waitgroup v0.1.2 |
2606 | 2024-04-03T07:27:55.847Z | Compiling async-stream v0.3.5 |
2607 | 2024-04-03T07:27:56.152Z | Compiling tempfile v3.10.0 |
2608 | 2024-04-03T07:27:56.228Z | Compiling slog-bunyan v2.5.0 |
2609 | 2024-04-03T07:27:56.583Z | Compiling parse-display-derive v0.9.0 |
2610 | 2024-04-03T07:27:57.142Z | Compiling pin-project v1.1.3 |
2611 | 2024-04-03T07:27:57.577Z | Compiling tokio-rustls v0.25.0 |
2612 | 2024-04-03T07:27:58.457Z | Compiling serde_with_macros v3.6.1 |
2613 | 2024-04-03T07:27:58.780Z | Compiling toml v0.8.12 |
2614 | 2024-04-03T07:27:59.076Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2615 | 2024-04-03T07:27:59.525Z | Compiling rustls-pemfile v2.1.1 |
2616 | 2024-04-03T07:27:59.848Z | Compiling sha1 v0.10.6 |
2617 | 2024-04-03T07:28:00.526Z | Compiling strum_macros v0.26.1 |
2618 | 2024-04-03T07:28:00.576Z | Compiling newtype-uuid v1.0.1 |
2619 | 2024-04-03T07:28:00.683Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2620 | 2024-04-03T07:28:00.757Z | Compiling snafu-derive v0.7.5 |
2621 | 2024-04-03T07:28:00.904Z | Compiling serde_path_to_error v0.1.16 |
2622 | 2024-04-03T07:28:01.386Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2623 | 2024-04-03T07:28:01.696Z | Compiling instant v0.1.12 |
2624 | 2024-04-03T07:28:01.873Z | Compiling fs-err v2.11.0 |
2625 | 2024-04-03T07:28:01.925Z | Compiling arc-swap v1.6.0 |
2626 | 2024-04-03T07:28:02.148Z | Compiling same-file v1.0.6 |
2627 | 2024-04-03T07:28:02.461Z | Compiling buf-list v1.0.3 |
2628 | 2024-04-03T07:28:02.742Z | Compiling debug-ignore v1.0.5 |
2629 | 2024-04-03T07:28:03.014Z | Compiling slog-scope v4.4.0 |
2630 | 2024-04-03T07:28:05.009Z | Compiling walkdir v2.4.0 |
2631 | 2024-04-03T07:28:05.060Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2632 | 2024-04-03T07:28:05.061Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2633 | 2024-04-03T07:28:05.504Z | Compiling strum v0.26.1 |
2634 | 2024-04-03T07:28:06.107Z | Compiling snafu v0.7.5 |
2635 | 2024-04-03T07:28:06.107Z | Compiling backoff v0.4.0 |
2636 | 2024-04-03T07:28:06.158Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2637 | 2024-04-03T07:28:06.284Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2638 | 2024-04-03T07:28:06.361Z | Compiling parse-display v0.9.0 |
2639 | 2024-04-03T07:28:07.682Z | Compiling serde_with v3.6.1 |
2640 | 2024-04-03T07:28:07.691Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2641 | 2024-04-03T07:28:07.756Z | Compiling globset v0.4.13 |
2642 | 2024-04-03T07:28:08.532Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2643 | 2024-04-03T07:28:08.704Z | Compiling pem v3.0.2 |
2644 | 2024-04-03T07:28:10.349Z | Compiling olpc-cjson v0.1.3 |
2645 | 2024-04-03T07:28:10.764Z | Compiling serde_plain v1.0.2 |
2646 | 2024-04-03T07:28:11.136Z | Compiling macaddr v1.0.1 |
2647 | 2024-04-03T07:28:11.171Z | Compiling async-recursion v1.0.5 |
2648 | 2024-04-03T07:28:11.764Z | Compiling xattr v1.0.1 |
2649 | 2024-04-03T07:28:11.886Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2650 | 2024-04-03T07:28:12.059Z | Compiling filetime v0.2.23 |
2651 | 2024-04-03T07:28:12.158Z | Compiling typed-path v0.7.0 |
2652 | 2024-04-03T07:28:12.428Z | Compiling tar v0.4.40 |
2653 | 2024-04-03T07:28:16.229Z | Compiling tough v0.16.0 |
2654 | 2024-04-03T07:28:21.433Z | Compiling slog-stdlog v4.1.1 |
2655 | 2024-04-03T07:28:21.968Z | Compiling camino-tempfile v1.1.1 |
2656 | 2024-04-03T07:28:21.968Z | Compiling itertools v0.12.1 |
2657 | 2024-04-03T07:28:21.968Z | Compiling parse-size v1.0.0 |
2658 | 2024-04-03T07:28:21.969Z | Compiling slog-envlogger v2.2.0 |
2659 | 2024-04-03T07:28:23.717Z | Compiling humantime v2.1.0 |
2660 | 2024-04-03T07:28:27.352Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2661 | 2024-04-03T07:28:27.606Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2662 | 2024-04-03T07:28:33.139Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2663 | 2024-04-03T07:28:40.521Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2664 | 2024-04-03T07:28:42.112Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2665 | 2024-04-03T07:29:02.274Z | Finished release [optimized] target(s) in 1m 17s |
2666 | 2024-04-03T07:29:02.368Z | |
2667 | 2024-04-03T07:29:02.381Z | real 1:17.815221930 |
2668 | 2024-04-03T07:29:02.381Z | user 8:28.311643213 |
2669 | 2024-04-03T07:29:02.382Z | sys 40.916036952 |
2670 | 2024-04-03T07:29:02.382Z | trap 0.224289046 |
2671 | 2024-04-03T07:29:02.382Z | tflt 0.428254304 |
2672 | 2024-04-03T07:29:02.382Z | dflt 0.382357896 |
2673 | 2024-04-03T07:29:02.382Z | kflt 0.009573383 |
2674 | 2024-04-03T07:29:02.383Z | lock 16:03.418869051 |
2675 | 2024-04-03T07:29:02.383Z | slp 18:46.392634152 |
2676 | 2024-04-03T07:29:02.383Z | lat 19.417970309 |
2677 | 2024-04-03T07:29:02.383Z | stop 14.985181265 |
2678 | 2024-04-03T07:29:02.383Z | + ptime -m gzip |
2679 | 2024-04-03T07:29:03.860Z | |
2680 | 2024-04-03T07:29:03.860Z | real 1.493604653 |
2681 | 2024-04-03T07:29:03.860Z | user 1.482431985 |
2682 | 2024-04-03T07:29:03.860Z | sys 0.010361276 |
2683 | 2024-04-03T07:29:03.860Z | trap 0.000221872 |
2684 | 2024-04-03T07:29:03.860Z | tflt 0.000000000 |
2685 | 2024-04-03T07:29:03.880Z | dflt 0.000000000 |
2686 | 2024-04-03T07:29:03.880Z | kflt 0.000000000 |
2687 | 2024-04-03T07:29:03.880Z | lock 0.000000000 |
2688 | 2024-04-03T07:29:03.880Z | slp 0.000000000 |
2689 | 2024-04-03T07:29:03.880Z | lat 0.000194946 |
2690 | 2024-04-03T07:29:03.880Z | stop 0.000173939 |
2691 | 2024-04-03T07:29:03.881Z | process exited: duration 875259 ms, exit code 0 |
|
2692 | 2024-04-03T07:29:03.889Z | found 8 output files |
2693 | 2024-04-03T07:29:03.889Z | uploading: /work/end-to-end-tests/bootstrap-28a51422b533788d.gz (9708667 bytes) |
2694 | 2024-04-03T07:29:09.208Z | uploaded: /work/end-to-end-tests/bootstrap-28a51422b533788d.gz |
2695 | 2024-04-03T07:29:09.229Z | uploading: /work/end-to-end-tests/bootstrap.gz (105025426 bytes) |
2696 | 2024-04-03T07:30:05.209Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2697 | 2024-04-03T07:30:05.209Z | uploading: /work/end-to-end-tests/commtest-0e6379a48de6d126.gz (9708652 bytes) |
2698 | 2024-04-03T07:30:12.739Z | uploaded: /work/end-to-end-tests/commtest-0e6379a48de6d126.gz |
2699 | 2024-04-03T07:30:12.739Z | uploading: /work/end-to-end-tests/dhcp_server-3228f4e88b82b7eb.gz (9708155 bytes) |
2700 | 2024-04-03T07:30:20.890Z | uploaded: /work/end-to-end-tests/dhcp_server-3228f4e88b82b7eb.gz |
2701 | 2024-04-03T07:30:20.890Z | uploading: /work/end-to-end-tests/end_to_end_tests-2972fd47be91e6e5.gz (106364012 bytes) |
2702 | 2024-04-03T07:31:06.794Z | uploaded: /work/end-to-end-tests/end_to_end_tests-2972fd47be91e6e5.gz |
2703 | 2024-04-03T07:31:06.794Z | uploading: /work/caboose-util.gz (3208626 bytes) |
2704 | 2024-04-03T07:31:08.789Z | uploaded: /work/caboose-util.gz |
2705 | 2024-04-03T07:31:08.789Z | uploading: /work/tufaceous.gz (13708938 bytes) |
2706 | 2024-04-03T07:31:16.998Z | uploaded: /work/tufaceous.gz |
2707 | 2024-04-03T07:31:16.999Z | uploading: /work/commtest (474195328 bytes) |
2708 | 2024-04-03T07:35:04.609Z | uploaded: /work/commtest |